Skip to content

Console Output

18:05:44 Started by an SCM change
18:05:44 Running as SYSTEM
18:05:45 Agent default-agent-k58j2 is provisioned from template Kubernetes Pod Template
18:05:45 ---
18:05:45 apiVersion: "v1"
18:05:45 kind: "Pod"
18:05:45 metadata:
18:05:45   annotations: {}
18:05:45   labels:
18:05:45     jenkins: "slave"
18:05:45     jenkins/label: "slave-default"
18:05:45   name: "default-agent-k58j2"
18:05:45 spec:
18:05:45   containers:
18:05:45   - env:
18:05:45     - name: "MAVEN_OPTS"
18:05:45       value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
18:05:45     - name: "JENKINS_SECRET"
18:05:45       value: "********"
18:05:45     - name: "JENKINS_TUNNEL"
18:05:45       value: "jenkins-discovery.scout.svc.cluster.local:50000"
18:05:45     - name: "JENKINS_AGENT_NAME"
18:05:45       value: "default-agent-k58j2"
18:05:45     - name: "MAVEN_CONFIG"
18:05:45       value: "-B -e"
18:05:45     - name: "JENKINS_NAME"
18:05:45       value: "default-agent-k58j2"
18:05:45     - name: "JENKINS_AGENT_WORKDIR"
18:05:45       value: "/home/jenkins/agent"
18:05:45     - name: "JENKINS_URL"
18:05:45       value: "http://jenkins-ui.scout.svc.cluster.local/scout/"
18:05:45     - name: "HOME"
18:05:45       value: "/home/jenkins"
18:05:45     image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:dff125e05404688a78bd67d5b47d107d98ec7583282e8ed9ca6646a2a76874e2"
18:05:45     imagePullPolicy: "IfNotPresent"
18:05:45     name: "jnlp"
18:05:45     resources:
18:05:45       limits:
18:05:45         memory: "4096Mi"
18:05:45         cpu: "2000m"
18:05:45       requests:
18:05:45         memory: "4096Mi"
18:05:45         cpu: "1000m"
18:05:45     securityContext:
18:05:45       privileged: false
18:05:45     tty: true
18:05:45     volumeMounts:
18:05:45     - mountPath: "/home/jenkins/.m2/toolchains.xml"
18:05:45       name: "toolchains-xml"
18:05:45       readOnly: true
18:05:45       subPath: "toolchains.xml"
18:05:45     - mountPath: "/opt/tools"
18:05:45       name: "volume-0"
18:05:45       readOnly: false
18:05:45     - mountPath: "/home/jenkins"
18:05:45       name: "volume-2"
18:05:45       readOnly: false
18:05:45     - mountPath: "/home/jenkins/.m2/repository"
18:05:45       name: "volume-3"
18:05:45       readOnly: false
18:05:45     - mountPath: "/home/jenkins/.m2/settings-security.xml"
18:05:45       name: "settings-security-xml"
18:05:45       readOnly: true
18:05:45       subPath: "settings-security.xml"
18:05:45     - mountPath: "/home/jenkins/.m2/settings.xml"
18:05:45       name: "settings-xml"
18:05:45       readOnly: true
18:05:45       subPath: "settings.xml"
18:05:45     - mountPath: "/home/jenkins/.ssh"
18:05:45       name: "volume-1"
18:05:45       readOnly: false
18:05:45     - mountPath: "/home/jenkins/agent"
18:05:45       name: "workspace-volume"
18:05:45       readOnly: false
18:05:45     workingDir: "/home/jenkins/agent"
18:05:45   nodeSelector:
18:05:45     beta.kubernetes.io/os: "linux"
18:05:45   restartPolicy: "Never"
18:05:45   securityContext: {}
18:05:45   volumes:
18:05:45   - name: "settings-security-xml"
18:05:45     secret:
18:05:45       items:
18:05:45       - key: "settings-security.xml"
18:05:45         path: "settings-security.xml"
18:05:45       secretName: "m2-secret-dir"
18:05:45   - name: "volume-0"
18:05:45     persistentVolumeClaim:
18:05:45       claimName: "tools-claim-jiro-scout"
18:05:45       readOnly: true
18:05:45   - configMap:
18:05:45       items:
18:05:45       - key: "toolchains.xml"
18:05:45         path: "toolchains.xml"
18:05:45       name: "m2-dir"
18:05:45     name: "toolchains-xml"
18:05:45   - emptyDir:
18:05:45       medium: ""
18:05:45     name: "volume-2"
18:05:45   - configMap:
18:05:45       name: "known-hosts"
18:05:45     name: "volume-1"
18:05:45   - name: "settings-xml"
18:05:45     secret:
18:05:45       items:
18:05:45       - key: "settings.xml"
18:05:45         path: "settings.xml"
18:05:45       secretName: "m2-secret-dir"
18:05:45   - emptyDir:
18:05:45       medium: ""
18:05:45     name: "workspace-volume"
18:05:45   - emptyDir:
18:05:45       medium: ""
18:05:45     name: "volume-3"
18:05:45 
18:05:45 Building remotely on default-agent-k58j2 in workspace /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous
18:05:46 No credentials specified
18:05:46 Cloning the remote Git repository
18:05:46 Cloning repository git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git
18:05:46  > git init /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous # timeout=10
18:05:46 Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git
18:05:46  > git --version # timeout=10
18:05:46  > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
18:06:11  > git config remote.origin.url git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git # timeout=10
18:06:11  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
18:06:11  > git config remote.origin.url git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git # timeout=10
18:06:11 Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git
18:06:11  > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
18:06:13  > git rev-parse refs/remotes/origin/releases/6.0.x^{commit} # timeout=10
18:06:13  > git rev-parse refs/remotes/origin/origin/releases/6.0.x^{commit} # timeout=10
18:06:13 Checking out Revision 9b2ab1e0f01efd25d768f860f07655342499309b (refs/remotes/origin/releases/6.0.x)
18:06:13  > git config core.sparsecheckout # timeout=10
18:06:13  > git checkout -f 9b2ab1e0f01efd25d768f860f07655342499309b # timeout=10
18:06:17 Commit message: "Change bintray download url from HTTP to HTTPS"
18:06:17  > git rev-list --no-walk 7394ab3952d8c34ed62dcefbee06ef04cdcf3ee0 # timeout=10
18:06:17 [org.eclipse.scout.rt.branch-6.0_continuous] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.rt/pom.xml -Dbranch=origin/releases/6.0.x -Dmaster_sanityCheck_skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository clean install -U -e
18:06:17 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:06:17 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:06:19 [INFO] Error stacktraces are turned on.
18:06:19 [INFO] Scanning for projects...
18:06:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/scout/maven_rt_plugin_config-master/2.0.7/maven_rt_plugin_config-master-2.0.7.pom
18:06:19 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
                   
Downloaded from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/scout/maven_rt_plugin_config-master/2.0.7/maven_rt_plugin_config-master-2.0.7.pom (20 kB at 58 kB/s)
18:06:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/scout/maven_plugin_config-master/2.0.7/maven_plugin_config-master-2.0.7.pom
18:06:19 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
                   
Downloaded from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/scout/maven_plugin_config-master/2.0.7/maven_plugin_config-master-2.0.7.pom (37 kB at 465 kB/s)
18:06:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/scout/maven_plugin_version-master/2.0.7/maven_plugin_version-master-2.0.7.pom
18:06:20 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): 36 kB
                   
Downloaded from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/scout/maven_plugin_version-master/2.0.7/maven_plugin_version-master-2.0.7.pom (36 kB at 561 kB/s)
18:06:20 [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:6.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
18:06:20 [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt-settings:jar:6.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
18:06:20 [INFO] ------------------------------------------------------------------------
18:06:20 [INFO] Reactor Build Order:
18:06:20 [INFO] 
18:06:20 [INFO] Eclipse Scout RT                                                   [pom]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.json                        [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform                 [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test            [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared                   [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test              [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons           [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test      [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server                   [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test              [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms               [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws             [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt                   [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test        [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc              [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test         [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client                   [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test              [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client               [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test          [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge             [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor  [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html                  [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test             [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html              [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty                   [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix        [jar]
18:06:20 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test              [jar]
18:06:20 [INFO] org.eclipse.scout.rt-settings                                      [jar]
18:06:20 [INFO] 
18:06:20 [INFO] -------------< org.eclipse.scout.rt:org.eclipse.scout.rt >--------------
18:06:20 [INFO] Building Eclipse Scout RT 6.0.300-SNAPSHOT                        [1/30]
18:06:20 [INFO] --------------------------------[ pom ]---------------------------------
18:06:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.pom
18:06:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.pom
18:06:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.pom
18:06:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.pom
18:06:21 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.pom (20 kB at 213 kB/s)
18:06:21 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
18:06:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
18:06:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
18:06:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
18:06:21 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (9.6 kB at 162 kB/s)
18:06:21 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/24/maven-parent-24.pom
18:06:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom
18:06:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-parent/24/maven-parent-24.pom
18:06:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom
18:06:21 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): 37 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.3 MB/s)
18:06:21 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/14/apache-14.pom
18:06:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/14/apache-14.pom
18:06:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/apache/14/apache-14.pom
18:06:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
18:06:22 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 612 kB/s)
18:06:22 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar
18:06:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar
18:06:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar
18:06:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar
18:06:22 Progress (1): 4.1/127 kB
Progress (1): 7.7/127 kB
Progress (1): 12/127 kB 
Progress (1): 16/127 kB
Progress (1): 20/127 kB
Progress (1): 24/127 kB
Progress (1): 28/127 kB
Progress (1): 32/127 kB
Progress (1): 36/127 kB
Progress (1): 40/127 kB
Progress (1): 45/127 kB
Progress (1): 49/127 kB
Progress (1): 53/127 kB
Progress (1): 57/127 kB
Progress (1): 61/127 kB
Progress (1): 65/127 kB
Progress (1): 69/127 kB
Progress (1): 73/127 kB
Progress (1): 77/127 kB
Progress (1): 81/127 kB
Progress (1): 85/127 kB
Progress (1): 90/127 kB
Progress (1): 94/127 kB
Progress (1): 98/127 kB
Progress (1): 102/127 kB
Progress (1): 106/127 kB
Progress (1): 110/127 kB
Progress (1): 114/127 kB
Progress (1): 118/127 kB
Progress (1): 122/127 kB
Progress (1): 126/127 kB
Progress (1): 127 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar (127 kB at 688 kB/s)
18:06:22 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
18:06:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom
18:06:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom
18:06:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom
18:06:23 Progress (1): 4.1 kB
Progress (1): 7.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom (7.3 kB at 174 kB/s)
18:06:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom
18:06:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom
18:06:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom
18:06:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom
18:06:23 Progress (1): 4.1 kB
Progress (1): 7.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom (7.2 kB at 164 kB/s)
18:06:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/26/maven-parent-26.pom
18:06:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom
18:06:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-parent/26/maven-parent-26.pom
18:06:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom
18:06:23 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): 40 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.2 MB/s)
18:06:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/16/apache-16.pom
18:06:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/16/apache-16.pom
18:06:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/apache/16/apache-16.pom
18:06:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
18:06:24 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 531 kB/s)
18:06:24 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
18:06:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar
18:06:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar
18:06:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar
18:06:24 Progress (1): 4.1/27 kB
Progress (1): 7.7/27 kB
Progress (1): 12/27 kB 
Progress (1): 16/27 kB
Progress (1): 20/27 kB
Progress (1): 24/27 kB
Progress (1): 27 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar (27 kB at 580 kB/s)
18:06:24 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-source-plugin/2.4/maven-source-plugin-2.4.pom
18:06:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-source-plugin/2.4/maven-source-plugin-2.4.pom
18:06:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-source-plugin/2.4/maven-source-plugin-2.4.pom
18:06:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.4/maven-source-plugin-2.4.pom
18:06:25 Progress (1): 4.1 kB
Progress (1): 6.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.4/maven-source-plugin-2.4.pom (6.6 kB at 185 kB/s)
18:06:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-source-plugin/2.4/maven-source-plugin-2.4.jar
18:06:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-source-plugin/2.4/maven-source-plugin-2.4.jar
18:06:25 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-source-plugin/2.4/maven-source-plugin-2.4.jar
18:06:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.4/maven-source-plugin-2.4.jar
18:06:25 Progress (1): 4.1/31 kB
Progress (1): 7.7/31 kB
Progress (1): 12/31 kB 
Progress (1): 16/31 kB
Progress (1): 20/31 kB
Progress (1): 24/31 kB
Progress (1): 28/31 kB
Progress (1): 31 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.4/maven-source-plugin-2.4.jar (31 kB at 593 kB/s)
18:06:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom
18:06:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom
18:06:25 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom
18:06:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom
18:06:25 Progress (1): 4.1 kB
Progress (1): 4.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom (4.8 kB at 75 kB/s)
18:06:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom
18:06:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom
18:06:25 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom
18:06:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom
18:06:26 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom (12 kB at 267 kB/s)
18:06:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/27/maven-parent-27.pom
18:06:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom
18:06:26 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-parent/27/maven-parent-27.pom
18:06:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom
18:06:26 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): 41 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 617 kB/s)
18:06:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/17/apache-17.pom
18:06:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/17/apache-17.pom
18:06:26 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/apache/17/apache-17.pom
18:06:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
18:06:26 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 282 kB/s)
18:06:27 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar
18:06:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar
18:06:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar
18:06:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar
18:06:27 Progress (1): 4.1/31 kB
Progress (1): 7.7/31 kB
Progress (1): 12/31 kB 
Progress (1): 16/31 kB
Progress (1): 20/31 kB
Progress (1): 24/31 kB
Progress (1): 28/31 kB
Progress (1): 31 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar (31 kB at 502 kB/s)
18:06:27 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/flatten-maven-plugin/1.0.0/flatten-maven-plugin-1.0.0.pom
18:06:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/flatten-maven-plugin/1.0.0/flatten-maven-plugin-1.0.0.pom
18:06:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/mojo/flatten-maven-plugin/1.0.0/flatten-maven-plugin-1.0.0.pom
18:06:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/flatten-maven-plugin/1.0.0/flatten-maven-plugin-1.0.0.pom
18:06:27 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 8.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/flatten-maven-plugin/1.0.0/flatten-maven-plugin-1.0.0.pom (8.9 kB at 72 kB/s)
18:06:27 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom
18:06:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom
18:06:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom
18:06:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom
18:06:28 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): 33 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (33 kB at 719 kB/s)
18:06:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/flatten-maven-plugin/1.0.0/flatten-maven-plugin-1.0.0.jar
18:06:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/flatten-maven-plugin/1.0.0/flatten-maven-plugin-1.0.0.jar
18:06:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/mojo/flatten-maven-plugin/1.0.0/flatten-maven-plugin-1.0.0.jar
18:06:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/flatten-maven-plugin/1.0.0/flatten-maven-plugin-1.0.0.jar
18:06:28 Progress (1): 4.1/70 kB
Progress (1): 7.7/70 kB
Progress (1): 12/70 kB 
Progress (1): 16/70 kB
Progress (1): 20/70 kB
Progress (1): 24/70 kB
Progress (1): 28/70 kB
Progress (1): 32/70 kB
Progress (1): 36/70 kB
Progress (1): 40/70 kB
Progress (1): 45/70 kB
Progress (1): 49/70 kB
Progress (1): 53/70 kB
Progress (1): 57/70 kB
Progress (1): 61/70 kB
Progress (1): 65/70 kB
Progress (1): 69/70 kB
Progress (1): 70 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/flatten-maven-plugin/1.0.0/flatten-maven-plugin-1.0.0.jar (70 kB at 620 kB/s)
18:06:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/pl/project13/maven/git-commit-id-plugin/2.2.0/git-commit-id-plugin-2.2.0.pom
18:06:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/pl/project13/maven/git-commit-id-plugin/2.2.0/git-commit-id-plugin-2.2.0.pom
18:06:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/pl/project13/maven/git-commit-id-plugin/2.2.0/git-commit-id-plugin-2.2.0.pom
18:06:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/pl/project13/maven/git-commit-id-plugin/2.2.0/git-commit-id-plugin-2.2.0.pom
18:06:29 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/pl/project13/maven/git-commit-id-plugin/2.2.0/git-commit-id-plugin-2.2.0.pom (12 kB at 146 kB/s)
18:06:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
18:06:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
18:06:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
18:06:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
18:06:29 Progress (1): 4.1 kB
Progress (1): 4.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 173 kB/s)
18:06:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/pl/project13/maven/git-commit-id-plugin/2.2.0/git-commit-id-plugin-2.2.0.jar
18:06:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/pl/project13/maven/git-commit-id-plugin/2.2.0/git-commit-id-plugin-2.2.0.jar
18:06:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/pl/project13/maven/git-commit-id-plugin/2.2.0/git-commit-id-plugin-2.2.0.jar
18:06:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/pl/project13/maven/git-commit-id-plugin/2.2.0/git-commit-id-plugin-2.2.0.jar
18:06:29 Progress (1): 4.1/119 kB
Progress (1): 7.7/119 kB
Progress (1): 12/119 kB 
Progress (1): 16/119 kB
Progress (1): 20/119 kB
Progress (1): 24/119 kB
Progress (1): 28/119 kB
Progress (1): 32/119 kB
Progress (1): 36/119 kB
Progress (1): 40/119 kB
Progress (1): 45/119 kB
Progress (1): 49/119 kB
Progress (1): 53/119 kB
Progress (1): 57/119 kB
Progress (1): 61/119 kB
Progress (1): 65/119 kB
Progress (1): 69/119 kB
Progress (1): 73/119 kB
Progress (1): 77/119 kB
Progress (1): 81/119 kB
Progress (1): 85/119 kB
Progress (1): 90/119 kB
Progress (1): 94/119 kB
Progress (1): 98/119 kB
Progress (1): 102/119 kB
Progress (1): 106/119 kB
Progress (1): 110/119 kB
Progress (1): 114/119 kB
Progress (1): 118/119 kB
Progress (1): 119 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/pl/project13/maven/git-commit-id-plugin/2.2.0/git-commit-id-plugin-2.2.0.jar (119 kB at 1.4 MB/s)
18:06:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/jacoco-maven-plugin/0.7.5.201505241946/jacoco-maven-plugin-0.7.5.201505241946.pom
18:06:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jacoco/jacoco-maven-plugin/0.7.5.201505241946/jacoco-maven-plugin-0.7.5.201505241946.pom
18:06:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jacoco/jacoco-maven-plugin/0.7.5.201505241946/jacoco-maven-plugin-0.7.5.201505241946.pom
18:06:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.5.201505241946/jacoco-maven-plugin-0.7.5.201505241946.pom
18:06:30 Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.5.201505241946/jacoco-maven-plugin-0.7.5.201505241946.pom (3.9 kB at 43 kB/s)
18:06:30 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.build/0.7.5.201505241946/org.jacoco.build-0.7.5.201505241946.pom
18:06:30 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jacoco/org.jacoco.build/0.7.5.201505241946/org.jacoco.build-0.7.5.201505241946.pom
18:06:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jacoco/org.jacoco.build/0.7.5.201505241946/org.jacoco.build-0.7.5.201505241946.pom
18:06:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.7.5.201505241946/org.jacoco.build-0.7.5.201505241946.pom
18:06:30 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): 36 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.7.5.201505241946/org.jacoco.build-0.7.5.201505241946.pom (36 kB at 229 kB/s)
18:06:30 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/jacoco-maven-plugin/0.7.5.201505241946/jacoco-maven-plugin-0.7.5.201505241946.jar
18:06:30 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jacoco/jacoco-maven-plugin/0.7.5.201505241946/jacoco-maven-plugin-0.7.5.201505241946.jar
18:06:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jacoco/jacoco-maven-plugin/0.7.5.201505241946/jacoco-maven-plugin-0.7.5.201505241946.jar
18:06:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.5.201505241946/jacoco-maven-plugin-0.7.5.201505241946.jar
18:06:31 Progress (1): 4.1/51 kB
Progress (1): 7.7/51 kB
Progress (1): 12/51 kB 
Progress (1): 16/51 kB
Progress (1): 20/51 kB
Progress (1): 24/51 kB
Progress (1): 28/51 kB
Progress (1): 32/51 kB
Progress (1): 36/51 kB
Progress (1): 40/51 kB
Progress (1): 45/51 kB
Progress (1): 49/51 kB
Progress (1): 51 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.5.201505241946/jacoco-maven-plugin-0.7.5.201505241946.jar (51 kB at 751 kB/s)
18:06:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-jar-plugin/2.6/maven-jar-plugin-2.6.pom
18:06:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-jar-plugin/2.6/maven-jar-plugin-2.6.pom
18:06:31 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-jar-plugin/2.6/maven-jar-plugin-2.6.pom
18:06:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.6/maven-jar-plugin-2.6.pom
18:06:31 Progress (1): 4.1 kB
Progress (1): 5.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.6/maven-jar-plugin-2.6.pom (5.9 kB at 155 kB/s)
18:06:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
18:06:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
18:06:31 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
18:06:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
18:06:32 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 455 kB/s)
18:06:32 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-jar-plugin/2.6/maven-jar-plugin-2.6.jar
18:06:32 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-jar-plugin/2.6/maven-jar-plugin-2.6.jar
18:06:32 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-jar-plugin/2.6/maven-jar-plugin-2.6.jar
18:06:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.6/maven-jar-plugin-2.6.jar
18:06:32 Progress (1): 4.1/26 kB
Progress (1): 7.7/26 kB
Progress (1): 12/26 kB 
Progress (1): 16/26 kB
Progress (1): 20/26 kB
Progress (1): 24/26 kB
Progress (1): 26 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.6/maven-jar-plugin-2.6.jar (26 kB at 475 kB/s)
18:06:32 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/maven/duplicate-finder-maven-plugin/1.2.1/duplicate-finder-maven-plugin-1.2.1.pom
18:06:32 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/basepom/maven/duplicate-finder-maven-plugin/1.2.1/duplicate-finder-maven-plugin-1.2.1.pom
18:06:32 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/basepom/maven/duplicate-finder-maven-plugin/1.2.1/duplicate-finder-maven-plugin-1.2.1.pom
18:06:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/maven/duplicate-finder-maven-plugin/1.2.1/duplicate-finder-maven-plugin-1.2.1.pom
18:06:32 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 18 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/maven/duplicate-finder-maven-plugin/1.2.1/duplicate-finder-maven-plugin-1.2.1.pom (18 kB at 164 kB/s)
18:06:32 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/basepom-standard-oss/13/basepom-standard-oss-13.pom
18:06:32 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/basepom/basepom-standard-oss/13/basepom-standard-oss-13.pom
18:06:32 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/basepom/basepom-standard-oss/13/basepom-standard-oss-13.pom
18:06:33 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/basepom-standard-oss/13/basepom-standard-oss-13.pom
18:06:33 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/basepom-standard-oss/13/basepom-standard-oss-13.pom (9.6 kB at 81 kB/s)
18:06:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/basepom-standard/13/basepom-standard-13.pom
18:06:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/basepom/basepom-standard/13/basepom-standard-13.pom
18:06:33 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/basepom/basepom-standard/13/basepom-standard-13.pom
18:06:33 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/basepom-standard/13/basepom-standard-13.pom
18:06:33 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): 36 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/basepom-standard/13/basepom-standard-13.pom (36 kB at 237 kB/s)
18:06:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/basepom-minimal/13/basepom-minimal-13.pom
18:06:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/basepom/basepom-minimal/13/basepom-minimal-13.pom
18:06:33 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/basepom/basepom-minimal/13/basepom-minimal-13.pom
18:06:34 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/basepom-minimal/13/basepom-minimal-13.pom
18:06:34 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 8.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/basepom-minimal/13/basepom-minimal-13.pom (8.5 kB at 74 kB/s)
18:06:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/basepom-foundation/13/basepom-foundation-13.pom
18:06:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/basepom/basepom-foundation/13/basepom-foundation-13.pom
18:06:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/basepom/basepom-foundation/13/basepom-foundation-13.pom
18:06:34 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/basepom-foundation/13/basepom-foundation-13.pom
18:06:34 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): 41 kB
Progress (1): 45 kB
Progress (1): 47 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/basepom-foundation/13/basepom-foundation-13.pom (47 kB at 529 kB/s)
18:06:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/maven/duplicate-finder-maven-plugin/1.2.1/duplicate-finder-maven-plugin-1.2.1.jar
18:06:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/basepom/maven/duplicate-finder-maven-plugin/1.2.1/duplicate-finder-maven-plugin-1.2.1.jar
18:06:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/basepom/maven/duplicate-finder-maven-plugin/1.2.1/duplicate-finder-maven-plugin-1.2.1.jar
18:06:35 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/maven/duplicate-finder-maven-plugin/1.2.1/duplicate-finder-maven-plugin-1.2.1.jar
18:06:35 Progress (1): 4.1/74 kB
Progress (1): 7.7/74 kB
Progress (1): 12/74 kB 
Progress (1): 16/74 kB
Progress (1): 20/74 kB
Progress (1): 24/74 kB
Progress (1): 28/74 kB
Progress (1): 32/74 kB
Progress (1): 36/74 kB
Progress (1): 40/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): 65/74 kB
Progress (1): 69/74 kB
Progress (1): 73/74 kB
Progress (1): 74 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/maven/duplicate-finder-maven-plugin/1.2.1/duplicate-finder-maven-plugin-1.2.1.jar (74 kB at 833 kB/s)
18:06:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer-maven-plugin/1.15/animal-sniffer-maven-plugin-1.15.pom
18:06:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/animal-sniffer-maven-plugin/1.15/animal-sniffer-maven-plugin-1.15.pom
18:06:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/mojo/animal-sniffer-maven-plugin/1.15/animal-sniffer-maven-plugin-1.15.pom
18:06:35 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-maven-plugin/1.15/animal-sniffer-maven-plugin-1.15.pom
18:06:35 Progress (1): 4.1 kB
Progress (1): 5.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-maven-plugin/1.15/animal-sniffer-maven-plugin-1.15.pom (5.5 kB at 87 kB/s)
18:06:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer-parent/1.15/animal-sniffer-parent-1.15.pom
18:06:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/animal-sniffer-parent/1.15/animal-sniffer-parent-1.15.pom
18:06:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/mojo/animal-sniffer-parent/1.15/animal-sniffer-parent-1.15.pom
18:06:35 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.15/animal-sniffer-parent-1.15.pom
18:06:35 Progress (1): 4.1 kB
Progress (1): 5.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.15/animal-sniffer-parent-1.15.pom (5.4 kB at 59 kB/s)
18:06:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/mojo-parent/36/mojo-parent-36.pom
18:06:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/mojo-parent/36/mojo-parent-36.pom
18:06:36 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/mojo/mojo-parent/36/mojo-parent-36.pom
18:06:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/36/mojo-parent-36.pom
18:06:36 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
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/36/mojo-parent-36.pom (29 kB at 541 kB/s)
18:06:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer-maven-plugin/1.15/animal-sniffer-maven-plugin-1.15.jar
18:06:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/animal-sniffer-maven-plugin/1.15/animal-sniffer-maven-plugin-1.15.jar
18:06:36 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/mojo/animal-sniffer-maven-plugin/1.15/animal-sniffer-maven-plugin-1.15.jar
18:06:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-maven-plugin/1.15/animal-sniffer-maven-plugin-1.15.jar
18:06:36 Progress (1): 4.1/33 kB
Progress (1): 7.7/33 kB
Progress (1): 12/33 kB 
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (1): 32/33 kB
Progress (1): 33 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-maven-plugin/1.15/animal-sniffer-maven-plugin-1.15.jar (33 kB at 360 kB/s)
18:06:36 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
18:06:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom
18:06:36 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom
18:06:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom
18:06:37 Progress (1): 4.1 kB
Progress (1): 6.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (6.4 kB at 128 kB/s)
18:06:37 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
18:06:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar
18:06:37 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar
18:06:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar
18:06:37 Progress (1): 4.1/33 kB
Progress (1): 7.7/33 kB
Progress (1): 12/33 kB 
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (1): 32/33 kB
Progress (1): 33 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar (33 kB at 770 kB/s)
18:06:37 [INFO] 
18:06:37 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt ---
18:06:37 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
18:06:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
18:06:37 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
18:06:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
18:06:37 Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 92 kB/s)
18:06:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.0/maven-3.0.pom
18:06:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/3.0/maven-3.0.pom
18:06:37 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven/3.0/maven-3.0.pom
18:06:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
18:06:38 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 22 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 875 kB/s)
18:06:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
18:06:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom
18:06:38 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-parent/15/maven-parent-15.pom
18:06:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
18:06:39 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 24 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.0 MB/s)
18:06:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/6/apache-6.pom
18:06:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/6/apache-6.pom
18:06:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/apache/6/apache-6.pom
18:06:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
18:06:39 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 492 kB/s)
18:06:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
18:06:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
18:06:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
18:06:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
18:06:39 Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 162 kB/s)
18:06:39 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
18:06:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
18:06:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
18:06:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
18:06:40 Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 128 kB/s)
18:06:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
18:06:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
18:06:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
18:06:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
18:06:40 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 671 kB/s)
18:06:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
18:06:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
18:06:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
18:06:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
18:06:41 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 80 kB/s)
18:06:41 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
18:06:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
18:06:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
18:06:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
18:06:41 Progress (1): 4.1 kB
Progress (1): 5.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 244 kB/s)
18:06:41 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
18:06:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
18:06:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
18:06:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
18:06:41 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 85 kB/s)
18:06:41 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
18:06:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
18:06:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
18:06:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
18:06:42 Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 62 kB/s)
18:06:42 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
18:06:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
18:06:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
18:06:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
18:06:42 Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 57 kB/s)
18:06:42 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
18:06:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
18:06:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
18:06:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
18:06:42 Progress (1): 4.1 kB
Progress (1): 7.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 324 kB/s)
18:06:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
18:06:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
18:06:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
18:06:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
18:06:43 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 398 kB/s)
18:06:43 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
18:06:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
18:06:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
18:06:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
18:06:43 Progress (1): 815 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 35 kB/s)
18:06:43 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
18:06:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
18:06:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
18:06:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
18:06:43 Progress (1): 4.1 kB
Progress (1): 4.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 151 kB/s)
18:06:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
18:06:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
18:06:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
18:06:44 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
18:06:44 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 692 kB/s)
18:06:44 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
18:06:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
18:06:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
18:06:44 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
18:06:44 Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 167 kB/s)
18:06:44 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
18:06:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
18:06:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
18:06:44 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
18:06:45 Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 95 kB/s)
18:06:45 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
18:06:45 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
18:06:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
18:06:45 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
18:06:45 Progress (1): 4.1 kB
Progress (1): 5.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 248 kB/s)
18:06:45 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
18:06:45 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
18:06:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
18:06:45 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
18:06:45 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 425 kB/s)
18:06:45 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
18:06:45 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
18:06:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
18:06:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
18:06:46 Progress (1): 4.1 kB
Progress (1): 5.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 155 kB/s)
18:06:46 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
18:06:46 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
18:06:46 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
18:06:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
18:06:46 Progress (1): 4.1 kB
Progress (1): 5.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 196 kB/s)
18:06:46 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/25/maven-parent-25.pom
18:06:46 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom
18:06:46 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-parent/25/maven-parent-25.pom
18:06:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom
18:06:47 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): 37 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 85 kB/s)
18:06:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/15/apache-15.pom
18:06:47 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/15/apache-15.pom
18:06:47 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/apache/15/apache-15.pom
18:06:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
18:06:47 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 693 kB/s)
18:06:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.4/commons-io-2.4.pom
18:06:47 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom
18:06:47 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-io/commons-io/2.4/commons-io-2.4.pom
18:06:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom
18:06:47 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 10 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 221 kB/s)
18:06:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/25/commons-parent-25.pom
18:06:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom
18:06:48 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-parent/25/commons-parent-25.pom
18:06:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
18:06:48 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): 41 kB
Progress (1): 45 kB
Progress (1): 48 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 196 kB/s)
18:06:48 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/9/apache-9.pom
18:06:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/9/apache-9.pom
18:06:48 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/apache/9/apache-9.pom
18:06:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
18:06:49 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 561 kB/s)
18:06:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
18:06:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
18:06:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
18:06:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
18:06:49 Progress (1): 965 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 33 kB/s)
18:06:49 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
18:06:49 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
18:06:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
18:06:49 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
18:06:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
18:06:49 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
18:06:49 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
18:06:49 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
18:06:49 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
18:06:49 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
18:06:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.4/commons-io-2.4.jar
18:06:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
18:06:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
18:06:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
18:06:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
18:06:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
18:06:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
18:06:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
18:06:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
18:06:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
18:06:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
18:06:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
18:06:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar
18:06:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
18:06:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
18:06:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
18:06:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
18:06:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
18:06:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
18:06:50 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
18:06:50 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
18:06:50 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
18:06:50 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
18:06:50 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
18:06:50 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-io/commons-io/2.4/commons-io-2.4.jar
18:06:50 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
18:06:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
18:06:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
18:06:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
18:06:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
18:06:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
18:06:50 Progress (1): 4.1/202 kB
Progress (1): 7.7/202 kB
Progress (1): 12/202 kB 
Progress (1): 16/202 kB
Progress (1): 20/202 kB
Progress (1): 24/202 kB
Progress (1): 28/202 kB
Progress (1): 32/202 kB
Progress (2): 32/202 kB | 4.1/165 kB
Progress (2): 36/202 kB | 4.1/165 kB
Progress (2): 36/202 kB | 7.7/165 kB
Progress (2): 40/202 kB | 7.7/165 kB
Progress (2): 40/202 kB | 12/165 kB 
Progress (2): 45/202 kB | 12/165 kB
Progress (2): 45/202 kB | 16/165 kB
Progress (2): 49/202 kB | 16/165 kB
Progress (2): 49/202 kB | 20/165 kB
Progress (2): 49/202 kB | 24/165 kB
Progress (2): 53/202 kB | 24/165 kB
Progress (2): 53/202 kB | 28/165 kB
Progress (2): 57/202 kB | 28/165 kB
Progress (2): 57/202 kB | 32/165 kB
Progress (2): 61/202 kB | 32/165 kB
Progress (2): 65/202 kB | 32/165 kB
Progress (2): 65/202 kB | 36/165 kB
Progress (2): 65/202 kB | 40/165 kB
Progress (2): 65/202 kB | 45/165 kB
Progress (2): 65/202 kB | 49/165 kB
Progress (2): 69/202 kB | 49/165 kB
Progress (2): 73/202 kB | 49/165 kB
Progress (2): 77/202 kB | 49/165 kB
Progress (2): 77/202 kB | 53/165 kB
Progress (2): 81/202 kB | 53/165 kB
Progress (2): 81/202 kB | 57/165 kB
Progress (2): 81/202 kB | 61/165 kB
Progress (2): 81/202 kB | 65/165 kB
Progress (2): 85/202 kB | 65/165 kB
Progress (2): 90/202 kB | 65/165 kB
Progress (2): 90/202 kB | 69/165 kB
Progress (2): 94/202 kB | 69/165 kB
Progress (2): 94/202 kB | 73/165 kB
Progress (2): 98/202 kB | 73/165 kB
Progress (2): 98/202 kB | 77/165 kB
Progress (2): 98/202 kB | 81/165 kB
Progress (3): 98/202 kB | 81/165 kB | 4.1/222 kB
Progress (3): 98/202 kB | 81/165 kB | 7.7/222 kB
Progress (3): 98/202 kB | 85/165 kB | 7.7/222 kB
Progress (3): 102/202 kB | 85/165 kB | 7.7/222 kB
Progress (3): 102/202 kB | 90/165 kB | 7.7/222 kB
Progress (3): 102/202 kB | 90/165 kB | 12/222 kB 
Progress (3): 102/202 kB | 94/165 kB | 12/222 kB
Progress (3): 106/202 kB | 94/165 kB | 12/222 kB
Progress (3): 106/202 kB | 98/165 kB | 12/222 kB
Progress (3): 106/202 kB | 98/165 kB | 16/222 kB
Progress (3): 110/202 kB | 98/165 kB | 16/222 kB
Progress (3): 114/202 kB | 98/165 kB | 16/222 kB
Progress (3): 114/202 kB | 102/165 kB | 16/222 kB
Progress (3): 114/202 kB | 102/165 kB | 20/222 kB
Progress (3): 114/202 kB | 106/165 kB | 20/222 kB
Progress (3): 114/202 kB | 106/165 kB | 24/222 kB
Progress (3): 114/202 kB | 110/165 kB | 24/222 kB
Progress (3): 114/202 kB | 110/165 kB | 28/222 kB
Progress (3): 118/202 kB | 110/165 kB | 28/222 kB
Progress (3): 118/202 kB | 114/165 kB | 28/222 kB
Progress (3): 122/202 kB | 114/165 kB | 28/222 kB
Progress (3): 122/202 kB | 114/165 kB | 32/222 kB
Progress (3): 126/202 kB | 114/165 kB | 32/222 kB
Progress (3): 126/202 kB | 118/165 kB | 32/222 kB
Progress (3): 131/202 kB | 118/165 kB | 32/222 kB
Progress (3): 131/202 kB | 122/165 kB | 32/222 kB
Progress (3): 131/202 kB | 122/165 kB | 36/222 kB
Progress (3): 131/202 kB | 126/165 kB | 36/222 kB
Progress (3): 131/202 kB | 126/165 kB | 40/222 kB
Progress (3): 131/202 kB | 131/165 kB | 40/222 kB
Progress (3): 131/202 kB | 131/165 kB | 45/222 kB
Progress (3): 135/202 kB | 131/165 kB | 45/222 kB
Progress (3): 135/202 kB | 131/165 kB | 49/222 kB
Progress (3): 139/202 kB | 131/165 kB | 49/222 kB
Progress (4): 139/202 kB | 131/165 kB | 49/222 kB | 4.1/49 kB
Progress (4): 143/202 kB | 131/165 kB | 49/222 kB | 4.1/49 kB
Progress (4): 143/202 kB | 131/165 kB | 53/222 kB | 4.1/49 kB
Progress (4): 143/202 kB | 135/165 kB | 53/222 kB | 4.1/49 kB
Progress (4): 143/202 kB | 135/165 kB | 57/222 kB | 4.1/49 kB
Progress (5): 143/202 kB | 135/165 kB | 57/222 kB | 4.1/49 kB | 4.1/52 kB
Progress (5): 147/202 kB | 135/165 kB | 57/222 kB | 4.1/49 kB | 4.1/52 kB
Progress (5): 147/202 kB | 135/165 kB | 57/222 kB | 7.7/49 kB | 4.1/52 kB
Progress (5): 147/202 kB | 135/165 kB | 57/222 kB | 7.7/49 kB | 7.7/52 kB
Progress (5): 147/202 kB | 135/165 kB | 61/222 kB | 7.7/49 kB | 7.7/52 kB
Progress (5): 147/202 kB | 139/165 kB | 61/222 kB | 7.7/49 kB | 7.7/52 kB
Progress (5): 147/202 kB | 139/165 kB | 65/222 kB | 7.7/49 kB | 7.7/52 kB
Progress (5): 147/202 kB | 139/165 kB | 65/222 kB | 7.7/49 kB | 12/52 kB 
Progress (5): 147/202 kB | 139/165 kB | 65/222 kB | 12/49 kB | 12/52 kB 
Progress (5): 147/202 kB | 139/165 kB | 65/222 kB | 12/49 kB | 16/52 kB
Progress (5): 147/202 kB | 143/165 kB | 65/222 kB | 12/49 kB | 16/52 kB
Progress (5): 151/202 kB | 143/165 kB | 65/222 kB | 12/49 kB | 16/52 kB
Progress (5): 151/202 kB | 147/165 kB | 65/222 kB | 12/49 kB | 16/52 kB
Progress (5): 151/202 kB | 147/165 kB | 69/222 kB | 12/49 kB | 16/52 kB
Progress (5): 151/202 kB | 147/165 kB | 69/222 kB | 16/49 kB | 16/52 kB
Progress (5): 151/202 kB | 147/165 kB | 73/222 kB | 16/49 kB | 16/52 kB
Progress (5): 151/202 kB | 147/165 kB | 73/222 kB | 16/49 kB | 20/52 kB
Progress (5): 155/202 kB | 147/165 kB | 73/222 kB | 16/49 kB | 20/52 kB
Progress (5): 155/202 kB | 147/165 kB | 73/222 kB | 20/49 kB | 20/52 kB
Progress (5): 155/202 kB | 147/165 kB | 73/222 kB | 20/49 kB | 24/52 kB
Progress (5): 155/202 kB | 151/165 kB | 73/222 kB | 20/49 kB | 24/52 kB
Progress (5): 155/202 kB | 151/165 kB | 77/222 kB | 20/49 kB | 24/52 kB
Progress (5): 155/202 kB | 155/165 kB | 77/222 kB | 20/49 kB | 24/52 kB
Progress (5): 155/202 kB | 155/165 kB | 77/222 kB | 20/49 kB | 28/52 kB
Progress (5): 155/202 kB | 155/165 kB | 77/222 kB | 24/49 kB | 28/52 kB
Progress (5): 159/202 kB | 155/165 kB | 77/222 kB | 24/49 kB | 28/52 kB
Progress (5): 159/202 kB | 155/165 kB | 77/222 kB | 28/49 kB | 28/52 kB
Progress (5): 159/202 kB | 155/165 kB | 77/222 kB | 28/49 kB | 32/52 kB
Progress (5): 159/202 kB | 159/165 kB | 77/222 kB | 28/49 kB | 32/52 kB
Progress (5): 159/202 kB | 159/165 kB | 81/222 kB | 28/49 kB | 32/52 kB
Progress (5): 159/202 kB | 163/165 kB | 81/222 kB | 28/49 kB | 32/52 kB
Progress (5): 159/202 kB | 163/165 kB | 81/222 kB | 28/49 kB | 36/52 kB
Progress (5): 159/202 kB | 165 kB | 81/222 kB | 28/49 kB | 36/52 kB    
Progress (5): 159/202 kB | 165 kB | 81/222 kB | 32/49 kB | 36/52 kB
Progress (5): 163/202 kB | 165 kB | 81/222 kB | 32/49 kB | 36/52 kB
Progress (5): 163/202 kB | 165 kB | 85/222 kB | 32/49 kB | 36/52 kB
Progress (5): 163/202 kB | 165 kB | 85/222 kB | 32/49 kB | 40/52 kB
Progress (5): 163/202 kB | 165 kB | 90/222 kB | 32/49 kB | 40/52 kB
Progress (5): 163/202 kB | 165 kB | 90/222 kB | 36/49 kB | 40/52 kB
Progress (5): 163/202 kB | 165 kB | 90/222 kB | 36/49 kB | 45/52 kB
Progress (5): 163/202 kB | 165 kB | 90/222 kB | 40/49 kB | 45/52 kB
Progress (5): 167/202 kB | 165 kB | 90/222 kB | 40/49 kB | 45/52 kB
Progress (5): 167/202 kB | 165 kB | 94/222 kB | 40/49 kB | 45/52 kB
Progress (5): 171/202 kB | 165 kB | 94/222 kB | 40/49 kB | 45/52 kB
Progress (5): 171/202 kB | 165 kB | 94/222 kB | 45/49 kB | 45/52 kB
Progress (5): 171/202 kB | 165 kB | 94/222 kB | 45/49 kB | 49/52 kB
Progress (5): 171/202 kB | 165 kB | 94/222 kB | 49/49 kB | 49/52 kB
Progress (5): 176/202 kB | 165 kB | 94/222 kB | 49/49 kB | 49/52 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 3.4 MB/s)
18:06:50 Progress (4): 176/202 kB | 98/222 kB | 49/49 kB | 49/52 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
18:06:50 Progress (4): 180/202 kB | 98/222 kB | 49/49 kB | 49/52 kB
Progress (4): 180/202 kB | 98/222 kB | 49 kB | 49/52 kB   
Progress (4): 180/202 kB | 98/222 kB | 49 kB | 52 kB   
Progress (4): 184/202 kB | 98/222 kB | 49 kB | 52 kB
Progress (4): 184/202 kB | 102/222 kB | 49 kB | 52 kB
Progress (4): 188/202 kB | 102/222 kB | 49 kB | 52 kB
Progress (4): 188/202 kB | 106/222 kB | 49 kB | 52 kB
Progress (5): 188/202 kB | 106/222 kB | 49 kB | 52 kB | 4.1/4.2 kB
Progress (5): 192/202 kB | 106/222 kB | 49 kB | 52 kB | 4.1/4.2 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 923 kB/s)
18:06:50 Progress (4): 192/202 kB | 106/222 kB | 52 kB | 4.2 kB
Progress (4): 192/202 kB | 110/222 kB | 52 kB | 4.2 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 979 kB/s)
18:06:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
18:06:50 Progress (3): 196/202 kB | 110/222 kB | 4.2 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
18:06:50 Progress (3): 196/202 kB | 114/222 kB | 4.2 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 78 kB/s)
18:06:50 Progress (2): 200/202 kB | 114/222 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
18:06:50 Progress (2): 200/202 kB | 118/222 kB
Progress (2): 202 kB | 118/222 kB    
Progress (2): 202 kB | 122/222 kB
Progress (3): 202 kB | 122/222 kB | 4.1/46 kB
Progress (3): 202 kB | 126/222 kB | 4.1/46 kB
Progress (3): 202 kB | 126/222 kB | 7.7/46 kB
Progress (3): 202 kB | 131/222 kB | 7.7/46 kB
Progress (3): 202 kB | 131/222 kB | 12/46 kB 
Progress (4): 202 kB | 131/222 kB | 12/46 kB | 4.1/153 kB
Progress (4): 202 kB | 131/222 kB | 16/46 kB | 4.1/153 kB
Progress (4): 202 kB | 131/222 kB | 16/46 kB | 7.7/153 kB
Progress (4): 202 kB | 131/222 kB | 16/46 kB | 12/153 kB 
Progress (4): 202 kB | 131/222 kB | 16/46 kB | 16/153 kB
Progress (4): 202 kB | 135/222 kB | 16/46 kB | 16/153 kB
Progress (4): 202 kB | 135/222 kB | 20/46 kB | 16/153 kB
Progress (4): 202 kB | 139/222 kB | 20/46 kB | 16/153 kB
Progress (4): 202 kB | 139/222 kB | 20/46 kB | 20/153 kB
Progress (4): 202 kB | 139/222 kB | 24/46 kB | 20/153 kB
Progress (5): 202 kB | 139/222 kB | 24/46 kB | 20/153 kB | 4.1/472 kB
Progress (5): 202 kB | 139/222 kB | 24/46 kB | 24/153 kB | 4.1/472 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 3.4 MB/s)
18:06:50 Progress (4): 143/222 kB | 24/46 kB | 24/153 kB | 4.1/472 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
18:06:50 Progress (4): 143/222 kB | 24/46 kB | 28/153 kB | 4.1/472 kB
Progress (4): 143/222 kB | 24/46 kB | 28/153 kB | 7.7/472 kB
Progress (4): 143/222 kB | 28/46 kB | 28/153 kB | 7.7/472 kB
Progress (4): 143/222 kB | 28/46 kB | 28/153 kB | 12/472 kB 
Progress (4): 143/222 kB | 28/46 kB | 32/153 kB | 12/472 kB
Progress (4): 147/222 kB | 28/46 kB | 32/153 kB | 12/472 kB
Progress (4): 147/222 kB | 28/46 kB | 32/153 kB | 16/472 kB
Progress (4): 147/222 kB | 32/46 kB | 32/153 kB | 16/472 kB
Progress (4): 147/222 kB | 32/46 kB | 36/153 kB | 16/472 kB
Progress (4): 147/222 kB | 32/46 kB | 40/153 kB | 16/472 kB
Progress (4): 147/222 kB | 32/46 kB | 45/153 kB | 16/472 kB
Progress (4): 147/222 kB | 32/46 kB | 45/153 kB | 20/472 kB
Progress (4): 151/222 kB | 32/46 kB | 45/153 kB | 20/472 kB
Progress (5): 151/222 kB | 32/46 kB | 45/153 kB | 20/472 kB | 4.1/155 kB
Progress (5): 151/222 kB | 32/46 kB | 49/153 kB | 20/472 kB | 4.1/155 kB
Progress (5): 151/222 kB | 36/46 kB | 49/153 kB | 20/472 kB | 4.1/155 kB
Progress (5): 151/222 kB | 36/46 kB | 49/153 kB | 20/472 kB | 7.7/155 kB
Progress (5): 155/222 kB | 36/46 kB | 49/153 kB | 20/472 kB | 7.7/155 kB
Progress (5): 155/222 kB | 36/46 kB | 49/153 kB | 24/472 kB | 7.7/155 kB
Progress (5): 159/222 kB | 36/46 kB | 49/153 kB | 24/472 kB | 7.7/155 kB
Progress (5): 159/222 kB | 36/46 kB | 53/153 kB | 24/472 kB | 7.7/155 kB
Progress (5): 159/222 kB | 36/46 kB | 53/153 kB | 24/472 kB | 12/155 kB 
Progress (5): 159/222 kB | 40/46 kB | 53/153 kB | 24/472 kB | 12/155 kB
Progress (5): 159/222 kB | 40/46 kB | 53/153 kB | 24/472 kB | 16/155 kB
Progress (5): 159/222 kB | 40/46 kB | 57/153 kB | 24/472 kB | 16/155 kB
Progress (5): 163/222 kB | 40/46 kB | 57/153 kB | 24/472 kB | 16/155 kB
Progress (5): 163/222 kB | 40/46 kB | 57/153 kB | 28/472 kB | 16/155 kB
Progress (5): 163/222 kB | 40/46 kB | 61/153 kB | 28/472 kB | 16/155 kB
Progress (5): 163/222 kB | 45/46 kB | 61/153 kB | 28/472 kB | 16/155 kB
Progress (5): 163/222 kB | 45/46 kB | 65/153 kB | 28/472 kB | 16/155 kB
Progress (5): 163/222 kB | 45/46 kB | 65/153 kB | 32/472 kB | 16/155 kB
Progress (5): 163/222 kB | 45/46 kB | 65/153 kB | 32/472 kB | 20/155 kB
Progress (5): 167/222 kB | 45/46 kB | 65/153 kB | 32/472 kB | 20/155 kB
Progress (5): 167/222 kB | 46 kB | 65/153 kB | 32/472 kB | 20/155 kB   
Progress (5): 167/222 kB | 46 kB | 65/153 kB | 36/472 kB | 20/155 kB
Progress (5): 171/222 kB | 46 kB | 65/153 kB | 36/472 kB | 20/155 kB
Progress (5): 171/222 kB | 46 kB | 69/153 kB | 36/472 kB | 20/155 kB
Progress (5): 171/222 kB | 46 kB | 69/153 kB | 36/472 kB | 24/155 kB
Progress (5): 171/222 kB | 46 kB | 73/153 kB | 36/472 kB | 24/155 kB
Progress (5): 176/222 kB | 46 kB | 73/153 kB | 36/472 kB | 24/155 kB
Progress (5): 176/222 kB | 46 kB | 73/153 kB | 40/472 kB | 24/155 kB
Progress (5): 180/222 kB | 46 kB | 73/153 kB | 40/472 kB | 24/155 kB
Progress (5): 180/222 kB | 46 kB | 77/153 kB | 40/472 kB | 24/155 kB
Progress (5): 180/222 kB | 46 kB | 77/153 kB | 40/472 kB | 28/155 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 678 kB/s)
18:06:50 Progress (4): 180/222 kB | 81/153 kB | 40/472 kB | 28/155 kB
Progress (4): 180/222 kB | 81/153 kB | 45/472 kB | 28/155 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar
18:06:50 Progress (4): 184/222 kB | 81/153 kB | 45/472 kB | 28/155 kB
Progress (4): 184/222 kB | 81/153 kB | 45/472 kB | 32/155 kB
Progress (4): 188/222 kB | 81/153 kB | 45/472 kB | 32/155 kB
Progress (4): 188/222 kB | 81/153 kB | 49/472 kB | 32/155 kB
Progress (4): 192/222 kB | 81/153 kB | 49/472 kB | 32/155 kB
Progress (4): 192/222 kB | 81/153 kB | 49/472 kB | 36/155 kB
Progress (4): 196/222 kB | 81/153 kB | 49/472 kB | 36/155 kB
Progress (4): 196/222 kB | 81/153 kB | 53/472 kB | 36/155 kB
Progress (4): 196/222 kB | 81/153 kB | 53/472 kB | 40/155 kB
Progress (4): 196/222 kB | 81/153 kB | 53/472 kB | 45/155 kB
Progress (4): 196/222 kB | 81/153 kB | 53/472 kB | 49/155 kB
Progress (4): 200/222 kB | 81/153 kB | 53/472 kB | 49/155 kB
Progress (4): 200/222 kB | 85/153 kB | 53/472 kB | 49/155 kB
Progress (4): 200/222 kB | 85/153 kB | 57/472 kB | 49/155 kB
Progress (4): 200/222 kB | 90/153 kB | 57/472 kB | 49/155 kB
Progress (4): 204/222 kB | 90/153 kB | 57/472 kB | 49/155 kB
Progress (4): 204/222 kB | 90/153 kB | 57/472 kB | 53/155 kB
Progress (4): 208/222 kB | 90/153 kB | 57/472 kB | 53/155 kB
Progress (4): 208/222 kB | 94/153 kB | 57/472 kB | 53/155 kB
Progress (4): 208/222 kB | 94/153 kB | 61/472 kB | 53/155 kB
Progress (4): 208/222 kB | 98/153 kB | 61/472 kB | 53/155 kB
Progress (4): 212/222 kB | 98/153 kB | 61/472 kB | 53/155 kB
Progress (5): 212/222 kB | 98/153 kB | 61/472 kB | 53/155 kB | 4.1/185 kB
Progress (5): 212/222 kB | 98/153 kB | 61/472 kB | 57/155 kB | 4.1/185 kB
Progress (5): 212/222 kB | 98/153 kB | 61/472 kB | 57/155 kB | 7.7/185 kB
Progress (5): 212/222 kB | 102/153 kB | 61/472 kB | 57/155 kB | 7.7/185 kB
Progress (5): 212/222 kB | 102/153 kB | 65/472 kB | 57/155 kB | 7.7/185 kB
Progress (5): 212/222 kB | 106/153 kB | 65/472 kB | 57/155 kB | 7.7/185 kB
Progress (5): 212/222 kB | 106/153 kB | 65/472 kB | 57/155 kB | 12/185 kB 
Progress (5): 217/222 kB | 106/153 kB | 65/472 kB | 57/155 kB | 12/185 kB
Progress (5): 217/222 kB | 106/153 kB | 65/472 kB | 61/155 kB | 12/185 kB
Progress (5): 221/222 kB | 106/153 kB | 65/472 kB | 61/155 kB | 12/185 kB
Progress (5): 221/222 kB | 106/153 kB | 69/472 kB | 61/155 kB | 12/185 kB
Progress (5): 221/222 kB | 106/153 kB | 69/472 kB | 61/155 kB | 16/185 kB
Progress (5): 221/222 kB | 110/153 kB | 69/472 kB | 61/155 kB | 16/185 kB
Progress (5): 221/222 kB | 110/153 kB | 73/472 kB | 61/155 kB | 16/185 kB
Progress (5): 222 kB | 110/153 kB | 73/472 kB | 61/155 kB | 16/185 kB    
Progress (5): 222 kB | 110/153 kB | 73/472 kB | 65/155 kB | 16/185 kB
Progress (5): 222 kB | 110/153 kB | 77/472 kB | 65/155 kB | 16/185 kB
Progress (5): 222 kB | 110/153 kB | 81/472 kB | 65/155 kB | 16/185 kB
Progress (5): 222 kB | 110/153 kB | 81/472 kB | 69/155 kB | 16/185 kB
Progress (5): 222 kB | 110/153 kB | 81/472 kB | 73/155 kB | 16/185 kB
Progress (5): 222 kB | 110/153 kB | 85/472 kB | 73/155 kB | 16/185 kB
Progress (5): 222 kB | 114/153 kB | 85/472 kB | 73/155 kB | 16/185 kB
Progress (5): 222 kB | 114/153 kB | 90/472 kB | 73/155 kB | 16/185 kB
Progress (5): 222 kB | 114/153 kB | 90/472 kB | 77/155 kB | 16/185 kB
Progress (5): 222 kB | 114/153 kB | 90/472 kB | 81/155 kB | 16/185 kB
Progress (5): 222 kB | 114/153 kB | 90/472 kB | 81/155 kB | 20/185 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 1.5 MB/s)
18:06:50 Progress (4): 118/153 kB | 90/472 kB | 81/155 kB | 20/185 kB
Progress (4): 118/153 kB | 94/472 kB | 81/155 kB | 20/185 kB
Progress (4): 122/153 kB | 94/472 kB | 81/155 kB | 20/185 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
18:06:50 Progress (4): 122/153 kB | 94/472 kB | 85/155 kB | 20/185 kB
Progress (4): 122/153 kB | 94/472 kB | 85/155 kB | 24/185 kB
Progress (4): 122/153 kB | 94/472 kB | 90/155 kB | 24/185 kB
Progress (4): 126/153 kB | 94/472 kB | 90/155 kB | 24/185 kB
Progress (4): 126/153 kB | 98/472 kB | 90/155 kB | 24/185 kB
Progress (4): 131/153 kB | 98/472 kB | 90/155 kB | 24/185 kB
Progress (4): 131/153 kB | 98/472 kB | 94/155 kB | 24/185 kB
Progress (4): 131/153 kB | 98/472 kB | 94/155 kB | 28/185 kB
Progress (4): 131/153 kB | 102/472 kB | 94/155 kB | 28/185 kB
Progress (4): 135/153 kB | 102/472 kB | 94/155 kB | 28/185 kB
Progress (4): 135/153 kB | 102/472 kB | 98/155 kB | 28/185 kB
Progress (4): 139/153 kB | 102/472 kB | 98/155 kB | 28/185 kB
Progress (4): 143/153 kB | 102/472 kB | 98/155 kB | 28/185 kB
Progress (4): 147/153 kB | 102/472 kB | 98/155 kB | 28/185 kB
Progress (4): 147/153 kB | 102/472 kB | 102/155 kB | 28/185 kB
Progress (4): 151/153 kB | 102/472 kB | 102/155 kB | 28/185 kB
Progress (4): 153 kB | 102/472 kB | 102/155 kB | 28/185 kB    
Progress (4): 153 kB | 106/472 kB | 102/155 kB | 28/185 kB
Progress (4): 153 kB | 106/472 kB | 102/155 kB | 32/185 kB
Progress (4): 153 kB | 110/472 kB | 102/155 kB | 32/185 kB
Progress (4): 153 kB | 110/472 kB | 106/155 kB | 32/185 kB
Progress (5): 153 kB | 110/472 kB | 106/155 kB | 32/185 kB | 4.1/32 kB
Progress (5): 153 kB | 110/472 kB | 110/155 kB | 32/185 kB | 4.1/32 kB
Progress (5): 153 kB | 114/472 kB | 110/155 kB | 32/185 kB | 4.1/32 kB
Progress (5): 153 kB | 114/472 kB | 110/155 kB | 36/185 kB | 4.1/32 kB
Progress (5): 153 kB | 114/472 kB | 114/155 kB | 36/185 kB | 4.1/32 kB
Progress (5): 153 kB | 114/472 kB | 114/155 kB | 36/185 kB | 7.7/32 kB
Progress (5): 153 kB | 118/472 kB | 114/155 kB | 36/185 kB | 7.7/32 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 968 kB/s)
18:06:50 Progress (4): 118/472 kB | 114/155 kB | 40/185 kB | 7.7/32 kB
Progress (4): 118/472 kB | 118/155 kB | 40/185 kB | 7.7/32 kB
Progress (4): 122/472 kB | 118/155 kB | 40/185 kB | 7.7/32 kB
Progress (4): 122/472 kB | 118/155 kB | 40/185 kB | 12/32 kB 
Progress (4): 126/472 kB | 118/155 kB | 40/185 kB | 12/32 kB
Progress (4): 126/472 kB | 122/155 kB | 40/185 kB | 12/32 kB
Progress (4): 126/472 kB | 122/155 kB | 45/185 kB | 12/32 kB
Progress (4): 126/472 kB | 126/155 kB | 45/185 kB | 12/32 kB
Progress (4): 131/472 kB | 126/155 kB | 45/185 kB | 12/32 kB
Progress (4): 131/472 kB | 126/155 kB | 45/185 kB | 16/32 kB
Progress (4): 131/472 kB | 131/155 kB | 45/185 kB | 16/32 kB
Progress (4): 131/472 kB | 131/155 kB | 49/185 kB | 16/32 kB
Progress (4): 131/472 kB | 135/155 kB | 49/185 kB | 16/32 kB
Progress (4): 135/472 kB | 135/155 kB | 49/185 kB | 16/32 kB
Progress (4): 135/472 kB | 135/155 kB | 49/185 kB | 20/32 kB
Progress (4): 135/472 kB | 139/155 kB | 49/185 kB | 20/32 kB
Progress (4): 135/472 kB | 139/155 kB | 53/185 kB | 20/32 kB
Progress (4): 135/472 kB | 139/155 kB | 53/185 kB | 24/32 kB
Progress (4): 139/472 kB | 139/155 kB | 53/185 kB | 24/32 kB
Progress (4): 139/472 kB | 139/155 kB | 53/185 kB | 28/32 kB
Progress (4): 139/472 kB | 139/155 kB | 57/185 kB | 28/32 kB
Progress (4): 139/472 kB | 143/155 kB | 57/185 kB | 28/32 kB
Progress (4): 139/472 kB | 143/155 kB | 61/185 kB | 28/32 kB
Progress (4): 139/472 kB | 143/155 kB | 61/185 kB | 32 kB   
Progress (4): 143/472 kB | 143/155 kB | 61/185 kB | 32 kB
Progress (4): 143/472 kB | 143/155 kB | 65/185 kB | 32 kB
Progress (4): 143/472 kB | 147/155 kB | 65/185 kB | 32 kB
Progress (4): 147/472 kB | 147/155 kB | 65/185 kB | 32 kB
Progress (4): 147/472 kB | 151/155 kB | 65/185 kB | 32 kB
Progress (4): 147/472 kB | 155 kB | 65/185 kB | 32 kB    
Progress (4): 147/472 kB | 155 kB | 69/185 kB | 32 kB
Progress (4): 151/472 kB | 155 kB | 69/185 kB | 32 kB
Progress (4): 151/472 kB | 155 kB | 73/185 kB | 32 kB
Progress (4): 155/472 kB | 155 kB | 73/185 kB | 32 kB
Progress (4): 155/472 kB | 155 kB | 77/185 kB | 32 kB
Progress (4): 159/472 kB | 155 kB | 77/185 kB | 32 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 193 kB/s)
18:06:50 Progress (3): 163/472 kB | 155 kB | 77/185 kB
Progress (3): 163/472 kB | 155 kB | 81/185 kB
Progress (3): 167/472 kB | 155 kB | 81/185 kB
Progress (3): 167/472 kB | 155 kB | 85/185 kB
Progress (3): 171/472 kB | 155 kB | 85/185 kB
Progress (3): 171/472 kB | 155 kB | 90/185 kB
Progress (3): 176/472 kB | 155 kB | 90/185 kB
Progress (3): 176/472 kB | 155 kB | 94/185 kB
Progress (3): 180/472 kB | 155 kB | 94/185 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 921 kB/s)
18:06:50 Progress (2): 180/472 kB | 98/185 kB
Progress (2): 180/472 kB | 102/185 kB
Progress (2): 180/472 kB | 106/185 kB
Progress (2): 184/472 kB | 106/185 kB
Progress (2): 184/472 kB | 110/185 kB
Progress (2): 188/472 kB | 110/185 kB
Progress (2): 188/472 kB | 114/185 kB
Progress (2): 192/472 kB | 114/185 kB
Progress (2): 196/472 kB | 114/185 kB
Progress (2): 196/472 kB | 118/185 kB
Progress (2): 196/472 kB | 122/185 kB
Progress (2): 196/472 kB | 126/185 kB
Progress (2): 196/472 kB | 131/185 kB
Progress (2): 200/472 kB | 131/185 kB
Progress (2): 204/472 kB | 131/185 kB
Progress (2): 204/472 kB | 135/185 kB
Progress (2): 208/472 kB | 135/185 kB
Progress (2): 208/472 kB | 139/185 kB
Progress (2): 212/472 kB | 139/185 kB
Progress (2): 212/472 kB | 143/185 kB
Progress (2): 212/472 kB | 147/185 kB
Progress (2): 212/472 kB | 151/185 kB
Progress (2): 212/472 kB | 155/185 kB
Progress (2): 217/472 kB | 155/185 kB
Progress (2): 217/472 kB | 159/185 kB
Progress (2): 221/472 kB | 159/185 kB
Progress (2): 221/472 kB | 163/185 kB
Progress (2): 225/472 kB | 163/185 kB
Progress (2): 229/472 kB | 163/185 kB
Progress (2): 229/472 kB | 167/185 kB
Progress (2): 229/472 kB | 171/185 kB
Progress (2): 229/472 kB | 176/185 kB
Progress (2): 229/472 kB | 180/185 kB
Progress (2): 229/472 kB | 184/185 kB
Progress (2): 233/472 kB | 184/185 kB
Progress (2): 233/472 kB | 185 kB    
Progress (2): 237/472 kB | 185 kB
Progress (2): 241/472 kB | 185 kB
Progress (2): 245/472 kB | 185 kB
Progress (2): 249/472 kB | 185 kB
Progress (2): 253/472 kB | 185 kB
Progress (2): 258/472 kB | 185 kB
Progress (2): 262/472 kB | 185 kB
Progress (2): 266/472 kB | 185 kB
Progress (2): 270/472 kB | 185 kB
Progress (2): 274/472 kB | 185 kB
Progress (2): 278/472 kB | 185 kB
Progress (2): 282/472 kB | 185 kB
Progress (2): 286/472 kB | 185 kB
Progress (2): 290/472 kB | 185 kB
Progress (2): 294/472 kB | 185 kB
Progress (2): 298/472 kB | 185 kB
Progress (2): 303/472 kB | 185 kB
Progress (2): 307/472 kB | 185 kB
Progress (2): 311/472 kB | 185 kB
Progress (2): 315/472 kB | 185 kB
Progress (2): 319/472 kB | 185 kB
Progress (2): 323/472 kB | 185 kB
Progress (2): 327/472 kB | 185 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 723 kB/s)
18:06:50 Progress (1): 331/472 kB
Progress (1): 335/472 kB
Progress (1): 339/472 kB
Progress (1): 344/472 kB
Progress (1): 348/472 kB
Progress (1): 352/472 kB
Progress (1): 356/472 kB
Progress (1): 360/472 kB
Progress (1): 364/472 kB
Progress (1): 368/472 kB
Progress (1): 372/472 kB
Progress (1): 376/472 kB
Progress (1): 380/472 kB
Progress (1): 384/472 kB
Progress (1): 389/472 kB
Progress (1): 393/472 kB
Progress (1): 397/472 kB
Progress (1): 401/472 kB
Progress (1): 405/472 kB
Progress (1): 409/472 kB
Progress (1): 413/472 kB
Progress (1): 417/472 kB
Progress (1): 421/472 kB
Progress (1): 425/472 kB
Progress (1): 430/472 kB
Progress (1): 434/472 kB
Progress (1): 438/472 kB
Progress (1): 442/472 kB
Progress (1): 446/472 kB
Progress (1): 450/472 kB
Progress (1): 454/472 kB
Progress (1): 458/472 kB
Progress (1): 462/472 kB
Progress (1): 466/472 kB
Progress (1): 471/472 kB
Progress (1): 472 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 1.7 MB/s)
18:06:51 [INFO] 
18:06:51 [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ org.eclipse.scout.rt ---
18:06:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
18:06:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
18:06:51 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
18:06:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
18:06:51 Progress (1): 4.1 kB
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 207 kB/s)
18:06:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
18:06:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
18:06:51 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
18:06:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
18:06:51 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 22 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 581 kB/s)
18:06:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
18:06:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom
18:06:51 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-parent/23/maven-parent-23.pom
18:06:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
18:06:52 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
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.4 MB/s)
18:06:52 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/13/apache-13.pom
18:06:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/13/apache-13.pom
18:06:52 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/apache/13/apache-13.pom
18:06:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
18:06:52 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 14 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 518 kB/s)
18:06:52 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
18:06:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
18:06:52 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
18:06:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
18:06:52 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 72 kB/s)
18:06:52 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
18:06:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
18:06:52 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
18:06:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
18:06:53 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 786 kB/s)
18:06:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
18:06:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
18:06:53 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
18:06:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
18:06:53 Progress (1): 4.1 kB
Progress (1): 6.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 356 kB/s)
18:06:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
18:06:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
18:06:53 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
18:06:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
18:06:53 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 14 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 565 kB/s)
18:06:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
18:06:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
18:06:53 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
18:06:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
18:06:54 Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 83 kB/s)
18:06:54 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
18:06:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
18:06:54 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
18:06:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
18:06:54 Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 47 kB/s)
18:06:54 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
18:06:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
18:06:54 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
18:06:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
18:06:55 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 123 kB/s)
18:06:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
18:06:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
18:06:55 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
18:06:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
18:06:55 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 39 kB/s)
18:06:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
18:06:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
18:06:55 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
18:06:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
18:06:55 Progress (1): 4.1 kB
Progress (1): 7.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 220 kB/s)
18:06:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
18:06:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
18:06:55 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
18:06:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
18:06:56 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 66 kB/s)
18:06:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
18:06:56 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
18:06:56 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
18:06:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
18:06:56 Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 68 kB/s)
18:06:56 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
18:06:56 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
18:06:56 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
18:06:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
18:06:56 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 141 kB/s)
18:06:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
18:06:56 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
18:06:56 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
18:06:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
18:06:57 Progress (1): 4.1 kB
Progress (1): 6.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 324 kB/s)
18:06:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
18:06:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
18:06:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
18:06:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
18:06:57 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 8.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 311 kB/s)
18:06:57 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
18:06:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
18:06:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
18:06:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
18:06:57 Progress (1): 4.1 kB
Progress (1): 5.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 224 kB/s)
18:06:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
18:06:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
18:06:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
18:06:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
18:06:58 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 448 kB/s)
18:06:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
18:06:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
18:06:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
18:06:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
18:06:58 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 69 kB/s)
18:06:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
18:06:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
18:06:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
18:06:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
18:06:59 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 70 kB/s)
18:06:59 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
18:06:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
18:06:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
18:06:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
18:06:59 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 77 kB/s)
18:06:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
18:06:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
18:06:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
18:06:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
18:06:59 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 22 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 896 kB/s)
18:06:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
18:06:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom
18:06:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-parent/11/maven-parent-11.pom
18:07:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
18:07:00 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): 32 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.6 MB/s)
18:07:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/5/apache-5.pom
18:07:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/5/apache-5.pom
18:07:00 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/apache/5/apache-5.pom
18:07:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
18:07:00 Progress (1): 4.1 kB
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 117 kB/s)
18:07:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
18:07:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
18:07:00 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
18:07:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
18:07:00 Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 132 kB/s)
18:07:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
18:07:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
18:07:00 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
18:07:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
18:07:01 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 109 kB/s)
18:07:01 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
18:07:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
18:07:01 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
18:07:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
18:07:01 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): 28 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 1.5 MB/s)
18:07:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
18:07:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
18:07:01 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
18:07:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
18:07:01 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 84 kB/s)
18:07:01 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
18:07:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
18:07:01 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
18:07:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
18:07:02 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 64 kB/s)
18:07:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
18:07:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
18:07:02 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
18:07:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
18:07:02 Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 197 kB/s)
18:07:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom
18:07:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom
18:07:02 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom
18:07:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom
18:07:02 Progress (1): 4.1 kB
Progress (1): 4.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 142 kB/s)
18:07:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom
18:07:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom
18:07:02 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom
18:07:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom
18:07:03 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 347 kB/s)
18:07:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
18:07:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
18:07:03 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
18:07:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
18:07:03 Progress (1): 4.1 kB
Progress (1): 4.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 151 kB/s)
18:07:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
18:07:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
18:07:03 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
18:07:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
18:07:04 Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 84 kB/s)
18:07:04 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
18:07:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
18:07:04 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
18:07:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
18:07:04 Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 124 kB/s)
18:07:04 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
18:07:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
18:07:04 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
18:07:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
18:07:04 Progress (1): 4.1 kB
Progress (1): 7.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 439 kB/s)
18:07:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
18:07:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom
18:07:04 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jboss/weld/weld-parent/6/weld-parent-6.pom
18:07:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
18:07:05 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 21 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 766 kB/s)
18:07:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
18:07:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
18:07:05 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
18:07:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
18:07:05 Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 37 kB/s)
18:07:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/inject/javax.inject/1/javax.inject-1.pom
18:07:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
18:07:05 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/inject/javax.inject/1/javax.inject-1.pom
18:07:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
18:07:05 Progress (1): 612 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 14 kB/s)
18:07:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/10.0.1/guava-10.0.1.pom
18:07:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.pom
18:07:05 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/guava/guava/10.0.1/guava-10.0.1.pom
18:07:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom
18:07:06 Progress (1): 4.1 kB
Progress (1): 5.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 180 kB/s)
18:07:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
18:07:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
18:07:06 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
18:07:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
18:07:06 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 89 kB/s)
18:07:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
18:07:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
18:07:06 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
18:07:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
18:07:06 Progress (1): 965 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 32 kB/s)
18:07:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
18:07:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
18:07:06 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
18:07:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
18:07:07 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 10 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 461 kB/s)
18:07:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
18:07:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
18:07:07 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
18:07:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
18:07:07 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 405 kB/s)
18:07:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
18:07:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
18:07:07 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
18:07:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
18:07:07 Progress (1): 363 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 16 kB/s)
18:07:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom
18:07:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom
18:07:07 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom
18:07:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom
18:07:08 Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 44 kB/s)
18:07:08 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom
18:07:08 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom
18:07:08 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom
18:07:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom
18:07:08 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 14 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 378 kB/s)
18:07:08 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
18:07:08 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
18:07:08 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
18:07:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
18:07:09 Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 149 kB/s)
18:07:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
18:07:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
18:07:09 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
18:07:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
18:07:09 Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 175 kB/s)
18:07:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
18:07:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
18:07:09 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
18:07:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
18:07:09 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 8.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 380 kB/s)
18:07:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
18:07:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
18:07:10 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
18:07:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
18:07:10 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 8.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 279 kB/s)
18:07:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
18:07:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
18:07:10 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
18:07:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
18:07:10 Progress (1): 4.1 kB
Progress (1): 5.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 152 kB/s)
18:07:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
18:07:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
18:07:10 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
18:07:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
18:07:11 Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 77 kB/s)
18:07:11 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
18:07:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
18:07:11 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
18:07:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
18:07:11 Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 50 kB/s)
18:07:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
18:07:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
18:07:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
18:07:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
18:07:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
18:07:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
18:07:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
18:07:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
18:07:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
18:07:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
18:07:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
18:07:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
18:07:11 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
18:07:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
18:07:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
18:07:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
18:07:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/inject/javax.inject/1/javax.inject-1.jar
18:07:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/10.0.1/guava-10.0.1.jar
18:07:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
18:07:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
18:07:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
18:07:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar
18:07:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
18:07:12 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
18:07:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
18:07:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
18:07:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/inject/javax.inject/1/javax.inject-1.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar
18:07:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
18:07:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
18:07:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
18:07:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
18:07:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/inject/javax.inject/1/javax.inject-1.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/guava/guava/10.0.1/guava-10.0.1.jar
18:07:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
18:07:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
18:07:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
18:07:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar
18:07:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
18:07:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
18:07:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
18:07:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
18:07:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar
18:07:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
18:07:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
18:07:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
18:07:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
18:07:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
18:07:14 Progress (1): 4.1/62 kB
Progress (1): 7.7/62 kB
Progress (1): 12/62 kB 
Progress (1): 16/62 kB
Progress (1): 20/62 kB
Progress (1): 24/62 kB
Progress (1): 28/62 kB
Progress (1): 32/62 kB
Progress (1): 36/62 kB
Progress (1): 40/62 kB
Progress (1): 45/62 kB
Progress (1): 49/62 kB
Progress (2): 49/62 kB | 4.1/154 kB
Progress (2): 53/62 kB | 4.1/154 kB
Progress (2): 53/62 kB | 7.7/154 kB
Progress (2): 57/62 kB | 7.7/154 kB
Progress (2): 57/62 kB | 12/154 kB 
Progress (2): 57/62 kB | 16/154 kB
Progress (2): 61/62 kB | 16/154 kB
Progress (2): 62 kB | 16/154 kB   
Progress (2): 62 kB | 20/154 kB
Progress (2): 62 kB | 24/154 kB
Progress (2): 62 kB | 28/154 kB
Progress (2): 62 kB | 32/154 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 1.0 MB/s)
18:07:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
18:07:14 Progress (2): 32/154 kB | 4.1/42 kB
Progress (2): 32/154 kB | 7.7/42 kB
Progress (2): 32/154 kB | 12/42 kB 
Progress (2): 32/154 kB | 16/42 kB
Progress (2): 32/154 kB | 20/42 kB
Progress (2): 32/154 kB | 24/42 kB
Progress (2): 32/154 kB | 28/42 kB
Progress (2): 32/154 kB | 32/42 kB
Progress (2): 32/154 kB | 36/42 kB
Progress (2): 32/154 kB | 40/42 kB
Progress (2): 32/154 kB | 42 kB   
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 491 kB/s)
18:07:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
18:07:14 Progress (2): 32/154 kB | 4.1/42 kB
Progress (2): 32/154 kB | 7.7/42 kB
Progress (2): 32/154 kB | 12/42 kB 
Progress (2): 32/154 kB | 16/42 kB
Progress (2): 32/154 kB | 20/42 kB
Progress (2): 32/154 kB | 24/42 kB
Progress (2): 32/154 kB | 28/42 kB
Progress (2): 32/154 kB | 32/42 kB
Progress (2): 32/154 kB | 36/42 kB
Progress (2): 32/154 kB | 40/42 kB
Progress (2): 32/154 kB | 42 kB   
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 396 kB/s)
18:07:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
18:07:14 Progress (2): 32/154 kB | 4.1/25 kB
Progress (2): 32/154 kB | 7.7/25 kB
Progress (2): 32/154 kB | 12/25 kB 
Progress (2): 32/154 kB | 16/25 kB
Progress (2): 32/154 kB | 20/25 kB
Progress (2): 32/154 kB | 24/25 kB
Progress (2): 32/154 kB | 25 kB   
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 203 kB/s)
18:07:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
18:07:14 Progress (2): 32/154 kB | 4.1/60 kB
Progress (2): 32/154 kB | 7.7/60 kB
Progress (2): 32/154 kB | 12/60 kB 
Progress (2): 32/154 kB | 16/60 kB
Progress (2): 32/154 kB | 20/60 kB
Progress (2): 32/154 kB | 24/60 kB
Progress (2): 32/154 kB | 28/60 kB
Progress (2): 32/154 kB | 32/60 kB
Progress (2): 32/154 kB | 36/60 kB
Progress (2): 32/154 kB | 40/60 kB
Progress (2): 32/154 kB | 45/60 kB
Progress (2): 32/154 kB | 49/60 kB
Progress (2): 32/154 kB | 53/60 kB
Progress (2): 32/154 kB | 57/60 kB
Progress (2): 32/154 kB | 60 kB   
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 408 kB/s)
18:07:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
18:07:14 Progress (2): 32/154 kB | 4.1/18 kB
Progress (2): 32/154 kB | 7.7/18 kB
Progress (2): 32/154 kB | 12/18 kB 
Progress (2): 32/154 kB | 16/18 kB
Progress (2): 32/154 kB | 18 kB   
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 117 kB/s)
18:07:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
18:07:14 Progress (2): 32/154 kB | 4.1/145 kB
Progress (2): 32/154 kB | 7.7/145 kB
Progress (2): 32/154 kB | 12/145 kB 
Progress (2): 32/154 kB | 16/145 kB
Progress (2): 32/154 kB | 20/145 kB
Progress (2): 32/154 kB | 24/145 kB
Progress (2): 32/154 kB | 28/145 kB
Progress (2): 32/154 kB | 32/145 kB
Progress (2): 32/154 kB | 36/145 kB
Progress (2): 32/154 kB | 40/145 kB
Progress (2): 32/154 kB | 45/145 kB
Progress (2): 32/154 kB | 49/145 kB
Progress (2): 32/154 kB | 53/145 kB
Progress (2): 32/154 kB | 57/145 kB
Progress (2): 32/154 kB | 61/145 kB
Progress (2): 32/154 kB | 65/145 kB
Progress (2): 32/154 kB | 69/145 kB
Progress (2): 32/154 kB | 73/145 kB
Progress (2): 32/154 kB | 77/145 kB
Progress (2): 32/154 kB | 81/145 kB
Progress (2): 32/154 kB | 85/145 kB
Progress (2): 32/154 kB | 90/145 kB
Progress (2): 32/154 kB | 94/145 kB
Progress (2): 32/154 kB | 98/145 kB
Progress (2): 32/154 kB | 102/145 kB
Progress (2): 32/154 kB | 106/145 kB
Progress (2): 32/154 kB | 110/145 kB
Progress (2): 32/154 kB | 114/145 kB
Progress (2): 32/154 kB | 118/145 kB
Progress (2): 32/154 kB | 122/145 kB
Progress (2): 32/154 kB | 126/145 kB
Progress (2): 32/154 kB | 131/145 kB
Progress (2): 32/154 kB | 135/145 kB
Progress (2): 32/154 kB | 139/145 kB
Progress (2): 32/154 kB | 143/145 kB
Progress (2): 32/154 kB | 145 kB    
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 883 kB/s)
18:07:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
18:07:14 Progress (2): 32/154 kB | 4.1/134 kB
Progress (2): 32/154 kB | 7.7/134 kB
Progress (2): 32/154 kB | 12/134 kB 
Progress (2): 32/154 kB | 16/134 kB
Progress (2): 32/154 kB | 20/134 kB
Progress (2): 32/154 kB | 24/134 kB
Progress (2): 32/154 kB | 28/134 kB
Progress (2): 32/154 kB | 32/134 kB
Progress (2): 32/154 kB | 36/134 kB
Progress (2): 32/154 kB | 40/134 kB
Progress (2): 32/154 kB | 45/134 kB
Progress (2): 32/154 kB | 49/134 kB
Progress (2): 32/154 kB | 53/134 kB
Progress (2): 32/154 kB | 57/134 kB
Progress (2): 32/154 kB | 61/134 kB
Progress (2): 32/154 kB | 65/134 kB
Progress (2): 32/154 kB | 69/134 kB
Progress (2): 32/154 kB | 73/134 kB
Progress (2): 32/154 kB | 77/134 kB
Progress (2): 32/154 kB | 81/134 kB
Progress (2): 32/154 kB | 85/134 kB
Progress (2): 32/154 kB | 90/134 kB
Progress (2): 32/154 kB | 94/134 kB
Progress (2): 32/154 kB | 98/134 kB
Progress (2): 32/154 kB | 102/134 kB
Progress (2): 32/154 kB | 106/134 kB
Progress (2): 32/154 kB | 110/134 kB
Progress (2): 32/154 kB | 114/134 kB
Progress (2): 32/154 kB | 118/134 kB
Progress (2): 32/154 kB | 122/134 kB
Progress (2): 32/154 kB | 126/134 kB
Progress (2): 32/154 kB | 131/134 kB
Progress (2): 32/154 kB | 134 kB    
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 728 kB/s)
18:07:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
18:07:14 Progress (2): 32/154 kB | 4.1/134 kB
Progress (2): 32/154 kB | 7.7/134 kB
Progress (2): 32/154 kB | 12/134 kB 
Progress (2): 32/154 kB | 16/134 kB
Progress (2): 32/154 kB | 20/134 kB
Progress (2): 32/154 kB | 24/134 kB
Progress (2): 32/154 kB | 28/134 kB
Progress (2): 32/154 kB | 32/134 kB
Progress (2): 32/154 kB | 36/134 kB
Progress (2): 32/154 kB | 40/134 kB
Progress (2): 32/154 kB | 45/134 kB
Progress (2): 32/154 kB | 49/134 kB
Progress (2): 32/154 kB | 53/134 kB
Progress (2): 32/154 kB | 57/134 kB
Progress (2): 32/154 kB | 61/134 kB
Progress (2): 32/154 kB | 65/134 kB
Progress (2): 32/154 kB | 69/134 kB
Progress (2): 32/154 kB | 73/134 kB
Progress (2): 32/154 kB | 77/134 kB
Progress (2): 32/154 kB | 81/134 kB
Progress (2): 32/154 kB | 85/134 kB
Progress (2): 32/154 kB | 90/134 kB
Progress (2): 32/154 kB | 94/134 kB
Progress (2): 32/154 kB | 98/134 kB
Progress (2): 32/154 kB | 102/134 kB
Progress (2): 32/154 kB | 106/134 kB
Progress (2): 32/154 kB | 110/134 kB
Progress (2): 32/154 kB | 114/134 kB
Progress (2): 32/154 kB | 118/134 kB
Progress (2): 32/154 kB | 122/134 kB
Progress (2): 32/154 kB | 126/134 kB
Progress (2): 32/154 kB | 131/134 kB
Progress (2): 32/154 kB | 134 kB    
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 661 kB/s)
18:07:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
18:07:15 Progress (2): 32/154 kB | 4.1/197 kB
Progress (2): 32/154 kB | 7.7/197 kB
Progress (2): 32/154 kB | 12/197 kB 
Progress (3): 32/154 kB | 12/197 kB | 4.1/160 kB
Progress (3): 32/154 kB | 16/197 kB | 4.1/160 kB
Progress (3): 32/154 kB | 16/197 kB | 7.7/160 kB
Progress (3): 32/154 kB | 16/197 kB | 12/160 kB 
Progress (3): 32/154 kB | 16/197 kB | 16/160 kB
Progress (3): 32/154 kB | 20/197 kB | 16/160 kB
Progress (3): 32/154 kB | 20/197 kB | 20/160 kB
Progress (3): 32/154 kB | 24/197 kB | 20/160 kB
Progress (3): 32/154 kB | 24/197 kB | 24/160 kB
Progress (3): 32/154 kB | 28/197 kB | 24/160 kB
Progress (3): 32/154 kB | 28/197 kB | 28/160 kB
Progress (3): 32/154 kB | 32/197 kB | 28/160 kB
Progress (3): 32/154 kB | 32/197 kB | 32/160 kB
Progress (3): 32/154 kB | 32/197 kB | 36/160 kB
Progress (3): 32/154 kB | 36/197 kB | 36/160 kB
Progress (4): 32/154 kB | 36/197 kB | 36/160 kB | 4.1/52 kB
Progress (4): 32/154 kB | 36/197 kB | 40/160 kB | 4.1/52 kB
Progress (4): 32/154 kB | 36/197 kB | 40/160 kB | 7.7/52 kB
Progress (4): 32/154 kB | 40/197 kB | 40/160 kB | 7.7/52 kB
Progress (4): 32/154 kB | 40/197 kB | 40/160 kB | 12/52 kB 
Progress (4): 32/154 kB | 40/197 kB | 45/160 kB | 12/52 kB
Progress (4): 32/154 kB | 40/197 kB | 45/160 kB | 16/52 kB
Progress (4): 32/154 kB | 45/197 kB | 45/160 kB | 16/52 kB
Progress (4): 32/154 kB | 45/197 kB | 49/160 kB | 16/52 kB
Progress (4): 32/154 kB | 49/197 kB | 49/160 kB | 16/52 kB
Progress (4): 32/154 kB | 49/197 kB | 49/160 kB | 20/52 kB
Progress (4): 32/154 kB | 49/197 kB | 49/160 kB | 24/52 kB
Progress (4): 32/154 kB | 53/197 kB | 49/160 kB | 24/52 kB
Progress (4): 32/154 kB | 53/197 kB | 49/160 kB | 28/52 kB
Progress (4): 32/154 kB | 53/197 kB | 53/160 kB | 28/52 kB
Progress (4): 32/154 kB | 57/197 kB | 53/160 kB | 28/52 kB
Progress (5): 32/154 kB | 57/197 kB | 53/160 kB | 28/52 kB | 4.1/557 kB
Progress (5): 32/154 kB | 57/197 kB | 57/160 kB | 28/52 kB | 4.1/557 kB
Progress (5): 32/154 kB | 57/197 kB | 57/160 kB | 32/52 kB | 4.1/557 kB
Progress (5): 32/154 kB | 57/197 kB | 61/160 kB | 32/52 kB | 4.1/557 kB
Progress (5): 32/154 kB | 57/197 kB | 61/160 kB | 32/52 kB | 7.7/557 kB
Progress (5): 32/154 kB | 61/197 kB | 61/160 kB | 32/52 kB | 7.7/557 kB
Progress (5): 32/154 kB | 61/197 kB | 61/160 kB | 36/52 kB | 7.7/557 kB
Progress (5): 32/154 kB | 61/197 kB | 61/160 kB | 36/52 kB | 12/557 kB 
Progress (5): 32/154 kB | 61/197 kB | 65/160 kB | 36/52 kB | 12/557 kB
Progress (5): 32/154 kB | 61/197 kB | 65/160 kB | 36/52 kB | 16/557 kB
Progress (5): 32/154 kB | 61/197 kB | 65/160 kB | 40/52 kB | 16/557 kB
Progress (5): 32/154 kB | 65/197 kB | 65/160 kB | 40/52 kB | 16/557 kB
Progress (5): 32/154 kB | 65/197 kB | 65/160 kB | 45/52 kB | 16/557 kB
Progress (5): 32/154 kB | 65/197 kB | 65/160 kB | 49/52 kB | 16/557 kB
Progress (5): 32/154 kB | 65/197 kB | 65/160 kB | 49/52 kB | 20/557 kB
Progress (5): 32/154 kB | 65/197 kB | 65/160 kB | 52 kB | 20/557 kB   
Progress (5): 32/154 kB | 69/197 kB | 65/160 kB | 52 kB | 20/557 kB
Progress (5): 32/154 kB | 69/197 kB | 69/160 kB | 52 kB | 20/557 kB
Progress (5): 32/154 kB | 69/197 kB | 69/160 kB | 52 kB | 24/557 kB
Progress (5): 32/154 kB | 69/197 kB | 73/160 kB | 52 kB | 24/557 kB
Progress (5): 32/154 kB | 73/197 kB | 73/160 kB | 52 kB | 24/557 kB
Progress (5): 32/154 kB | 73/197 kB | 77/160 kB | 52 kB | 24/557 kB
Progress (5): 32/154 kB | 73/197 kB | 77/160 kB | 52 kB | 28/557 kB
Progress (5): 32/154 kB | 73/197 kB | 81/160 kB | 52 kB | 28/557 kB
Progress (5): 32/154 kB | 77/197 kB | 81/160 kB | 52 kB | 28/557 kB
Progress (5): 32/154 kB | 77/197 kB | 81/160 kB | 52 kB | 32/557 kB
Progress (5): 32/154 kB | 81/197 kB | 81/160 kB | 52 kB | 32/557 kB
Progress (5): 32/154 kB | 81/197 kB | 81/160 kB | 52 kB | 36/557 kB
Progress (5): 32/154 kB | 85/197 kB | 81/160 kB | 52 kB | 36/557 kB
Progress (5): 32/154 kB | 85/197 kB | 85/160 kB | 52 kB | 36/557 kB
Progress (5): 32/154 kB | 90/197 kB | 85/160 kB | 52 kB | 36/557 kB
Progress (5): 32/154 kB | 90/197 kB | 85/160 kB | 52 kB | 40/557 kB
Progress (5): 32/154 kB | 94/197 kB | 85/160 kB | 52 kB | 40/557 kB
Progress (5): 32/154 kB | 94/197 kB | 90/160 kB | 52 kB | 40/557 kB
Progress (5): 32/154 kB | 98/197 kB | 90/160 kB | 52 kB | 40/557 kB
Progress (5): 32/154 kB | 98/197 kB | 90/160 kB | 52 kB | 45/557 kB
Progress (5): 32/154 kB | 98/197 kB | 94/160 kB | 52 kB | 45/557 kB
Progress (5): 32/154 kB | 98/197 kB | 94/160 kB | 52 kB | 49/557 kB
Progress (5): 32/154 kB | 98/197 kB | 98/160 kB | 52 kB | 49/557 kB
Progress (5): 32/154 kB | 102/197 kB | 98/160 kB | 52 kB | 49/557 kB
Progress (5): 32/154 kB | 106/197 kB | 98/160 kB | 52 kB | 49/557 kB
Progress (5): 32/154 kB | 106/197 kB | 98/160 kB | 52 kB | 53/557 kB
Progress (5): 32/154 kB | 106/197 kB | 102/160 kB | 52 kB | 53/557 kB
Progress (5): 32/154 kB | 110/197 kB | 102/160 kB | 52 kB | 53/557 kB
Progress (5): 32/154 kB | 110/197 kB | 106/160 kB | 52 kB | 53/557 kB
Progress (5): 32/154 kB | 110/197 kB | 106/160 kB | 52 kB | 57/557 kB
Progress (5): 32/154 kB | 110/197 kB | 110/160 kB | 52 kB | 57/557 kB
Progress (5): 32/154 kB | 114/197 kB | 110/160 kB | 52 kB | 57/557 kB
Progress (5): 32/154 kB | 114/197 kB | 114/160 kB | 52 kB | 57/557 kB
Progress (5): 32/154 kB | 114/197 kB | 114/160 kB | 52 kB | 61/557 kB
Progress (5): 32/154 kB | 114/197 kB | 114/160 kB | 52 kB | 65/557 kB
Progress (5): 32/154 kB | 118/197 kB | 114/160 kB | 52 kB | 65/557 kB
Progress (5): 32/154 kB | 118/197 kB | 118/160 kB | 52 kB | 65/557 kB
Progress (5): 32/154 kB | 122/197 kB | 118/160 kB | 52 kB | 65/557 kB
Progress (5): 32/154 kB | 122/197 kB | 118/160 kB | 52 kB | 69/557 kB
Progress (5): 32/154 kB | 122/197 kB | 122/160 kB | 52 kB | 69/557 kB
Progress (5): 32/154 kB | 122/197 kB | 122/160 kB | 52 kB | 73/557 kB
Progress (5): 32/154 kB | 126/197 kB | 122/160 kB | 52 kB | 73/557 kB
Progress (5): 32/154 kB | 126/197 kB | 122/160 kB | 52 kB | 77/557 kB
Progress (5): 32/154 kB | 126/197 kB | 126/160 kB | 52 kB | 77/557 kB
Progress (5): 32/154 kB | 126/197 kB | 126/160 kB | 52 kB | 81/557 kB
Progress (5): 32/154 kB | 131/197 kB | 126/160 kB | 52 kB | 81/557 kB
Progress (5): 32/154 kB | 131/197 kB | 131/160 kB | 52 kB | 81/557 kB
Progress (5): 32/154 kB | 131/197 kB | 131/160 kB | 52 kB | 85/557 kB
Progress (5): 32/154 kB | 135/197 kB | 131/160 kB | 52 kB | 85/557 kB
Progress (5): 32/154 kB | 135/197 kB | 135/160 kB | 52 kB | 85/557 kB
Progress (5): 32/154 kB | 135/197 kB | 135/160 kB | 52 kB | 90/557 kB
Progress (5): 32/154 kB | 135/197 kB | 139/160 kB | 52 kB | 90/557 kB
Progress (5): 32/154 kB | 139/197 kB | 139/160 kB | 52 kB | 90/557 kB
Progress (5): 32/154 kB | 139/197 kB | 143/160 kB | 52 kB | 90/557 kB
Progress (5): 32/154 kB | 139/197 kB | 143/160 kB | 52 kB | 94/557 kB
Progress (5): 32/154 kB | 139/197 kB | 147/160 kB | 52 kB | 94/557 kB
Progress (5): 32/154 kB | 143/197 kB | 147/160 kB | 52 kB | 94/557 kB
Progress (5): 32/154 kB | 143/197 kB | 147/160 kB | 52 kB | 98/557 kB
Progress (5): 32/154 kB | 147/197 kB | 147/160 kB | 52 kB | 98/557 kB
Progress (5): 32/154 kB | 147/197 kB | 151/160 kB | 52 kB | 98/557 kB
Progress (5): 32/154 kB | 147/197 kB | 155/160 kB | 52 kB | 98/557 kB
Progress (5): 32/154 kB | 147/197 kB | 159/160 kB | 52 kB | 98/557 kB
Progress (5): 32/154 kB | 147/197 kB | 159/160 kB | 52 kB | 102/557 kB
Progress (5): 32/154 kB | 151/197 kB | 159/160 kB | 52 kB | 102/557 kB
Progress (5): 32/154 kB | 151/197 kB | 160 kB | 52 kB | 102/557 kB    
Progress (5): 32/154 kB | 155/197 kB | 160 kB | 52 kB | 102/557 kB
Progress (5): 32/154 kB | 155/197 kB | 160 kB | 52 kB | 106/557 kB
Progress (5): 32/154 kB | 159/197 kB | 160 kB | 52 kB | 106/557 kB
Progress (5): 32/154 kB | 159/197 kB | 160 kB | 52 kB | 110/557 kB
Progress (5): 32/154 kB | 163/197 kB | 160 kB | 52 kB | 110/557 kB
Progress (5): 32/154 kB | 163/197 kB | 160 kB | 52 kB | 114/557 kB
Progress (5): 32/154 kB | 167/197 kB | 160 kB | 52 kB | 114/557 kB
Progress (5): 32/154 kB | 167/197 kB | 160 kB | 52 kB | 118/557 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 205 kB/s)
18:07:15 Progress (4): 32/154 kB | 167/197 kB | 160 kB | 122/557 kB
Progress (4): 32/154 kB | 171/197 kB | 160 kB | 122/557 kB
Progress (4): 32/154 kB | 171/197 kB | 160 kB | 126/557 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
18:07:15 Progress (4): 32/154 kB | 171/197 kB | 160 kB | 131/557 kB
Progress (4): 32/154 kB | 176/197 kB | 160 kB | 131/557 kB
Progress (4): 32/154 kB | 180/197 kB | 160 kB | 131/557 kB
Progress (4): 32/154 kB | 180/197 kB | 160 kB | 135/557 kB
Progress (4): 32/154 kB | 180/197 kB | 160 kB | 139/557 kB
Progress (4): 32/154 kB | 184/197 kB | 160 kB | 139/557 kB
Progress (4): 32/154 kB | 184/197 kB | 160 kB | 143/557 kB
Progress (4): 32/154 kB | 188/197 kB | 160 kB | 143/557 kB
Progress (4): 32/154 kB | 188/197 kB | 160 kB | 147/557 kB
Progress (4): 36/154 kB | 188/197 kB | 160 kB | 147/557 kB
Progress (4): 36/154 kB | 192/197 kB | 160 kB | 147/557 kB
Progress (4): 40/154 kB | 192/197 kB | 160 kB | 147/557 kB
Progress (4): 40/154 kB | 196/197 kB | 160 kB | 147/557 kB
Progress (4): 40/154 kB | 196/197 kB | 160 kB | 151/557 kB
Progress (4): 45/154 kB | 196/197 kB | 160 kB | 151/557 kB
Progress (5): 45/154 kB | 196/197 kB | 160 kB | 151/557 kB | 4.1/45 kB
Progress (5): 45/154 kB | 196/197 kB | 160 kB | 155/557 kB | 4.1/45 kB
Progress (5): 45/154 kB | 197 kB | 160 kB | 155/557 kB | 4.1/45 kB    
Progress (5): 45/154 kB | 197 kB | 160 kB | 159/557 kB | 4.1/45 kB
Progress (5): 45/154 kB | 197 kB | 160 kB | 159/557 kB | 7.7/45 kB
Progress (5): 49/154 kB | 197 kB | 160 kB | 159/557 kB | 7.7/45 kB
Progress (5): 49/154 kB | 197 kB | 160 kB | 159/557 kB | 12/45 kB 
Progress (5): 49/154 kB | 197 kB | 160 kB | 163/557 kB | 12/45 kB
Progress (5): 49/154 kB | 197 kB | 160 kB | 163/557 kB | 16/45 kB
Progress (5): 53/154 kB | 197 kB | 160 kB | 163/557 kB | 16/45 kB
Progress (5): 57/154 kB | 197 kB | 160 kB | 163/557 kB | 16/45 kB
Progress (5): 57/154 kB | 197 kB | 160 kB | 167/557 kB | 16/45 kB
Progress (5): 57/154 kB | 197 kB | 160 kB | 167/557 kB | 20/45 kB
Progress (5): 61/154 kB | 197 kB | 160 kB | 167/557 kB | 20/45 kB
Progress (5): 65/154 kB | 197 kB | 160 kB | 167/557 kB | 20/45 kB
Progress (5): 69/154 kB | 197 kB | 160 kB | 167/557 kB | 20/45 kB
Progress (5): 73/154 kB | 197 kB | 160 kB | 167/557 kB | 20/45 kB
Progress (5): 77/154 kB | 197 kB | 160 kB | 167/557 kB | 20/45 kB
Progress (5): 81/154 kB | 197 kB | 160 kB | 167/557 kB | 20/45 kB
Progress (5): 81/154 kB | 197 kB | 160 kB | 171/557 kB | 20/45 kB
Progress (5): 81/154 kB | 197 kB | 160 kB | 171/557 kB | 24/45 kB
Progress (5): 85/154 kB | 197 kB | 160 kB | 171/557 kB | 24/45 kB
Progress (5): 90/154 kB | 197 kB | 160 kB | 171/557 kB | 24/45 kB
Progress (5): 90/154 kB | 197 kB | 160 kB | 171/557 kB | 28/45 kB
Progress (5): 90/154 kB | 197 kB | 160 kB | 176/557 kB | 28/45 kB
Progress (5): 90/154 kB | 197 kB | 160 kB | 176/557 kB | 32/45 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 616 kB/s)
18:07:15 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 499 kB/s)
18:07:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
18:07:15 Progress (3): 94/154 kB | 176/557 kB | 32/45 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
18:07:15 Progress (3): 94/154 kB | 176/557 kB | 36/45 kB
Progress (3): 94/154 kB | 180/557 kB | 36/45 kB
Progress (3): 94/154 kB | 180/557 kB | 40/45 kB
Progress (3): 98/154 kB | 180/557 kB | 40/45 kB
Progress (4): 98/154 kB | 180/557 kB | 40/45 kB | 2.5 kB
Progress (4): 98/154 kB | 180/557 kB | 45/45 kB | 2.5 kB
Progress (4): 98/154 kB | 184/557 kB | 45/45 kB | 2.5 kB
Progress (5): 98/154 kB | 184/557 kB | 45/45 kB | 2.5 kB | 4.1/5.8 kB
Progress (5): 98/154 kB | 184/557 kB | 45 kB | 2.5 kB | 4.1/5.8 kB   
Progress (5): 98/154 kB | 184/557 kB | 45 kB | 2.5 kB | 5.8 kB    
Progress (5): 102/154 kB | 184/557 kB | 45 kB | 2.5 kB | 5.8 kB
Progress (5): 102/154 kB | 188/557 kB | 45 kB | 2.5 kB | 5.8 kB
Progress (5): 106/154 kB | 188/557 kB | 45 kB | 2.5 kB | 5.8 kB
Progress (5): 106/154 kB | 192/557 kB | 45 kB | 2.5 kB | 5.8 kB
Progress (5): 110/154 kB | 192/557 kB | 45 kB | 2.5 kB | 5.8 kB
Progress (5): 110/154 kB | 196/557 kB | 45 kB | 2.5 kB | 5.8 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 7.7 kB/s)
18:07:15 Progress (4): 110/154 kB | 200/557 kB | 45 kB | 5.8 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 138 kB/s)
18:07:15 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 18 kB/s)
18:07:15 Progress (2): 114/154 kB | 200/557 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
18:07:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
18:07:15 Progress (2): 114/154 kB | 204/557 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar
18:07:15 Progress (2): 118/154 kB | 204/557 kB
Progress (2): 118/154 kB | 208/557 kB
Progress (2): 122/154 kB | 208/557 kB
Progress (2): 122/154 kB | 212/557 kB
Progress (2): 126/154 kB | 212/557 kB
Progress (2): 131/154 kB | 212/557 kB
Progress (2): 131/154 kB | 217/557 kB
Progress (3): 131/154 kB | 217/557 kB | 4.1/33 kB
Progress (3): 131/154 kB | 221/557 kB | 4.1/33 kB
Progress (3): 131/154 kB | 221/557 kB | 7.7/33 kB
Progress (3): 131/154 kB | 225/557 kB | 7.7/33 kB
Progress (3): 131/154 kB | 225/557 kB | 12/33 kB 
Progress (3): 131/154 kB | 229/557 kB | 12/33 kB
Progress (3): 131/154 kB | 229/557 kB | 16/33 kB
Progress (4): 131/154 kB | 229/557 kB | 16/33 kB | 4.1/357 kB
Progress (4): 135/154 kB | 229/557 kB | 16/33 kB | 4.1/357 kB
Progress (4): 135/154 kB | 229/557 kB | 16/33 kB | 7.7/357 kB
Progress (4): 139/154 kB | 229/557 kB | 16/33 kB | 7.7/357 kB
Progress (4): 139/154 kB | 233/557 kB | 16/33 kB | 7.7/357 kB
Progress (4): 143/154 kB | 233/557 kB | 16/33 kB | 7.7/357 kB
Progress (4): 143/154 kB | 233/557 kB | 16/33 kB | 12/357 kB 
Progress (4): 143/154 kB | 233/557 kB | 20/33 kB | 12/357 kB
Progress (4): 143/154 kB | 233/557 kB | 20/33 kB | 16/357 kB
Progress (4): 147/154 kB | 233/557 kB | 20/33 kB | 16/357 kB
Progress (4): 147/154 kB | 237/557 kB | 20/33 kB | 16/357 kB
Progress (4): 147/154 kB | 237/557 kB | 24/33 kB | 16/357 kB
Progress (5): 147/154 kB | 237/557 kB | 24/33 kB | 16/357 kB | 0/1.5 MB
Progress (5): 147/154 kB | 241/557 kB | 24/33 kB | 16/357 kB | 0/1.5 MB
Progress (5): 147/154 kB | 241/557 kB | 24/33 kB | 16/357 kB | 0/1.5 MB
Progress (5): 147/154 kB | 241/557 kB | 24/33 kB | 20/357 kB | 0/1.5 MB
Progress (5): 147/154 kB | 241/557 kB | 28/33 kB | 20/357 kB | 0/1.5 MB
Progress (5): 151/154 kB | 241/557 kB | 28/33 kB | 20/357 kB | 0/1.5 MB
Progress (5): 151/154 kB | 241/557 kB | 32/33 kB | 20/357 kB | 0/1.5 MB
Progress (5): 151/154 kB | 241/557 kB | 32/33 kB | 24/357 kB | 0/1.5 MB
Progress (5): 151/154 kB | 245/557 kB | 32/33 kB | 24/357 kB | 0/1.5 MB
Progress (5): 151/154 kB | 245/557 kB | 32/33 kB | 28/357 kB | 0/1.5 MB
Progress (5): 151/154 kB | 245/557 kB | 32/33 kB | 28/357 kB | 0/1.5 MB
Progress (5): 151/154 kB | 245/557 kB | 33 kB | 28/357 kB | 0/1.5 MB   
Progress (5): 154 kB | 245/557 kB | 33 kB | 28/357 kB | 0/1.5 MB    
Progress (5): 154 kB | 245/557 kB | 33 kB | 28/357 kB | 0/1.5 MB
Progress (5): 154 kB | 249/557 kB | 33 kB | 28/357 kB | 0/1.5 MB
Progress (5): 154 kB | 249/557 kB | 33 kB | 32/357 kB | 0/1.5 MB
Progress (5): 154 kB | 249/557 kB | 33 kB | 32/357 kB | 0/1.5 MB
Progress (5): 154 kB | 253/557 kB | 33 kB | 32/357 kB | 0/1.5 MB
Progress (5): 154 kB | 253/557 kB | 33 kB | 32/357 kB | 0/1.5 MB
Progress (5): 154 kB | 253/557 kB | 33 kB | 36/357 kB | 0/1.5 MB
Progress (5): 154 kB | 258/557 kB | 33 kB | 36/357 kB | 0/1.5 MB
Progress (5): 154 kB | 258/557 kB | 33 kB | 40/357 kB | 0/1.5 MB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 98 kB/s)
18:07:15 Progress (4): 154 kB | 258/557 kB | 40/357 kB | 0.1/1.5 MB
Progress (4): 154 kB | 258/557 kB | 45/357 kB | 0.1/1.5 MB
Progress (4): 154 kB | 262/557 kB | 45/357 kB | 0.1/1.5 MB
Progress (4): 154 kB | 262/557 kB | 49/357 kB | 0.1/1.5 MB
Progress (4): 154 kB | 262/557 kB | 49/357 kB | 0.1/1.5 MB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
18:07:15 Progress (4): 154 kB | 266/557 kB | 49/357 kB | 0.1/1.5 MB
Progress (4): 154 kB | 270/557 kB | 49/357 kB | 0.1/1.5 MB
Progress (4): 154 kB | 274/557 kB | 49/357 kB | 0.1/1.5 MB
Progress (4): 154 kB | 274/557 kB | 53/357 kB | 0.1/1.5 MB
Progress (4): 154 kB | 274/557 kB | 53/357 kB | 0.1/1.5 MB
Progress (4): 154 kB | 278/557 kB | 53/357 kB | 0.1/1.5 MB
Progress (4): 154 kB | 278/557 kB | 53/357 kB | 0.1/1.5 MB
Progress (4): 154 kB | 278/557 kB | 57/357 kB | 0.1/1.5 MB
Progress (5): 154 kB | 278/557 kB | 57/357 kB | 0.1/1.5 MB | 4.1/4.5 kB
Progress (5): 154 kB | 282/557 kB | 57/357 kB | 0.1/1.5 MB | 4.1/4.5 kB
Progress (5): 154 kB | 282/557 kB | 61/357 kB | 0.1/1.5 MB | 4.1/4.5 kB
Progress (5): 154 kB | 286/557 kB | 61/357 kB | 0.1/1.5 MB | 4.1/4.5 kB
Progress (5): 154 kB | 286/557 kB | 61/357 kB | 0.1/1.5 MB | 4.5 kB    
Progress (5): 154 kB | 286/557 kB | 61/357 kB | 0.1/1.5 MB | 4.5 kB
Progress (5): 154 kB | 290/557 kB | 61/357 kB | 0.1/1.5 MB | 4.5 kB
Progress (5): 154 kB | 290/557 kB | 61/357 kB | 0.1/1.5 MB | 4.5 kB
Progress (5): 154 kB | 290/557 kB | 65/357 kB | 0.1/1.5 MB | 4.5 kB
Progress (5): 154 kB | 294/557 kB | 65/357 kB | 0.1/1.5 MB | 4.5 kB
Progress (5): 154 kB | 294/557 kB | 65/357 kB | 0.1/1.5 MB | 4.5 kB
Progress (5): 154 kB | 294/557 kB | 65/357 kB | 0.1/1.5 MB | 4.5 kB
Progress (5): 154 kB | 294/557 kB | 65/357 kB | 0.1/1.5 MB | 4.5 kB
Progress (5): 154 kB | 294/557 kB | 65/357 kB | 0.1/1.5 MB | 4.5 kB
Progress (5): 154 kB | 294/557 kB | 65/357 kB | 0.1/1.5 MB | 4.5 kB
Progress (5): 154 kB | 294/557 kB | 65/357 kB | 0.1/1.5 MB | 4.5 kB
Progress (5): 154 kB | 294/557 kB | 69/357 kB | 0.1/1.5 MB | 4.5 kB
Progress (5): 154 kB | 298/557 kB | 69/357 kB | 0.1/1.5 MB | 4.5 kB
Progress (5): 154 kB | 298/557 kB | 73/357 kB | 0.1/1.5 MB | 4.5 kB
Progress (5): 154 kB | 303/557 kB | 73/357 kB | 0.1/1.5 MB | 4.5 kB
Progress (5): 154 kB | 303/557 kB | 77/357 kB | 0.1/1.5 MB | 4.5 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 369 kB/s)
18:07:15 Progress (4): 303/557 kB | 77/357 kB | 0.2/1.5 MB | 4.5 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar
18:07:15 Progress (4): 303/557 kB | 81/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 307/557 kB | 81/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 307/557 kB | 81/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 311/557 kB | 81/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 311/557 kB | 85/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 311/557 kB | 90/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 311/557 kB | 94/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 311/557 kB | 98/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 315/557 kB | 98/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 319/557 kB | 98/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 319/557 kB | 98/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 323/557 kB | 98/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 323/557 kB | 102/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 327/557 kB | 102/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 327/557 kB | 102/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 327/557 kB | 106/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 327/557 kB | 110/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 331/557 kB | 110/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 331/557 kB | 114/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 335/557 kB | 114/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 339/557 kB | 114/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 344/557 kB | 114/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 344/557 kB | 118/357 kB | 0.2/1.5 MB | 4.5 kB
Progress (4): 344/557 kB | 118/357 kB | 0.2/1.5 MB | 4.5 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 11 kB/s)
18:07:15 Progress (3): 344/557 kB | 122/357 kB | 0.2/1.5 MB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
18:07:15 Progress (3): 348/557 kB | 122/357 kB | 0.2/1.5 MB
Progress (3): 348/557 kB | 122/357 kB | 0.2/1.5 MB
Progress (3): 352/557 kB | 122/357 kB | 0.2/1.5 MB
Progress (3): 352/557 kB | 126/357 kB | 0.2/1.5 MB
Progress (3): 356/557 kB | 126/357 kB | 0.2/1.5 MB
Progress (3): 356/557 kB | 131/357 kB | 0.2/1.5 MB
Progress (3): 360/557 kB | 131/357 kB | 0.2/1.5 MB
Progress (3): 360/557 kB | 131/357 kB | 0.2/1.5 MB
Progress (3): 360/557 kB | 135/357 kB | 0.2/1.5 MB
Progress (3): 364/557 kB | 135/357 kB | 0.2/1.5 MB
Progress (3): 364/557 kB | 139/357 kB | 0.2/1.5 MB
Progress (3): 364/557 kB | 139/357 kB | 0.2/1.5 MB
Progress (3): 364/557 kB | 143/357 kB | 0.2/1.5 MB
Progress (3): 368/557 kB | 143/357 kB | 0.2/1.5 MB
Progress (3): 368/557 kB | 147/357 kB | 0.2/1.5 MB
Progress (3): 372/557 kB | 147/357 kB | 0.2/1.5 MB
Progress (3): 376/557 kB | 147/357 kB | 0.2/1.5 MB
Progress (3): 376/557 kB | 151/357 kB | 0.2/1.5 MB
Progress (3): 376/557 kB | 151/357 kB | 0.2/1.5 MB
Progress (3): 380/557 kB | 151/357 kB | 0.2/1.5 MB
Progress (3): 380/557 kB | 155/357 kB | 0.2/1.5 MB
Progress (3): 384/557 kB | 155/357 kB | 0.2/1.5 MB
Progress (3): 384/557 kB | 155/357 kB | 0.2/1.5 MB
Progress (3): 389/557 kB | 155/357 kB | 0.2/1.5 MB
Progress (3): 389/557 kB | 159/357 kB | 0.2/1.5 MB
Progress (3): 393/557 kB | 159/357 kB | 0.2/1.5 MB
Progress (3): 393/557 kB | 163/357 kB | 0.2/1.5 MB
Progress (3): 393/557 kB | 163/357 kB | 0.2/1.5 MB
Progress (3): 397/557 kB | 163/357 kB | 0.2/1.5 MB
Progress (3): 397/557 kB | 167/357 kB | 0.2/1.5 MB
Progress (3): 401/557 kB | 167/357 kB | 0.2/1.5 MB
Progress (3): 401/557 kB | 167/357 kB | 0.2/1.5 MB
Progress (3): 405/557 kB | 167/357 kB | 0.2/1.5 MB
Progress (3): 405/557 kB | 171/357 kB | 0.2/1.5 MB
Progress (3): 409/557 kB | 171/357 kB | 0.2/1.5 MB
Progress (3): 409/557 kB | 176/357 kB | 0.2/1.5 MB
Progress (3): 409/557 kB | 180/357 kB | 0.2/1.5 MB
Progress (3): 409/557 kB | 180/357 kB | 0.3/1.5 MB
Progress (3): 413/557 kB | 180/357 kB | 0.3/1.5 MB
Progress (3): 413/557 kB | 184/357 kB | 0.3/1.5 MB
Progress (3): 417/557 kB | 184/357 kB | 0.3/1.5 MB
Progress (3): 417/557 kB | 184/357 kB | 0.3/1.5 MB
Progress (3): 421/557 kB | 184/357 kB | 0.3/1.5 MB
Progress (3): 425/557 kB | 184/357 kB | 0.3/1.5 MB
Progress (3): 425/557 kB | 188/357 kB | 0.3/1.5 MB
Progress (3): 425/557 kB | 192/357 kB | 0.3/1.5 MB
Progress (3): 425/557 kB | 196/357 kB | 0.3/1.5 MB
Progress (3): 430/557 kB | 196/357 kB | 0.3/1.5 MB
Progress (3): 434/557 kB | 196/357 kB | 0.3/1.5 MB
Progress (3): 434/557 kB | 196/357 kB | 0.3/1.5 MB
Progress (3): 438/557 kB | 196/357 kB | 0.3/1.5 MB
Progress (3): 438/557 kB | 200/357 kB | 0.3/1.5 MB
Progress (3): 442/557 kB | 200/357 kB | 0.3/1.5 MB
Progress (3): 442/557 kB | 200/357 kB | 0.3/1.5 MB
Progress (3): 442/557 kB | 204/357 kB | 0.3/1.5 MB
Progress (3): 442/557 kB | 208/357 kB | 0.3/1.5 MB
Progress (3): 442/557 kB | 212/357 kB | 0.3/1.5 MB
Progress (3): 446/557 kB | 212/357 kB | 0.3/1.5 MB
Progress (3): 450/557 kB | 212/357 kB | 0.3/1.5 MB
Progress (3): 454/557 kB | 212/357 kB | 0.3/1.5 MB
Progress (3): 458/557 kB | 212/357 kB | 0.3/1.5 MB
Progress (3): 458/557 kB | 217/357 kB | 0.3/1.5 MB
Progress (3): 458/557 kB | 217/357 kB | 0.3/1.5 MB
Progress (3): 458/557 kB | 221/357 kB | 0.3/1.5 MB
Progress (3): 458/557 kB | 221/357 kB | 0.3/1.5 MB
Progress (3): 462/557 kB | 221/357 kB | 0.3/1.5 MB
Progress (3): 462/557 kB | 225/357 kB | 0.3/1.5 MB
Progress (3): 466/557 kB | 225/357 kB | 0.3/1.5 MB
Progress (3): 466/557 kB | 229/357 kB | 0.3/1.5 MB
Progress (3): 471/557 kB | 229/357 kB | 0.3/1.5 MB
Progress (3): 475/557 kB | 229/357 kB | 0.3/1.5 MB
Progress (3): 475/557 kB | 233/357 kB | 0.3/1.5 MB
Progress (3): 475/557 kB | 233/357 kB | 0.3/1.5 MB
Progress (3): 479/557 kB | 233/357 kB | 0.3/1.5 MB
Progress (3): 479/557 kB | 237/357 kB | 0.3/1.5 MB
Progress (3): 483/557 kB | 237/357 kB | 0.3/1.5 MB
Progress (3): 483/557 kB | 237/357 kB | 0.3/1.5 MB
Progress (3): 487/557 kB | 237/357 kB | 0.3/1.5 MB
Progress (3): 487/557 kB | 241/357 kB | 0.3/1.5 MB
Progress (3): 491/557 kB | 241/357 kB | 0.3/1.5 MB
Progress (3): 491/557 kB | 245/357 kB | 0.3/1.5 MB
Progress (3): 491/557 kB | 245/357 kB | 0.3/1.5 MB
Progress (3): 495/557 kB | 245/357 kB | 0.3/1.5 MB
Progress (3): 495/557 kB | 249/357 kB | 0.3/1.5 MB
Progress (3): 499/557 kB | 249/357 kB | 0.3/1.5 MB
Progress (3): 499/557 kB | 249/357 kB | 0.3/1.5 MB
Progress (3): 503/557 kB | 249/357 kB | 0.3/1.5 MB
Progress (3): 503/557 kB | 253/357 kB | 0.3/1.5 MB
Progress (3): 507/557 kB | 253/357 kB | 0.3/1.5 MB
Progress (3): 507/557 kB | 258/357 kB | 0.3/1.5 MB
Progress (3): 507/557 kB | 262/357 kB | 0.3/1.5 MB
Progress (3): 511/557 kB | 262/357 kB | 0.3/1.5 MB
Progress (3): 511/557 kB | 262/357 kB | 0.3/1.5 MB
Progress (3): 516/557 kB | 262/357 kB | 0.3/1.5 MB
Progress (3): 516/557 kB | 266/357 kB | 0.3/1.5 MB
Progress (3): 520/557 kB | 266/357 kB | 0.3/1.5 MB
Progress (3): 520/557 kB | 266/357 kB | 0.3/1.5 MB
Progress (3): 524/557 kB | 266/357 kB | 0.3/1.5 MB
Progress (3): 524/557 kB | 270/357 kB | 0.3/1.5 MB
Progress (3): 524/557 kB | 274/357 kB | 0.3/1.5 MB
Progress (3): 524/557 kB | 278/357 kB | 0.3/1.5 MB
Progress (3): 528/557 kB | 278/357 kB | 0.3/1.5 MB
Progress (3): 532/557 kB | 278/357 kB | 0.3/1.5 MB
Progress (3): 536/557 kB | 278/357 kB | 0.3/1.5 MB
Progress (3): 536/557 kB | 278/357 kB | 0.4/1.5 MB
Progress (3): 536/557 kB | 282/357 kB | 0.4/1.5 MB
Progress (3): 540/557 kB | 282/357 kB | 0.4/1.5 MB
Progress (3): 540/557 kB | 286/357 kB | 0.4/1.5 MB
Progress (3): 540/557 kB | 286/357 kB | 0.4/1.5 MB
Progress (3): 540/557 kB | 290/357 kB | 0.4/1.5 MB
Progress (3): 540/557 kB | 294/357 kB | 0.4/1.5 MB
Progress (3): 544/557 kB | 294/357 kB | 0.4/1.5 MB
Progress (3): 548/557 kB | 294/357 kB | 0.4/1.5 MB
Progress (3): 552/557 kB | 294/357 kB | 0.4/1.5 MB
Progress (3): 557/557 kB | 294/357 kB | 0.4/1.5 MB
Progress (3): 557/557 kB | 298/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 298/357 kB | 0.4/1.5 MB    
Progress (3): 557 kB | 303/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 303/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 307/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 307/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 311/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 315/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 315/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 319/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 319/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 323/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 327/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 327/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 331/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 331/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 331/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 331/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 331/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 331/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 335/357 kB | 0.4/1.5 MB
Progress (3): 557 kB | 335/357 kB | 0.5/1.5 MB
Progress (3): 557 kB | 339/357 kB | 0.5/1.5 MB
Progress (3): 557 kB | 344/357 kB | 0.5/1.5 MB
Progress (3): 557 kB | 344/357 kB | 0.5/1.5 MB
Progress (3): 557 kB | 348/357 kB | 0.5/1.5 MB
Progress (3): 557 kB | 352/357 kB | 0.5/1.5 MB
Progress (3): 557 kB | 356/357 kB | 0.5/1.5 MB
Progress (3): 557 kB | 357 kB | 0.5/1.5 MB    
Progress (4): 557 kB | 357 kB | 0.5/1.5 MB | 4.1/291 kB
Progress (4): 557 kB | 357 kB | 0.5/1.5 MB | 4.1/291 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 1.1 MB/s)
18:07:15 Progress (3): 357 kB | 0.5/1.5 MB | 7.7/291 kB
Progress (4): 357 kB | 0.5/1.5 MB | 7.7/291 kB | 4.1/50 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
18:07:15 Progress (4): 357 kB | 0.5/1.5 MB | 7.7/291 kB | 4.1/50 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 683 kB/s)
18:07:15 Progress (3): 0.5/1.5 MB | 7.7/291 kB | 7.7/50 kB
Progress (3): 0.5/1.5 MB | 12/291 kB | 7.7/50 kB 
Progress (3): 0.5/1.5 MB | 12/291 kB | 12/50 kB 
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
18:07:15 Progress (3): 0.5/1.5 MB | 12/291 kB | 16/50 kB
Progress (3): 0.5/1.5 MB | 12/291 kB | 16/50 kB
Progress (3): 0.5/1.5 MB | 16/291 kB | 16/50 kB
Progress (3): 0.5/1.5 MB | 16/291 kB | 16/50 kB
Progress (4): 0.5/1.5 MB | 16/291 kB | 16/50 kB | 4.1/29 kB
Progress (4): 0.5/1.5 MB | 20/291 kB | 16/50 kB | 4.1/29 kB
Progress (4): 0.5/1.5 MB | 20/291 kB | 16/50 kB | 4.1/29 kB
Progress (4): 0.5/1.5 MB | 20/291 kB | 20/50 kB | 4.1/29 kB
Progress (4): 0.5/1.5 MB | 20/291 kB | 20/50 kB | 7.7/29 kB
Progress (4): 0.5/1.5 MB | 20/291 kB | 24/50 kB | 7.7/29 kB
Progress (4): 0.5/1.5 MB | 20/291 kB | 24/50 kB | 7.7/29 kB
Progress (4): 0.5/1.5 MB | 24/291 kB | 24/50 kB | 7.7/29 kB
Progress (4): 0.5/1.5 MB | 24/291 kB | 28/50 kB | 7.7/29 kB
Progress (4): 0.5/1.5 MB | 24/291 kB | 28/50 kB | 12/29 kB 
Progress (4): 0.5/1.5 MB | 24/291 kB | 32/50 kB | 12/29 kB
Progress (4): 0.5/1.5 MB | 28/291 kB | 32/50 kB | 12/29 kB
Progress (4): 0.5/1.5 MB | 28/291 kB | 32/50 kB | 16/29 kB
Progress (5): 0.5/1.5 MB | 28/291 kB | 32/50 kB | 16/29 kB | 4.1/13 kB
Progress (5): 0.5/1.5 MB | 32/291 kB | 32/50 kB | 16/29 kB | 4.1/13 kB
Progress (5): 0.5/1.5 MB | 32/291 kB | 32/50 kB | 16/29 kB | 4.1/13 kB
Progress (5): 0.5/1.5 MB | 32/291 kB | 32/50 kB | 20/29 kB | 4.1/13 kB
Progress (5): 0.5/1.5 MB | 32/291 kB | 32/50 kB | 20/29 kB | 7.7/13 kB
Progress (5): 0.5/1.5 MB | 32/291 kB | 32/50 kB | 24/29 kB | 7.7/13 kB
Progress (5): 0.5/1.5 MB | 32/291 kB | 32/50 kB | 24/29 kB | 7.7/13 kB
Progress (5): 0.5/1.5 MB | 32/291 kB | 36/50 kB | 24/29 kB | 7.7/13 kB
Progress (5): 0.5/1.5 MB | 32/291 kB | 36/50 kB | 28/29 kB | 7.7/13 kB
Progress (5): 0.5/1.5 MB | 36/291 kB | 36/50 kB | 28/29 kB | 7.7/13 kB
Progress (5): 0.5/1.5 MB | 36/291 kB | 36/50 kB | 28/29 kB | 12/13 kB 
Progress (5): 0.5/1.5 MB | 36/291 kB | 36/50 kB | 28/29 kB | 12/13 kB
Progress (5): 0.5/1.5 MB | 40/291 kB | 36/50 kB | 28/29 kB | 12/13 kB
Progress (5): 0.5/1.5 MB | 40/291 kB | 36/50 kB | 29 kB | 12/13 kB   
Progress (5): 0.5/1.5 MB | 40/291 kB | 40/50 kB | 29 kB | 12/13 kB
Progress (5): 0.5/1.5 MB | 45/291 kB | 40/50 kB | 29 kB | 12/13 kB
Progress (5): 0.5/1.5 MB | 45/291 kB | 40/50 kB | 29 kB | 12/13 kB
Progress (5): 0.5/1.5 MB | 45/291 kB | 40/50 kB | 29 kB | 13 kB   
Progress (5): 0.5/1.5 MB | 49/291 kB | 40/50 kB | 29 kB | 13 kB
Progress (5): 0.5/1.5 MB | 49/291 kB | 45/50 kB | 29 kB | 13 kB
Progress (5): 0.5/1.5 MB | 49/291 kB | 49/50 kB | 29 kB | 13 kB
Progress (5): 0.5/1.5 MB | 49/291 kB | 50 kB | 29 kB | 13 kB   
Progress (5): 0.5/1.5 MB | 49/291 kB | 50 kB | 29 kB | 13 kB
                                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 54 kB/s)
18:07:15 Progress (4): 0.5/1.5 MB | 53/291 kB | 50 kB | 13 kB
Progress (4): 0.6/1.5 MB | 53/291 kB | 50 kB | 13 kB
Progress (4): 0.6/1.5 MB | 57/291 kB | 50 kB | 13 kB
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
18:07:15 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 25 kB/s)
18:07:15 Progress (3): 0.6/1.5 MB | 61/291 kB | 50 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar
18:07:15 Progress (3): 0.6/1.5 MB | 65/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 65/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 65/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 69/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 73/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 77/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 81/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 81/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 81/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 85/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 90/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 94/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 98/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 98/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 98/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 102/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 106/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 110/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 114/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 114/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 118/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 118/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 122/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 126/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 131/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 131/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 135/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 135/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 139/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 143/291 kB | 50 kB
Progress (3): 0.6/1.5 MB | 147/291 kB | 50 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 92 kB/s)
18:07:15 Progress (2): 0.6/1.5 MB | 151/291 kB
Progress (2): 0.6/1.5 MB | 151/291 kB
Progress (2): 0.6/1.5 MB | 155/291 kB
Progress (2): 0.6/1.5 MB | 159/291 kB
Progress (2): 0.7/1.5 MB | 159/291 kB
Progress (2): 0.7/1.5 MB | 163/291 kB
Progress (2): 0.7/1.5 MB | 163/291 kB
Progress (2): 0.7/1.5 MB | 167/291 kB
Progress (2): 0.7/1.5 MB | 167/291 kB
Progress (2): 0.7/1.5 MB | 171/291 kB
Progress (2): 0.7/1.5 MB | 176/291 kB
Progress (2): 0.7/1.5 MB | 180/291 kB
Progress (3): 0.7/1.5 MB | 180/291 kB | 4.1/45 kB
Progress (3): 0.7/1.5 MB | 180/291 kB | 4.1/45 kB
Progress (3): 0.7/1.5 MB | 180/291 kB | 7.7/45 kB
Progress (3): 0.7/1.5 MB | 180/291 kB | 7.7/45 kB
Progress (3): 0.7/1.5 MB | 180/291 kB | 12/45 kB 
Progress (3): 0.7/1.5 MB | 184/291 kB | 12/45 kB
Progress (3): 0.7/1.5 MB | 184/291 kB | 16/45 kB
Progress (3): 0.7/1.5 MB | 188/291 kB | 16/45 kB
Progress (3): 0.7/1.5 MB | 192/291 kB | 16/45 kB
Progress (3): 0.7/1.5 MB | 196/291 kB | 16/45 kB
Progress (3): 0.7/1.5 MB | 196/291 kB | 20/45 kB
Progress (3): 0.7/1.5 MB | 196/291 kB | 20/45 kB
Progress (3): 0.7/1.5 MB | 196/291 kB | 24/45 kB
Progress (3): 0.7/1.5 MB | 196/291 kB | 24/45 kB
Progress (3): 0.7/1.5 MB | 196/291 kB | 28/45 kB
Progress (3): 0.7/1.5 MB | 196/291 kB | 32/45 kB
Progress (3): 0.7/1.5 MB | 196/291 kB | 36/45 kB
Progress (3): 0.7/1.5 MB | 196/291 kB | 40/45 kB
Progress (3): 0.7/1.5 MB | 196/291 kB | 45/45 kB
Progress (3): 0.7/1.5 MB | 196/291 kB | 45 kB   
Progress (3): 0.7/1.5 MB | 196/291 kB | 45 kB
Progress (3): 0.7/1.5 MB | 200/291 kB | 45 kB
Progress (3): 0.7/1.5 MB | 200/291 kB | 45 kB
Progress (3): 0.7/1.5 MB | 204/291 kB | 45 kB
Progress (3): 0.7/1.5 MB | 208/291 kB | 45 kB
Progress (3): 0.7/1.5 MB | 212/291 kB | 45 kB
Progress (3): 0.7/1.5 MB | 212/291 kB | 45 kB
Progress (3): 0.7/1.5 MB | 217/291 kB | 45 kB
Progress (3): 0.7/1.5 MB | 217/291 kB | 45 kB
Progress (4): 0.7/1.5 MB | 217/291 kB | 45 kB | 4.1/252 kB
Progress (4): 0.7/1.5 MB | 221/291 kB | 45 kB | 4.1/252 kB
Progress (4): 0.7/1.5 MB | 221/291 kB | 45 kB | 7.7/252 kB
Progress (4): 0.7/1.5 MB | 225/291 kB | 45 kB | 7.7/252 kB
Progress (4): 0.7/1.5 MB | 225/291 kB | 45 kB | 7.7/252 kB
Progress (4): 0.7/1.5 MB | 225/291 kB | 45 kB | 12/252 kB 
Progress (4): 0.8/1.5 MB | 225/291 kB | 45 kB | 12/252 kB
Progress (4): 0.8/1.5 MB | 229/291 kB | 45 kB | 12/252 kB
Progress (4): 0.8/1.5 MB | 229/291 kB | 45 kB | 16/252 kB
Progress (4): 0.8/1.5 MB | 229/291 kB | 45 kB | 16/252 kB
Progress (4): 0.8/1.5 MB | 233/291 kB | 45 kB | 16/252 kB
Progress (4): 0.8/1.5 MB | 233/291 kB | 45 kB | 16/252 kB
Progress (4): 0.8/1.5 MB | 237/291 kB | 45 kB | 16/252 kB
Progress (4): 0.8/1.5 MB | 241/291 kB | 45 kB | 16/252 kB
Progress (4): 0.8/1.5 MB | 245/291 kB | 45 kB | 16/252 kB
Progress (4): 0.8/1.5 MB | 245/291 kB | 45 kB | 16/252 kB
Progress (4): 0.8/1.5 MB | 245/291 kB | 45 kB | 20/252 kB
Progress (4): 0.8/1.5 MB | 245/291 kB | 45 kB | 20/252 kB
Progress (4): 0.8/1.5 MB | 249/291 kB | 45 kB | 20/252 kB
Progress (4): 0.8/1.5 MB | 249/291 kB | 45 kB | 24/252 kB
Progress (4): 0.8/1.5 MB | 253/291 kB | 45 kB | 24/252 kB
Progress (4): 0.8/1.5 MB | 253/291 kB | 45 kB | 28/252 kB
Progress (4): 0.8/1.5 MB | 258/291 kB | 45 kB | 28/252 kB
Progress (4): 0.8/1.5 MB | 258/291 kB | 45 kB | 32/252 kB
Progress (4): 0.8/1.5 MB | 262/291 kB | 45 kB | 32/252 kB
Progress (4): 0.8/1.5 MB | 262/291 kB | 45 kB | 32/252 kB
Progress (4): 0.8/1.5 MB | 262/291 kB | 45 kB | 32/252 kB
Progress (4): 0.8/1.5 MB | 262/291 kB | 45 kB | 36/252 kB
Progress (4): 0.8/1.5 MB | 266/291 kB | 45 kB | 36/252 kB
Progress (4): 0.8/1.5 MB | 266/291 kB | 45 kB | 40/252 kB
Progress (4): 0.8/1.5 MB | 270/291 kB | 45 kB | 40/252 kB
Progress (4): 0.8/1.5 MB | 270/291 kB | 45 kB | 45/252 kB
Progress (4): 0.8/1.5 MB | 270/291 kB | 45 kB | 45/252 kB
Progress (4): 0.8/1.5 MB | 274/291 kB | 45 kB | 45/252 kB
Progress (4): 0.8/1.5 MB | 274/291 kB | 45 kB | 45/252 kB
Progress (4): 0.8/1.5 MB | 274/291 kB | 45 kB | 49/252 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 72 kB/s)
18:07:15 Progress (3): 0.8/1.5 MB | 274/291 kB | 49/252 kB
Progress (3): 0.8/1.5 MB | 278/291 kB | 49/252 kB
Progress (3): 0.8/1.5 MB | 278/291 kB | 49/252 kB
Progress (3): 0.8/1.5 MB | 278/291 kB | 53/252 kB
Progress (3): 0.8/1.5 MB | 278/291 kB | 57/252 kB
Progress (3): 0.8/1.5 MB | 278/291 kB | 61/252 kB
Progress (3): 0.8/1.5 MB | 282/291 kB | 61/252 kB
Progress (3): 0.8/1.5 MB | 282/291 kB | 65/252 kB
Progress (3): 0.8/1.5 MB | 286/291 kB | 65/252 kB
Progress (3): 0.8/1.5 MB | 286/291 kB | 65/252 kB
Progress (3): 0.8/1.5 MB | 290/291 kB | 65/252 kB
Progress (3): 0.9/1.5 MB | 290/291 kB | 65/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 65/252 kB    
Progress (3): 0.9/1.5 MB | 291 kB | 69/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 73/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 77/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 81/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 81/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 81/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 85/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 90/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 94/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 94/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 98/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 98/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 102/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 102/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 106/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 106/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 110/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 114/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 114/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 118/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 118/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 122/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 126/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 131/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 131/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 131/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 135/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 139/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 143/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 147/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 147/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 147/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 151/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 155/252 kB
Progress (3): 0.9/1.5 MB | 291 kB | 159/252 kB
Progress (3): 1.0/1.5 MB | 291 kB | 159/252 kB
Progress (3): 1.0/1.5 MB | 291 kB | 163/252 kB
Progress (3): 1.0/1.5 MB | 291 kB | 163/252 kB
Progress (3): 1.0/1.5 MB | 291 kB | 167/252 kB
Progress (3): 1.0/1.5 MB | 291 kB | 167/252 kB
Progress (3): 1.0/1.5 MB | 291 kB | 171/252 kB
Progress (3): 1.0/1.5 MB | 291 kB | 171/252 kB
Progress (3): 1.0/1.5 MB | 291 kB | 176/252 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 460 kB/s)
18:07:15 Progress (2): 1.0/1.5 MB | 180/252 kB
Progress (2): 1.0/1.5 MB | 180/252 kB
Progress (2): 1.0/1.5 MB | 180/252 kB
Progress (2): 1.0/1.5 MB | 184/252 kB
Progress (2): 1.0/1.5 MB | 188/252 kB
Progress (2): 1.0/1.5 MB | 192/252 kB
Progress (2): 1.0/1.5 MB | 192/252 kB
Progress (2): 1.0/1.5 MB | 196/252 kB
Progress (2): 1.0/1.5 MB | 196/252 kB
Progress (2): 1.0/1.5 MB | 200/252 kB
Progress (2): 1.0/1.5 MB | 204/252 kB
Progress (2): 1.0/1.5 MB | 204/252 kB
Progress (2): 1.0/1.5 MB | 208/252 kB
Progress (2): 1.0/1.5 MB | 208/252 kB
Progress (2): 1.0/1.5 MB | 212/252 kB
Progress (2): 1.0/1.5 MB | 212/252 kB
Progress (2): 1.0/1.5 MB | 217/252 kB
Progress (2): 1.0/1.5 MB | 217/252 kB
Progress (2): 1.0/1.5 MB | 221/252 kB
Progress (2): 1.0/1.5 MB | 225/252 kB
Progress (2): 1.0/1.5 MB | 229/252 kB
Progress (2): 1.1/1.5 MB | 229/252 kB
Progress (2): 1.1/1.5 MB | 229/252 kB
Progress (2): 1.1/1.5 MB | 233/252 kB
Progress (2): 1.1/1.5 MB | 237/252 kB
Progress (2): 1.1/1.5 MB | 241/252 kB
Progress (2): 1.1/1.5 MB | 245/252 kB
Progress (2): 1.1/1.5 MB | 245/252 kB
Progress (2): 1.1/1.5 MB | 245/252 kB
Progress (2): 1.1/1.5 MB | 249/252 kB
Progress (2): 1.1/1.5 MB | 252 kB    
Progress (2): 1.1/1.5 MB | 252 kB
Progress (2): 1.1/1.5 MB | 252 kB
Progress (2): 1.1/1.5 MB | 252 kB
Progress (2): 1.1/1.5 MB | 252 kB
Progress (2): 1.1/1.5 MB | 252 kB
Progress (2): 1.1/1.5 MB | 252 kB
Progress (2): 1.1/1.5 MB | 252 kB
Progress (2): 1.1/1.5 MB | 252 kB
Progress (2): 1.2/1.5 MB | 252 kB
Progress (2): 1.2/1.5 MB | 252 kB
Progress (2): 1.2/1.5 MB | 252 kB
Progress (2): 1.2/1.5 MB | 252 kB
Progress (2): 1.2/1.5 MB | 252 kB
Progress (2): 1.2/1.5 MB | 252 kB
Progress (2): 1.2/1.5 MB | 252 kB
Progress (2): 1.2/1.5 MB | 252 kB
Progress (2): 1.2/1.5 MB | 252 kB
Progress (2): 1.2/1.5 MB | 252 kB
Progress (2): 1.2/1.5 MB | 252 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar (252 kB at 389 kB/s)
18:07:15 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.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.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 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 2.0 MB/s)
18:07:15 [INFO] 
18:07:15 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt ---
18:07:15 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
18:07:15 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
18:07:15 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
18:07:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
18:07:15 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 316 kB/s)
18:07:15 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
18:07:15 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
18:07:15 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
18:07:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
18:07:16 Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 547 kB/s)
18:07:16 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
18:07:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
18:07:16 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
18:07:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
18:07:16 Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 173 kB/s)
18:07:16 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
18:07:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
18:07:16 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
18:07:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
18:07:16 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 66 kB/s)
18:07:16 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
18:07:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
18:07:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
18:07:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
18:07:17 Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 154 kB/s)
18:07:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
18:07:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
18:07:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
18:07:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
18:07:17 Progress (1): 889 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 56 kB/s)
18:07:17 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
18:07:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
18:07:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
18:07:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
18:07:18 Progress (1): 4.1 kB
Progress (1): 5.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 278 kB/s)
18:07:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
18:07:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
18:07:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
18:07:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
18:07:18 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 464 kB/s)
18:07:18 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
18:07:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
18:07:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
18:07:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
18:07:18 Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 172 kB/s)
18:07:18 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
18:07:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
18:07:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
18:07:19 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
18:07:19 Progress (1): 492 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 18 kB/s)
18:07:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
18:07:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
18:07:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
18:07:19 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
18:07:19 Progress (1): 4.1 kB
Progress (1): 5.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 287 kB/s)
18:07:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.11/junit-4.11.pom
18:07:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/4.11/junit-4.11.pom
18:07:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/junit/junit/4.11/junit-4.11.pom
18:07:19 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom
18:07:19 Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom (2.3 kB at 94 kB/s)
18:07:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
18:07:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
18:07:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
18:07:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
18:07:20 Progress (1): 766 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 48 kB/s)
18:07:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
18:07:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
18:07:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
18:07:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
18:07:20 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 90 kB/s)
18:07:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
18:07:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
18:07:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
18:07:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
18:07:20 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 196 kB/s)
18:07:20 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
18:07:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
18:07:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
18:07:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
18:07:21 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 114 kB/s)
18:07:21 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
18:07:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
18:07:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
18:07:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
18:07:21 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 194 kB/s)
18:07:21 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
18:07:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
18:07:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
18:07:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
18:07:22 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 98 kB/s)
18:07:22 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
18:07:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
18:07:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
18:07:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
18:07:22 Progress (1): 880 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 42 kB/s)
18:07:22 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
18:07:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
18:07:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
18:07:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
18:07:22 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 74 kB/s)
18:07:22 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
18:07:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
18:07:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
18:07:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
18:07:23 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 388 kB/s)
18:07:23 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
18:07:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
18:07:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
18:07:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
18:07:23 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 98 kB/s)
18:07:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
18:07:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
18:07:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
18:07:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
18:07:23 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 95 kB/s)
18:07:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
18:07:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
18:07:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
18:07:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
18:07:24 Progress (1): 4.1 kB
Progress (1): 7.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 396 kB/s)
18:07:24 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
18:07:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
18:07:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
18:07:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
18:07:24 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 176 kB/s)
18:07:24 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
18:07:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
18:07:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
18:07:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
18:07:24 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 87 kB/s)
18:07:24 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
18:07:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
18:07:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
18:07:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
18:07:25 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 84 kB/s)
18:07:25 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
18:07:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
18:07:25 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
18:07:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
18:07:25 Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 90 kB/s)
18:07:25 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
18:07:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
18:07:25 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
18:07:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
18:07:25 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 102 kB/s)
18:07:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
18:07:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
18:07:25 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
18:07:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
18:07:26 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 660 kB/s)
18:07:26 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
18:07:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
18:07:26 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
18:07:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
18:07:26 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 93 kB/s)
18:07:26 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
18:07:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
18:07:26 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
18:07:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
18:07:26 Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 124 kB/s)
18:07:26 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
18:07:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
18:07:26 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
18:07:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
18:07:27 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 63 kB/s)
18:07:27 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
18:07:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
18:07:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
18:07:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
18:07:27 Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 140 kB/s)
18:07:27 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
18:07:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
18:07:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
18:07:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
18:07:27 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 8.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 485 kB/s)
18:07:27 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
18:07:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
18:07:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
18:07:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
18:07:28 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 95 kB/s)
18:07:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
18:07:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
18:07:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
18:07:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
18:07:28 Progress (1): 4.1 kB
Progress (1): 8.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 380 kB/s)
18:07:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/11/commons-parent-11.pom
18:07:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/11/commons-parent-11.pom
18:07:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-parent/11/commons-parent-11.pom
18:07:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom
18:07:29 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): 25 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.0 MB/s)
18:07:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/4/apache-4.pom
18:07:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/4/apache-4.pom
18:07:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/apache/4/apache-4.pom
18:07:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
18:07:29 Progress (1): 4.1 kB
Progress (1): 4.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 214 kB/s)
18:07:29 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
18:07:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
18:07:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
18:07:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
18:07:29 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 98 kB/s)
18:07:29 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
18:07:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
18:07:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
18:07:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
18:07:30 Progress (1): 4.1 kB
Progress (1): 7.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 273 kB/s)
18:07:30 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
18:07:30 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
18:07:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
18:07:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
18:07:30 Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 74 kB/s)
18:07:30 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1/classworlds-1.1.pom
18:07:30 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom
18:07:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/classworlds/classworlds/1.1/classworlds-1.1.pom
18:07:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
18:07:30 Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 151 kB/s)
18:07:30 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
18:07:30 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
18:07:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
18:07:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
18:07:31 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.pom (11 kB at 247 kB/s)
18:07:31 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
18:07:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom
18:07:31 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom
18:07:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom
18:07:31 Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom (2.8 kB at 46 kB/s)
18:07:31 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
18:07:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
18:07:31 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
18:07:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
18:07:31 Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 59 kB/s)
18:07:31 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
18:07:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom
18:07:31 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom
18:07:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom
18:07:32 Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom (3.7 kB at 62 kB/s)
18:07:32 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
18:07:32 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
18:07:32 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
18:07:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
18:07:32 Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 107 kB/s)
18:07:32 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
18:07:32 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
18:07:32 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
18:07:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
18:07:32 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 8.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 396 kB/s)
18:07:32 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/21/maven-parent-21.pom
18:07:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/21/maven-parent-21.pom
18:07:33 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-parent/21/maven-parent-21.pom
18:07:33 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom
18:07:33 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): 26 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.1 MB/s)
18:07:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/10/apache-10.pom
18:07:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/10/apache-10.pom
18:07:33 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/apache/10/apache-10.pom
18:07:33 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
18:07:33 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 705 kB/s)
18:07:33 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
18:07:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
18:07:33 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
18:07:34 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
18:07:34 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 137 kB/s)
18:07:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
18:07:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
18:07:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
18:07:34 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
18:07:34 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 417 kB/s)
18:07:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/6/maven-parent-6.pom
18:07:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/6/maven-parent-6.pom
18:07:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-parent/6/maven-parent-6.pom
18:07:34 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom
18:07:34 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 911 kB/s)
18:07:34 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
18:07:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
18:07:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
18:07:35 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
18:07:35 Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 120 kB/s)
18:07:35 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
18:07:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
18:07:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
18:07:35 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
18:07:35 Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 144 kB/s)
18:07:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
18:07:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
18:07:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
18:07:35 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
18:07:35 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 595 kB/s)
18:07:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
18:07:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
18:07:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
18:07:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
18:07:36 Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 122 kB/s)
18:07:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom
18:07:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xbean/xbean/3.4/xbean-3.4.pom
18:07:36 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xbean/xbean/3.4/xbean-3.4.pom
18:07:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom
18:07:36 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 19 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 662 kB/s)
18:07:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/log4j/log4j/1.2.12/log4j-1.2.12.pom
18:07:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/log4j/log4j/1.2.12/log4j-1.2.12.pom
18:07:36 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/log4j/log4j/1.2.12/log4j-1.2.12.pom
18:07:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom
18:07:36 Progress (1): 145 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 7.6 kB/s)
18:07:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
18:07:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
18:07:36 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
18:07:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
18:07:37 Progress (1): 4.1 kB
Progress (1): 5.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 223 kB/s)
18:07:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom
18:07:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.pom
18:07:37 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/collections/google-collections/1.0/google-collections-1.0.pom
18:07:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom
18:07:37 Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 113 kB/s)
18:07:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/google/1/google-1.pom
18:07:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/google/1/google-1.pom
18:07:37 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/google/1/google-1.pom
18:07:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom
18:07:37 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 60 kB/s)
18:07:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
18:07:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
18:07:37 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
18:07:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
18:07:38 Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 57 kB/s)
18:07:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
18:07:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
18:07:38 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
18:07:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
18:07:38 Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 88 kB/s)
18:07:38 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
18:07:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
18:07:38 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
18:07:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
18:07:39 Progress (1): 4.1 kB
Progress (1): 7.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 382 kB/s)
18:07:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
18:07:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
18:07:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
18:07:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
18:07:39 Progress (1): 4.1 kB
Progress (1): 5.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 213 kB/s)
18:07:39 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
18:07:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom
18:07:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom
18:07:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom
18:07:39 Progress (1): 771 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom (771 B at 18 kB/s)
18:07:39 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
18:07:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom
18:07:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom
18:07:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom
18:07:40 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom (2.1 kB at 38 kB/s)
18:07:40 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
18:07:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
18:07:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
18:07:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
18:07:40 Progress (1): 4.1 kB
Progress (1): 7.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 346 kB/s)
18:07:40 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
18:07:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom
18:07:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom
18:07:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom
18:07:40 Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom (3.4 kB at 75 kB/s)
18:07:40 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
18:07:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom
18:07:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom
18:07:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom
18:07:41 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom (9.5 kB at 173 kB/s)
18:07:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
18:07:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
18:07:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
18:07:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
18:07:41 Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (3.2 kB at 89 kB/s)
18:07:41 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
18:07:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
18:07:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
18:07:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
18:07:41 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 50 kB/s)
18:07:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
18:07:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
18:07:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
18:07:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
18:07:42 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 19 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 980 kB/s)
18:07:42 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
18:07:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
18:07:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
18:07:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
18:07:42 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (1.7 kB at 39 kB/s)
18:07:42 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
18:07:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
18:07:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
18:07:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
18:07:43 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 169 kB/s)
18:07:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
18:07:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
18:07:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
18:07:43 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 19 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 716 kB/s)
18:07:43 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
18:07:43 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
18:07:43 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
18:07:43 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
18:07:43 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
18:07:43 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
18:07:43 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
18:07:43 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
18:07:43 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
18:07:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
18:07:43 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
18:07:43 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
18:07:43 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
18:07:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
18:07:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
18:07:43 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
18:07:43 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
18:07:43 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
18:07:43 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
18:07:43 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
18:07:43 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
18:07:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
18:07:43 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
18:07:43 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
18:07:43 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
18:07:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1/classworlds-1.1.jar
18:07:43 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
18:07:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
18:07:43 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
18:07:43 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
18:07:43 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
18:07:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
18:07:43 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
18:07:43 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
18:07:43 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
18:07:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
18:07:43 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
18:07:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.11/junit-4.11.jar
18:07:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/4.11/junit-4.11.jar
18:07:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
18:07:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
18:07:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
18:07:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
18:07:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
18:07:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
18:07:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
18:07:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
18:07:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
18:07:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
18:07:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
18:07:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
18:07:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
18:07:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
18:07:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
18:07:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
18:07:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
18:07:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
18:07:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
18:07:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
18:07:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/classworlds/classworlds/1.1/classworlds-1.1.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/junit/junit/4.11/junit-4.11.jar
18:07:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
18:07:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
18:07:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
18:07:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
18:07:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
18:07:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
18:07:46 Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 495 kB/s)
18:07:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
18:07:46 Progress (1): 4.1/35 kB
Progress (2): 4.1/35 kB | 4.1/156 kB
Progress (2): 7.7/35 kB | 4.1/156 kB
Progress (3): 7.7/35 kB | 4.1/156 kB | 4.1/80 kB
Progress (3): 12/35 kB | 4.1/156 kB | 4.1/80 kB 
Progress (3): 12/35 kB | 7.7/156 kB | 4.1/80 kB
Progress (3): 16/35 kB | 7.7/156 kB | 4.1/80 kB
Progress (3): 16/35 kB | 7.7/156 kB | 7.7/80 kB
Progress (3): 16/35 kB | 12/156 kB | 7.7/80 kB 
Progress (3): 16/35 kB | 12/156 kB | 12/80 kB 
Progress (3): 16/35 kB | 16/156 kB | 12/80 kB
Progress (3): 16/35 kB | 16/156 kB | 16/80 kB
Progress (3): 20/35 kB | 16/156 kB | 16/80 kB
Progress (3): 24/35 kB | 16/156 kB | 16/80 kB
Progress (3): 28/35 kB | 16/156 kB | 16/80 kB
Progress (3): 32/35 kB | 16/156 kB | 16/80 kB
Progress (4): 32/35 kB | 16/156 kB | 16/80 kB | 4.1/88 kB
Progress (4): 35 kB | 16/156 kB | 16/80 kB | 4.1/88 kB   
Progress (4): 35 kB | 16/156 kB | 16/80 kB | 7.7/88 kB
Progress (4): 35 kB | 20/156 kB | 16/80 kB | 7.7/88 kB
Progress (4): 35 kB | 20/156 kB | 20/80 kB | 7.7/88 kB
Progress (4): 35 kB | 20/156 kB | 20/80 kB | 12/88 kB 
Progress (4): 35 kB | 20/156 kB | 24/80 kB | 12/88 kB
Progress (4): 35 kB | 24/156 kB | 24/80 kB | 12/88 kB
Progress (4): 35 kB | 24/156 kB | 28/80 kB | 12/88 kB
Progress (4): 35 kB | 24/156 kB | 28/80 kB | 16/88 kB
Progress (4): 35 kB | 24/156 kB | 32/80 kB | 16/88 kB
Progress (4): 35 kB | 28/156 kB | 32/80 kB | 16/88 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 884 kB/s)
18:07:46 Progress (3): 28/156 kB | 32/80 kB | 20/88 kB
Progress (3): 32/156 kB | 32/80 kB | 20/88 kB
Progress (3): 32/156 kB | 32/80 kB | 24/88 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
18:07:46 Progress (3): 32/156 kB | 36/80 kB | 24/88 kB
Progress (3): 32/156 kB | 36/80 kB | 28/88 kB
Progress (3): 32/156 kB | 40/80 kB | 28/88 kB
Progress (3): 36/156 kB | 40/80 kB | 28/88 kB
Progress (3): 36/156 kB | 40/80 kB | 32/88 kB
Progress (3): 40/156 kB | 40/80 kB | 32/88 kB
Progress (4): 40/156 kB | 40/80 kB | 32/88 kB | 4.1/49 kB
Progress (4): 40/156 kB | 45/80 kB | 32/88 kB | 4.1/49 kB
Progress (4): 40/156 kB | 45/80 kB | 32/88 kB | 7.7/49 kB
Progress (4): 45/156 kB | 45/80 kB | 32/88 kB | 7.7/49 kB
Progress (4): 45/156 kB | 45/80 kB | 32/88 kB | 12/49 kB 
Progress (4): 45/156 kB | 45/80 kB | 36/88 kB | 12/49 kB
Progress (4): 45/156 kB | 49/80 kB | 36/88 kB | 12/49 kB
Progress (4): 45/156 kB | 49/80 kB | 40/88 kB | 12/49 kB
Progress (4): 45/156 kB | 49/80 kB | 40/88 kB | 16/49 kB
Progress (4): 49/156 kB | 49/80 kB | 40/88 kB | 16/49 kB
Progress (4): 49/156 kB | 49/80 kB | 45/88 kB | 16/49 kB
Progress (5): 49/156 kB | 49/80 kB | 45/88 kB | 16/49 kB | 4.1/68 kB
Progress (5): 49/156 kB | 49/80 kB | 49/88 kB | 16/49 kB | 4.1/68 kB
Progress (5): 49/156 kB | 53/80 kB | 49/88 kB | 16/49 kB | 4.1/68 kB
Progress (5): 49/156 kB | 53/80 kB | 49/88 kB | 16/49 kB | 7.7/68 kB
Progress (5): 49/156 kB | 57/80 kB | 49/88 kB | 16/49 kB | 7.7/68 kB
Progress (5): 49/156 kB | 57/80 kB | 49/88 kB | 20/49 kB | 7.7/68 kB
Progress (5): 49/156 kB | 61/80 kB | 49/88 kB | 20/49 kB | 7.7/68 kB
Progress (5): 49/156 kB | 61/80 kB | 53/88 kB | 20/49 kB | 7.7/68 kB
Progress (5): 53/156 kB | 61/80 kB | 53/88 kB | 20/49 kB | 7.7/68 kB
Progress (5): 53/156 kB | 61/80 kB | 53/88 kB | 20/49 kB | 12/68 kB 
Progress (5): 57/156 kB | 61/80 kB | 53/88 kB | 20/49 kB | 12/68 kB
Progress (5): 57/156 kB | 61/80 kB | 57/88 kB | 20/49 kB | 12/68 kB
Progress (5): 57/156 kB | 65/80 kB | 57/88 kB | 20/49 kB | 12/68 kB
Progress (5): 57/156 kB | 65/80 kB | 57/88 kB | 24/49 kB | 12/68 kB
Progress (5): 57/156 kB | 65/80 kB | 61/88 kB | 24/49 kB | 12/68 kB
Progress (5): 61/156 kB | 65/80 kB | 61/88 kB | 24/49 kB | 12/68 kB
Progress (5): 61/156 kB | 65/80 kB | 61/88 kB | 24/49 kB | 16/68 kB
Progress (5): 65/156 kB | 65/80 kB | 61/88 kB | 24/49 kB | 16/68 kB
Progress (5): 65/156 kB | 69/80 kB | 61/88 kB | 24/49 kB | 16/68 kB
Progress (5): 65/156 kB | 69/80 kB | 65/88 kB | 24/49 kB | 16/68 kB
Progress (5): 65/156 kB | 69/80 kB | 65/88 kB | 28/49 kB | 16/68 kB
Progress (5): 65/156 kB | 69/80 kB | 65/88 kB | 28/49 kB | 20/68 kB
Progress (5): 65/156 kB | 73/80 kB | 65/88 kB | 28/49 kB | 20/68 kB
Progress (5): 65/156 kB | 73/80 kB | 65/88 kB | 28/49 kB | 24/68 kB
Progress (5): 65/156 kB | 73/80 kB | 65/88 kB | 32/49 kB | 24/68 kB
Progress (5): 65/156 kB | 73/80 kB | 65/88 kB | 32/49 kB | 28/68 kB
Progress (5): 69/156 kB | 73/80 kB | 65/88 kB | 32/49 kB | 28/68 kB
Progress (5): 69/156 kB | 73/80 kB | 69/88 kB | 32/49 kB | 28/68 kB
Progress (5): 69/156 kB | 77/80 kB | 69/88 kB | 32/49 kB | 28/68 kB
Progress (5): 69/156 kB | 77/80 kB | 73/88 kB | 32/49 kB | 28/68 kB
Progress (5): 69/156 kB | 77/80 kB | 73/88 kB | 36/49 kB | 28/68 kB
Progress (5): 73/156 kB | 77/80 kB | 73/88 kB | 36/49 kB | 28/68 kB
Progress (5): 73/156 kB | 77/80 kB | 73/88 kB | 36/49 kB | 32/68 kB
Progress (5): 77/156 kB | 77/80 kB | 73/88 kB | 36/49 kB | 32/68 kB
Progress (5): 77/156 kB | 77/80 kB | 73/88 kB | 40/49 kB | 32/68 kB
Progress (5): 77/156 kB | 77/80 kB | 77/88 kB | 40/49 kB | 32/68 kB
Progress (5): 77/156 kB | 80 kB | 77/88 kB | 40/49 kB | 32/68 kB   
Progress (5): 77/156 kB | 80 kB | 81/88 kB | 40/49 kB | 32/68 kB
Progress (5): 77/156 kB | 80 kB | 81/88 kB | 45/49 kB | 32/68 kB
Progress (5): 81/156 kB | 80 kB | 81/88 kB | 45/49 kB | 32/68 kB
Progress (5): 85/156 kB | 80 kB | 81/88 kB | 45/49 kB | 32/68 kB
Progress (5): 90/156 kB | 80 kB | 81/88 kB | 45/49 kB | 32/68 kB
Progress (5): 94/156 kB | 80 kB | 81/88 kB | 45/49 kB | 32/68 kB
Progress (5): 98/156 kB | 80 kB | 81/88 kB | 45/49 kB | 32/68 kB
Progress (5): 98/156 kB | 80 kB | 85/88 kB | 45/49 kB | 32/68 kB
Progress (5): 98/156 kB | 80 kB | 85/88 kB | 49/49 kB | 32/68 kB
Progress (5): 98/156 kB | 80 kB | 88 kB | 49/49 kB | 32/68 kB   
Progress (5): 98/156 kB | 80 kB | 88 kB | 49/49 kB | 36/68 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 758 kB/s)
18:07:46 Progress (4): 98/156 kB | 88 kB | 49/49 kB | 40/68 kB
Progress (4): 102/156 kB | 88 kB | 49/49 kB | 40/68 kB
Progress (4): 102/156 kB | 88 kB | 49 kB | 40/68 kB   
Progress (4): 106/156 kB | 88 kB | 49 kB | 40/68 kB
Progress (4): 106/156 kB | 88 kB | 49 kB | 45/68 kB
                                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
18:07:46 Progress (4): 106/156 kB | 88 kB | 49 kB | 49/68 kB
Progress (4): 110/156 kB | 88 kB | 49 kB | 49/68 kB
Progress (4): 110/156 kB | 88 kB | 49 kB | 53/68 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 811 kB/s)
18:07:46 Progress (3): 110/156 kB | 49 kB | 57/68 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 450 kB/s)
18:07:46 Progress (2): 114/156 kB | 57/68 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
18:07:46 Progress (2): 114/156 kB | 61/68 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
18:07:46 Progress (2): 118/156 kB | 61/68 kB
Progress (2): 118/156 kB | 65/68 kB
Progress (2): 122/156 kB | 65/68 kB
Progress (2): 126/156 kB | 65/68 kB
Progress (2): 126/156 kB | 68 kB   
Progress (2): 131/156 kB | 68 kB
Progress (2): 135/156 kB | 68 kB
Progress (3): 135/156 kB | 68 kB | 4.1/51 kB
Progress (3): 139/156 kB | 68 kB | 4.1/51 kB
Progress (3): 139/156 kB | 68 kB | 7.7/51 kB
Progress (3): 143/156 kB | 68 kB | 7.7/51 kB
Progress (3): 143/156 kB | 68 kB | 12/51 kB 
Progress (3): 147/156 kB | 68 kB | 12/51 kB
Progress (3): 147/156 kB | 68 kB | 16/51 kB
Progress (3): 151/156 kB | 68 kB | 16/51 kB
Progress (3): 155/156 kB | 68 kB | 16/51 kB
Progress (3): 156 kB | 68 kB | 16/51 kB    
Progress (3): 156 kB | 68 kB | 20/51 kB
Progress (3): 156 kB | 68 kB | 24/51 kB
Progress (3): 156 kB | 68 kB | 28/51 kB
Progress (3): 156 kB | 68 kB | 32/51 kB
Progress (3): 156 kB | 68 kB | 36/51 kB
Progress (3): 156 kB | 68 kB | 40/51 kB
Progress (3): 156 kB | 68 kB | 45/51 kB
Progress (3): 156 kB | 68 kB | 49/51 kB
Progress (3): 156 kB | 68 kB | 51 kB   
Progress (4): 156 kB | 68 kB | 51 kB | 4.1/332 kB
Progress (4): 156 kB | 68 kB | 51 kB | 7.7/332 kB
Progress (4): 156 kB | 68 kB | 51 kB | 12/332 kB 
Progress (4): 156 kB | 68 kB | 51 kB | 16/332 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 1.3 MB/s)
18:07:46 Progress (4): 68 kB | 51 kB | 16/332 kB | 4.1/30 kB
                                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
18:07:46 Progress (4): 68 kB | 51 kB | 20/332 kB | 4.1/30 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 536 kB/s)
18:07:46 Progress (3): 51 kB | 20/332 kB | 7.7/30 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
18:07:46 Progress (3): 51 kB | 24/332 kB | 7.7/30 kB
Progress (3): 51 kB | 24/332 kB | 12/30 kB 
Progress (3): 51 kB | 28/332 kB | 12/30 kB
Progress (3): 51 kB | 28/332 kB | 16/30 kB
Progress (3): 51 kB | 32/332 kB | 16/30 kB
Progress (4): 51 kB | 32/332 kB | 16/30 kB | 4.1/194 kB
Progress (4): 51 kB | 32/332 kB | 16/30 kB | 7.7/194 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 395 kB/s)
18:07:46 Progress (3): 32/332 kB | 20/30 kB | 7.7/194 kB
Progress (3): 32/332 kB | 20/30 kB | 12/194 kB 
Progress (3): 36/332 kB | 20/30 kB | 12/194 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
18:07:46 Progress (4): 36/332 kB | 20/30 kB | 12/194 kB | 4.1/178 kB
Progress (4): 40/332 kB | 20/30 kB | 12/194 kB | 4.1/178 kB
Progress (4): 40/332 kB | 20/30 kB | 16/194 kB | 4.1/178 kB
Progress (4): 40/332 kB | 24/30 kB | 16/194 kB | 4.1/178 kB
Progress (4): 45/332 kB | 24/30 kB | 16/194 kB | 4.1/178 kB
Progress (4): 45/332 kB | 24/30 kB | 16/194 kB | 7.7/178 kB
Progress (4): 49/332 kB | 24/30 kB | 16/194 kB | 7.7/178 kB
Progress (4): 49/332 kB | 28/30 kB | 16/194 kB | 7.7/178 kB
Progress (4): 49/332 kB | 28/30 kB | 20/194 kB | 7.7/178 kB
Progress (4): 49/332 kB | 28/30 kB | 20/194 kB | 12/178 kB 
Progress (4): 49/332 kB | 28/30 kB | 24/194 kB | 12/178 kB
Progress (4): 49/332 kB | 30 kB | 24/194 kB | 12/178 kB   
Progress (4): 49/332 kB | 30 kB | 28/194 kB | 12/178 kB
Progress (4): 49/332 kB | 30 kB | 28/194 kB | 16/178 kB
Progress (4): 53/332 kB | 30 kB | 28/194 kB | 16/178 kB
Progress (5): 53/332 kB | 30 kB | 28/194 kB | 16/178 kB | 4.1/22 kB
Progress (5): 53/332 kB | 30 kB | 32/194 kB | 16/178 kB | 4.1/22 kB
Progress (5): 57/332 kB | 30 kB | 32/194 kB | 16/178 kB | 4.1/22 kB
Progress (5): 57/332 kB | 30 kB | 32/194 kB | 20/178 kB | 4.1/22 kB
Progress (5): 57/332 kB | 30 kB | 32/194 kB | 20/178 kB | 7.7/22 kB
Progress (5): 57/332 kB | 30 kB | 32/194 kB | 24/178 kB | 7.7/22 kB
Progress (5): 61/332 kB | 30 kB | 32/194 kB | 24/178 kB | 7.7/22 kB
Progress (5): 61/332 kB | 30 kB | 32/194 kB | 28/178 kB | 7.7/22 kB
Progress (5): 61/332 kB | 30 kB | 32/194 kB | 28/178 kB | 12/22 kB 
Progress (5): 61/332 kB | 30 kB | 36/194 kB | 28/178 kB | 12/22 kB
Progress (5): 61/332 kB | 30 kB | 36/194 kB | 28/178 kB | 16/22 kB
Progress (5): 61/332 kB | 30 kB | 36/194 kB | 32/178 kB | 16/22 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 220 kB/s)
18:07:46 Progress (4): 65/332 kB | 36/194 kB | 32/178 kB | 16/22 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
18:07:46 Progress (4): 65/332 kB | 36/194 kB | 32/178 kB | 20/22 kB
Progress (4): 65/332 kB | 40/194 kB | 32/178 kB | 20/22 kB
Progress (4): 65/332 kB | 40/194 kB | 32/178 kB | 22 kB   
Progress (4): 65/332 kB | 40/194 kB | 36/178 kB | 22 kB
Progress (4): 65/332 kB | 45/194 kB | 36/178 kB | 22 kB
Progress (4): 65/332 kB | 45/194 kB | 40/178 kB | 22 kB
Progress (4): 65/332 kB | 49/194 kB | 40/178 kB | 22 kB
Progress (4): 69/332 kB | 49/194 kB | 40/178 kB | 22 kB
Progress (4): 69/332 kB | 49/194 kB | 45/178 kB | 22 kB
Progress (4): 73/332 kB | 49/194 kB | 45/178 kB | 22 kB
Progress (4): 73/332 kB | 49/194 kB | 49/178 kB | 22 kB
Progress (4): 77/332 kB | 49/194 kB | 49/178 kB | 22 kB
Progress (5): 77/332 kB | 49/194 kB | 49/178 kB | 22 kB | 4.1/8.8 kB
Progress (5): 77/332 kB | 53/194 kB | 49/178 kB | 22 kB | 4.1/8.8 kB
Progress (5): 81/332 kB | 53/194 kB | 49/178 kB | 22 kB | 4.1/8.8 kB
Progress (5): 81/332 kB | 57/194 kB | 49/178 kB | 22 kB | 4.1/8.8 kB
Progress (5): 81/332 kB | 57/194 kB | 49/178 kB | 22 kB | 7.7/8.8 kB
Progress (5): 81/332 kB | 61/194 kB | 49/178 kB | 22 kB | 7.7/8.8 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 102 kB/s)
18:07:46 Progress (4): 81/332 kB | 61/194 kB | 53/178 kB | 7.7/8.8 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
18:07:46 Progress (4): 85/332 kB | 61/194 kB | 53/178 kB | 7.7/8.8 kB
Progress (4): 85/332 kB | 65/194 kB | 53/178 kB | 7.7/8.8 kB
Progress (4): 85/332 kB | 65/194 kB | 53/178 kB | 8.8 kB    
Progress (4): 90/332 kB | 65/194 kB | 53/178 kB | 8.8 kB
Progress (4): 90/332 kB | 65/194 kB | 57/178 kB | 8.8 kB
Progress (4): 94/332 kB | 65/194 kB | 57/178 kB | 8.8 kB
Progress (4): 94/332 kB | 65/194 kB | 61/178 kB | 8.8 kB
Progress (4): 98/332 kB | 65/194 kB | 61/178 kB | 8.8 kB
Progress (4): 98/332 kB | 69/194 kB | 61/178 kB | 8.8 kB
Progress (4): 98/332 kB | 69/194 kB | 65/178 kB | 8.8 kB
Progress (4): 98/332 kB | 73/194 kB | 65/178 kB | 8.8 kB
Progress (4): 98/332 kB | 77/194 kB | 65/178 kB | 8.8 kB
Progress (4): 102/332 kB | 77/194 kB | 65/178 kB | 8.8 kB
Progress (4): 102/332 kB | 81/194 kB | 65/178 kB | 8.8 kB
Progress (4): 106/332 kB | 81/194 kB | 65/178 kB | 8.8 kB
Progress (5): 106/332 kB | 81/194 kB | 65/178 kB | 8.8 kB | 4.1/22 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 40 kB/s)
18:07:46 Progress (4): 110/332 kB | 81/194 kB | 65/178 kB | 4.1/22 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
18:07:46 Progress (4): 110/332 kB | 85/194 kB | 65/178 kB | 4.1/22 kB
Progress (4): 110/332 kB | 85/194 kB | 65/178 kB | 7.7/22 kB
Progress (4): 110/332 kB | 85/194 kB | 69/178 kB | 7.7/22 kB
Progress (4): 110/332 kB | 85/194 kB | 69/178 kB | 12/22 kB 
Progress (4): 110/332 kB | 90/194 kB | 69/178 kB | 12/22 kB
Progress (4): 114/332 kB | 90/194 kB | 69/178 kB | 12/22 kB
Progress (4): 114/332 kB | 94/194 kB | 69/178 kB | 12/22 kB
Progress (4): 114/332 kB | 94/194 kB | 69/178 kB | 16/22 kB
Progress (4): 114/332 kB | 94/194 kB | 73/178 kB | 16/22 kB
Progress (4): 114/332 kB | 98/194 kB | 73/178 kB | 16/22 kB
Progress (4): 114/332 kB | 98/194 kB | 77/178 kB | 16/22 kB
Progress (4): 118/332 kB | 98/194 kB | 77/178 kB | 16/22 kB
Progress (4): 118/332 kB | 98/194 kB | 77/178 kB | 20/22 kB
Progress (4): 122/332 kB | 98/194 kB | 77/178 kB | 20/22 kB
Progress (4): 122/332 kB | 98/194 kB | 81/178 kB | 20/22 kB
Progress (5): 122/332 kB | 98/194 kB | 81/178 kB | 20/22 kB | 4.1/17 kB
Progress (5): 122/332 kB | 102/194 kB | 81/178 kB | 20/22 kB | 4.1/17 kB
Progress (5): 126/332 kB | 102/194 kB | 81/178 kB | 20/22 kB | 4.1/17 kB
Progress (5): 126/332 kB | 102/194 kB | 81/178 kB | 22 kB | 4.1/17 kB   
Progress (5): 131/332 kB | 102/194 kB | 81/178 kB | 22 kB | 4.1/17 kB
Progress (5): 131/332 kB | 106/194 kB | 81/178 kB | 22 kB | 4.1/17 kB
Progress (5): 131/332 kB | 106/194 kB | 81/178 kB | 22 kB | 7.7/17 kB
Progress (5): 131/332 kB | 110/194 kB | 81/178 kB | 22 kB | 7.7/17 kB
Progress (5): 131/332 kB | 110/194 kB | 85/178 kB | 22 kB | 7.7/17 kB
Progress (5): 135/332 kB | 110/194 kB | 85/178 kB | 22 kB | 7.7/17 kB
Progress (5): 135/332 kB | 114/194 kB | 85/178 kB | 22 kB | 7.7/17 kB
Progress (5): 135/332 kB | 114/194 kB | 85/178 kB | 22 kB | 12/17 kB 
Progress (5): 139/332 kB | 114/194 kB | 85/178 kB | 22 kB | 12/17 kB
Progress (5): 139/332 kB | 114/194 kB | 90/178 kB | 22 kB | 12/17 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 99 kB/s)
18:07:46 Progress (4): 143/332 kB | 114/194 kB | 90/178 kB | 12/17 kB
Progress (4): 143/332 kB | 114/194 kB | 90/178 kB | 16/17 kB
Progress (4): 147/332 kB | 114/194 kB | 90/178 kB | 16/17 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
18:07:46 Progress (4): 147/332 kB | 118/194 kB | 90/178 kB | 16/17 kB
Progress (4): 147/332 kB | 118/194 kB | 94/178 kB | 16/17 kB
Progress (4): 151/332 kB | 118/194 kB | 94/178 kB | 16/17 kB
Progress (4): 151/332 kB | 122/194 kB | 94/178 kB | 16/17 kB
Progress (4): 151/332 kB | 122/194 kB | 94/178 kB | 17 kB   
Progress (4): 151/332 kB | 126/194 kB | 94/178 kB | 17 kB
Progress (4): 155/332 kB | 126/194 kB | 94/178 kB | 17 kB
Progress (4): 155/332 kB | 126/194 kB | 98/178 kB | 17 kB
Progress (4): 159/332 kB | 126/194 kB | 98/178 kB | 17 kB
Progress (4): 159/332 kB | 131/194 kB | 98/178 kB | 17 kB
Progress (4): 163/332 kB | 131/194 kB | 98/178 kB | 17 kB
Progress (4): 163/332 kB | 135/194 kB | 98/178 kB | 17 kB
Progress (4): 163/332 kB | 135/194 kB | 102/178 kB | 17 kB
Progress (5): 163/332 kB | 135/194 kB | 102/178 kB | 17 kB | 4.1/9.8 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 73 kB/s)
18:07:46 Progress (4): 163/332 kB | 139/194 kB | 102/178 kB | 4.1/9.8 kB
Progress (4): 167/332 kB | 139/194 kB | 102/178 kB | 4.1/9.8 kB
Progress (4): 167/332 kB | 143/194 kB | 102/178 kB | 4.1/9.8 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
18:07:46 Progress (4): 167/332 kB | 143/194 kB | 102/178 kB | 7.7/9.8 kB
Progress (4): 167/332 kB | 143/194 kB | 106/178 kB | 7.7/9.8 kB
Progress (4): 167/332 kB | 143/194 kB | 106/178 kB | 9.8 kB    
Progress (4): 167/332 kB | 147/194 kB | 106/178 kB | 9.8 kB
Progress (4): 171/332 kB | 147/194 kB | 106/178 kB | 9.8 kB
Progress (4): 171/332 kB | 147/194 kB | 110/178 kB | 9.8 kB
Progress (4): 176/332 kB | 147/194 kB | 110/178 kB | 9.8 kB
Progress (4): 176/332 kB | 147/194 kB | 114/178 kB | 9.8 kB
Progress (4): 180/332 kB | 147/194 kB | 114/178 kB | 9.8 kB
Progress (4): 180/332 kB | 151/194 kB | 114/178 kB | 9.8 kB
Progress (4): 180/332 kB | 151/194 kB | 118/178 kB | 9.8 kB
Progress (5): 180/332 kB | 151/194 kB | 118/178 kB | 9.8 kB | 4.1/13 kB
Progress (5): 180/332 kB | 155/194 kB | 118/178 kB | 9.8 kB | 4.1/13 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 42 kB/s)
18:07:46 Progress (4): 180/332 kB | 155/194 kB | 118/178 kB | 7.7/13 kB
Progress (4): 180/332 kB | 155/194 kB | 122/178 kB | 7.7/13 kB
Progress (4): 184/332 kB | 155/194 kB | 122/178 kB | 7.7/13 kB
Progress (4): 184/332 kB | 155/194 kB | 126/178 kB | 7.7/13 kB
Progress (4): 184/332 kB | 155/194 kB | 126/178 kB | 12/13 kB 
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
18:07:46 Progress (4): 184/332 kB | 159/194 kB | 126/178 kB | 12/13 kB
Progress (4): 184/332 kB | 159/194 kB | 126/178 kB | 13 kB   
Progress (4): 184/332 kB | 159/194 kB | 131/178 kB | 13 kB
Progress (4): 188/332 kB | 159/194 kB | 131/178 kB | 13 kB
Progress (4): 188/332 kB | 163/194 kB | 131/178 kB | 13 kB
Progress (4): 192/332 kB | 163/194 kB | 131/178 kB | 13 kB
Progress (4): 196/332 kB | 163/194 kB | 131/178 kB | 13 kB
Progress (5): 196/332 kB | 163/194 kB | 131/178 kB | 13 kB | 4.1/11 kB
Progress (5): 200/332 kB | 163/194 kB | 131/178 kB | 13 kB | 4.1/11 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 55 kB/s)
18:07:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
18:07:46 Progress (4): 200/332 kB | 167/194 kB | 131/178 kB | 4.1/11 kB
Progress (4): 200/332 kB | 167/194 kB | 131/178 kB | 7.7/11 kB
Progress (4): 200/332 kB | 171/194 kB | 131/178 kB | 7.7/11 kB
Progress (4): 200/332 kB | 171/194 kB | 135/178 kB | 7.7/11 kB
Progress (4): 204/332 kB | 171/194 kB | 135/178 kB | 7.7/11 kB
Progress (4): 204/332 kB | 171/194 kB | 139/178 kB | 7.7/11 kB
Progress (4): 204/332 kB | 176/194 kB | 139/178 kB | 7.7/11 kB
Progress (4): 204/332 kB | 176/194 kB | 139/178 kB | 11 kB    
Progress (4): 204/332 kB | 180/194 kB | 139/178 kB | 11 kB
Progress (5): 204/332 kB | 180/194 kB | 139/178 kB | 11 kB | 4.1/26 kB
Progress (5): 204/332 kB | 180/194 kB | 143/178 kB | 11 kB | 4.1/26 kB
Progress (5): 208/332 kB | 180/194 kB | 143/178 kB | 11 kB | 4.1/26 kB
Progress (5): 208/332 kB | 184/194 kB | 143/178 kB | 11 kB | 4.1/26 kB
Progress (5): 208/332 kB | 184/194 kB | 147/178 kB | 11 kB | 4.1/26 kB
Progress (5): 208/332 kB | 184/194 kB | 147/178 kB | 11 kB | 7.7/26 kB
Progress (5): 208/332 kB | 188/194 kB | 147/178 kB | 11 kB | 7.7/26 kB
Progress (5): 212/332 kB | 188/194 kB | 147/178 kB | 11 kB | 7.7/26 kB
Progress (5): 212/332 kB | 192/194 kB | 147/178 kB | 11 kB | 7.7/26 kB
Progress (5): 212/332 kB | 192/194 kB | 147/178 kB | 11 kB | 12/26 kB 
Progress (5): 212/332 kB | 194 kB | 147/178 kB | 11 kB | 12/26 kB    
Progress (5): 212/332 kB | 194 kB | 151/178 kB | 11 kB | 12/26 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 37 kB/s)
18:07:46 Progress (4): 217/332 kB | 194 kB | 151/178 kB | 12/26 kB
Progress (4): 217/332 kB | 194 kB | 155/178 kB | 12/26 kB
Progress (4): 217/332 kB | 194 kB | 155/178 kB | 16/26 kB
Progress (4): 217/332 kB | 194 kB | 159/178 kB | 16/26 kB
Progress (4): 221/332 kB | 194 kB | 159/178 kB | 16/26 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
18:07:46 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 628 kB/s)
18:07:46 Progress (3): 221/332 kB | 159/178 kB | 20/26 kB
Progress (3): 225/332 kB | 159/178 kB | 20/26 kB
Progress (3): 225/332 kB | 163/178 kB | 20/26 kB
Progress (3): 229/332 kB | 163/178 kB | 20/26 kB
Progress (3): 229/332 kB | 163/178 kB | 24/26 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
18:07:46 Progress (3): 229/332 kB | 163/178 kB | 26 kB
Progress (3): 229/332 kB | 167/178 kB | 26 kB
Progress (3): 229/332 kB | 171/178 kB | 26 kB
Progress (3): 233/332 kB | 171/178 kB | 26 kB
Progress (4): 233/332 kB | 171/178 kB | 26 kB | 4.1/13 kB
Progress (4): 237/332 kB | 171/178 kB | 26 kB | 4.1/13 kB
Progress (4): 237/332 kB | 176/178 kB | 26 kB | 4.1/13 kB
Progress (4): 241/332 kB | 176/178 kB | 26 kB | 4.1/13 kB
Progress (4): 241/332 kB | 176/178 kB | 26 kB | 7.7/13 kB
Progress (4): 245/332 kB | 176/178 kB | 26 kB | 7.7/13 kB
Progress (4): 245/332 kB | 178 kB | 26 kB | 7.7/13 kB    
Progress (4): 245/332 kB | 178 kB | 26 kB | 12/13 kB 
Progress (4): 245/332 kB | 178 kB | 26 kB | 13 kB   
Progress (5): 245/332 kB | 178 kB | 26 kB | 13 kB | 4.1/41 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 82 kB/s)
18:07:46 Progress (4): 249/332 kB | 178 kB | 13 kB | 4.1/41 kB
Progress (4): 249/332 kB | 178 kB | 13 kB | 7.7/41 kB
Progress (4): 253/332 kB | 178 kB | 13 kB | 7.7/41 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
18:07:46 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 568 kB/s)
18:07:46 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 41 kB/s)
18:07:46 Progress (2): 258/332 kB | 7.7/41 kB
Progress (2): 258/332 kB | 12/41 kB 
Progress (2): 262/332 kB | 12/41 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
18:07:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
18:07:46 Progress (2): 266/332 kB | 12/41 kB
Progress (2): 266/332 kB | 16/41 kB
Progress (2): 270/332 kB | 16/41 kB
Progress (2): 274/332 kB | 16/41 kB
Progress (2): 278/332 kB | 16/41 kB
Progress (3): 278/332 kB | 16/41 kB | 4.1/39 kB
Progress (3): 278/332 kB | 20/41 kB | 4.1/39 kB
Progress (3): 278/332 kB | 20/41 kB | 7.7/39 kB
Progress (3): 278/332 kB | 24/41 kB | 7.7/39 kB
Progress (3): 282/332 kB | 24/41 kB | 7.7/39 kB
Progress (3): 282/332 kB | 24/41 kB | 12/39 kB 
Progress (3): 286/332 kB | 24/41 kB | 12/39 kB
Progress (3): 286/332 kB | 28/41 kB | 12/39 kB
Progress (3): 290/332 kB | 28/41 kB | 12/39 kB
Progress (4): 290/332 kB | 28/41 kB | 12/39 kB | 4.1/10 kB
Progress (4): 290/332 kB | 28/41 kB | 16/39 kB | 4.1/10 kB
Progress (4): 290/332 kB | 28/41 kB | 16/39 kB | 7.7/10 kB
Progress (5): 290/332 kB | 28/41 kB | 16/39 kB | 7.7/10 kB | 4.1/13 kB
Progress (5): 294/332 kB | 28/41 kB | 16/39 kB | 7.7/10 kB | 4.1/13 kB
Progress (5): 294/332 kB | 32/41 kB | 16/39 kB | 7.7/10 kB | 4.1/13 kB
Progress (5): 294/332 kB | 32/41 kB | 20/39 kB | 7.7/10 kB | 4.1/13 kB
Progress (5): 294/332 kB | 32/41 kB | 20/39 kB | 7.7/10 kB | 7.7/13 kB
Progress (5): 294/332 kB | 32/41 kB | 20/39 kB | 10 kB | 7.7/13 kB    
Progress (5): 298/332 kB | 32/41 kB | 20/39 kB | 10 kB | 7.7/13 kB
Progress (5): 298/332 kB | 32/41 kB | 20/39 kB | 10 kB | 12/13 kB 
Progress (5): 298/332 kB | 36/41 kB | 20/39 kB | 10 kB | 12/13 kB
Progress (5): 298/332 kB | 36/41 kB | 24/39 kB | 10 kB | 12/13 kB
Progress (5): 298/332 kB | 40/41 kB | 24/39 kB | 10 kB | 12/13 kB
Progress (5): 298/332 kB | 40/41 kB | 24/39 kB | 10 kB | 13 kB   
Progress (5): 303/332 kB | 40/41 kB | 24/39 kB | 10 kB | 13 kB
Progress (5): 303/332 kB | 41 kB | 24/39 kB | 10 kB | 13 kB   
Progress (5): 303/332 kB | 41 kB | 28/39 kB | 10 kB | 13 kB
Progress (5): 307/332 kB | 41 kB | 28/39 kB | 10 kB | 13 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 33 kB/s)
18:07:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
18:07:46 Progress (4): 307/332 kB | 41 kB | 32/39 kB | 13 kB
Progress (4): 311/332 kB | 41 kB | 32/39 kB | 13 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 129 kB/s)
18:07:46 Progress (3): 311/332 kB | 36/39 kB | 13 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 42 kB/s)
18:07:46 Progress (2): 315/332 kB | 36/39 kB
Progress (2): 315/332 kB | 39 kB   
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
18:07:46 Progress (2): 319/332 kB | 39 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
18:07:46 Progress (3): 319/332 kB | 39 kB | 4.1/38 kB
Progress (3): 323/332 kB | 39 kB | 4.1/38 kB
Progress (3): 323/332 kB | 39 kB | 7.7/38 kB
Progress (3): 327/332 kB | 39 kB | 7.7/38 kB
Progress (3): 327/332 kB | 39 kB | 12/38 kB 
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 122 kB/s)
18:07:46 Progress (2): 331/332 kB | 12/38 kB
Progress (2): 331/332 kB | 16/38 kB
Progress (2): 332 kB | 16/38 kB    
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar
18:07:46 Progress (3): 332 kB | 16/38 kB | 4.1/245 kB
Progress (3): 332 kB | 16/38 kB | 7.7/245 kB
Progress (3): 332 kB | 20/38 kB | 7.7/245 kB
Progress (3): 332 kB | 20/38 kB | 12/245 kB 
Progress (3): 332 kB | 24/38 kB | 12/245 kB
Progress (3): 332 kB | 28/38 kB | 12/245 kB
Progress (3): 332 kB | 28/38 kB | 16/245 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 1.0 MB/s)
18:07:46 Progress (2): 32/38 kB | 16/245 kB
                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar
18:07:46 Progress (2): 36/38 kB | 16/245 kB
Progress (2): 36/38 kB | 20/245 kB
Progress (2): 38 kB | 20/245 kB   
Progress (2): 38 kB | 24/245 kB
Progress (2): 38 kB | 28/245 kB
Progress (2): 38 kB | 32/245 kB
Progress (2): 38 kB | 36/245 kB
Progress (2): 38 kB | 40/245 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 114 kB/s)
18:07:46 Progress (1): 45/245 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
18:07:46 Progress (1): 49/245 kB
Progress (1): 53/245 kB
Progress (1): 57/245 kB
Progress (1): 61/245 kB
Progress (1): 65/245 kB
Progress (2): 65/245 kB | 4.1/32 kB
Progress (2): 65/245 kB | 7.7/32 kB
Progress (2): 65/245 kB | 12/32 kB 
Progress (2): 65/245 kB | 16/32 kB
Progress (2): 65/245 kB | 20/32 kB
Progress (2): 65/245 kB | 24/32 kB
Progress (3): 65/245 kB | 24/32 kB | 4.1/11 kB
Progress (3): 65/245 kB | 28/32 kB | 4.1/11 kB
Progress (3): 65/245 kB | 28/32 kB | 7.7/11 kB
Progress (3): 65/245 kB | 32 kB | 7.7/11 kB   
Progress (3): 65/245 kB | 32 kB | 11 kB    
Progress (3): 69/245 kB | 32 kB | 11 kB
Progress (3): 73/245 kB | 32 kB | 11 kB
Progress (3): 77/245 kB | 32 kB | 11 kB
Progress (4): 77/245 kB | 32 kB | 11 kB | 4.1/99 kB
Progress (5): 77/245 kB | 32 kB | 11 kB | 4.1/99 kB | 4.1/245 kB
Progress (5): 81/245 kB | 32 kB | 11 kB | 4.1/99 kB | 4.1/245 kB
Progress (5): 81/245 kB | 32 kB | 11 kB | 4.1/99 kB | 7.7/245 kB
Progress (5): 81/245 kB | 32 kB | 11 kB | 7.7/99 kB | 7.7/245 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 78 kB/s)
18:07:46 Progress (4): 81/245 kB | 11 kB | 7.7/99 kB | 12/245 kB
                                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
18:07:46 Progress (4): 85/245 kB | 11 kB | 7.7/99 kB | 12/245 kB
Progress (4): 85/245 kB | 11 kB | 12/99 kB | 12/245 kB 
Progress (4): 90/245 kB | 11 kB | 12/99 kB | 12/245 kB
Progress (4): 90/245 kB | 11 kB | 12/99 kB | 16/245 kB
Progress (4): 94/245 kB | 11 kB | 12/99 kB | 16/245 kB
Progress (4): 94/245 kB | 11 kB | 16/99 kB | 16/245 kB
Progress (4): 98/245 kB | 11 kB | 16/99 kB | 16/245 kB
Progress (4): 102/245 kB | 11 kB | 16/99 kB | 16/245 kB
Progress (4): 102/245 kB | 11 kB | 16/99 kB | 20/245 kB
Progress (4): 102/245 kB | 11 kB | 20/99 kB | 20/245 kB
Progress (4): 106/245 kB | 11 kB | 20/99 kB | 20/245 kB
Progress (4): 106/245 kB | 11 kB | 24/99 kB | 20/245 kB
Progress (5): 106/245 kB | 11 kB | 24/99 kB | 20/245 kB | 4.1/282 kB
Progress (5): 106/245 kB | 11 kB | 24/99 kB | 24/245 kB | 4.1/282 kB
Progress (5): 106/245 kB | 11 kB | 24/99 kB | 24/245 kB | 7.7/282 kB
Progress (5): 106/245 kB | 11 kB | 28/99 kB | 24/245 kB | 7.7/282 kB
Progress (5): 110/245 kB | 11 kB | 28/99 kB | 24/245 kB | 7.7/282 kB
Progress (5): 110/245 kB | 11 kB | 32/99 kB | 24/245 kB | 7.7/282 kB
Progress (5): 110/245 kB | 11 kB | 32/99 kB | 24/245 kB | 12/282 kB 
Progress (5): 110/245 kB | 11 kB | 32/99 kB | 28/245 kB | 12/282 kB
Progress (5): 110/245 kB | 11 kB | 32/99 kB | 28/245 kB | 16/282 kB
Progress (5): 114/245 kB | 11 kB | 32/99 kB | 28/245 kB | 16/282 kB
Progress (5): 114/245 kB | 11 kB | 32/99 kB | 32/245 kB | 16/282 kB
Progress (5): 114/245 kB | 11 kB | 36/99 kB | 32/245 kB | 16/282 kB
Progress (5): 114/245 kB | 11 kB | 36/99 kB | 32/245 kB | 20/282 kB
Progress (5): 118/245 kB | 11 kB | 36/99 kB | 32/245 kB | 20/282 kB
Progress (5): 118/245 kB | 11 kB | 40/99 kB | 32/245 kB | 20/282 kB
Progress (5): 122/245 kB | 11 kB | 40/99 kB | 32/245 kB | 20/282 kB
Progress (5): 122/245 kB | 11 kB | 40/99 kB | 32/245 kB | 24/282 kB
Progress (5): 126/245 kB | 11 kB | 40/99 kB | 32/245 kB | 24/282 kB
Progress (5): 126/245 kB | 11 kB | 45/99 kB | 32/245 kB | 24/282 kB
Progress (5): 126/245 kB | 11 kB | 45/99 kB | 36/245 kB | 24/282 kB
Progress (5): 126/245 kB | 11 kB | 49/99 kB | 36/245 kB | 24/282 kB
Progress (5): 131/245 kB | 11 kB | 49/99 kB | 36/245 kB | 24/282 kB
Progress (5): 131/245 kB | 11 kB | 49/99 kB | 36/245 kB | 28/282 kB
Progress (5): 131/245 kB | 11 kB | 49/99 kB | 40/245 kB | 28/282 kB
Progress (5): 131/245 kB | 11 kB | 49/99 kB | 40/245 kB | 32/282 kB
Progress (5): 131/245 kB | 11 kB | 49/99 kB | 45/245 kB | 32/282 kB
Progress (5): 131/245 kB | 11 kB | 53/99 kB | 45/245 kB | 32/282 kB
Progress (5): 135/245 kB | 11 kB | 53/99 kB | 45/245 kB | 32/282 kB
Progress (5): 135/245 kB | 11 kB | 57/99 kB | 45/245 kB | 32/282 kB
Progress (5): 135/245 kB | 11 kB | 57/99 kB | 49/245 kB | 32/282 kB
Progress (5): 135/245 kB | 11 kB | 61/99 kB | 49/245 kB | 32/282 kB
Progress (5): 135/245 kB | 11 kB | 61/99 kB | 49/245 kB | 36/282 kB
Progress (5): 139/245 kB | 11 kB | 61/99 kB | 49/245 kB | 36/282 kB
Progress (5): 139/245 kB | 11 kB | 61/99 kB | 49/245 kB | 40/282 kB
Progress (5): 139/245 kB | 11 kB | 65/99 kB | 49/245 kB | 40/282 kB
Progress (5): 139/245 kB | 11 kB | 65/99 kB | 53/245 kB | 40/282 kB
Progress (5): 139/245 kB | 11 kB | 65/99 kB | 53/245 kB | 45/282 kB
Progress (5): 143/245 kB | 11 kB | 65/99 kB | 53/245 kB | 45/282 kB
Progress (5): 143/245 kB | 11 kB | 65/99 kB | 53/245 kB | 49/282 kB
Progress (5): 143/245 kB | 11 kB | 65/99 kB | 57/245 kB | 49/282 kB
Progress (5): 143/245 kB | 11 kB | 69/99 kB | 57/245 kB | 49/282 kB
Progress (5): 147/245 kB | 11 kB | 69/99 kB | 57/245 kB | 49/282 kB
Progress (5): 147/245 kB | 11 kB | 73/99 kB | 57/245 kB | 49/282 kB
Progress (5): 147/245 kB | 11 kB | 73/99 kB | 61/245 kB | 49/282 kB
Progress (5): 147/245 kB | 11 kB | 77/99 kB | 61/245 kB | 49/282 kB
Progress (5): 147/245 kB | 11 kB | 77/99 kB | 61/245 kB | 53/282 kB
Progress (5): 151/245 kB | 11 kB | 77/99 kB | 61/245 kB | 53/282 kB
Progress (5): 151/245 kB | 11 kB | 81/99 kB | 61/245 kB | 53/282 kB
Progress (5): 151/245 kB | 11 kB | 81/99 kB | 65/245 kB | 53/282 kB
Progress (5): 155/245 kB | 11 kB | 81/99 kB | 65/245 kB | 53/282 kB
Progress (5): 155/245 kB | 11 kB | 81/99 kB | 65/245 kB | 57/282 kB
Progress (5): 159/245 kB | 11 kB | 81/99 kB | 65/245 kB | 57/282 kB
Progress (5): 159/245 kB | 11 kB | 81/99 kB | 65/245 kB | 61/282 kB
Progress (5): 163/245 kB | 11 kB | 81/99 kB | 65/245 kB | 61/282 kB
Progress (5): 163/245 kB | 11 kB | 85/99 kB | 65/245 kB | 61/282 kB
Progress (5): 163/245 kB | 11 kB | 85/99 kB | 65/245 kB | 65/282 kB
Progress (5): 163/245 kB | 11 kB | 85/99 kB | 69/245 kB | 65/282 kB
Progress (5): 163/245 kB | 11 kB | 90/99 kB | 69/245 kB | 65/282 kB
Progress (5): 167/245 kB | 11 kB | 90/99 kB | 69/245 kB | 65/282 kB
Progress (5): 167/245 kB | 11 kB | 90/99 kB | 73/245 kB | 65/282 kB
Progress (5): 167/245 kB | 11 kB | 90/99 kB | 73/245 kB | 69/282 kB
Progress (5): 171/245 kB | 11 kB | 90/99 kB | 73/245 kB | 69/282 kB
Progress (5): 171/245 kB | 11 kB | 94/99 kB | 73/245 kB | 69/282 kB
Progress (5): 176/245 kB | 11 kB | 94/99 kB | 73/245 kB | 69/282 kB
Progress (5): 176/245 kB | 11 kB | 94/99 kB | 73/245 kB | 73/282 kB
Progress (5): 176/245 kB | 11 kB | 94/99 kB | 77/245 kB | 73/282 kB
Progress (5): 176/245 kB | 11 kB | 94/99 kB | 77/245 kB | 77/282 kB
Progress (5): 180/245 kB | 11 kB | 94/99 kB | 77/245 kB | 77/282 kB
Progress (5): 180/245 kB | 11 kB | 98/99 kB | 77/245 kB | 77/282 kB
Progress (5): 180/245 kB | 11 kB | 98/99 kB | 77/245 kB | 81/282 kB
Progress (5): 180/245 kB | 11 kB | 99 kB | 77/245 kB | 81/282 kB   
Progress (5): 180/245 kB | 11 kB | 99 kB | 81/245 kB | 81/282 kB
Progress (5): 184/245 kB | 11 kB | 99 kB | 81/245 kB | 81/282 kB
Progress (5): 188/245 kB | 11 kB | 99 kB | 81/245 kB | 81/282 kB
Progress (5): 188/245 kB | 11 kB | 99 kB | 81/245 kB | 85/282 kB
Progress (5): 192/245 kB | 11 kB | 99 kB | 81/245 kB | 85/282 kB
Progress (5): 192/245 kB | 11 kB | 99 kB | 81/245 kB | 90/282 kB
Progress (5): 196/245 kB | 11 kB | 99 kB | 81/245 kB | 90/282 kB
Progress (5): 196/245 kB | 11 kB | 99 kB | 85/245 kB | 90/282 kB
Progress (5): 196/245 kB | 11 kB | 99 kB | 85/245 kB | 94/282 kB
Progress (5): 196/245 kB | 11 kB | 99 kB | 90/245 kB | 94/282 kB
Progress (5): 196/245 kB | 11 kB | 99 kB | 90/245 kB | 98/282 kB
Progress (5): 196/245 kB | 11 kB | 99 kB | 94/245 kB | 98/282 kB
Progress (5): 200/245 kB | 11 kB | 99 kB | 94/245 kB | 98/282 kB
Progress (5): 200/245 kB | 11 kB | 99 kB | 98/245 kB | 98/282 kB
Progress (5): 204/245 kB | 11 kB | 99 kB | 98/245 kB | 98/282 kB
Progress (5): 204/245 kB | 11 kB | 99 kB | 98/245 kB | 102/282 kB
Progress (5): 208/245 kB | 11 kB | 99 kB | 98/245 kB | 102/282 kB
Progress (5): 208/245 kB | 11 kB | 99 kB | 98/245 kB | 106/282 kB
Progress (5): 212/245 kB | 11 kB | 99 kB | 98/245 kB | 106/282 kB
Progress (5): 212/245 kB | 11 kB | 99 kB | 98/245 kB | 110/282 kB
Progress (5): 212/245 kB | 11 kB | 99 kB | 102/245 kB | 110/282 kB
Progress (5): 212/245 kB | 11 kB | 99 kB | 102/245 kB | 114/282 kB
Progress (5): 212/245 kB | 11 kB | 99 kB | 106/245 kB | 114/282 kB
Progress (5): 217/245 kB | 11 kB | 99 kB | 106/245 kB | 114/282 kB
Progress (5): 217/245 kB | 11 kB | 99 kB | 110/245 kB | 114/282 kB
Progress (5): 221/245 kB | 11 kB | 99 kB | 110/245 kB | 114/282 kB
Progress (5): 221/245 kB | 11 kB | 99 kB | 110/245 kB | 118/282 kB
Progress (5): 221/245 kB | 11 kB | 99 kB | 114/245 kB | 118/282 kB
Progress (5): 221/245 kB | 11 kB | 99 kB | 114/245 kB | 122/282 kB
Progress (5): 225/245 kB | 11 kB | 99 kB | 114/245 kB | 122/282 kB
Progress (5): 225/245 kB | 11 kB | 99 kB | 114/245 kB | 126/282 kB
Progress (5): 229/245 kB | 11 kB | 99 kB | 114/245 kB | 126/282 kB
Progress (5): 229/245 kB | 11 kB | 99 kB | 118/245 kB | 126/282 kB
Progress (5): 229/245 kB | 11 kB | 99 kB | 118/245 kB | 131/282 kB
Progress (5): 229/245 kB | 11 kB | 99 kB | 122/245 kB | 131/282 kB
Progress (5): 229/245 kB | 11 kB | 99 kB | 126/245 kB | 131/282 kB
Progress (5): 233/245 kB | 11 kB | 99 kB | 126/245 kB | 131/282 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar (11 kB at 27 kB/s)
18:07:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
18:07:46 Progress (4): 233/245 kB | 99 kB | 126/245 kB | 135/282 kB
Progress (4): 237/245 kB | 99 kB | 126/245 kB | 135/282 kB
Progress (4): 237/245 kB | 99 kB | 131/245 kB | 135/282 kB
Progress (4): 241/245 kB | 99 kB | 131/245 kB | 135/282 kB
Progress (4): 241/245 kB | 99 kB | 131/245 kB | 139/282 kB
Progress (4): 245 kB | 99 kB | 131/245 kB | 139/282 kB    
Progress (4): 245 kB | 99 kB | 131/245 kB | 143/282 kB
Progress (4): 245 kB | 99 kB | 135/245 kB | 143/282 kB
Progress (4): 245 kB | 99 kB | 135/245 kB | 147/282 kB
Progress (4): 245 kB | 99 kB | 139/245 kB | 147/282 kB
Progress (4): 245 kB | 99 kB | 143/245 kB | 147/282 kB
Progress (4): 245 kB | 99 kB | 147/245 kB | 147/282 kB
Progress (4): 245 kB | 99 kB | 147/245 kB | 151/282 kB
Progress (4): 245 kB | 99 kB | 151/245 kB | 151/282 kB
Progress (4): 245 kB | 99 kB | 155/245 kB | 151/282 kB
Progress (4): 245 kB | 99 kB | 159/245 kB | 151/282 kB
Progress (5): 245 kB | 99 kB | 159/245 kB | 151/282 kB | 4.1/64 kB
Progress (5): 245 kB | 99 kB | 163/245 kB | 151/282 kB | 4.1/64 kB
Progress (5): 245 kB | 99 kB | 163/245 kB | 151/282 kB | 7.7/64 kB
Progress (5): 245 kB | 99 kB | 163/245 kB | 155/282 kB | 7.7/64 kB
Progress (5): 245 kB | 99 kB | 163/245 kB | 155/282 kB | 12/64 kB 
Progress (5): 245 kB | 99 kB | 163/245 kB | 159/282 kB | 12/64 kB
Progress (5): 245 kB | 99 kB | 163/245 kB | 159/282 kB | 16/64 kB
Progress (5): 245 kB | 99 kB | 167/245 kB | 159/282 kB | 16/64 kB
Progress (5): 245 kB | 99 kB | 167/245 kB | 163/282 kB | 16/64 kB
Progress (5): 245 kB | 99 kB | 171/245 kB | 163/282 kB | 16/64 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar (99 kB at 196 kB/s)
18:07:46 Progress (4): 245 kB | 171/245 kB | 167/282 kB | 16/64 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar
18:07:46 Progress (4): 245 kB | 171/245 kB | 167/282 kB | 20/64 kB
Progress (4): 245 kB | 176/245 kB | 167/282 kB | 20/64 kB
Progress (4): 245 kB | 176/245 kB | 167/282 kB | 24/64 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 484 kB/s)
18:07:46 Progress (3): 176/245 kB | 171/282 kB | 24/64 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar
18:07:46 Progress (3): 176/245 kB | 171/282 kB | 28/64 kB
Progress (3): 180/245 kB | 171/282 kB | 28/64 kB
Progress (3): 180/245 kB | 171/282 kB | 32/64 kB
Progress (3): 180/245 kB | 176/282 kB | 32/64 kB
Progress (3): 180/245 kB | 180/282 kB | 32/64 kB
Progress (3): 184/245 kB | 180/282 kB | 32/64 kB
Progress (3): 184/245 kB | 180/282 kB | 36/64 kB
Progress (3): 188/245 kB | 180/282 kB | 36/64 kB
Progress (3): 188/245 kB | 180/282 kB | 40/64 kB
Progress (3): 192/245 kB | 180/282 kB | 40/64 kB
Progress (3): 192/245 kB | 184/282 kB | 40/64 kB
Progress (3): 196/245 kB | 184/282 kB | 40/64 kB
Progress (3): 196/245 kB | 184/282 kB | 45/64 kB
Progress (3): 196/245 kB | 188/282 kB | 45/64 kB
Progress (3): 196/245 kB | 188/282 kB | 49/64 kB
Progress (3): 196/245 kB | 192/282 kB | 49/64 kB
Progress (3): 196/245 kB | 196/282 kB | 49/64 kB
Progress (3): 200/245 kB | 196/282 kB | 49/64 kB
Progress (3): 204/245 kB | 196/282 kB | 49/64 kB
Progress (3): 208/245 kB | 196/282 kB | 49/64 kB
Progress (3): 212/245 kB | 196/282 kB | 49/64 kB
Progress (3): 212/245 kB | 196/282 kB | 53/64 kB
Progress (3): 212/245 kB | 200/282 kB | 53/64 kB
Progress (3): 212/245 kB | 200/282 kB | 57/64 kB
Progress (3): 212/245 kB | 204/282 kB | 57/64 kB
Progress (3): 212/245 kB | 204/282 kB | 61/64 kB
Progress (3): 212/245 kB | 208/282 kB | 61/64 kB
Progress (3): 217/245 kB | 208/282 kB | 61/64 kB
Progress (3): 217/245 kB | 212/282 kB | 61/64 kB
Progress (3): 217/245 kB | 212/282 kB | 64 kB   
Progress (3): 221/245 kB | 212/282 kB | 64 kB
Progress (3): 225/245 kB | 212/282 kB | 64 kB
Progress (3): 229/245 kB | 212/282 kB | 64 kB
Progress (3): 229/245 kB | 217/282 kB | 64 kB
Progress (3): 229/245 kB | 221/282 kB | 64 kB
Progress (3): 229/245 kB | 225/282 kB | 64 kB
Progress (3): 233/245 kB | 225/282 kB | 64 kB
Progress (3): 233/245 kB | 229/282 kB | 64 kB
Progress (3): 237/245 kB | 229/282 kB | 64 kB
Progress (3): 241/245 kB | 229/282 kB | 64 kB
Progress (3): 245/245 kB | 229/282 kB | 64 kB
Progress (3): 245 kB | 229/282 kB | 64 kB    
Progress (3): 245 kB | 233/282 kB | 64 kB
Progress (3): 245 kB | 237/282 kB | 64 kB
Progress (3): 245 kB | 241/282 kB | 64 kB
Progress (3): 245 kB | 245/282 kB | 64 kB
Progress (3): 245 kB | 249/282 kB | 64 kB
Progress (3): 245 kB | 253/282 kB | 64 kB
Progress (3): 245 kB | 258/282 kB | 64 kB
Progress (3): 245 kB | 262/282 kB | 64 kB
Progress (3): 245 kB | 266/282 kB | 64 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 124 kB/s)
18:07:46 Progress (2): 245 kB | 270/282 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
18:07:46 Progress (2): 245 kB | 274/282 kB
Progress (2): 245 kB | 278/282 kB
Progress (2): 245 kB | 282 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 545 kB/s)
18:07:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
18:07:46 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (245 kB at 472 kB/s)
18:07:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar
18:07:46 Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
Progress (2): 12 kB | 4.1/245 kB
Progress (2): 12 kB | 7.7/245 kB
Progress (2): 12 kB | 12/245 kB 
Progress (2): 12 kB | 16/245 kB
Progress (2): 12 kB | 20/245 kB
Progress (2): 12 kB | 24/245 kB
Progress (2): 12 kB | 28/245 kB
Progress (2): 12 kB | 32/245 kB
Progress (2): 12 kB | 36/245 kB
Progress (2): 12 kB | 40/245 kB
Progress (2): 12 kB | 45/245 kB
Progress (2): 12 kB | 49/245 kB
Progress (2): 12 kB | 53/245 kB
Progress (2): 12 kB | 57/245 kB
Progress (2): 12 kB | 61/245 kB
Progress (2): 12 kB | 65/245 kB
Progress (2): 12 kB | 69/245 kB
Progress (2): 12 kB | 73/245 kB
Progress (2): 12 kB | 77/245 kB
Progress (2): 12 kB | 81/245 kB
Progress (2): 12 kB | 85/245 kB
Progress (2): 12 kB | 90/245 kB
Progress (2): 12 kB | 94/245 kB
Progress (2): 12 kB | 98/245 kB
Progress (2): 12 kB | 102/245 kB
Progress (2): 12 kB | 106/245 kB
Progress (2): 12 kB | 110/245 kB
Progress (2): 12 kB | 114/245 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar (12 kB at 23 kB/s)
18:07:46 Progress (1): 118/245 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
18:07:46 Progress (2): 118/245 kB | 4.1/35 kB
Progress (2): 122/245 kB | 4.1/35 kB
Progress (2): 122/245 kB | 7.7/35 kB
Progress (2): 126/245 kB | 7.7/35 kB
Progress (2): 126/245 kB | 12/35 kB 
Progress (2): 131/245 kB | 12/35 kB
Progress (3): 131/245 kB | 12/35 kB | 4.1/185 kB
Progress (3): 131/245 kB | 16/35 kB | 4.1/185 kB
Progress (3): 131/245 kB | 16/35 kB | 7.7/185 kB
Progress (3): 131/245 kB | 16/35 kB | 12/185 kB 
Progress (3): 135/245 kB | 16/35 kB | 12/185 kB
Progress (3): 135/245 kB | 16/35 kB | 16/185 kB
Progress (3): 139/245 kB | 16/35 kB | 16/185 kB
Progress (3): 143/245 kB | 16/35 kB | 16/185 kB
Progress (4): 143/245 kB | 16/35 kB | 16/185 kB | 4.1/58 kB
Progress (4): 147/245 kB | 16/35 kB | 16/185 kB | 4.1/58 kB
Progress (4): 147/245 kB | 20/35 kB | 16/185 kB | 4.1/58 kB
Progress (4): 147/245 kB | 20/35 kB | 16/185 kB | 7.7/58 kB
Progress (4): 147/245 kB | 24/35 kB | 16/185 kB | 7.7/58 kB
Progress (4): 147/245 kB | 24/35 kB | 16/185 kB | 12/58 kB 
Progress (4): 147/245 kB | 24/35 kB | 20/185 kB | 12/58 kB
Progress (4): 147/245 kB | 24/35 kB | 20/185 kB | 16/58 kB
Progress (4): 151/245 kB | 24/35 kB | 20/185 kB | 16/58 kB
Progress (4): 151/245 kB | 28/35 kB | 20/185 kB | 16/58 kB
Progress (4): 155/245 kB | 28/35 kB | 20/185 kB | 16/58 kB
Progress (4): 155/245 kB | 28/35 kB | 24/185 kB | 16/58 kB
Progress (4): 159/245 kB | 28/35 kB | 24/185 kB | 16/58 kB
Progress (4): 159/245 kB | 32/35 kB | 24/185 kB | 16/58 kB
Progress (4): 159/245 kB | 32/35 kB | 24/185 kB | 20/58 kB
Progress (4): 163/245 kB | 32/35 kB | 24/185 kB | 20/58 kB
Progress (4): 163/245 kB | 32/35 kB | 28/185 kB | 20/58 kB
Progress (4): 163/245 kB | 32/35 kB | 28/185 kB | 24/58 kB
Progress (4): 163/245 kB | 35 kB | 28/185 kB | 24/58 kB   
Progress (4): 163/245 kB | 35 kB | 28/185 kB | 28/58 kB
Progress (4): 163/245 kB | 35 kB | 32/185 kB | 28/58 kB
Progress (4): 167/245 kB | 35 kB | 32/185 kB | 28/58 kB
Progress (4): 167/245 kB | 35 kB | 32/185 kB | 32/58 kB
Progress (4): 171/245 kB | 35 kB | 32/185 kB | 32/58 kB
Progress (4): 176/245 kB | 35 kB | 32/185 kB | 32/58 kB
Progress (4): 180/245 kB | 35 kB | 32/185 kB | 32/58 kB
Progress (4): 180/245 kB | 35 kB | 36/185 kB | 32/58 kB
Progress (4): 180/245 kB | 35 kB | 36/185 kB | 36/58 kB
Progress (4): 180/245 kB | 35 kB | 40/185 kB | 36/58 kB
Progress (4): 180/245 kB | 35 kB | 40/185 kB | 40/58 kB
Progress (4): 184/245 kB | 35 kB | 40/185 kB | 40/58 kB
Progress (4): 184/245 kB | 35 kB | 45/185 kB | 40/58 kB
Progress (4): 188/245 kB | 35 kB | 45/185 kB | 40/58 kB
Progress (4): 188/245 kB | 35 kB | 45/185 kB | 45/58 kB
Progress (4): 192/245 kB | 35 kB | 45/185 kB | 45/58 kB
Progress (4): 192/245 kB | 35 kB | 49/185 kB | 45/58 kB
Progress (4): 196/245 kB | 35 kB | 49/185 kB | 45/58 kB
Progress (4): 196/245 kB | 35 kB | 49/185 kB | 49/58 kB
Progress (4): 196/245 kB | 35 kB | 53/185 kB | 49/58 kB
Progress (4): 200/245 kB | 35 kB | 53/185 kB | 49/58 kB
Progress (4): 200/245 kB | 35 kB | 53/185 kB | 53/58 kB
Progress (4): 200/245 kB | 35 kB | 53/185 kB | 57/58 kB
Progress (4): 200/245 kB | 35 kB | 53/185 kB | 58 kB   
Progress (5): 200/245 kB | 35 kB | 53/185 kB | 58 kB | 4.1/45 kB
Progress (5): 204/245 kB | 35 kB | 53/185 kB | 58 kB | 4.1/45 kB
Progress (5): 204/245 kB | 35 kB | 57/185 kB | 58 kB | 4.1/45 kB
Progress (5): 208/245 kB | 35 kB | 57/185 kB | 58 kB | 4.1/45 kB
Progress (5): 208/245 kB | 35 kB | 57/185 kB | 58 kB | 7.7/45 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 96 kB/s)
18:07:46 Progress (4): 208/245 kB | 35 kB | 57/185 kB | 12/45 kB
Progress (4): 212/245 kB | 35 kB | 57/185 kB | 12/45 kB
Progress (4): 212/245 kB | 35 kB | 61/185 kB | 12/45 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar (35 kB at 58 kB/s)
18:07:46 Progress (3): 212/245 kB | 65/185 kB | 12/45 kB
Progress (3): 212/245 kB | 65/185 kB | 16/45 kB
Progress (3): 217/245 kB | 65/185 kB | 16/45 kB
Progress (3): 221/245 kB | 65/185 kB | 16/45 kB
Progress (3): 225/245 kB | 65/185 kB | 16/45 kB
Progress (3): 229/245 kB | 65/185 kB | 16/45 kB
Progress (3): 229/245 kB | 65/185 kB | 20/45 kB
Progress (3): 229/245 kB | 69/185 kB | 20/45 kB
Progress (3): 229/245 kB | 69/185 kB | 24/45 kB
Progress (3): 229/245 kB | 73/185 kB | 24/45 kB
Progress (3): 229/245 kB | 73/185 kB | 28/45 kB
Progress (3): 229/245 kB | 77/185 kB | 28/45 kB
Progress (3): 229/245 kB | 77/185 kB | 32/45 kB
Progress (3): 229/245 kB | 81/185 kB | 32/45 kB
Progress (3): 233/245 kB | 81/185 kB | 32/45 kB
Progress (3): 237/245 kB | 81/185 kB | 32/45 kB
Progress (3): 241/245 kB | 81/185 kB | 32/45 kB
Progress (3): 241/245 kB | 81/185 kB | 36/45 kB
Progress (3): 245 kB | 81/185 kB | 36/45 kB    
Progress (3): 245 kB | 81/185 kB | 40/45 kB
Progress (3): 245 kB | 85/185 kB | 40/45 kB
Progress (3): 245 kB | 85/185 kB | 45/45 kB
Progress (3): 245 kB | 90/185 kB | 45/45 kB
Progress (3): 245 kB | 90/185 kB | 45 kB   
Progress (3): 245 kB | 94/185 kB | 45 kB
Progress (3): 245 kB | 98/185 kB | 45 kB
Progress (3): 245 kB | 102/185 kB | 45 kB
Progress (3): 245 kB | 106/185 kB | 45 kB
Progress (3): 245 kB | 110/185 kB | 45 kB
Progress (3): 245 kB | 114/185 kB | 45 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 74 kB/s)
18:07:46 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar (245 kB at 401 kB/s)
18:07:46 Progress (1): 118/185 kB
Progress (1): 122/185 kB
Progress (1): 126/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): 151/185 kB
Progress (1): 155/185 kB
Progress (1): 159/185 kB
Progress (1): 163/185 kB
Progress (1): 167/185 kB
Progress (1): 171/185 kB
Progress (1): 176/185 kB
Progress (1): 180/185 kB
Progress (1): 184/185 kB
Progress (1): 185 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 297 kB/s)
18:07:46 [INFO] Skipping Rule Enforcement.
18:07:46 [INFO] 
18:07:46 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt ---
18:07:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-databind/2.5.1/jackson-databind-2.5.1.pom
18:07:47 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/jackson/core/jackson-databind/2.5.1/jackson-databind-2.5.1.pom
18:07:47 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/fasterxml/jackson/core/jackson-databind/2.5.1/jackson-databind-2.5.1.pom
18:07:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.5.1/jackson-databind-2.5.1.pom
18:07:47 Progress (1): 4.1 kB
Progress (1): 5.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.5.1/jackson-databind-2.5.1.pom (5.9 kB at 62 kB/s)
18:07:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/jackson-parent/2.5/jackson-parent-2.5.pom
18:07:47 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/jackson/jackson-parent/2.5/jackson-parent-2.5.pom
18:07:47 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/fasterxml/jackson/jackson-parent/2.5/jackson-parent-2.5.pom
18:07:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.5/jackson-parent-2.5.pom
18:07:47 Progress (1): 4.1 kB
Progress (1): 7.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.5/jackson-parent-2.5.pom (7.8 kB at 107 kB/s)
18:07:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/oss-parent/18/oss-parent-18.pom
18:07:47 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/oss-parent/18/oss-parent-18.pom
18:07:47 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/fasterxml/oss-parent/18/oss-parent-18.pom
18:07:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/18/oss-parent-18.pom
18:07:48 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 19 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/18/oss-parent-18.pom (19 kB at 280 kB/s)
18:07:48 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.0.pom
18:07:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.0.pom
18:07:48 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.0.pom
18:07:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.0.pom
18:07:48 Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.0.pom (1.2 kB at 11 kB/s)
18:07:48 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-core/2.5.1/jackson-core-2.5.1.pom
18:07:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/jackson/core/jackson-core/2.5.1/jackson-core-2.5.1.pom
18:07:48 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/fasterxml/jackson/core/jackson-core/2.5.1/jackson-core-2.5.1.pom
18:07:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.5.1/jackson-core-2.5.1.pom
18:07:49 Progress (1): 4.1 kB
Progress (1): 4.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.5.1/jackson-core-2.5.1.pom (4.8 kB at 73 kB/s)
18:07:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/joda-time/joda-time/2.7/joda-time-2.7.pom
18:07:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/joda-time/joda-time/2.7/joda-time-2.7.pom
18:07:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/joda-time/joda-time/2.7/joda-time-2.7.pom
18:07:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.7/joda-time-2.7.pom
18:07:49 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
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.7/joda-time-2.7.pom (29 kB at 280 kB/s)
18:07:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/18.0/guava-18.0.pom
18:07:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/guava/guava/18.0/guava-18.0.pom
18:07:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/guava/guava/18.0/guava-18.0.pom
18:07:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom
18:07:49 Progress (1): 4.1 kB
Progress (1): 5.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 132 kB/s)
18:07:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
18:07:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
18:07:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
18:07:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
18:07:50 Progress (1): 4.1 kB
Progress (1): 7.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 183 kB/s)
18:07:50 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/intellij/annotations/12.0/annotations-12.0.pom
18:07:50 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/intellij/annotations/12.0/annotations-12.0.pom
18:07:50 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/intellij/annotations/12.0/annotations-12.0.pom
18:07:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/12.0/annotations-12.0.pom
18:07:50 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/12.0/annotations-12.0.pom (1.6 kB at 16 kB/s)
18:07:50 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/4.0.0.201506090130-r/org.eclipse.jgit-4.0.0.201506090130-r.pom
18:07:50 Progress (1): 4.1 kB
Progress (1): 6.3 kB
                    
Downloaded from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/4.0.0.201506090130-r/org.eclipse.jgit-4.0.0.201506090130-r.pom (6.3 kB at 144 kB/s)
18:07:50 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit-parent/4.0.0.201506090130-r/org.eclipse.jgit-parent-4.0.0.201506090130-r.pom
18:07:50 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): 26 kB
                   
Downloaded from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit-parent/4.0.0.201506090130-r/org.eclipse.jgit-parent-4.0.0.201506090130-r.pom (26 kB at 273 kB/s)
18:07:50 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom
18:07:50 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom
18:07:50 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom
18:07:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom
18:07:51 Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom (3.2 kB at 44 kB/s)
18:07:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom
18:07:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom
18:07:51 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom
18:07:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom
18:07:51 Progress (1): 4.1 kB
Progress (1): 4.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom (4.3 kB at 65 kB/s)
18:07:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
18:07:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
18:07:51 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
18:07:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
18:07:52 Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 194 kB/s)
18:07:52 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom
18:07:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom
18:07:52 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom
18:07:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom
18:07:52 Progress (1): 4.1 kB
Progress (1): 6.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom (6.0 kB at 130 kB/s)
18:07:52 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom
18:07:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom
18:07:52 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom
18:07:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom
18:07:52 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom (12 kB at 311 kB/s)
18:07:52 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/project/5/project-5.pom
18:07:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/project/5/project-5.pom
18:07:52 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/project/5/project-5.pom
18:07:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/5/project-5.pom
18:07:53 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 23 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/5/project-5.pom (23 kB at 595 kB/s)
18:07:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom
18:07:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom
18:07:53 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom
18:07:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom
18:07:53 Progress (1): 4.1 kB
Progress (1): 7.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom (7.4 kB at 176 kB/s)
18:07:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom
18:07:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom
18:07:53 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom
18:07:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom
18:07:53 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom (9.8 kB at 178 kB/s)
18:07:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
18:07:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
18:07:53 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
18:07:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
18:07:54 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 18 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 706 kB/s)
18:07:54 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/5/commons-parent-5.pom
18:07:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/5/commons-parent-5.pom
18:07:54 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-parent/5/commons-parent-5.pom
18:07:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom
18:07:54 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 764 kB/s)
18:07:54 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
18:07:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
18:07:54 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
18:07:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
18:07:55 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 10 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (10 kB at 238 kB/s)
18:07:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
18:07:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
18:07:55 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
18:07:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
18:07:55 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 108 kB/s)
18:07:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
18:07:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
18:07:55 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
18:07:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
18:07:55 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 472 kB/s)
18:07:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom
18:07:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom
18:07:55 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom
18:07:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom
18:07:56 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom (2.7 kB at 50 kB/s)
18:07:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom
18:07:56 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom
18:07:56 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom
18:07:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom
18:07:56 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom (12 kB at 370 kB/s)
18:07:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.pom
18:07:56 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.pom
18:07:56 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.pom
18:07:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.pom
18:07:56 Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.pom (1.4 kB at 19 kB/s)
18:07:56 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
18:07:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.0.jar
18:07:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-databind/2.5.1/jackson-databind-2.5.1.jar
18:07:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/joda-time/joda-time/2.7/joda-time-2.7.jar
18:07:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-core/2.5.1/jackson-core-2.5.1.jar
18:07:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/18.0/guava-18.0.jar
18:07:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/intellij/annotations/12.0/annotations-12.0.jar
18:07:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar
18:07:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/4.0.0.201506090130-r/org.eclipse.jgit-4.0.0.201506090130-r.jar
18:07:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar
18:07:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.jar
18:07:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.jar
18:07:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
18:07:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.4/commons-codec-1.4.jar
18:07:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar
18:07:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.jar
18:07:57 Progress (1): 0/2.1 MB
Progress (1): 0/2.1 MB
Progress (1): 0/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.1/2.1 MB
Progress (1): 2.1/2.1 MB
Progress (1): 2.1/2.1 MB
Progress (1): 2.1/2.1 MB
Progress (1): 2.1 MB    
                    
Downloaded from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/4.0.0.201506090130-r/org.eclipse.jgit-4.0.0.201506090130-r.jar (2.1 MB at 7.7 MB/s)
18:07:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
18:07:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/jackson/core/jackson-core/2.5.1/jackson-core-2.5.1.jar
18:07:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/joda-time/joda-time/2.7/joda-time-2.7.jar
18:07:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.0.jar
18:07:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/jackson/core/jackson-databind/2.5.1/jackson-databind-2.5.1.jar
18:07:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/guava/guava/18.0/guava-18.0.jar
18:07:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/intellij/annotations/12.0/annotations-12.0.jar
18:07:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar
18:07:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar
18:07:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.jar
18:07:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.jar
18:07:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
18:07:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.4/commons-codec-1.4.jar
18:07:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar
18:07:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.jar
18:07:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
18:07:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/fasterxml/jackson/core/jackson-core/2.5.1/jackson-core-2.5.1.jar
18:07:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.0.jar
18:07:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/fasterxml/jackson/core/jackson-databind/2.5.1/jackson-databind-2.5.1.jar
18:07:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/joda-time/joda-time/2.7/joda-time-2.7.jar
18:07:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/guava/guava/18.0/guava-18.0.jar
18:07:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/intellij/annotations/12.0/annotations-12.0.jar
18:07:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar
18:07:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar
18:07:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.jar
18:07:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.jar
18:07:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
18:07:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-codec/commons-codec/1.4/commons-codec-1.4.jar
18:07:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar
18:07:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.jar
18:07:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
18:07:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.0.jar
18:07:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.7/joda-time-2.7.jar
18:07:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.5.1/jackson-core-2.5.1.jar
18:07:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.5.1/jackson-databind-2.5.1.jar
18:07:58 Progress (1): 4.1/239 kB
Progress (1): 7.7/239 kB
Progress (1): 12/239 kB 
Progress (1): 16/239 kB
Progress (1): 20/239 kB
Progress (1): 24/239 kB
Progress (1): 28/239 kB
Progress (1): 32/239 kB
Progress (1): 36/239 kB
Progress (1): 40/239 kB
Progress (1): 45/239 kB
Progress (1): 49/239 kB
Progress (1): 53/239 kB
Progress (1): 57/239 kB
Progress (1): 61/239 kB
Progress (1): 65/239 kB
Progress (1): 69/239 kB
Progress (1): 73/239 kB
Progress (1): 77/239 kB
Progress (1): 81/239 kB
Progress (1): 85/239 kB
Progress (1): 90/239 kB
Progress (1): 94/239 kB
Progress (1): 98/239 kB
Progress (1): 102/239 kB
Progress (1): 106/239 kB
Progress (1): 110/239 kB
Progress (1): 114/239 kB
Progress (1): 118/239 kB
Progress (1): 122/239 kB
Progress (1): 126/239 kB
Progress (1): 131/239 kB
Progress (1): 135/239 kB
Progress (1): 139/239 kB
Progress (1): 143/239 kB
Progress (1): 147/239 kB
Progress (1): 151/239 kB
Progress (1): 155/239 kB
Progress (1): 159/239 kB
Progress (1): 163/239 kB
Progress (1): 167/239 kB
Progress (1): 171/239 kB
Progress (1): 176/239 kB
Progress (1): 180/239 kB
Progress (1): 184/239 kB
Progress (1): 188/239 kB
Progress (1): 192/239 kB
Progress (1): 196/239 kB
Progress (1): 200/239 kB
Progress (1): 204/239 kB
Progress (1): 208/239 kB
Progress (1): 212/239 kB
Progress (1): 217/239 kB
Progress (1): 221/239 kB
Progress (1): 225/239 kB
Progress (1): 229/239 kB
Progress (1): 233/239 kB
Progress (1): 237/239 kB
Progress (1): 239 kB    
Progress (2): 239 kB | 4.1/40 kB
Progress (2): 239 kB | 7.7/40 kB
Progress (2): 239 kB | 12/40 kB 
Progress (2): 239 kB | 16/40 kB
Progress (2): 239 kB | 20/40 kB
Progress (2): 239 kB | 24/40 kB
Progress (2): 239 kB | 28/40 kB
Progress (2): 239 kB | 32/40 kB
Progress (2): 239 kB | 36/40 kB
Progress (2): 239 kB | 40 kB   
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (239 kB at 3.9 MB/s)
18:07:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar
18:07:58 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.0.jar (40 kB at 586 kB/s)
18:07:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/12.0/annotations-12.0.jar
18:07:58 Progress (1): 0/2.3 MB
Progress (1): 0/2.3 MB
Progress (1): 0/2.3 MB
Progress (1): 0.1/2.3 MB
Progress (1): 0.1/2.3 MB
Progress (1): 0.1/2.3 MB
Progress (1): 0.1/2.3 MB
Progress (1): 0.1/2.3 MB
Progress (1): 0.1/2.3 MB
Progress (1): 0.2/2.3 MB
Progress (1): 0.2/2.3 MB
Progress (1): 0.2/2.3 MB
Progress (1): 0.2/2.3 MB
Progress (1): 0.2/2.3 MB
Progress (2): 0.2/2.3 MB | 4.1/589 kB
Progress (2): 0.2/2.3 MB | 4.1/589 kB
Progress (2): 0.2/2.3 MB | 7.7/589 kB
Progress (2): 0.2/2.3 MB | 12/589 kB 
Progress (2): 0.2/2.3 MB | 16/589 kB
Progress (2): 0.3/2.3 MB | 16/589 kB
Progress (2): 0.3/2.3 MB | 20/589 kB
Progress (2): 0.3/2.3 MB | 24/589 kB
Progress (2): 0.3/2.3 MB | 28/589 kB
Progress (2): 0.3/2.3 MB | 32/589 kB
Progress (2): 0.3/2.3 MB | 32/589 kB
Progress (2): 0.3/2.3 MB | 36/589 kB
Progress (2): 0.3/2.3 MB | 40/589 kB
Progress (2): 0.3/2.3 MB | 45/589 kB
Progress (2): 0.3/2.3 MB | 49/589 kB
Progress (2): 0.3/2.3 MB | 49/589 kB
Progress (2): 0.3/2.3 MB | 53/589 kB
Progress (2): 0.3/2.3 MB | 57/589 kB
Progress (2): 0.3/2.3 MB | 57/589 kB
Progress (2): 0.3/2.3 MB | 61/589 kB
Progress (2): 0.3/2.3 MB | 65/589 kB
Progress (2): 0.3/2.3 MB | 65/589 kB
Progress (2): 0.3/2.3 MB | 69/589 kB
Progress (2): 0.3/2.3 MB | 73/589 kB
Progress (2): 0.3/2.3 MB | 77/589 kB
Progress (2): 0.3/2.3 MB | 81/589 kB
Progress (2): 0.3/2.3 MB | 81/589 kB
Progress (2): 0.3/2.3 MB | 85/589 kB
Progress (2): 0.3/2.3 MB | 90/589 kB
Progress (2): 0.3/2.3 MB | 94/589 kB
Progress (2): 0.3/2.3 MB | 98/589 kB
Progress (2): 0.4/2.3 MB | 98/589 kB
Progress (2): 0.4/2.3 MB | 102/589 kB
Progress (2): 0.4/2.3 MB | 106/589 kB
Progress (2): 0.4/2.3 MB | 110/589 kB
Progress (2): 0.4/2.3 MB | 110/589 kB
Progress (2): 0.4/2.3 MB | 114/589 kB
Progress (2): 0.4/2.3 MB | 114/589 kB
Progress (2): 0.4/2.3 MB | 118/589 kB
Progress (3): 0.4/2.3 MB | 118/589 kB | 0/1.1 MB
Progress (3): 0.4/2.3 MB | 122/589 kB | 0/1.1 MB
Progress (3): 0.4/2.3 MB | 122/589 kB | 0/1.1 MB
Progress (3): 0.4/2.3 MB | 122/589 kB | 0/1.1 MB
Progress (3): 0.4/2.3 MB | 126/589 kB | 0/1.1 MB
Progress (3): 0.4/2.3 MB | 131/589 kB | 0/1.1 MB
Progress (3): 0.4/2.3 MB | 131/589 kB | 0/1.1 MB
Progress (3): 0.4/2.3 MB | 131/589 kB | 0/1.1 MB
Progress (3): 0.4/2.3 MB | 131/589 kB | 0/1.1 MB
Progress (3): 0.4/2.3 MB | 135/589 kB | 0/1.1 MB
Progress (3): 0.4/2.3 MB | 139/589 kB | 0/1.1 MB
Progress (3): 0.4/2.3 MB | 139/589 kB | 0/1.1 MB
Progress (3): 0.4/2.3 MB | 143/589 kB | 0/1.1 MB
Progress (3): 0.4/2.3 MB | 147/589 kB | 0/1.1 MB
Progress (3): 0.4/2.3 MB | 147/589 kB | 0/1.1 MB
Progress (3): 0.5/2.3 MB | 147/589 kB | 0/1.1 MB
Progress (3): 0.5/2.3 MB | 147/589 kB | 0/1.1 MB
Progress (3): 0.5/2.3 MB | 151/589 kB | 0/1.1 MB
Progress (3): 0.5/2.3 MB | 155/589 kB | 0/1.1 MB
Progress (3): 0.5/2.3 MB | 159/589 kB | 0/1.1 MB
Progress (3): 0.5/2.3 MB | 159/589 kB | 0/1.1 MB
Progress (3): 0.5/2.3 MB | 163/589 kB | 0/1.1 MB
Progress (3): 0.5/2.3 MB | 163/589 kB | 0.1/1.1 MB
Progress (3): 0.5/2.3 MB | 163/589 kB | 0.1/1.1 MB
Progress (3): 0.5/2.3 MB | 163/589 kB | 0.1/1.1 MB
Progress (3): 0.5/2.3 MB | 167/589 kB | 0.1/1.1 MB
Progress (3): 0.5/2.3 MB | 171/589 kB | 0.1/1.1 MB
Progress (3): 0.5/2.3 MB | 176/589 kB | 0.1/1.1 MB
Progress (3): 0.5/2.3 MB | 176/589 kB | 0.1/1.1 MB
Progress (3): 0.5/2.3 MB | 176/589 kB | 0.1/1.1 MB
Progress (3): 0.5/2.3 MB | 180/589 kB | 0.1/1.1 MB
Progress (3): 0.5/2.3 MB | 180/589 kB | 0.1/1.1 MB
Progress (3): 0.5/2.3 MB | 180/589 kB | 0.1/1.1 MB
Progress (3): 0.5/2.3 MB | 184/589 kB | 0.1/1.1 MB
Progress (3): 0.5/2.3 MB | 188/589 kB | 0.1/1.1 MB
Progress (3): 0.5/2.3 MB | 188/589 kB | 0.1/1.1 MB
Progress (3): 0.5/2.3 MB | 192/589 kB | 0.1/1.1 MB
Progress (3): 0.5/2.3 MB | 192/589 kB | 0.1/1.1 MB
Progress (3): 0.5/2.3 MB | 196/589 kB | 0.1/1.1 MB
Progress (3): 0.5/2.3 MB | 196/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 196/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 200/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 204/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 204/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 208/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 208/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 208/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 212/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 212/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 212/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 217/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 217/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 221/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 221/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 225/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 229/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 229/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 229/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 229/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 233/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 237/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 237/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 241/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 245/589 kB | 0.1/1.1 MB
Progress (3): 0.6/2.3 MB | 245/589 kB | 0.2/1.1 MB
Progress (3): 0.6/2.3 MB | 245/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 245/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 249/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 253/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 253/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 258/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 258/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 262/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 262/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 262/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 266/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 266/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 270/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 270/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 274/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 274/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 278/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 278/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 278/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 282/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 282/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 286/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 286/589 kB | 0.2/1.1 MB
Progress (3): 0.7/2.3 MB | 290/589 kB | 0.2/1.1 MB
Progress (3): 0.8/2.3 MB | 290/589 kB | 0.2/1.1 MB
Progress (3): 0.8/2.3 MB | 294/589 kB | 0.2/1.1 MB
Progress (3): 0.8/2.3 MB | 294/589 kB | 0.2/1.1 MB
Progress (3): 0.8/2.3 MB | 294/589 kB | 0.2/1.1 MB
Progress (3): 0.8/2.3 MB | 294/589 kB | 0.2/1.1 MB
Progress (3): 0.8/2.3 MB | 298/589 kB | 0.2/1.1 MB
Progress (3): 0.8/2.3 MB | 303/589 kB | 0.2/1.1 MB
Progress (3): 0.8/2.3 MB | 307/589 kB | 0.2/1.1 MB
Progress (3): 0.8/2.3 MB | 307/589 kB | 0.2/1.1 MB
Progress (3): 0.8/2.3 MB | 311/589 kB | 0.2/1.1 MB
Progress (3): 0.8/2.3 MB | 311/589 kB | 0.2/1.1 MB
Progress (3): 0.8/2.3 MB | 311/589 kB | 0.2/1.1 MB
Progress (4): 0.8/2.3 MB | 311/589 kB | 0.2/1.1 MB | 4.1/230 kB
Progress (4): 0.8/2.3 MB | 311/589 kB | 0.2/1.1 MB | 4.1/230 kB
Progress (4): 0.8/2.3 MB | 311/589 kB | 0.2/1.1 MB | 7.7/230 kB
Progress (4): 0.8/2.3 MB | 315/589 kB | 0.2/1.1 MB | 7.7/230 kB
Progress (4): 0.8/2.3 MB | 315/589 kB | 0.3/1.1 MB | 7.7/230 kB
Progress (4): 0.8/2.3 MB | 315/589 kB | 0.3/1.1 MB | 12/230 kB 
Progress (4): 0.8/2.3 MB | 315/589 kB | 0.3/1.1 MB | 12/230 kB
Progress (4): 0.8/2.3 MB | 319/589 kB | 0.3/1.1 MB | 12/230 kB
Progress (4): 0.8/2.3 MB | 319/589 kB | 0.3/1.1 MB | 12/230 kB
Progress (4): 0.8/2.3 MB | 319/589 kB | 0.3/1.1 MB | 16/230 kB
Progress (4): 0.8/2.3 MB | 323/589 kB | 0.3/1.1 MB | 16/230 kB
Progress (4): 0.8/2.3 MB | 323/589 kB | 0.3/1.1 MB | 16/230 kB
Progress (4): 0.8/2.3 MB | 327/589 kB | 0.3/1.1 MB | 16/230 kB
Progress (4): 0.8/2.3 MB | 327/589 kB | 0.3/1.1 MB | 20/230 kB
Progress (4): 0.8/2.3 MB | 327/589 kB | 0.3/1.1 MB | 24/230 kB
Progress (4): 0.8/2.3 MB | 327/589 kB | 0.3/1.1 MB | 28/230 kB
Progress (4): 0.8/2.3 MB | 327/589 kB | 0.3/1.1 MB | 32/230 kB
Progress (4): 0.8/2.3 MB | 331/589 kB | 0.3/1.1 MB | 32/230 kB
Progress (4): 0.8/2.3 MB | 331/589 kB | 0.3/1.1 MB | 32/230 kB
Progress (4): 0.8/2.3 MB | 335/589 kB | 0.3/1.1 MB | 32/230 kB
Progress (4): 0.8/2.3 MB | 335/589 kB | 0.3/1.1 MB | 32/230 kB
Progress (5): 0.8/2.3 MB | 335/589 kB | 0.3/1.1 MB | 32/230 kB | 4.1/20 kB
Progress (5): 0.8/2.3 MB | 335/589 kB | 0.3/1.1 MB | 36/230 kB | 4.1/20 kB
Progress (5): 0.8/2.3 MB | 335/589 kB | 0.3/1.1 MB | 36/230 kB | 7.7/20 kB
Progress (5): 0.8/2.3 MB | 339/589 kB | 0.3/1.1 MB | 36/230 kB | 7.7/20 kB
Progress (5): 0.8/2.3 MB | 339/589 kB | 0.3/1.1 MB | 36/230 kB | 12/20 kB 
Progress (5): 0.8/2.3 MB | 339/589 kB | 0.3/1.1 MB | 40/230 kB | 12/20 kB
Progress (5): 0.8/2.3 MB | 339/589 kB | 0.3/1.1 MB | 40/230 kB | 12/20 kB
Progress (5): 0.9/2.3 MB | 339/589 kB | 0.3/1.1 MB | 40/230 kB | 12/20 kB
Progress (5): 0.9/2.3 MB | 339/589 kB | 0.3/1.1 MB | 45/230 kB | 12/20 kB
Progress (5): 0.9/2.3 MB | 339/589 kB | 0.3/1.1 MB | 45/230 kB | 16/20 kB
Progress (5): 0.9/2.3 MB | 344/589 kB | 0.3/1.1 MB | 45/230 kB | 16/20 kB
Progress (5): 0.9/2.3 MB | 344/589 kB | 0.3/1.1 MB | 49/230 kB | 16/20 kB
Progress (5): 0.9/2.3 MB | 344/589 kB | 0.3/1.1 MB | 49/230 kB | 16/20 kB
Progress (5): 0.9/2.3 MB | 344/589 kB | 0.3/1.1 MB | 49/230 kB | 20/20 kB
Progress (5): 0.9/2.3 MB | 344/589 kB | 0.3/1.1 MB | 49/230 kB | 20 kB   
Progress (5): 0.9/2.3 MB | 344/589 kB | 0.3/1.1 MB | 49/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 348/589 kB | 0.3/1.1 MB | 49/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 348/589 kB | 0.3/1.1 MB | 53/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 348/589 kB | 0.3/1.1 MB | 53/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 348/589 kB | 0.3/1.1 MB | 57/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 352/589 kB | 0.3/1.1 MB | 57/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 352/589 kB | 0.3/1.1 MB | 61/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 352/589 kB | 0.3/1.1 MB | 61/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 352/589 kB | 0.3/1.1 MB | 61/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 352/589 kB | 0.3/1.1 MB | 65/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 356/589 kB | 0.3/1.1 MB | 65/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 356/589 kB | 0.3/1.1 MB | 65/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 360/589 kB | 0.3/1.1 MB | 65/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 360/589 kB | 0.3/1.1 MB | 65/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 360/589 kB | 0.3/1.1 MB | 65/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 360/589 kB | 0.3/1.1 MB | 69/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 360/589 kB | 0.3/1.1 MB | 69/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 364/589 kB | 0.3/1.1 MB | 69/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 364/589 kB | 0.3/1.1 MB | 73/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 368/589 kB | 0.3/1.1 MB | 73/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 368/589 kB | 0.3/1.1 MB | 73/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 372/589 kB | 0.3/1.1 MB | 73/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 372/589 kB | 0.3/1.1 MB | 77/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 376/589 kB | 0.3/1.1 MB | 77/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 376/589 kB | 0.3/1.1 MB | 77/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 376/589 kB | 0.4/1.1 MB | 77/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 376/589 kB | 0.4/1.1 MB | 81/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 376/589 kB | 0.4/1.1 MB | 81/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 380/589 kB | 0.4/1.1 MB | 81/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 384/589 kB | 0.4/1.1 MB | 81/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 389/589 kB | 0.4/1.1 MB | 81/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 389/589 kB | 0.4/1.1 MB | 81/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 389/589 kB | 0.4/1.1 MB | 81/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 389/589 kB | 0.4/1.1 MB | 81/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 389/589 kB | 0.4/1.1 MB | 85/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 393/589 kB | 0.4/1.1 MB | 85/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 393/589 kB | 0.4/1.1 MB | 90/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 393/589 kB | 0.4/1.1 MB | 94/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 393/589 kB | 0.4/1.1 MB | 94/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 393/589 kB | 0.4/1.1 MB | 94/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 393/589 kB | 0.4/1.1 MB | 98/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 397/589 kB | 0.4/1.1 MB | 98/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 397/589 kB | 0.4/1.1 MB | 98/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 401/589 kB | 0.4/1.1 MB | 98/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 405/589 kB | 0.4/1.1 MB | 98/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 405/589 kB | 0.4/1.1 MB | 102/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 405/589 kB | 0.4/1.1 MB | 102/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 409/589 kB | 0.4/1.1 MB | 102/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 409/589 kB | 0.4/1.1 MB | 102/230 kB | 20 kB
Progress (5): 0.9/2.3 MB | 409/589 kB | 0.4/1.1 MB | 106/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 409/589 kB | 0.4/1.1 MB | 106/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 409/589 kB | 0.4/1.1 MB | 110/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 409/589 kB | 0.4/1.1 MB | 110/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 409/589 kB | 0.4/1.1 MB | 114/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 413/589 kB | 0.4/1.1 MB | 114/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 413/589 kB | 0.4/1.1 MB | 114/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 417/589 kB | 0.4/1.1 MB | 114/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 421/589 kB | 0.4/1.1 MB | 114/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 421/589 kB | 0.4/1.1 MB | 114/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 421/589 kB | 0.4/1.1 MB | 114/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 421/589 kB | 0.4/1.1 MB | 118/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 425/589 kB | 0.4/1.1 MB | 118/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 425/589 kB | 0.4/1.1 MB | 122/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 425/589 kB | 0.4/1.1 MB | 122/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 425/589 kB | 0.4/1.1 MB | 126/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 425/589 kB | 0.4/1.1 MB | 126/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 430/589 kB | 0.4/1.1 MB | 126/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 430/589 kB | 0.4/1.1 MB | 131/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 434/589 kB | 0.4/1.1 MB | 131/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 434/589 kB | 0.5/1.1 MB | 131/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 438/589 kB | 0.5/1.1 MB | 131/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 438/589 kB | 0.5/1.1 MB | 131/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 442/589 kB | 0.5/1.1 MB | 131/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 442/589 kB | 0.5/1.1 MB | 131/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 442/589 kB | 0.5/1.1 MB | 135/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 442/589 kB | 0.5/1.1 MB | 135/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 442/589 kB | 0.5/1.1 MB | 139/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 446/589 kB | 0.5/1.1 MB | 139/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 446/589 kB | 0.5/1.1 MB | 139/230 kB | 20 kB
Progress (5): 1.0/2.3 MB | 450/589 kB | 0.5/1.1 MB | 139/230 kB | 20 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/12.0/annotations-12.0.jar (20 kB at 118 kB/s)
18:07:58 Progress (4): 1.0/2.3 MB | 450/589 kB | 0.5/1.1 MB | 143/230 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar
18:07:58 Progress (4): 1.0/2.3 MB | 450/589 kB | 0.5/1.1 MB | 143/230 kB
Progress (4): 1.0/2.3 MB | 450/589 kB | 0.5/1.1 MB | 143/230 kB
Progress (4): 1.0/2.3 MB | 454/589 kB | 0.5/1.1 MB | 143/230 kB
Progress (4): 1.0/2.3 MB | 454/589 kB | 0.5/1.1 MB | 143/230 kB
Progress (4): 1.0/2.3 MB | 454/589 kB | 0.5/1.1 MB | 147/230 kB
Progress (4): 1.0/2.3 MB | 458/589 kB | 0.5/1.1 MB | 147/230 kB
Progress (4): 1.0/2.3 MB | 458/589 kB | 0.5/1.1 MB | 147/230 kB
Progress (4): 1.0/2.3 MB | 458/589 kB | 0.5/1.1 MB | 147/230 kB
Progress (4): 1.0/2.3 MB | 458/589 kB | 0.5/1.1 MB | 147/230 kB
Progress (4): 1.0/2.3 MB | 458/589 kB | 0.5/1.1 MB | 151/230 kB
Progress (4): 1.0/2.3 MB | 462/589 kB | 0.5/1.1 MB | 151/230 kB
Progress (4): 1.0/2.3 MB | 462/589 kB | 0.5/1.1 MB | 155/230 kB
Progress (4): 1.0/2.3 MB | 466/589 kB | 0.5/1.1 MB | 155/230 kB
Progress (4): 1.0/2.3 MB | 466/589 kB | 0.5/1.1 MB | 155/230 kB
Progress (4): 1.0/2.3 MB | 471/589 kB | 0.5/1.1 MB | 155/230 kB
Progress (4): 1.0/2.3 MB | 471/589 kB | 0.5/1.1 MB | 159/230 kB
Progress (4): 1.0/2.3 MB | 475/589 kB | 0.5/1.1 MB | 159/230 kB
Progress (4): 1.0/2.3 MB | 475/589 kB | 0.5/1.1 MB | 159/230 kB
Progress (4): 1.1/2.3 MB | 475/589 kB | 0.5/1.1 MB | 159/230 kB
Progress (4): 1.1/2.3 MB | 475/589 kB | 0.5/1.1 MB | 163/230 kB
Progress (4): 1.1/2.3 MB | 479/589 kB | 0.5/1.1 MB | 163/230 kB
Progress (4): 1.1/2.3 MB | 479/589 kB | 0.5/1.1 MB | 163/230 kB
Progress (4): 1.1/2.3 MB | 483/589 kB | 0.5/1.1 MB | 163/230 kB
Progress (4): 1.1/2.3 MB | 483/589 kB | 0.5/1.1 MB | 163/230 kB
Progress (4): 1.1/2.3 MB | 483/589 kB | 0.5/1.1 MB | 167/230 kB
Progress (4): 1.1/2.3 MB | 487/589 kB | 0.5/1.1 MB | 167/230 kB
Progress (4): 1.1/2.3 MB | 487/589 kB | 0.5/1.1 MB | 171/230 kB
Progress (4): 1.1/2.3 MB | 487/589 kB | 0.5/1.1 MB | 171/230 kB
Progress (4): 1.1/2.3 MB | 487/589 kB | 0.5/1.1 MB | 171/230 kB
Progress (4): 1.1/2.3 MB | 487/589 kB | 0.5/1.1 MB | 176/230 kB
Progress (4): 1.1/2.3 MB | 491/589 kB | 0.5/1.1 MB | 176/230 kB
Progress (4): 1.1/2.3 MB | 491/589 kB | 0.5/1.1 MB | 180/230 kB
Progress (4): 1.1/2.3 MB | 491/589 kB | 0.6/1.1 MB | 180/230 kB
Progress (4): 1.1/2.3 MB | 491/589 kB | 0.6/1.1 MB | 180/230 kB
Progress (4): 1.1/2.3 MB | 491/589 kB | 0.6/1.1 MB | 180/230 kB
Progress (4): 1.1/2.3 MB | 491/589 kB | 0.6/1.1 MB | 184/230 kB
Progress (4): 1.1/2.3 MB | 495/589 kB | 0.6/1.1 MB | 184/230 kB
Progress (4): 1.1/2.3 MB | 495/589 kB | 0.6/1.1 MB | 188/230 kB
Progress (4): 1.1/2.3 MB | 495/589 kB | 0.6/1.1 MB | 188/230 kB
Progress (4): 1.1/2.3 MB | 495/589 kB | 0.6/1.1 MB | 192/230 kB
Progress (4): 1.1/2.3 MB | 499/589 kB | 0.6/1.1 MB | 192/230 kB
Progress (4): 1.1/2.3 MB | 499/589 kB | 0.6/1.1 MB | 196/230 kB
Progress (4): 1.1/2.3 MB | 499/589 kB | 0.6/1.1 MB | 196/230 kB
Progress (4): 1.1/2.3 MB | 499/589 kB | 0.6/1.1 MB | 196/230 kB
Progress (4): 1.1/2.3 MB | 503/589 kB | 0.6/1.1 MB | 196/230 kB
Progress (4): 1.1/2.3 MB | 503/589 kB | 0.6/1.1 MB | 196/230 kB
Progress (4): 1.1/2.3 MB | 507/589 kB | 0.6/1.1 MB | 196/230 kB
Progress (4): 1.1/2.3 MB | 507/589 kB | 0.6/1.1 MB | 200/230 kB
Progress (4): 1.1/2.3 MB | 507/589 kB | 0.6/1.1 MB | 204/230 kB
Progress (4): 1.1/2.3 MB | 507/589 kB | 0.6/1.1 MB | 204/230 kB
Progress (4): 1.1/2.3 MB | 507/589 kB | 0.6/1.1 MB | 208/230 kB
Progress (4): 1.1/2.3 MB | 507/589 kB | 0.6/1.1 MB | 208/230 kB
Progress (4): 1.1/2.3 MB | 511/589 kB | 0.6/1.1 MB | 208/230 kB
Progress (4): 1.1/2.3 MB | 511/589 kB | 0.6/1.1 MB | 212/230 kB
Progress (4): 1.1/2.3 MB | 516/589 kB | 0.6/1.1 MB | 212/230 kB
Progress (4): 1.1/2.3 MB | 516/589 kB | 0.6/1.1 MB | 212/230 kB
Progress (4): 1.1/2.3 MB | 516/589 kB | 0.6/1.1 MB | 212/230 kB
Progress (4): 1.1/2.3 MB | 520/589 kB | 0.6/1.1 MB | 212/230 kB
Progress (4): 1.1/2.3 MB | 520/589 kB | 0.6/1.1 MB | 217/230 kB
Progress (4): 1.1/2.3 MB | 524/589 kB | 0.6/1.1 MB | 217/230 kB
Progress (4): 1.1/2.3 MB | 524/589 kB | 0.6/1.1 MB | 217/230 kB
Progress (4): 1.1/2.3 MB | 524/589 kB | 0.6/1.1 MB | 221/230 kB
Progress (4): 1.1/2.3 MB | 524/589 kB | 0.6/1.1 MB | 221/230 kB
Progress (4): 1.1/2.3 MB | 524/589 kB | 0.6/1.1 MB | 225/230 kB
Progress (4): 1.2/2.3 MB | 524/589 kB | 0.6/1.1 MB | 225/230 kB
Progress (4): 1.2/2.3 MB | 528/589 kB | 0.6/1.1 MB | 225/230 kB
Progress (4): 1.2/2.3 MB | 528/589 kB | 0.6/1.1 MB | 229/230 kB
Progress (4): 1.2/2.3 MB | 532/589 kB | 0.6/1.1 MB | 229/230 kB
Progress (4): 1.2/2.3 MB | 532/589 kB | 0.6/1.1 MB | 229/230 kB
Progress (4): 1.2/2.3 MB | 536/589 kB | 0.6/1.1 MB | 229/230 kB
Progress (4): 1.2/2.3 MB | 536/589 kB | 0.6/1.1 MB | 230 kB    
Progress (4): 1.2/2.3 MB | 540/589 kB | 0.6/1.1 MB | 230 kB
Progress (4): 1.2/2.3 MB | 540/589 kB | 0.6/1.1 MB | 230 kB
Progress (4): 1.2/2.3 MB | 540/589 kB | 0.6/1.1 MB | 230 kB
Progress (4): 1.2/2.3 MB | 544/589 kB | 0.6/1.1 MB | 230 kB
Progress (4): 1.2/2.3 MB | 548/589 kB | 0.6/1.1 MB | 230 kB
Progress (4): 1.2/2.3 MB | 548/589 kB | 0.6/1.1 MB | 230 kB
Progress (4): 1.2/2.3 MB | 548/589 kB | 0.6/1.1 MB | 230 kB
Progress (4): 1.2/2.3 MB | 552/589 kB | 0.6/1.1 MB | 230 kB
Progress (4): 1.2/2.3 MB | 552/589 kB | 0.6/1.1 MB | 230 kB
Progress (4): 1.2/2.3 MB | 557/589 kB | 0.6/1.1 MB | 230 kB
Progress (4): 1.2/2.3 MB | 557/589 kB | 0.7/1.1 MB | 230 kB
Progress (5): 1.2/2.3 MB | 557/589 kB | 0.7/1.1 MB | 230 kB | 4.1/264 kB
Progress (5): 1.2/2.3 MB | 557/589 kB | 0.7/1.1 MB | 230 kB | 4.1/264 kB
Progress (5): 1.2/2.3 MB | 557/589 kB | 0.7/1.1 MB | 230 kB | 7.7/264 kB
Progress (5): 1.2/2.3 MB | 561/589 kB | 0.7/1.1 MB | 230 kB | 7.7/264 kB
Progress (5): 1.2/2.3 MB | 561/589 kB | 0.7/1.1 MB | 230 kB | 12/264 kB 
Progress (5): 1.2/2.3 MB | 561/589 kB | 0.7/1.1 MB | 230 kB | 12/264 kB
Progress (5): 1.2/2.3 MB | 561/589 kB | 0.7/1.1 MB | 230 kB | 16/264 kB
Progress (5): 1.2/2.3 MB | 565/589 kB | 0.7/1.1 MB | 230 kB | 16/264 kB
Progress (5): 1.2/2.3 MB | 565/589 kB | 0.7/1.1 MB | 230 kB | 16/264 kB
Progress (5): 1.2/2.3 MB | 565/589 kB | 0.7/1.1 MB | 230 kB | 16/264 kB
Progress (5): 1.2/2.3 MB | 569/589 kB | 0.7/1.1 MB | 230 kB | 16/264 kB
Progress (5): 1.2/2.3 MB | 573/589 kB | 0.7/1.1 MB | 230 kB | 16/264 kB
Progress (5): 1.2/2.3 MB | 573/589 kB | 0.7/1.1 MB | 230 kB | 20/264 kB
Progress (5): 1.2/2.3 MB | 573/589 kB | 0.7/1.1 MB | 230 kB | 20/264 kB
Progress (5): 1.2/2.3 MB | 573/589 kB | 0.7/1.1 MB | 230 kB | 24/264 kB
Progress (5): 1.2/2.3 MB | 577/589 kB | 0.7/1.1 MB | 230 kB | 24/264 kB
Progress (5): 1.2/2.3 MB | 577/589 kB | 0.7/1.1 MB | 230 kB | 24/264 kB
Progress (5): 1.3/2.3 MB | 577/589 kB | 0.7/1.1 MB | 230 kB | 24/264 kB
Progress (5): 1.3/2.3 MB | 581/589 kB | 0.7/1.1 MB | 230 kB | 24/264 kB
Progress (5): 1.3/2.3 MB | 581/589 kB | 0.7/1.1 MB | 230 kB | 28/264 kB
Progress (5): 1.3/2.3 MB | 585/589 kB | 0.7/1.1 MB | 230 kB | 28/264 kB
Progress (5): 1.3/2.3 MB | 585/589 kB | 0.7/1.1 MB | 230 kB | 32/264 kB
Progress (5): 1.3/2.3 MB | 585/589 kB | 0.7/1.1 MB | 230 kB | 32/264 kB
Progress (5): 1.3/2.3 MB | 589/589 kB | 0.7/1.1 MB | 230 kB | 32/264 kB
Progress (5): 1.3/2.3 MB | 589/589 kB | 0.7/1.1 MB | 230 kB | 32/264 kB
Progress (5): 1.3/2.3 MB | 589/589 kB | 0.7/1.1 MB | 230 kB | 32/264 kB
Progress (5): 1.3/2.3 MB | 589 kB | 0.7/1.1 MB | 230 kB | 32/264 kB    
Progress (5): 1.3/2.3 MB | 589 kB | 0.7/1.1 MB | 230 kB | 36/264 kB
Progress (5): 1.3/2.3 MB | 589 kB | 0.7/1.1 MB | 230 kB | 36/264 kB
Progress (5): 1.3/2.3 MB | 589 kB | 0.7/1.1 MB | 230 kB | 40/264 kB
Progress (5): 1.3/2.3 MB | 589 kB | 0.7/1.1 MB | 230 kB | 40/264 kB
Progress (5): 1.3/2.3 MB | 589 kB | 0.7/1.1 MB | 230 kB | 45/264 kB
Progress (5): 1.3/2.3 MB | 589 kB | 0.7/1.1 MB | 230 kB | 45/264 kB
Progress (5): 1.3/2.3 MB | 589 kB | 0.7/1.1 MB | 230 kB | 49/264 kB
Progress (5): 1.3/2.3 MB | 589 kB | 0.7/1.1 MB | 230 kB | 49/264 kB
Progress (5): 1.3/2.3 MB | 589 kB | 0.7/1.1 MB | 230 kB | 49/264 kB
Progress (5): 1.3/2.3 MB | 589 kB | 0.7/1.1 MB | 230 kB | 49/264 kB
Progress (5): 1.3/2.3 MB | 589 kB | 0.7/1.1 MB | 230 kB | 53/264 kB
Progress (5): 1.3/2.3 MB | 589 kB | 0.7/1.1 MB | 230 kB | 53/264 kB
Progress (5): 1.3/2.3 MB | 589 kB | 0.7/1.1 MB | 230 kB | 57/264 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.5.1/jackson-core-2.5.1.jar (230 kB at 887 kB/s)
18:07:58 Progress (4): 1.3/2.3 MB | 589 kB | 0.7/1.1 MB | 57/264 kB
Progress (4): 1.3/2.3 MB | 589 kB | 0.7/1.1 MB | 61/264 kB
Progress (4): 1.3/2.3 MB | 589 kB | 0.8/1.1 MB | 61/264 kB
Progress (4): 1.3/2.3 MB | 589 kB | 0.8/1.1 MB | 65/264 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar
18:07:58 Progress (4): 1.3/2.3 MB | 589 kB | 0.8/1.1 MB | 65/264 kB
Progress (4): 1.3/2.3 MB | 589 kB | 0.8/1.1 MB | 65/264 kB
Progress (4): 1.3/2.3 MB | 589 kB | 0.8/1.1 MB | 65/264 kB
Progress (4): 1.3/2.3 MB | 589 kB | 0.8/1.1 MB | 69/264 kB
Progress (4): 1.3/2.3 MB | 589 kB | 0.8/1.1 MB | 73/264 kB
Progress (4): 1.3/2.3 MB | 589 kB | 0.8/1.1 MB | 77/264 kB
Progress (4): 1.3/2.3 MB | 589 kB | 0.8/1.1 MB | 77/264 kB
Progress (4): 1.3/2.3 MB | 589 kB | 0.8/1.1 MB | 81/264 kB
Progress (4): 1.3/2.3 MB | 589 kB | 0.8/1.1 MB | 81/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 81/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 81/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 85/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 85/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 90/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 90/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 94/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 98/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 98/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 98/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 98/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 98/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 102/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 102/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 106/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 110/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 110/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 110/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.8/1.1 MB | 114/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.9/1.1 MB | 114/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.9/1.1 MB | 114/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.9/1.1 MB | 114/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.9/1.1 MB | 114/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.9/1.1 MB | 118/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.9/1.1 MB | 122/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.9/1.1 MB | 126/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.9/1.1 MB | 126/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.9/1.1 MB | 131/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.9/1.1 MB | 131/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.9/1.1 MB | 131/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.9/1.1 MB | 131/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.9/1.1 MB | 135/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.9/1.1 MB | 135/264 kB
Progress (4): 1.4/2.3 MB | 589 kB | 0.9/1.1 MB | 139/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 0.9/1.1 MB | 139/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 0.9/1.1 MB | 143/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 0.9/1.1 MB | 147/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 0.9/1.1 MB | 147/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 0.9/1.1 MB | 147/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 0.9/1.1 MB | 147/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 0.9/1.1 MB | 147/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 0.9/1.1 MB | 151/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 0.9/1.1 MB | 151/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 0.9/1.1 MB | 155/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 0.9/1.1 MB | 159/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 0.9/1.1 MB | 163/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 0.9/1.1 MB | 163/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 0.9/1.1 MB | 163/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 0.9/1.1 MB | 163/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 0.9/1.1 MB | 167/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 1.0/1.1 MB | 167/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 1.0/1.1 MB | 167/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 1.0/1.1 MB | 171/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 1.0/1.1 MB | 171/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 1.0/1.1 MB | 176/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 1.0/1.1 MB | 180/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 1.0/1.1 MB | 180/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 1.0/1.1 MB | 180/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 1.0/1.1 MB | 180/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 1.0/1.1 MB | 184/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 1.0/1.1 MB | 188/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 1.0/1.1 MB | 188/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 1.0/1.1 MB | 192/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 1.0/1.1 MB | 192/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 1.0/1.1 MB | 192/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 1.0/1.1 MB | 196/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 1.0/1.1 MB | 196/264 kB
Progress (4): 1.5/2.3 MB | 589 kB | 1.0/1.1 MB | 196/264 kB
Progress (4): 1.6/2.3 MB | 589 kB | 1.0/1.1 MB | 196/264 kB
Progress (4): 1.6/2.3 MB | 589 kB | 1.0/1.1 MB | 200/264 kB
Progress (4): 1.6/2.3 MB | 589 kB | 1.0/1.1 MB | 204/264 kB
Progress (4): 1.6/2.3 MB | 589 kB | 1.0/1.1 MB | 204/264 kB
Progress (4): 1.6/2.3 MB | 589 kB | 1.0/1.1 MB | 208/264 kB
Progress (4): 1.6/2.3 MB | 589 kB | 1.0/1.1 MB | 208/264 kB
Progress (4): 1.6/2.3 MB | 589 kB | 1.0/1.1 MB | 212/264 kB
Progress (4): 1.6/2.3 MB | 589 kB | 1.0/1.1 MB | 212/264 kB
Progress (4): 1.6/2.3 MB | 589 kB | 1.0/1.1 MB | 212/264 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.7/joda-time-2.7.jar (589 kB at 2.1 MB/s)
18:07:58 Progress (3): 1.6/2.3 MB | 1.0/1.1 MB | 217/264 kB
Progress (3): 1.6/2.3 MB | 1.0/1.1 MB | 217/264 kB
Progress (3): 1.6/2.3 MB | 1.0/1.1 MB | 217/264 kB
Progress (3): 1.6/2.3 MB | 1.0/1.1 MB | 221/264 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.jar
18:07:58 Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 221/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 225/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 225/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 229/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 229/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 229/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 229/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 233/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 237/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 237/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 237/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 241/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 241/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 245/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 245/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 245/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 245/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 249/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 253/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 258/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 258/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 262/264 kB
Progress (3): 1.6/2.3 MB | 1.1/1.1 MB | 262/264 kB
Progress (3): 1.7/2.3 MB | 1.1/1.1 MB | 262/264 kB
Progress (3): 1.7/2.3 MB | 1.1/1.1 MB | 264 kB    
Progress (3): 1.7/2.3 MB | 1.1/1.1 MB | 264 kB
Progress (3): 1.7/2.3 MB | 1.1 MB | 264 kB    
Progress (3): 1.7/2.3 MB | 1.1 MB | 264 kB
Progress (3): 1.7/2.3 MB | 1.1 MB | 264 kB
Progress (3): 1.7/2.3 MB | 1.1 MB | 264 kB
Progress (3): 1.7/2.3 MB | 1.1 MB | 264 kB
Progress (3): 1.7/2.3 MB | 1.1 MB | 264 kB
Progress (4): 1.7/2.3 MB | 1.1 MB | 264 kB | 4.1/125 kB
Progress (4): 1.7/2.3 MB | 1.1 MB | 264 kB | 7.7/125 kB
Progress (4): 1.7/2.3 MB | 1.1 MB | 264 kB | 12/125 kB 
Progress (5): 1.7/2.3 MB | 1.1 MB | 264 kB | 12/125 kB | 4.1/353 kB
Progress (5): 1.7/2.3 MB | 1.1 MB | 264 kB | 12/125 kB | 7.7/353 kB
Progress (5): 1.7/2.3 MB | 1.1 MB | 264 kB | 12/125 kB | 12/353 kB 
Progress (5): 1.7/2.3 MB | 1.1 MB | 264 kB | 12/125 kB | 16/353 kB
Progress (5): 1.8/2.3 MB | 1.1 MB | 264 kB | 12/125 kB | 16/353 kB
Progress (5): 1.8/2.3 MB | 1.1 MB | 264 kB | 16/125 kB | 16/353 kB
Progress (5): 1.8/2.3 MB | 1.1 MB | 264 kB | 20/125 kB | 16/353 kB
Progress (5): 1.8/2.3 MB | 1.1 MB | 264 kB | 20/125 kB | 16/353 kB
Progress (5): 1.8/2.3 MB | 1.1 MB | 264 kB | 20/125 kB | 20/353 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.5.1/jackson-databind-2.5.1.jar (1.1 MB at 3.2 MB/s)
18:07:58 Progress (4): 1.8/2.3 MB | 264 kB | 20/125 kB | 24/353 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar (264 kB at 750 kB/s)
18:07:58 Progress (3): 1.8/2.3 MB | 24/125 kB | 24/353 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
18:07:58 Progress (3): 1.8/2.3 MB | 24/125 kB | 28/353 kB
Progress (3): 1.8/2.3 MB | 24/125 kB | 28/353 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.jar
18:07:58 Progress (3): 1.8/2.3 MB | 24/125 kB | 28/353 kB
Progress (3): 1.8/2.3 MB | 24/125 kB | 32/353 kB
Progress (3): 1.8/2.3 MB | 28/125 kB | 32/353 kB
Progress (3): 1.8/2.3 MB | 32/125 kB | 32/353 kB
Progress (3): 1.8/2.3 MB | 32/125 kB | 32/353 kB
Progress (3): 1.8/2.3 MB | 32/125 kB | 36/353 kB
Progress (4): 1.8/2.3 MB | 32/125 kB | 36/353 kB | 4.1/61 kB
Progress (4): 1.8/2.3 MB | 32/125 kB | 40/353 kB | 4.1/61 kB
Progress (4): 1.8/2.3 MB | 32/125 kB | 40/353 kB | 7.7/61 kB
Progress (4): 1.8/2.3 MB | 32/125 kB | 45/353 kB | 7.7/61 kB
Progress (4): 1.8/2.3 MB | 36/125 kB | 45/353 kB | 7.7/61 kB
Progress (4): 1.8/2.3 MB | 36/125 kB | 49/353 kB | 7.7/61 kB
Progress (4): 1.8/2.3 MB | 36/125 kB | 49/353 kB | 7.7/61 kB
Progress (4): 1.8/2.3 MB | 36/125 kB | 49/353 kB | 12/61 kB 
Progress (4): 1.8/2.3 MB | 40/125 kB | 49/353 kB | 12/61 kB
Progress (4): 1.8/2.3 MB | 40/125 kB | 49/353 kB | 16/61 kB
Progress (4): 1.8/2.3 MB | 45/125 kB | 49/353 kB | 16/61 kB
Progress (4): 1.8/2.3 MB | 49/125 kB | 49/353 kB | 16/61 kB
Progress (4): 1.8/2.3 MB | 49/125 kB | 53/353 kB | 16/61 kB
Progress (4): 1.8/2.3 MB | 49/125 kB | 57/353 kB | 16/61 kB
Progress (4): 1.9/2.3 MB | 49/125 kB | 57/353 kB | 16/61 kB
Progress (4): 1.9/2.3 MB | 49/125 kB | 57/353 kB | 20/61 kB
Progress (4): 1.9/2.3 MB | 53/125 kB | 57/353 kB | 20/61 kB
Progress (4): 1.9/2.3 MB | 53/125 kB | 61/353 kB | 20/61 kB
Progress (4): 1.9/2.3 MB | 57/125 kB | 61/353 kB | 20/61 kB
Progress (4): 1.9/2.3 MB | 57/125 kB | 61/353 kB | 24/61 kB
Progress (4): 1.9/2.3 MB | 61/125 kB | 61/353 kB | 24/61 kB
Progress (4): 1.9/2.3 MB | 61/125 kB | 65/353 kB | 24/61 kB
Progress (4): 1.9/2.3 MB | 65/125 kB | 65/353 kB | 24/61 kB
Progress (4): 1.9/2.3 MB | 65/125 kB | 65/353 kB | 24/61 kB
Progress (4): 1.9/2.3 MB | 65/125 kB | 65/353 kB | 28/61 kB
Progress (4): 1.9/2.3 MB | 65/125 kB | 65/353 kB | 32/61 kB
Progress (4): 1.9/2.3 MB | 69/125 kB | 65/353 kB | 32/61 kB
Progress (4): 1.9/2.3 MB | 73/125 kB | 65/353 kB | 32/61 kB
Progress (4): 1.9/2.3 MB | 73/125 kB | 69/353 kB | 32/61 kB
Progress (4): 1.9/2.3 MB | 77/125 kB | 69/353 kB | 32/61 kB
Progress (4): 1.9/2.3 MB | 77/125 kB | 73/353 kB | 32/61 kB
Progress (4): 1.9/2.3 MB | 77/125 kB | 73/353 kB | 32/61 kB
Progress (4): 1.9/2.3 MB | 77/125 kB | 73/353 kB | 36/61 kB
Progress (4): 1.9/2.3 MB | 81/125 kB | 73/353 kB | 36/61 kB
Progress (4): 1.9/2.3 MB | 81/125 kB | 73/353 kB | 40/61 kB
Progress (4): 1.9/2.3 MB | 81/125 kB | 77/353 kB | 40/61 kB
Progress (4): 1.9/2.3 MB | 81/125 kB | 77/353 kB | 45/61 kB
Progress (4): 1.9/2.3 MB | 81/125 kB | 81/353 kB | 45/61 kB
Progress (4): 1.9/2.3 MB | 81/125 kB | 81/353 kB | 49/61 kB
Progress (4): 1.9/2.3 MB | 81/125 kB | 81/353 kB | 49/61 kB
Progress (4): 1.9/2.3 MB | 85/125 kB | 81/353 kB | 49/61 kB
Progress (4): 1.9/2.3 MB | 90/125 kB | 81/353 kB | 49/61 kB
Progress (4): 1.9/2.3 MB | 90/125 kB | 81/353 kB | 53/61 kB
Progress (4): 1.9/2.3 MB | 94/125 kB | 81/353 kB | 53/61 kB
Progress (4): 1.9/2.3 MB | 94/125 kB | 81/353 kB | 57/61 kB
Progress (4): 1.9/2.3 MB | 94/125 kB | 85/353 kB | 57/61 kB
Progress (4): 1.9/2.3 MB | 98/125 kB | 85/353 kB | 57/61 kB
Progress (4): 1.9/2.3 MB | 98/125 kB | 90/353 kB | 57/61 kB
Progress (4): 1.9/2.3 MB | 98/125 kB | 90/353 kB | 61 kB   
Progress (4): 1.9/2.3 MB | 98/125 kB | 94/353 kB | 61 kB
Progress (4): 1.9/2.3 MB | 98/125 kB | 94/353 kB | 61 kB
Progress (4): 1.9/2.3 MB | 98/125 kB | 98/353 kB | 61 kB
Progress (4): 1.9/2.3 MB | 102/125 kB | 98/353 kB | 61 kB
Progress (4): 1.9/2.3 MB | 106/125 kB | 98/353 kB | 61 kB
Progress (4): 1.9/2.3 MB | 110/125 kB | 98/353 kB | 61 kB
Progress (4): 1.9/2.3 MB | 114/125 kB | 98/353 kB | 61 kB
Progress (4): 1.9/2.3 MB | 114/125 kB | 102/353 kB | 61 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 167 kB/s)
18:07:58 Progress (3): 1.9/2.3 MB | 118/125 kB | 102/353 kB
Progress (3): 1.9/2.3 MB | 118/125 kB | 102/353 kB
Progress (3): 1.9/2.3 MB | 122/125 kB | 102/353 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.4/commons-codec-1.4.jar
18:07:58 Progress (3): 1.9/2.3 MB | 122/125 kB | 106/353 kB
Progress (3): 1.9/2.3 MB | 125 kB | 106/353 kB    
Progress (3): 1.9/2.3 MB | 125 kB | 110/353 kB
Progress (3): 1.9/2.3 MB | 125 kB | 110/353 kB
Progress (3): 1.9/2.3 MB | 125 kB | 114/353 kB
Progress (3): 1.9/2.3 MB | 125 kB | 118/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 118/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 122/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 126/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 131/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 131/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 135/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 139/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 143/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 147/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 147/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 151/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 155/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 159/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 159/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 163/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 167/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 167/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 171/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 176/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 180/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 180/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 184/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 188/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 192/353 kB
Progress (3): 2.0/2.3 MB | 125 kB | 196/353 kB
Progress (3): 2.1/2.3 MB | 125 kB | 196/353 kB
Progress (3): 2.1/2.3 MB | 125 kB | 200/353 kB
Progress (3): 2.1/2.3 MB | 125 kB | 204/353 kB
Progress (3): 2.1/2.3 MB | 125 kB | 208/353 kB
Progress (3): 2.1/2.3 MB | 125 kB | 208/353 kB
Progress (3): 2.1/2.3 MB | 125 kB | 212/353 kB
Progress (4): 2.1/2.3 MB | 125 kB | 212/353 kB | 4.1/58 kB
Progress (4): 2.1/2.3 MB | 125 kB | 212/353 kB | 7.7/58 kB
Progress (4): 2.1/2.3 MB | 125 kB | 217/353 kB | 7.7/58 kB
Progress (4): 2.1/2.3 MB | 125 kB | 217/353 kB | 12/58 kB 
Progress (4): 2.1/2.3 MB | 125 kB | 217/353 kB | 12/58 kB
Progress (4): 2.1/2.3 MB | 125 kB | 217/353 kB | 16/58 kB
Progress (4): 2.1/2.3 MB | 125 kB | 221/353 kB | 16/58 kB
Progress (4): 2.1/2.3 MB | 125 kB | 225/353 kB | 16/58 kB
Progress (4): 2.1/2.3 MB | 125 kB | 229/353 kB | 16/58 kB
Progress (5): 2.1/2.3 MB | 125 kB | 229/353 kB | 16/58 kB | 4.1/181 kB
Progress (5): 2.1/2.3 MB | 125 kB | 233/353 kB | 16/58 kB | 4.1/181 kB
Progress (5): 2.1/2.3 MB | 125 kB | 233/353 kB | 20/58 kB | 4.1/181 kB
Progress (5): 2.1/2.3 MB | 125 kB | 233/353 kB | 20/58 kB | 4.1/181 kB
Progress (5): 2.1/2.3 MB | 125 kB | 233/353 kB | 24/58 kB | 4.1/181 kB
Progress (5): 2.1/2.3 MB | 125 kB | 237/353 kB | 24/58 kB | 4.1/181 kB
Progress (5): 2.1/2.3 MB | 125 kB | 237/353 kB | 24/58 kB | 7.7/181 kB
Progress (5): 2.1/2.3 MB | 125 kB | 241/353 kB | 24/58 kB | 7.7/181 kB
Progress (5): 2.1/2.3 MB | 125 kB | 241/353 kB | 28/58 kB | 7.7/181 kB
Progress (5): 2.1/2.3 MB | 125 kB | 241/353 kB | 28/58 kB | 7.7/181 kB
Progress (5): 2.1/2.3 MB | 125 kB | 245/353 kB | 28/58 kB | 7.7/181 kB
Progress (5): 2.1/2.3 MB | 125 kB | 245/353 kB | 28/58 kB | 12/181 kB 
Progress (5): 2.1/2.3 MB | 125 kB | 245/353 kB | 32/58 kB | 12/181 kB
Progress (5): 2.1/2.3 MB | 125 kB | 245/353 kB | 32/58 kB | 16/181 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar (125 kB at 330 kB/s)
18:07:58 Progress (4): 2.1/2.3 MB | 245/353 kB | 32/58 kB | 16/181 kB
Progress (4): 2.1/2.3 MB | 249/353 kB | 32/58 kB | 16/181 kB
Progress (4): 2.1/2.3 MB | 249/353 kB | 36/58 kB | 16/181 kB
Progress (4): 2.1/2.3 MB | 249/353 kB | 36/58 kB | 20/181 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar
18:07:58 Progress (4): 2.2/2.3 MB | 249/353 kB | 36/58 kB | 20/181 kB
Progress (4): 2.2/2.3 MB | 249/353 kB | 36/58 kB | 24/181 kB
Progress (4): 2.2/2.3 MB | 249/353 kB | 40/58 kB | 24/181 kB
Progress (4): 2.2/2.3 MB | 253/353 kB | 40/58 kB | 24/181 kB
Progress (4): 2.2/2.3 MB | 253/353 kB | 45/58 kB | 24/181 kB
Progress (4): 2.2/2.3 MB | 253/353 kB | 45/58 kB | 28/181 kB
Progress (4): 2.2/2.3 MB | 253/353 kB | 49/58 kB | 28/181 kB
Progress (4): 2.2/2.3 MB | 258/353 kB | 49/58 kB | 28/181 kB
Progress (4): 2.2/2.3 MB | 258/353 kB | 49/58 kB | 28/181 kB
Progress (4): 2.2/2.3 MB | 258/353 kB | 49/58 kB | 32/181 kB
Progress (4): 2.2/2.3 MB | 262/353 kB | 49/58 kB | 32/181 kB
Progress (4): 2.2/2.3 MB | 262/353 kB | 53/58 kB | 32/181 kB
Progress (4): 2.2/2.3 MB | 262/353 kB | 57/58 kB | 32/181 kB
Progress (4): 2.2/2.3 MB | 262/353 kB | 58 kB | 32/181 kB   
Progress (4): 2.2/2.3 MB | 262/353 kB | 58 kB | 36/181 kB
Progress (4): 2.2/2.3 MB | 262/353 kB | 58 kB | 36/181 kB
Progress (4): 2.2/2.3 MB | 266/353 kB | 58 kB | 36/181 kB
Progress (4): 2.2/2.3 MB | 266/353 kB | 58 kB | 40/181 kB
Progress (4): 2.2/2.3 MB | 270/353 kB | 58 kB | 40/181 kB
Progress (4): 2.2/2.3 MB | 270/353 kB | 58 kB | 45/181 kB
Progress (4): 2.2/2.3 MB | 274/353 kB | 58 kB | 45/181 kB
Progress (4): 2.2/2.3 MB | 274/353 kB | 58 kB | 49/181 kB
Progress (4): 2.2/2.3 MB | 278/353 kB | 58 kB | 49/181 kB
Progress (4): 2.2/2.3 MB | 278/353 kB | 58 kB | 49/181 kB
Progress (4): 2.2/2.3 MB | 282/353 kB | 58 kB | 49/181 kB
Progress (4): 2.2/2.3 MB | 286/353 kB | 58 kB | 49/181 kB
Progress (4): 2.2/2.3 MB | 290/353 kB | 58 kB | 49/181 kB
Progress (4): 2.2/2.3 MB | 294/353 kB | 58 kB | 49/181 kB
Progress (4): 2.2/2.3 MB | 294/353 kB | 58 kB | 49/181 kB
Progress (4): 2.2/2.3 MB | 298/353 kB | 58 kB | 49/181 kB
Progress (4): 2.2/2.3 MB | 303/353 kB | 58 kB | 49/181 kB
Progress (4): 2.2/2.3 MB | 303/353 kB | 58 kB | 49/181 kB
Progress (4): 2.2/2.3 MB | 307/353 kB | 58 kB | 49/181 kB
Progress (4): 2.2/2.3 MB | 311/353 kB | 58 kB | 49/181 kB
Progress (4): 2.3 MB | 311/353 kB | 58 kB | 49/181 kB    
Progress (4): 2.3 MB | 315/353 kB | 58 kB | 49/181 kB
Progress (4): 2.3 MB | 319/353 kB | 58 kB | 49/181 kB
Progress (4): 2.3 MB | 323/353 kB | 58 kB | 49/181 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.4/commons-codec-1.4.jar (58 kB at 130 kB/s)
18:07:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.jar
18:07:58 Progress (4): 2.3 MB | 323/353 kB | 49/181 kB | 4.1/32 kB
Progress (4): 2.3 MB | 327/353 kB | 49/181 kB | 4.1/32 kB
Progress (4): 2.3 MB | 327/353 kB | 53/181 kB | 4.1/32 kB
Progress (4): 2.3 MB | 327/353 kB | 53/181 kB | 7.7/32 kB
Progress (4): 2.3 MB | 327/353 kB | 57/181 kB | 7.7/32 kB
Progress (4): 2.3 MB | 327/353 kB | 57/181 kB | 12/32 kB 
Progress (4): 2.3 MB | 331/353 kB | 57/181 kB | 12/32 kB
Progress (4): 2.3 MB | 331/353 kB | 61/181 kB | 12/32 kB
Progress (4): 2.3 MB | 335/353 kB | 61/181 kB | 12/32 kB
Progress (4): 2.3 MB | 335/353 kB | 61/181 kB | 16/32 kB
Progress (4): 2.3 MB | 339/353 kB | 61/181 kB | 16/32 kB
Progress (4): 2.3 MB | 339/353 kB | 65/181 kB | 16/32 kB
Progress (4): 2.3 MB | 344/353 kB | 65/181 kB | 16/32 kB
Progress (4): 2.3 MB | 344/353 kB | 65/181 kB | 20/32 kB
Progress (4): 2.3 MB | 348/353 kB | 65/181 kB | 20/32 kB
Progress (4): 2.3 MB | 348/353 kB | 65/181 kB | 24/32 kB
Progress (4): 2.3 MB | 352/353 kB | 65/181 kB | 24/32 kB
Progress (4): 2.3 MB | 352/353 kB | 65/181 kB | 28/32 kB
Progress (4): 2.3 MB | 353 kB | 65/181 kB | 28/32 kB    
Progress (4): 2.3 MB | 353 kB | 65/181 kB | 32 kB   
Progress (4): 2.3 MB | 353 kB | 69/181 kB | 32 kB
Progress (4): 2.3 MB | 353 kB | 73/181 kB | 32 kB
Progress (4): 2.3 MB | 353 kB | 77/181 kB | 32 kB
Progress (4): 2.3 MB | 353 kB | 81/181 kB | 32 kB
Progress (4): 2.3 MB | 353 kB | 85/181 kB | 32 kB
Progress (4): 2.3 MB | 353 kB | 90/181 kB | 32 kB
Progress (4): 2.3 MB | 353 kB | 94/181 kB | 32 kB
Progress (4): 2.3 MB | 353 kB | 98/181 kB | 32 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar (2.3 MB at 4.9 MB/s)
18:07:58 Progress (3): 353 kB | 102/181 kB | 32 kB
Progress (3): 353 kB | 106/181 kB | 32 kB
Progress (3): 353 kB | 110/181 kB | 32 kB
Progress (3): 353 kB | 114/181 kB | 32 kB
Progress (3): 353 kB | 118/181 kB | 32 kB
Progress (3): 353 kB | 122/181 kB | 32 kB
Progress (3): 353 kB | 126/181 kB | 32 kB
Progress (3): 353 kB | 131/181 kB | 32 kB
Progress (3): 353 kB | 135/181 kB | 32 kB
Progress (3): 353 kB | 139/181 kB | 32 kB
Progress (3): 353 kB | 143/181 kB | 32 kB
Progress (3): 353 kB | 147/181 kB | 32 kB
Progress (3): 353 kB | 151/181 kB | 32 kB
Progress (3): 353 kB | 155/181 kB | 32 kB
Progress (3): 353 kB | 159/181 kB | 32 kB
Progress (3): 353 kB | 163/181 kB | 32 kB
Progress (3): 353 kB | 167/181 kB | 32 kB
Progress (3): 353 kB | 171/181 kB | 32 kB
Progress (3): 353 kB | 176/181 kB | 32 kB
Progress (3): 353 kB | 180/181 kB | 32 kB
Progress (3): 353 kB | 181 kB | 32 kB    
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar (32 kB at 69 kB/s)
18:07:58 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.jar (353 kB at 760 kB/s)
18:07:58 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.jar (181 kB at 387 kB/s)
18:07:58 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.jar (11 kB at 22 kB/s)
18:07:58 [INFO] 
18:07:58 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt ---
18:07:58 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
18:07:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
18:07:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
18:07:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
18:07:59 Progress (1): 4.1 kB
Progress (1): 6.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 978 kB/s)
18:07:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.8.2/junit-4.8.2.pom
18:07:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/4.8.2/junit-4.8.2.pom
18:07:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/junit/junit/4.8.2/junit-4.8.2.pom
18:07:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom
18:07:59 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 494 kB/s)
18:07:59 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
18:07:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
18:07:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
18:07:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
18:07:59 Progress (1): 4.1 kB
Progress (1): 6.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 254 kB/s)
18:07:59 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
18:07:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
18:07:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
18:08:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
18:08:00 Progress (1): 4.1 kB
Progress (1): 5.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 265 kB/s)
18:08:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
18:08:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
18:08:00 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
18:08:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
18:08:00 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 467 kB/s)
18:08:00 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
18:08:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
18:08:00 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
18:08:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
18:08:00 Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 155 kB/s)
18:08:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
18:08:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
18:08:00 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
18:08:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
18:08:01 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 8.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 337 kB/s)
18:08:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/9/maven-parent-9.pom
18:08:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/9/maven-parent-9.pom
18:08:01 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-parent/9/maven-parent-9.pom
18:08:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom
18:08:01 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): 33 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 1.3 MB/s)
18:08:01 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
18:08:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
18:08:01 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
18:08:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
18:08:01 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 61 kB/s)
18:08:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
18:08:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
18:08:01 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
18:08:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
18:08:02 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 532 kB/s)
18:08:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/5/maven-parent-5.pom
18:08:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/5/maven-parent-5.pom
18:08:02 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-parent/5/maven-parent-5.pom
18:08:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom
18:08:02 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 693 kB/s)
18:08:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/3/apache-3.pom
18:08:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/3/apache-3.pom
18:08:02 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/apache/3/apache-3.pom
18:08:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
18:08:02 Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 149 kB/s)
18:08:02 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
18:08:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
18:08:02 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
18:08:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
18:08:03 Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 169 kB/s)
18:08:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
18:08:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
18:08:03 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
18:08:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
18:08:03 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 111 kB/s)
18:08:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/7/maven-parent-7.pom
18:08:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/7/maven-parent-7.pom
18:08:03 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-parent/7/maven-parent-7.pom
18:08:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom
18:08:03 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 21 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 885 kB/s)
18:08:03 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
18:08:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
18:08:03 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
18:08:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
18:08:04 Progress (1): 765 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 40 kB/s)
18:08:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
18:08:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
18:08:04 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
18:08:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
18:08:04 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 573 kB/s)
18:08:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
18:08:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
18:08:04 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
18:08:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
18:08:04 Progress (1): 767 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 51 kB/s)
18:08:04 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
18:08:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
18:08:04 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
18:08:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
18:08:05 Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 70 kB/s)
18:08:05 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
18:08:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
18:08:05 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
18:08:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
18:08:05 Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 82 kB/s)
18:08:05 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
18:08:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
18:08:05 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
18:08:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
18:08:05 Progress (1): 588 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 29 kB/s)
18:08:05 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
18:08:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
18:08:06 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
18:08:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
18:08:06 Progress (1): 4.1 kB
Progress (1): 6.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 173 kB/s)
18:08:06 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
18:08:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
18:08:06 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
18:08:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
18:08:07 Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 151 kB/s)
18:08:07 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
18:08:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
18:08:07 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
18:08:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
18:08:07 Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 91 kB/s)
18:08:07 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
18:08:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
18:08:07 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
18:08:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
18:08:07 Progress (1): 4.1 kB
Progress (1): 4.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 226 kB/s)
18:08:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
18:08:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
18:08:07 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
18:08:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
18:08:08 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 519 kB/s)
18:08:08 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/16/maven-parent-16.pom
18:08:08 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom
18:08:08 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-parent/16/maven-parent-16.pom
18:08:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
18:08:08 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 23 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.0 MB/s)
18:08:08 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/7/apache-7.pom
18:08:08 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/7/apache-7.pom
18:08:08 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/apache/7/apache-7.pom
18:08:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
18:08:08 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 14 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 627 kB/s)
18:08:08 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
18:08:08 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
18:08:08 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
18:08:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
18:08:09 Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 119 kB/s)
18:08:09 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
18:08:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
18:08:09 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
18:08:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
18:08:09 Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 66 kB/s)
18:08:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
18:08:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
18:08:09 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
18:08:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
18:08:09 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 371 kB/s)
18:08:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
18:08:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom
18:08:10 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-parent/10/maven-parent-10.pom
18:08:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
18:08:10 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): 32 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.1 MB/s)
18:08:10 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
18:08:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom
18:08:10 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom
18:08:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom
18:08:10 Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (2.8 kB at 124 kB/s)
18:08:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
18:08:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
18:08:10 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
18:08:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
18:08:11 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 24 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 809 kB/s)
18:08:11 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
18:08:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom
18:08:11 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom
18:08:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom
18:08:11 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 80 kB/s)
18:08:11 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
18:08:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom
18:08:11 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom
18:08:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom
18:08:11 Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 133 kB/s)
18:08:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
18:08:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
18:08:11 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
18:08:12 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
18:08:12 Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 76 kB/s)
18:08:12 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
18:08:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom
18:08:12 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom
18:08:12 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom
18:08:12 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 72 kB/s)
18:08:12 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
18:08:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
18:08:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
18:08:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
18:08:13 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 193 kB/s)
18:08:13 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
18:08:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
18:08:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
18:08:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
18:08:13 Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 83 kB/s)
18:08:13 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
18:08:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
18:08:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
18:08:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
18:08:13 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (1.6 kB at 74 kB/s)
18:08:13 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
18:08:14 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
18:08:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
18:08:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
18:08:14 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 81 kB/s)
18:08:14 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
18:08:14 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
18:08:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
18:08:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
18:08:14 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (1.5 kB at 58 kB/s)
18:08:14 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
18:08:14 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
18:08:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
18:08:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
18:08:15 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 68 kB/s)
18:08:15 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
18:08:15 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
18:08:15 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
18:08:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
18:08:15 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 18 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 825 kB/s)
18:08:15 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
18:08:15 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
18:08:15 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
18:08:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
18:08:15 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 39 kB/s)
18:08:15 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
18:08:15 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
18:08:15 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
18:08:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
18:08:16 Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 155 kB/s)
18:08:16 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
18:08:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
18:08:16 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
18:08:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
18:08:16 Progress (1): 4.1 kB
Progress (1): 5.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 256 kB/s)
18:08:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
18:08:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
18:08:16 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
18:08:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
18:08:16 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 105 kB/s)
18:08:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
18:08:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
18:08:16 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
18:08:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
18:08:17 Progress (1): 738 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 46 kB/s)
18:08:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/1/apache-1.pom
18:08:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/1/apache-1.pom
18:08:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/apache/1/apache-1.pom
18:08:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom
18:08:17 Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 155 kB/s)
18:08:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
18:08:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
18:08:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
18:08:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
18:08:17 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 14 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 699 kB/s)
18:08:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/9/commons-parent-9.pom
18:08:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/9/commons-parent-9.pom
18:08:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-parent/9/commons-parent-9.pom
18:08:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
18:08:18 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 22 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 914 kB/s)
18:08:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
18:08:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
18:08:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
18:08:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
18:08:18 Progress (1): 4.1 kB
Progress (1): 7.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 323 kB/s)
18:08:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
18:08:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
18:08:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
18:08:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
18:08:18 Progress (1): 4.1 kB
Progress (1): 5.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 277 kB/s)
18:08:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
18:08:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
18:08:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
18:08:19 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
18:08:19 Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 142 kB/s)
18:08:19 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
18:08:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
18:08:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
18:08:19 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
18:08:19 Progress (1): 4.1 kB
Progress (1): 6.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 266 kB/s)
18:08:19 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
18:08:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
18:08:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
18:08:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
18:08:20 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 566 kB/s)
18:08:20 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
18:08:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
18:08:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
18:08:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
18:08:20 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 149 kB/s)
18:08:20 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
18:08:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
18:08:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
18:08:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
18:08:20 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 80 kB/s)
18:08:20 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
18:08:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
18:08:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
18:08:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
18:08:21 Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 162 kB/s)
18:08:21 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
18:08:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
18:08:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
18:08:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
18:08:21 Progress (1): 4.1 kB
Progress (1): 5.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 250 kB/s)
18:08:21 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
18:08:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
18:08:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
18:08:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
18:08:21 Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 41 kB/s)
18:08:21 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
18:08:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
18:08:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
18:08:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
18:08:22 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 136 kB/s)
18:08:22 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
18:08:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
18:08:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
18:08:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
18:08:22 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 119 kB/s)
18:08:22 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
18:08:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
18:08:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
18:08:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
18:08:22 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 82 kB/s)
18:08:22 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
18:08:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
18:08:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
18:08:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
18:08:23 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 150 kB/s)
18:08:23 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
18:08:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
18:08:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
18:08:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
18:08:23 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 99 kB/s)
18:08:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
18:08:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
18:08:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
18:08:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
18:08:24 Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 49 kB/s)
18:08:24 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
18:08:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
18:08:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
18:08:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
18:08:24 Progress (1): 4.1 kB
Progress (1): 7.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 329 kB/s)
18:08:24 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
18:08:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
18:08:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
18:08:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
18:08:24 Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 95 kB/s)
18:08:24 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
18:08:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
18:08:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
18:08:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
18:08:25 Progress (1): 4.1 kB
Progress (1): 7.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 512 kB/s)
18:08:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom
18:08:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom
18:08:25 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/velocity/velocity/1.5/velocity-1.5.pom
18:08:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom
18:08:25 Progress (1): 4.1 kB
Progress (1): 7.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 338 kB/s)
18:08:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
18:08:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
18:08:25 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
18:08:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
18:08:25 Progress (1): 4.1 kB
Progress (1): 6.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 196 kB/s)
18:08:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
18:08:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
18:08:25 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
18:08:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
18:08:26 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 620 kB/s)
18:08:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/oro/oro/2.0.8/oro-2.0.8.pom
18:08:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/oro/oro/2.0.8/oro-2.0.8.pom
18:08:26 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/oro/oro/2.0.8/oro-2.0.8.pom
18:08:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
18:08:26 Progress (1): 140 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 5.4 kB/s)
18:08:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
18:08:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
18:08:26 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
18:08:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
18:08:26 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 736 kB/s)
18:08:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
18:08:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
18:08:26 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
18:08:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
18:08:27 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 568 kB/s)
18:08:27 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
18:08:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
18:08:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
18:08:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
18:08:27 Progress (1): 357 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 18 kB/s)
18:08:27 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
18:08:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
18:08:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
18:08:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
18:08:27 Progress (1): 866 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 38 kB/s)
18:08:27 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
18:08:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
18:08:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
18:08:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
18:08:28 Progress (1): 974 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 26 kB/s)
18:08:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
18:08:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
18:08:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
18:08:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
18:08:28 Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 128 kB/s)
18:08:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
18:08:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
18:08:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
18:08:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
18:08:28 Progress (1): 163 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 7.8 kB/s)
18:08:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
18:08:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
18:08:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
18:08:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
18:08:29 Progress (1): 171 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 9.0 kB/s)
18:08:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
18:08:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
18:08:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
18:08:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
18:08:29 Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 133 kB/s)
18:08:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
18:08:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
18:08:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
18:08:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
18:08:29 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 98 kB/s)
18:08:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
18:08:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
18:08:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
18:08:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
18:08:30 Progress (1): 346 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 23 kB/s)
18:08:30 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
18:08:30 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
18:08:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
18:08:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
18:08:30 Progress (1): 4.1 kB
Progress (1): 8.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 351 kB/s)
18:08:30 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946.pom
18:08:30 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946.pom
18:08:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946.pom
18:08:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946.pom
18:08:31 Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946.pom (2.9 kB at 26 kB/s)
18:08:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.core/0.7.5.201505241946/org.jacoco.core-0.7.5.201505241946.pom
18:08:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jacoco/org.jacoco.core/0.7.5.201505241946/org.jacoco.core-0.7.5.201505241946.pom
18:08:31 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jacoco/org.jacoco.core/0.7.5.201505241946/org.jacoco.core-0.7.5.201505241946.pom
18:08:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.5.201505241946/org.jacoco.core-0.7.5.201505241946.pom
18:08:31 Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.5.201505241946/org.jacoco.core-0.7.5.201505241946.pom (1.2 kB at 19 kB/s)
18:08:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.pom
18:08:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.pom
18:08:31 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.pom
18:08:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.pom
18:08:31 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.pom (2.0 kB at 66 kB/s)
18:08:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom
18:08:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom
18:08:31 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom
18:08:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom
18:08:33 Progress (1): 4.1 kB
Progress (1): 5.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom (5.5 kB at 5.2 kB/s)
18:08:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/ow2/1.3/ow2-1.3.pom
18:08:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/ow2/1.3/ow2-1.3.pom
18:08:33 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/ow2/1.3/ow2-1.3.pom
18:08:33 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom
18:08:33 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 288 kB/s)
18:08:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.report/0.7.5.201505241946/org.jacoco.report-0.7.5.201505241946.pom
18:08:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jacoco/org.jacoco.report/0.7.5.201505241946/org.jacoco.report-0.7.5.201505241946.pom
18:08:33 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jacoco/org.jacoco.report/0.7.5.201505241946/org.jacoco.report-0.7.5.201505241946.pom
18:08:33 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.5.201505241946/org.jacoco.report-0.7.5.201505241946.pom
18:08:34 Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.5.201505241946/org.jacoco.report-0.7.5.201505241946.pom (1.4 kB at 13 kB/s)
18:08:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.8.2/junit-4.8.2.jar
18:08:34 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
18:08:34 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
18:08:34 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
18:08:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
18:08:34 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
18:08:34 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
18:08:34 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
18:08:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
18:08:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
18:08:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
18:08:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
18:08:34 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
18:08:34 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
18:08:34 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
18:08:34 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
18:08:34 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
18:08:34 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
18:08:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar
18:08:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
18:08:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
18:08:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
18:08:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
18:08:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
18:08:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/oro/oro/2.0.8/oro-2.0.8.jar
18:08:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
18:08:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar
18:08:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.core/0.7.5.201505241946/org.jacoco.core-0.7.5.201505241946.jar
18:08:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.jar
18:08:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.report/0.7.5.201505241946/org.jacoco.report-0.7.5.201505241946.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/4.8.2/junit-4.8.2.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/oro/oro/2.0.8/oro-2.0.8.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jacoco/org.jacoco.core/0.7.5.201505241946/org.jacoco.core-0.7.5.201505241946.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.jar
18:08:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jacoco/org.jacoco.report/0.7.5.201505241946/org.jacoco.report-0.7.5.201505241946.jar
18:08:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/junit/junit/4.8.2/junit-4.8.2.jar
18:08:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
18:08:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
18:08:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
18:08:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
18:08:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
18:08:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
18:08:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
18:08:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
18:08:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/velocity/velocity/1.5/velocity-1.5.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/oro/oro/2.0.8/oro-2.0.8.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jacoco/org.jacoco.core/0.7.5.201505241946/org.jacoco.core-0.7.5.201505241946.jar
18:08:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.jar
18:08:36 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jacoco/org.jacoco.report/0.7.5.201505241946/org.jacoco.report-0.7.5.201505241946.jar
18:08:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar
18:08:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
18:08:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
18:08:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
18:08:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
18:08:36 Progress (1): 4.1/38 kB
Progress (1): 7.7/38 kB
Progress (1): 12/38 kB 
Progress (1): 16/38 kB
Progress (2): 16/38 kB | 4.1/38 kB
Progress (2): 16/38 kB | 7.7/38 kB
Progress (2): 20/38 kB | 7.7/38 kB
Progress (2): 20/38 kB | 12/38 kB 
Progress (2): 24/38 kB | 12/38 kB
Progress (2): 24/38 kB | 16/38 kB
Progress (2): 28/38 kB | 16/38 kB
Progress (2): 32/38 kB | 16/38 kB
Progress (2): 36/38 kB | 16/38 kB
Progress (3): 36/38 kB | 16/38 kB | 4.1/237 kB
Progress (3): 38 kB | 16/38 kB | 4.1/237 kB   
Progress (3): 38 kB | 16/38 kB | 7.7/237 kB
Progress (3): 38 kB | 20/38 kB | 7.7/237 kB
Progress (3): 38 kB | 20/38 kB | 12/237 kB 
Progress (3): 38 kB | 24/38 kB | 12/237 kB
Progress (3): 38 kB | 24/38 kB | 16/237 kB
Progress (3): 38 kB | 28/38 kB | 16/237 kB
Progress (3): 38 kB | 32/38 kB | 16/237 kB
Progress (3): 38 kB | 32/38 kB | 20/237 kB
Progress (3): 38 kB | 36/38 kB | 20/237 kB
Progress (3): 38 kB | 36/38 kB | 24/237 kB
Progress (3): 38 kB | 38 kB | 24/237 kB   
Progress (3): 38 kB | 38 kB | 28/237 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 1.2 MB/s)
18:08:36 Progress (2): 38 kB | 32/237 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
18:08:36 Progress (2): 38 kB | 36/237 kB
Progress (2): 38 kB | 40/237 kB
Progress (2): 38 kB | 45/237 kB
Progress (2): 38 kB | 49/237 kB
Progress (2): 38 kB | 53/237 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 1.1 MB/s)
18:08:36 Progress (2): 53/237 kB | 4.1/43 kB
Progress (2): 57/237 kB | 4.1/43 kB
Progress (2): 57/237 kB | 7.7/43 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
18:08:36 Progress (2): 57/237 kB | 12/43 kB
Progress (2): 61/237 kB | 12/43 kB
Progress (2): 61/237 kB | 16/43 kB
Progress (2): 65/237 kB | 16/43 kB
Progress (3): 65/237 kB | 16/43 kB | 4.1/39 kB
Progress (3): 65/237 kB | 16/43 kB | 7.7/39 kB
Progress (3): 65/237 kB | 20/43 kB | 7.7/39 kB
Progress (3): 69/237 kB | 20/43 kB | 7.7/39 kB
Progress (3): 69/237 kB | 20/43 kB | 12/39 kB 
Progress (3): 73/237 kB | 20/43 kB | 12/39 kB
Progress (3): 73/237 kB | 24/43 kB | 12/39 kB
Progress (3): 77/237 kB | 24/43 kB | 12/39 kB
Progress (3): 77/237 kB | 24/43 kB | 16/39 kB
Progress (3): 81/237 kB | 24/43 kB | 16/39 kB
Progress (3): 81/237 kB | 28/43 kB | 16/39 kB
Progress (3): 81/237 kB | 32/43 kB | 16/39 kB
Progress (3): 81/237 kB | 32/43 kB | 20/39 kB
Progress (3): 85/237 kB | 32/43 kB | 20/39 kB
Progress (3): 85/237 kB | 32/43 kB | 24/39 kB
Progress (3): 85/237 kB | 36/43 kB | 24/39 kB
Progress (3): 85/237 kB | 36/43 kB | 28/39 kB
Progress (3): 90/237 kB | 36/43 kB | 28/39 kB
Progress (4): 90/237 kB | 36/43 kB | 28/39 kB | 4.1/17 kB
Progress (4): 90/237 kB | 36/43 kB | 32/39 kB | 4.1/17 kB
Progress (4): 90/237 kB | 40/43 kB | 32/39 kB | 4.1/17 kB
Progress (4): 90/237 kB | 40/43 kB | 32/39 kB | 7.7/17 kB
Progress (4): 94/237 kB | 40/43 kB | 32/39 kB | 7.7/17 kB
Progress (4): 94/237 kB | 40/43 kB | 32/39 kB | 12/17 kB 
Progress (4): 94/237 kB | 40/43 kB | 36/39 kB | 12/17 kB
Progress (4): 94/237 kB | 43 kB | 36/39 kB | 12/17 kB   
Progress (4): 94/237 kB | 43 kB | 39 kB | 12/17 kB   
Progress (4): 94/237 kB | 43 kB | 39 kB | 16/17 kB
Progress (4): 98/237 kB | 43 kB | 39 kB | 16/17 kB
Progress (4): 98/237 kB | 43 kB | 39 kB | 17 kB   
Progress (4): 102/237 kB | 43 kB | 39 kB | 17 kB
Progress (4): 106/237 kB | 43 kB | 39 kB | 17 kB
Progress (5): 106/237 kB | 43 kB | 39 kB | 17 kB | 4.1/251 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 1.0 MB/s)
18:08:36 Progress (4): 110/237 kB | 39 kB | 17 kB | 4.1/251 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
18:08:36 Progress (4): 110/237 kB | 39 kB | 17 kB | 7.7/251 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 940 kB/s)
18:08:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
18:08:36 Progress (3): 114/237 kB | 17 kB | 7.7/251 kB
Progress (3): 114/237 kB | 17 kB | 12/251 kB 
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 386 kB/s)
18:08:36 Progress (2): 114/237 kB | 16/251 kB
Progress (2): 118/237 kB | 16/251 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
18:08:36 Progress (2): 122/237 kB | 16/251 kB
Progress (2): 126/237 kB | 16/251 kB
Progress (2): 126/237 kB | 20/251 kB
Progress (2): 131/237 kB | 20/251 kB
Progress (3): 131/237 kB | 20/251 kB | 0/1.2 MB
Progress (3): 131/237 kB | 24/251 kB | 0/1.2 MB
Progress (4): 131/237 kB | 24/251 kB | 0/1.2 MB | 4.1/158 kB
Progress (4): 131/237 kB | 28/251 kB | 0/1.2 MB | 4.1/158 kB
Progress (4): 131/237 kB | 28/251 kB | 0/1.2 MB | 4.1/158 kB
Progress (4): 131/237 kB | 32/251 kB | 0/1.2 MB | 4.1/158 kB
Progress (4): 131/237 kB | 32/251 kB | 0/1.2 MB | 7.7/158 kB
Progress (4): 135/237 kB | 32/251 kB | 0/1.2 MB | 7.7/158 kB
Progress (4): 135/237 kB | 32/251 kB | 0/1.2 MB | 12/158 kB 
Progress (4): 139/237 kB | 32/251 kB | 0/1.2 MB | 12/158 kB
Progress (4): 139/237 kB | 32/251 kB | 0/1.2 MB | 12/158 kB
Progress (4): 139/237 kB | 32/251 kB | 0/1.2 MB | 16/158 kB
Progress (4): 139/237 kB | 32/251 kB | 0/1.2 MB | 16/158 kB
Progress (4): 143/237 kB | 32/251 kB | 0/1.2 MB | 16/158 kB
Progress (5): 143/237 kB | 32/251 kB | 0/1.2 MB | 16/158 kB | 4.1/262 kB
Progress (5): 143/237 kB | 36/251 kB | 0/1.2 MB | 16/158 kB | 4.1/262 kB
Progress (5): 143/237 kB | 36/251 kB | 0/1.2 MB | 20/158 kB | 4.1/262 kB
Progress (5): 147/237 kB | 36/251 kB | 0/1.2 MB | 20/158 kB | 4.1/262 kB
Progress (5): 147/237 kB | 36/251 kB | 0/1.2 MB | 24/158 kB | 4.1/262 kB
Progress (5): 147/237 kB | 36/251 kB | 0/1.2 MB | 24/158 kB | 4.1/262 kB
Progress (5): 147/237 kB | 40/251 kB | 0/1.2 MB | 24/158 kB | 4.1/262 kB
Progress (5): 147/237 kB | 40/251 kB | 0/1.2 MB | 24/158 kB | 7.7/262 kB
Progress (5): 151/237 kB | 40/251 kB | 0/1.2 MB | 24/158 kB | 7.7/262 kB
Progress (5): 151/237 kB | 45/251 kB | 0/1.2 MB | 24/158 kB | 7.7/262 kB
Progress (5): 151/237 kB | 45/251 kB | 0/1.2 MB | 24/158 kB | 7.7/262 kB
Progress (5): 151/237 kB | 45/251 kB | 0/1.2 MB | 28/158 kB | 7.7/262 kB
Progress (5): 151/237 kB | 49/251 kB | 0/1.2 MB | 28/158 kB | 7.7/262 kB
Progress (5): 155/237 kB | 49/251 kB | 0/1.2 MB | 28/158 kB | 7.7/262 kB
Progress (5): 155/237 kB | 49/251 kB | 0/1.2 MB | 28/158 kB | 12/262 kB 
Progress (5): 155/237 kB | 49/251 kB | 0.1/1.2 MB | 28/158 kB | 12/262 kB
Progress (5): 159/237 kB | 49/251 kB | 0.1/1.2 MB | 28/158 kB | 12/262 kB
Progress (5): 159/237 kB | 53/251 kB | 0.1/1.2 MB | 28/158 kB | 12/262 kB
Progress (5): 159/237 kB | 53/251 kB | 0.1/1.2 MB | 32/158 kB | 12/262 kB
Progress (5): 159/237 kB | 57/251 kB | 0.1/1.2 MB | 32/158 kB | 12/262 kB
Progress (5): 163/237 kB | 57/251 kB | 0.1/1.2 MB | 32/158 kB | 12/262 kB
Progress (5): 163/237 kB | 57/251 kB | 0.1/1.2 MB | 32/158 kB | 12/262 kB
Progress (5): 163/237 kB | 57/251 kB | 0.1/1.2 MB | 32/158 kB | 16/262 kB
Progress (5): 163/237 kB | 57/251 kB | 0.1/1.2 MB | 36/158 kB | 16/262 kB
Progress (5): 163/237 kB | 61/251 kB | 0.1/1.2 MB | 36/158 kB | 16/262 kB
Progress (5): 167/237 kB | 61/251 kB | 0.1/1.2 MB | 36/158 kB | 16/262 kB
Progress (5): 167/237 kB | 61/251 kB | 0.1/1.2 MB | 40/158 kB | 16/262 kB
Progress (5): 171/237 kB | 61/251 kB | 0.1/1.2 MB | 40/158 kB | 16/262 kB
Progress (5): 171/237 kB | 61/251 kB | 0.1/1.2 MB | 40/158 kB | 16/262 kB
Progress (5): 171/237 kB | 65/251 kB | 0.1/1.2 MB | 40/158 kB | 16/262 kB
Progress (5): 171/237 kB | 69/251 kB | 0.1/1.2 MB | 40/158 kB | 16/262 kB
Progress (5): 171/237 kB | 73/251 kB | 0.1/1.2 MB | 40/158 kB | 16/262 kB
Progress (5): 171/237 kB | 77/251 kB | 0.1/1.2 MB | 40/158 kB | 16/262 kB
Progress (5): 171/237 kB | 81/251 kB | 0.1/1.2 MB | 40/158 kB | 16/262 kB
Progress (5): 171/237 kB | 85/251 kB | 0.1/1.2 MB | 40/158 kB | 16/262 kB
Progress (5): 171/237 kB | 90/251 kB | 0.1/1.2 MB | 40/158 kB | 16/262 kB
Progress (5): 171/237 kB | 94/251 kB | 0.1/1.2 MB | 40/158 kB | 16/262 kB
Progress (5): 171/237 kB | 98/251 kB | 0.1/1.2 MB | 40/158 kB | 16/262 kB
Progress (5): 171/237 kB | 98/251 kB | 0.1/1.2 MB | 40/158 kB | 16/262 kB
Progress (5): 171/237 kB | 98/251 kB | 0.1/1.2 MB | 40/158 kB | 20/262 kB
Progress (5): 176/237 kB | 98/251 kB | 0.1/1.2 MB | 40/158 kB | 20/262 kB
Progress (5): 176/237 kB | 98/251 kB | 0.1/1.2 MB | 45/158 kB | 20/262 kB
Progress (5): 176/237 kB | 98/251 kB | 0.1/1.2 MB | 45/158 kB | 20/262 kB
Progress (5): 176/237 kB | 102/251 kB | 0.1/1.2 MB | 45/158 kB | 20/262 kB
Progress (5): 180/237 kB | 102/251 kB | 0.1/1.2 MB | 45/158 kB | 20/262 kB
Progress (5): 180/237 kB | 102/251 kB | 0.1/1.2 MB | 45/158 kB | 24/262 kB
Progress (5): 180/237 kB | 106/251 kB | 0.1/1.2 MB | 45/158 kB | 24/262 kB
Progress (5): 180/237 kB | 106/251 kB | 0.1/1.2 MB | 45/158 kB | 24/262 kB
Progress (5): 180/237 kB | 106/251 kB | 0.1/1.2 MB | 49/158 kB | 24/262 kB
Progress (5): 184/237 kB | 106/251 kB | 0.1/1.2 MB | 49/158 kB | 24/262 kB
Progress (5): 184/237 kB | 110/251 kB | 0.1/1.2 MB | 49/158 kB | 24/262 kB
Progress (5): 184/237 kB | 110/251 kB | 0.1/1.2 MB | 49/158 kB | 28/262 kB
Progress (5): 184/237 kB | 110/251 kB | 0.1/1.2 MB | 53/158 kB | 28/262 kB
Progress (5): 184/237 kB | 114/251 kB | 0.1/1.2 MB | 53/158 kB | 28/262 kB
Progress (5): 184/237 kB | 114/251 kB | 0.1/1.2 MB | 53/158 kB | 28/262 kB
Progress (5): 188/237 kB | 114/251 kB | 0.1/1.2 MB | 53/158 kB | 28/262 kB
Progress (5): 188/237 kB | 114/251 kB | 0.1/1.2 MB | 53/158 kB | 28/262 kB
Progress (5): 188/237 kB | 114/251 kB | 0.1/1.2 MB | 57/158 kB | 28/262 kB
Progress (5): 188/237 kB | 114/251 kB | 0.1/1.2 MB | 57/158 kB | 32/262 kB
Progress (5): 188/237 kB | 114/251 kB | 0.1/1.2 MB | 61/158 kB | 32/262 kB
Progress (5): 188/237 kB | 118/251 kB | 0.1/1.2 MB | 61/158 kB | 32/262 kB
Progress (5): 192/237 kB | 118/251 kB | 0.1/1.2 MB | 61/158 kB | 32/262 kB
Progress (5): 192/237 kB | 122/251 kB | 0.1/1.2 MB | 61/158 kB | 32/262 kB
Progress (5): 192/237 kB | 122/251 kB | 0.1/1.2 MB | 61/158 kB | 32/262 kB
Progress (5): 192/237 kB | 122/251 kB | 0.1/1.2 MB | 65/158 kB | 32/262 kB
Progress (5): 192/237 kB | 122/251 kB | 0.1/1.2 MB | 65/158 kB | 32/262 kB
Progress (5): 192/237 kB | 126/251 kB | 0.1/1.2 MB | 65/158 kB | 32/262 kB
Progress (5): 192/237 kB | 126/251 kB | 0.1/1.2 MB | 65/158 kB | 36/262 kB
Progress (5): 196/237 kB | 126/251 kB | 0.1/1.2 MB | 65/158 kB | 36/262 kB
Progress (5): 196/237 kB | 126/251 kB | 0.1/1.2 MB | 65/158 kB | 40/262 kB
Progress (5): 196/237 kB | 126/251 kB | 0.1/1.2 MB | 69/158 kB | 40/262 kB
Progress (5): 196/237 kB | 131/251 kB | 0.1/1.2 MB | 69/158 kB | 40/262 kB
Progress (5): 196/237 kB | 131/251 kB | 0.1/1.2 MB | 73/158 kB | 40/262 kB
Progress (5): 196/237 kB | 131/251 kB | 0.1/1.2 MB | 73/158 kB | 45/262 kB
Progress (5): 196/237 kB | 131/251 kB | 0.1/1.2 MB | 73/158 kB | 45/262 kB
Progress (5): 196/237 kB | 131/251 kB | 0.1/1.2 MB | 73/158 kB | 49/262 kB
Progress (5): 196/237 kB | 131/251 kB | 0.1/1.2 MB | 77/158 kB | 49/262 kB
Progress (5): 200/237 kB | 131/251 kB | 0.1/1.2 MB | 77/158 kB | 49/262 kB
Progress (5): 200/237 kB | 131/251 kB | 0.1/1.2 MB | 81/158 kB | 49/262 kB
Progress (5): 200/237 kB | 131/251 kB | 0.1/1.2 MB | 81/158 kB | 49/262 kB
Progress (5): 200/237 kB | 135/251 kB | 0.1/1.2 MB | 81/158 kB | 49/262 kB
Progress (5): 200/237 kB | 135/251 kB | 0.1/1.2 MB | 81/158 kB | 53/262 kB
Progress (5): 204/237 kB | 135/251 kB | 0.1/1.2 MB | 81/158 kB | 53/262 kB
Progress (5): 204/237 kB | 135/251 kB | 0.1/1.2 MB | 81/158 kB | 57/262 kB
Progress (5): 204/237 kB | 135/251 kB | 0.1/1.2 MB | 85/158 kB | 57/262 kB
Progress (5): 204/237 kB | 139/251 kB | 0.1/1.2 MB | 85/158 kB | 57/262 kB
Progress (5): 204/237 kB | 139/251 kB | 0.1/1.2 MB | 90/158 kB | 57/262 kB
Progress (5): 204/237 kB | 139/251 kB | 0.1/1.2 MB | 90/158 kB | 61/262 kB
Progress (5): 204/237 kB | 139/251 kB | 0.2/1.2 MB | 90/158 kB | 61/262 kB
Progress (5): 208/237 kB | 139/251 kB | 0.2/1.2 MB | 90/158 kB | 61/262 kB
Progress (5): 208/237 kB | 139/251 kB | 0.2/1.2 MB | 90/158 kB | 61/262 kB
Progress (5): 208/237 kB | 139/251 kB | 0.2/1.2 MB | 90/158 kB | 65/262 kB
Progress (5): 208/237 kB | 139/251 kB | 0.2/1.2 MB | 94/158 kB | 65/262 kB
Progress (5): 208/237 kB | 143/251 kB | 0.2/1.2 MB | 94/158 kB | 65/262 kB
Progress (5): 208/237 kB | 143/251 kB | 0.2/1.2 MB | 98/158 kB | 65/262 kB
Progress (5): 212/237 kB | 143/251 kB | 0.2/1.2 MB | 98/158 kB | 65/262 kB
Progress (5): 212/237 kB | 147/251 kB | 0.2/1.2 MB | 98/158 kB | 65/262 kB
Progress (5): 212/237 kB | 147/251 kB | 0.2/1.2 MB | 98/158 kB | 65/262 kB
Progress (5): 212/237 kB | 147/251 kB | 0.2/1.2 MB | 98/158 kB | 69/262 kB
Progress (5): 212/237 kB | 147/251 kB | 0.2/1.2 MB | 98/158 kB | 69/262 kB
Progress (5): 212/237 kB | 147/251 kB | 0.2/1.2 MB | 102/158 kB | 69/262 kB
Progress (5): 212/237 kB | 151/251 kB | 0.2/1.2 MB | 102/158 kB | 69/262 kB
Progress (5): 212/237 kB | 151/251 kB | 0.2/1.2 MB | 102/158 kB | 73/262 kB
Progress (5): 217/237 kB | 151/251 kB | 0.2/1.2 MB | 102/158 kB | 73/262 kB
Progress (5): 217/237 kB | 151/251 kB | 0.2/1.2 MB | 102/158 kB | 77/262 kB
Progress (5): 217/237 kB | 155/251 kB | 0.2/1.2 MB | 102/158 kB | 77/262 kB
Progress (5): 217/237 kB | 155/251 kB | 0.2/1.2 MB | 106/158 kB | 77/262 kB
Progress (5): 217/237 kB | 159/251 kB | 0.2/1.2 MB | 106/158 kB | 77/262 kB
Progress (5): 217/237 kB | 159/251 kB | 0.2/1.2 MB | 106/158 kB | 81/262 kB
Progress (5): 221/237 kB | 159/251 kB | 0.2/1.2 MB | 106/158 kB | 81/262 kB
Progress (5): 221/237 kB | 159/251 kB | 0.2/1.2 MB | 106/158 kB | 81/262 kB
Progress (5): 225/237 kB | 159/251 kB | 0.2/1.2 MB | 106/158 kB | 81/262 kB
Progress (5): 225/237 kB | 159/251 kB | 0.2/1.2 MB | 106/158 kB | 81/262 kB
Progress (5): 225/237 kB | 163/251 kB | 0.2/1.2 MB | 106/158 kB | 81/262 kB
Progress (5): 225/237 kB | 163/251 kB | 0.2/1.2 MB | 106/158 kB | 85/262 kB
Progress (5): 225/237 kB | 163/251 kB | 0.2/1.2 MB | 110/158 kB | 85/262 kB
Progress (5): 225/237 kB | 163/251 kB | 0.2/1.2 MB | 110/158 kB | 90/262 kB
Progress (5): 225/237 kB | 167/251 kB | 0.2/1.2 MB | 110/158 kB | 90/262 kB
Progress (5): 229/237 kB | 167/251 kB | 0.2/1.2 MB | 110/158 kB | 90/262 kB
Progress (5): 229/237 kB | 167/251 kB | 0.2/1.2 MB | 110/158 kB | 90/262 kB
Progress (5): 229/237 kB | 171/251 kB | 0.2/1.2 MB | 110/158 kB | 90/262 kB
Progress (5): 229/237 kB | 171/251 kB | 0.2/1.2 MB | 110/158 kB | 90/262 kB
Progress (5): 229/237 kB | 171/251 kB | 0.2/1.2 MB | 110/158 kB | 94/262 kB
Progress (5): 229/237 kB | 171/251 kB | 0.2/1.2 MB | 114/158 kB | 94/262 kB
Progress (5): 229/237 kB | 171/251 kB | 0.2/1.2 MB | 114/158 kB | 98/262 kB
Progress (5): 229/237 kB | 176/251 kB | 0.2/1.2 MB | 114/158 kB | 98/262 kB
Progress (5): 233/237 kB | 176/251 kB | 0.2/1.2 MB | 114/158 kB | 98/262 kB
Progress (5): 233/237 kB | 176/251 kB | 0.2/1.2 MB | 118/158 kB | 98/262 kB
Progress (5): 233/237 kB | 180/251 kB | 0.2/1.2 MB | 118/158 kB | 98/262 kB
Progress (5): 233/237 kB | 180/251 kB | 0.2/1.2 MB | 122/158 kB | 98/262 kB
Progress (5): 237/237 kB | 180/251 kB | 0.2/1.2 MB | 122/158 kB | 98/262 kB
Progress (5): 237/237 kB | 180/251 kB | 0.2/1.2 MB | 122/158 kB | 98/262 kB
Progress (5): 237 kB | 180/251 kB | 0.2/1.2 MB | 122/158 kB | 98/262 kB    
Progress (5): 237 kB | 180/251 kB | 0.2/1.2 MB | 122/158 kB | 98/262 kB
Progress (5): 237 kB | 180/251 kB | 0.2/1.2 MB | 126/158 kB | 98/262 kB
Progress (5): 237 kB | 180/251 kB | 0.2/1.2 MB | 126/158 kB | 102/262 kB
Progress (5): 237 kB | 180/251 kB | 0.2/1.2 MB | 131/158 kB | 102/262 kB
Progress (5): 237 kB | 184/251 kB | 0.2/1.2 MB | 131/158 kB | 102/262 kB
Progress (5): 237 kB | 184/251 kB | 0.2/1.2 MB | 131/158 kB | 106/262 kB
Progress (5): 237 kB | 188/251 kB | 0.2/1.2 MB | 131/158 kB | 106/262 kB
Progress (5): 237 kB | 188/251 kB | 0.2/1.2 MB | 131/158 kB | 110/262 kB
Progress (5): 237 kB | 188/251 kB | 0.2/1.2 MB | 135/158 kB | 110/262 kB
Progress (5): 237 kB | 192/251 kB | 0.2/1.2 MB | 135/158 kB | 110/262 kB
Progress (5): 237 kB | 192/251 kB | 0.2/1.2 MB | 139/158 kB | 110/262 kB
Progress (5): 237 kB | 192/251 kB | 0.2/1.2 MB | 139/158 kB | 114/262 kB
Progress (5): 237 kB | 192/251 kB | 0.2/1.2 MB | 139/158 kB | 114/262 kB
Progress (5): 237 kB | 192/251 kB | 0.2/1.2 MB | 143/158 kB | 114/262 kB
                                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 2.1 MB/s)
18:08:36 Progress (4): 196/251 kB | 0.2/1.2 MB | 143/158 kB | 114/262 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
18:08:36 Progress (4): 196/251 kB | 0.2/1.2 MB | 143/158 kB | 118/262 kB
Progress (4): 196/251 kB | 0.2/1.2 MB | 147/158 kB | 118/262 kB
Progress (4): 196/251 kB | 0.2/1.2 MB | 147/158 kB | 118/262 kB
Progress (4): 200/251 kB | 0.2/1.2 MB | 147/158 kB | 118/262 kB
Progress (4): 200/251 kB | 0.2/1.2 MB | 147/158 kB | 122/262 kB
Progress (4): 204/251 kB | 0.2/1.2 MB | 147/158 kB | 122/262 kB
Progress (4): 204/251 kB | 0.2/1.2 MB | 151/158 kB | 122/262 kB
Progress (4): 208/251 kB | 0.2/1.2 MB | 151/158 kB | 122/262 kB
Progress (4): 208/251 kB | 0.2/1.2 MB | 151/158 kB | 126/262 kB
Progress (4): 212/251 kB | 0.2/1.2 MB | 151/158 kB | 126/262 kB
Progress (4): 212/251 kB | 0.2/1.2 MB | 155/158 kB | 126/262 kB
Progress (4): 212/251 kB | 0.3/1.2 MB | 155/158 kB | 126/262 kB
Progress (4): 212/251 kB | 0.3/1.2 MB | 155/158 kB | 131/262 kB
Progress (4): 212/251 kB | 0.3/1.2 MB | 155/158 kB | 131/262 kB
Progress (4): 212/251 kB | 0.3/1.2 MB | 158 kB | 131/262 kB    
Progress (4): 217/251 kB | 0.3/1.2 MB | 158 kB | 131/262 kB
Progress (5): 217/251 kB | 0.3/1.2 MB | 158 kB | 131/262 kB | 4.1/305 kB
Progress (5): 217/251 kB | 0.3/1.2 MB | 158 kB | 135/262 kB | 4.1/305 kB
Progress (5): 217/251 kB | 0.3/1.2 MB | 158 kB | 139/262 kB | 4.1/305 kB
Progress (5): 217/251 kB | 0.3/1.2 MB | 158 kB | 139/262 kB | 4.1/305 kB
Progress (5): 217/251 kB | 0.3/1.2 MB | 158 kB | 139/262 kB | 4.1/305 kB
                                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 1.3 MB/s)
18:08:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
18:08:36 Progress (4): 221/251 kB | 0.3/1.2 MB | 139/262 kB | 4.1/305 kB
Progress (4): 221/251 kB | 0.3/1.2 MB | 139/262 kB | 4.1/305 kB
Progress (4): 221/251 kB | 0.3/1.2 MB | 143/262 kB | 4.1/305 kB
Progress (4): 221/251 kB | 0.3/1.2 MB | 143/262 kB | 7.7/305 kB
Progress (4): 221/251 kB | 0.3/1.2 MB | 147/262 kB | 7.7/305 kB
Progress (4): 221/251 kB | 0.3/1.2 MB | 147/262 kB | 7.7/305 kB
Progress (4): 225/251 kB | 0.3/1.2 MB | 147/262 kB | 7.7/305 kB
Progress (4): 225/251 kB | 0.3/1.2 MB | 147/262 kB | 12/305 kB 
Progress (4): 229/251 kB | 0.3/1.2 MB | 147/262 kB | 12/305 kB
Progress (4): 229/251 kB | 0.3/1.2 MB | 147/262 kB | 16/305 kB
Progress (4): 229/251 kB | 0.3/1.2 MB | 147/262 kB | 16/305 kB
Progress (4): 229/251 kB | 0.3/1.2 MB | 151/262 kB | 16/305 kB
Progress (4): 229/251 kB | 0.3/1.2 MB | 151/262 kB | 16/305 kB
Progress (4): 229/251 kB | 0.3/1.2 MB | 155/262 kB | 16/305 kB
Progress (5): 229/251 kB | 0.3/1.2 MB | 155/262 kB | 16/305 kB | 4.1/30 kB
Progress (5): 229/251 kB | 0.3/1.2 MB | 159/262 kB | 16/305 kB | 4.1/30 kB
Progress (5): 229/251 kB | 0.3/1.2 MB | 159/262 kB | 20/305 kB | 4.1/30 kB
Progress (5): 233/251 kB | 0.3/1.2 MB | 159/262 kB | 20/305 kB | 4.1/30 kB
Progress (5): 233/251 kB | 0.3/1.2 MB | 159/262 kB | 24/305 kB | 4.1/30 kB
Progress (5): 233/251 kB | 0.3/1.2 MB | 159/262 kB | 24/305 kB | 4.1/30 kB
Progress (5): 233/251 kB | 0.3/1.2 MB | 163/262 kB | 24/305 kB | 4.1/30 kB
Progress (5): 233/251 kB | 0.3/1.2 MB | 163/262 kB | 24/305 kB | 7.7/30 kB
Progress (5): 233/251 kB | 0.3/1.2 MB | 163/262 kB | 24/305 kB | 7.7/30 kB
Progress (5): 233/251 kB | 0.3/1.2 MB | 163/262 kB | 28/305 kB | 7.7/30 kB
Progress (5): 237/251 kB | 0.3/1.2 MB | 163/262 kB | 28/305 kB | 7.7/30 kB
Progress (5): 237/251 kB | 0.3/1.2 MB | 167/262 kB | 28/305 kB | 7.7/30 kB
Progress (5): 237/251 kB | 0.3/1.2 MB | 167/262 kB | 32/305 kB | 7.7/30 kB
Progress (5): 237/251 kB | 0.3/1.2 MB | 167/262 kB | 32/305 kB | 12/30 kB 
Progress (5): 237/251 kB | 0.3/1.2 MB | 167/262 kB | 32/305 kB | 12/30 kB
Progress (5): 237/251 kB | 0.3/1.2 MB | 171/262 kB | 32/305 kB | 12/30 kB
Progress (5): 241/251 kB | 0.3/1.2 MB | 171/262 kB | 32/305 kB | 12/30 kB
Progress (5): 241/251 kB | 0.3/1.2 MB | 176/262 kB | 32/305 kB | 12/30 kB
Progress (5): 241/251 kB | 0.3/1.2 MB | 176/262 kB | 36/305 kB | 12/30 kB
Progress (5): 241/251 kB | 0.3/1.2 MB | 176/262 kB | 36/305 kB | 12/30 kB
Progress (5): 241/251 kB | 0.3/1.2 MB | 176/262 kB | 36/305 kB | 16/30 kB
Progress (5): 241/251 kB | 0.3/1.2 MB | 176/262 kB | 40/305 kB | 16/30 kB
Progress (5): 241/251 kB | 0.3/1.2 MB | 180/262 kB | 40/305 kB | 16/30 kB
Progress (5): 245/251 kB | 0.3/1.2 MB | 180/262 kB | 40/305 kB | 16/30 kB
Progress (5): 245/251 kB | 0.3/1.2 MB | 180/262 kB | 40/305 kB | 20/30 kB
Progress (5): 245/251 kB | 0.4/1.2 MB | 180/262 kB | 40/305 kB | 20/30 kB
Progress (5): 245/251 kB | 0.4/1.2 MB | 180/262 kB | 45/305 kB | 20/30 kB
Progress (5): 245/251 kB | 0.4/1.2 MB | 180/262 kB | 45/305 kB | 20/30 kB
Progress (5): 249/251 kB | 0.4/1.2 MB | 180/262 kB | 45/305 kB | 20/30 kB
Progress (5): 249/251 kB | 0.4/1.2 MB | 180/262 kB | 45/305 kB | 24/30 kB
Progress (5): 251 kB | 0.4/1.2 MB | 180/262 kB | 45/305 kB | 24/30 kB    
Progress (5): 251 kB | 0.4/1.2 MB | 184/262 kB | 45/305 kB | 24/30 kB
Progress (5): 251 kB | 0.4/1.2 MB | 184/262 kB | 49/305 kB | 24/30 kB
Progress (5): 251 kB | 0.4/1.2 MB | 188/262 kB | 49/305 kB | 24/30 kB
Progress (5): 251 kB | 0.4/1.2 MB | 188/262 kB | 49/305 kB | 24/30 kB
Progress (5): 251 kB | 0.4/1.2 MB | 188/262 kB | 49/305 kB | 28/30 kB
Progress (5): 251 kB | 0.4/1.2 MB | 188/262 kB | 49/305 kB | 28/30 kB
Progress (5): 251 kB | 0.4/1.2 MB | 192/262 kB | 49/305 kB | 28/30 kB
Progress (5): 251 kB | 0.4/1.2 MB | 192/262 kB | 53/305 kB | 28/30 kB
Progress (5): 251 kB | 0.4/1.2 MB | 192/262 kB | 53/305 kB | 30 kB   
Progress (5): 251 kB | 0.4/1.2 MB | 192/262 kB | 57/305 kB | 30 kB
Progress (5): 251 kB | 0.4/1.2 MB | 196/262 kB | 57/305 kB | 30 kB
Progress (5): 251 kB | 0.4/1.2 MB | 196/262 kB | 61/305 kB | 30 kB
Progress (5): 251 kB | 0.4/1.2 MB | 196/262 kB | 61/305 kB | 30 kB
Progress (5): 251 kB | 0.4/1.2 MB | 196/262 kB | 65/305 kB | 30 kB
Progress (5): 251 kB | 0.4/1.2 MB | 196/262 kB | 65/305 kB | 30 kB
Progress (5): 251 kB | 0.4/1.2 MB | 196/262 kB | 69/305 kB | 30 kB
Progress (5): 251 kB | 0.4/1.2 MB | 200/262 kB | 69/305 kB | 30 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 231 kB/s)
18:08:36 Progress (4): 251 kB | 0.4/1.2 MB | 200/262 kB | 73/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 200/262 kB | 73/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 200/262 kB | 77/305 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar
18:08:36 Progress (4): 251 kB | 0.4/1.2 MB | 204/262 kB | 77/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 204/262 kB | 81/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 204/262 kB | 81/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 208/262 kB | 81/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 212/262 kB | 81/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 212/262 kB | 85/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 212/262 kB | 90/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 212/262 kB | 90/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 212/262 kB | 94/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 212/262 kB | 94/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 212/262 kB | 98/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 217/262 kB | 98/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 221/262 kB | 98/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 221/262 kB | 98/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 225/262 kB | 98/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 225/262 kB | 102/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 229/262 kB | 102/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 229/262 kB | 102/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 229/262 kB | 106/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 229/262 kB | 110/305 kB
Progress (4): 251 kB | 0.4/1.2 MB | 229/262 kB | 114/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 229/262 kB | 114/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 229/262 kB | 114/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 233/262 kB | 114/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 233/262 kB | 118/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 237/262 kB | 118/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 237/262 kB | 122/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 241/262 kB | 122/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 241/262 kB | 126/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 241/262 kB | 126/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 241/262 kB | 131/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 241/262 kB | 131/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 245/262 kB | 131/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 245/262 kB | 135/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 245/262 kB | 139/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 245/262 kB | 139/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 245/262 kB | 143/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 245/262 kB | 143/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 245/262 kB | 147/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 245/262 kB | 147/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 245/262 kB | 151/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 245/262 kB | 155/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 245/262 kB | 159/305 kB
Progress (4): 251 kB | 0.5/1.2 MB | 245/262 kB | 163/305 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 1.8 MB/s)
18:08:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar
18:08:36 Progress (3): 0.5/1.2 MB | 245/262 kB | 163/305 kB
Progress (3): 0.5/1.2 MB | 249/262 kB | 163/305 kB
Progress (3): 0.5/1.2 MB | 249/262 kB | 167/305 kB
Progress (3): 0.5/1.2 MB | 253/262 kB | 167/305 kB
Progress (3): 0.5/1.2 MB | 253/262 kB | 171/305 kB
Progress (3): 0.5/1.2 MB | 258/262 kB | 171/305 kB
Progress (3): 0.5/1.2 MB | 258/262 kB | 171/305 kB
Progress (3): 0.5/1.2 MB | 258/262 kB | 176/305 kB
Progress (3): 0.5/1.2 MB | 262/262 kB | 176/305 kB
Progress (3): 0.5/1.2 MB | 262/262 kB | 176/305 kB
Progress (3): 0.5/1.2 MB | 262/262 kB | 180/305 kB
Progress (4): 0.5/1.2 MB | 262/262 kB | 180/305 kB | 4.1/50 kB
Progress (4): 0.5/1.2 MB | 262 kB | 180/305 kB | 4.1/50 kB    
Progress (4): 0.5/1.2 MB | 262 kB | 180/305 kB | 7.7/50 kB
Progress (5): 0.5/1.2 MB | 262 kB | 180/305 kB | 7.7/50 kB | 4.1/52 kB
Progress (5): 0.5/1.2 MB | 262 kB | 184/305 kB | 7.7/50 kB | 4.1/52 kB
Progress (5): 0.5/1.2 MB | 262 kB | 184/305 kB | 12/50 kB | 4.1/52 kB 
Progress (5): 0.5/1.2 MB | 262 kB | 188/305 kB | 12/50 kB | 4.1/52 kB
Progress (5): 0.5/1.2 MB | 262 kB | 188/305 kB | 12/50 kB | 7.7/52 kB
Progress (5): 0.5/1.2 MB | 262 kB | 192/305 kB | 12/50 kB | 7.7/52 kB
Progress (5): 0.5/1.2 MB | 262 kB | 192/305 kB | 16/50 kB | 7.7/52 kB
Progress (5): 0.5/1.2 MB | 262 kB | 192/305 kB | 16/50 kB | 7.7/52 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.3 MB/s)
18:08:36 Progress (4): 0.5/1.2 MB | 196/305 kB | 16/50 kB | 7.7/52 kB
Progress (4): 0.5/1.2 MB | 196/305 kB | 16/50 kB | 12/52 kB 
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar
18:08:36 Progress (4): 0.5/1.2 MB | 196/305 kB | 20/50 kB | 12/52 kB
Progress (4): 0.5/1.2 MB | 196/305 kB | 20/50 kB | 12/52 kB
Progress (4): 0.5/1.2 MB | 196/305 kB | 24/50 kB | 12/52 kB
Progress (4): 0.5/1.2 MB | 200/305 kB | 24/50 kB | 12/52 kB
Progress (4): 0.5/1.2 MB | 200/305 kB | 24/50 kB | 16/52 kB
Progress (4): 0.5/1.2 MB | 204/305 kB | 24/50 kB | 16/52 kB
Progress (4): 0.5/1.2 MB | 204/305 kB | 28/50 kB | 16/52 kB
Progress (4): 0.5/1.2 MB | 208/305 kB | 28/50 kB | 16/52 kB
Progress (4): 0.5/1.2 MB | 208/305 kB | 32/50 kB | 16/52 kB
Progress (4): 0.5/1.2 MB | 208/305 kB | 32/50 kB | 16/52 kB
Progress (4): 0.5/1.2 MB | 212/305 kB | 32/50 kB | 16/52 kB
Progress (4): 0.6/1.2 MB | 212/305 kB | 32/50 kB | 16/52 kB
Progress (4): 0.6/1.2 MB | 212/305 kB | 32/50 kB | 20/52 kB
Progress (4): 0.6/1.2 MB | 212/305 kB | 36/50 kB | 20/52 kB
Progress (4): 0.6/1.2 MB | 212/305 kB | 36/50 kB | 24/52 kB
Progress (5): 0.6/1.2 MB | 212/305 kB | 36/50 kB | 24/52 kB | 4.1/15 kB
Progress (5): 0.6/1.2 MB | 217/305 kB | 36/50 kB | 24/52 kB | 4.1/15 kB
Progress (5): 0.6/1.2 MB | 217/305 kB | 40/50 kB | 24/52 kB | 4.1/15 kB
Progress (5): 0.6/1.2 MB | 221/305 kB | 40/50 kB | 24/52 kB | 4.1/15 kB
Progress (5): 0.6/1.2 MB | 221/305 kB | 40/50 kB | 24/52 kB | 7.7/15 kB
Progress (5): 0.6/1.2 MB | 221/305 kB | 40/50 kB | 28/52 kB | 7.7/15 kB
Progress (5): 0.6/1.2 MB | 221/305 kB | 40/50 kB | 28/52 kB | 7.7/15 kB
Progress (5): 0.6/1.2 MB | 221/305 kB | 40/50 kB | 32/52 kB | 7.7/15 kB
Progress (5): 0.6/1.2 MB | 221/305 kB | 40/50 kB | 32/52 kB | 12/15 kB 
Progress (5): 0.6/1.2 MB | 225/305 kB | 40/50 kB | 32/52 kB | 12/15 kB
Progress (5): 0.6/1.2 MB | 225/305 kB | 45/50 kB | 32/52 kB | 12/15 kB
Progress (5): 0.6/1.2 MB | 229/305 kB | 45/50 kB | 32/52 kB | 12/15 kB
Progress (5): 0.6/1.2 MB | 229/305 kB | 45/50 kB | 36/52 kB | 12/15 kB
Progress (5): 0.6/1.2 MB | 229/305 kB | 45/50 kB | 36/52 kB | 15 kB   
Progress (5): 0.6/1.2 MB | 229/305 kB | 45/50 kB | 36/52 kB | 15 kB
Progress (5): 0.6/1.2 MB | 229/305 kB | 45/50 kB | 40/52 kB | 15 kB
Progress (5): 0.6/1.2 MB | 229/305 kB | 49/50 kB | 40/52 kB | 15 kB
Progress (5): 0.6/1.2 MB | 229/305 kB | 49/50 kB | 45/52 kB | 15 kB
Progress (5): 0.6/1.2 MB | 233/305 kB | 49/50 kB | 45/52 kB | 15 kB
Progress (5): 0.6/1.2 MB | 233/305 kB | 49/50 kB | 45/52 kB | 15 kB
Progress (5): 0.6/1.2 MB | 233/305 kB | 49/50 kB | 49/52 kB | 15 kB
Progress (5): 0.6/1.2 MB | 233/305 kB | 50 kB | 49/52 kB | 15 kB   
Progress (5): 0.6/1.2 MB | 233/305 kB | 50 kB | 49/52 kB | 15 kB
Progress (5): 0.6/1.2 MB | 237/305 kB | 50 kB | 49/52 kB | 15 kB
Progress (5): 0.6/1.2 MB | 237/305 kB | 50 kB | 52 kB | 15 kB   
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 72 kB/s)
18:08:36 Progress (4): 0.6/1.2 MB | 241/305 kB | 50 kB | 52 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar
18:08:36 Progress (4): 0.6/1.2 MB | 241/305 kB | 50 kB | 52 kB
Progress (4): 0.6/1.2 MB | 245/305 kB | 50 kB | 52 kB
Progress (4): 0.6/1.2 MB | 245/305 kB | 50 kB | 52 kB
Progress (4): 0.6/1.2 MB | 249/305 kB | 50 kB | 52 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 240 kB/s)
18:08:36 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 249 kB/s)
18:08:36 Progress (2): 0.6/1.2 MB | 253/305 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
18:08:36 Progress (2): 0.6/1.2 MB | 253/305 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
18:08:36 Progress (2): 0.6/1.2 MB | 253/305 kB
Progress (3): 0.6/1.2 MB | 253/305 kB | 4.1/37 kB
Progress (3): 0.6/1.2 MB | 258/305 kB | 4.1/37 kB
Progress (3): 0.6/1.2 MB | 258/305 kB | 7.7/37 kB
Progress (3): 0.6/1.2 MB | 262/305 kB | 7.7/37 kB
Progress (3): 0.6/1.2 MB | 262/305 kB | 12/37 kB 
Progress (3): 0.6/1.2 MB | 262/305 kB | 12/37 kB
Progress (3): 0.6/1.2 MB | 262/305 kB | 16/37 kB
Progress (3): 0.6/1.2 MB | 262/305 kB | 16/37 kB
Progress (3): 0.6/1.2 MB | 266/305 kB | 16/37 kB
Progress (4): 0.6/1.2 MB | 266/305 kB | 16/37 kB | 4.1/7.7 kB
Progress (4): 0.6/1.2 MB | 270/305 kB | 16/37 kB | 4.1/7.7 kB
Progress (4): 0.6/1.2 MB | 270/305 kB | 16/37 kB | 7.7/7.7 kB
Progress (4): 0.6/1.2 MB | 270/305 kB | 16/37 kB | 7.7/7.7 kB
Progress (4): 0.6/1.2 MB | 274/305 kB | 16/37 kB | 7.7/7.7 kB
Progress (4): 0.7/1.2 MB | 274/305 kB | 16/37 kB | 7.7/7.7 kB
Progress (4): 0.7/1.2 MB | 274/305 kB | 20/37 kB | 7.7/7.7 kB
Progress (5): 0.7/1.2 MB | 274/305 kB | 20/37 kB | 7.7/7.7 kB | 4.1/11 kB
Progress (5): 0.7/1.2 MB | 274/305 kB | 20/37 kB | 7.7 kB | 4.1/11 kB    
Progress (5): 0.7/1.2 MB | 274/305 kB | 20/37 kB | 7.7 kB | 7.7/11 kB
Progress (5): 0.7/1.2 MB | 274/305 kB | 24/37 kB | 7.7 kB | 7.7/11 kB
Progress (5): 0.7/1.2 MB | 278/305 kB | 24/37 kB | 7.7 kB | 7.7/11 kB
Progress (5): 0.7/1.2 MB | 278/305 kB | 28/37 kB | 7.7 kB | 7.7/11 kB
Progress (5): 0.7/1.2 MB | 278/305 kB | 28/37 kB | 7.7 kB | 7.7/11 kB
Progress (5): 0.7/1.2 MB | 278/305 kB | 28/37 kB | 7.7 kB | 11 kB    
Progress (5): 0.7/1.2 MB | 278/305 kB | 28/37 kB | 7.7 kB | 11 kB
Progress (5): 0.7/1.2 MB | 278/305 kB | 32/37 kB | 7.7 kB | 11 kB
Progress (5): 0.7/1.2 MB | 282/305 kB | 32/37 kB | 7.7 kB | 11 kB
Progress (5): 0.7/1.2 MB | 282/305 kB | 36/37 kB | 7.7 kB | 11 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 35 kB/s)
18:08:36 Progress (4): 0.7/1.2 MB | 282/305 kB | 36/37 kB | 11 kB
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar
18:08:36 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 48 kB/s)
18:08:36 Progress (3): 0.7/1.2 MB | 282/305 kB | 37 kB
Progress (3): 0.7/1.2 MB | 286/305 kB | 37 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
18:08:36 Progress (3): 0.7/1.2 MB | 286/305 kB | 37 kB
Progress (3): 0.7/1.2 MB | 290/305 kB | 37 kB
Progress (3): 0.7/1.2 MB | 294/305 kB | 37 kB
Progress (3): 0.7/1.2 MB | 294/305 kB | 37 kB
Progress (3): 0.7/1.2 MB | 298/305 kB | 37 kB
Progress (3): 0.7/1.2 MB | 298/305 kB | 37 kB
Progress (3): 0.7/1.2 MB | 303/305 kB | 37 kB
Progress (3): 0.7/1.2 MB | 305 kB | 37 kB    
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 171 kB/s)
18:08:36 Progress (2): 0.7/1.2 MB | 305 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
18:08:36 Progress (2): 0.7/1.2 MB | 305 kB
Progress (3): 0.7/1.2 MB | 305 kB | 4.1/392 kB
Progress (3): 0.7/1.2 MB | 305 kB | 4.1/392 kB
Progress (3): 0.7/1.2 MB | 305 kB | 7.7/392 kB
Progress (3): 0.7/1.2 MB | 305 kB | 7.7/392 kB
Progress (3): 0.7/1.2 MB | 305 kB | 12/392 kB 
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 1.4 MB/s)
18:08:36 Progress (2): 0.7/1.2 MB | 12/392 kB
Progress (2): 0.7/1.2 MB | 16/392 kB
Progress (2): 0.8/1.2 MB | 16/392 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
18:08:36 Progress (3): 0.8/1.2 MB | 16/392 kB | 4.1/91 kB
Progress (3): 0.8/1.2 MB | 16/392 kB | 7.7/91 kB
Progress (3): 0.8/1.2 MB | 16/392 kB | 7.7/91 kB
Progress (3): 0.8/1.2 MB | 16/392 kB | 12/91 kB 
Progress (3): 0.8/1.2 MB | 16/392 kB | 12/91 kB
Progress (3): 0.8/1.2 MB | 20/392 kB | 12/91 kB
Progress (3): 0.8/1.2 MB | 20/392 kB | 16/91 kB
Progress (3): 0.8/1.2 MB | 24/392 kB | 16/91 kB
Progress (3): 0.8/1.2 MB | 28/392 kB | 16/91 kB
Progress (3): 0.8/1.2 MB | 28/392 kB | 16/91 kB
Progress (3): 0.8/1.2 MB | 32/392 kB | 16/91 kB
Progress (3): 0.8/1.2 MB | 32/392 kB | 20/91 kB
Progress (3): 0.8/1.2 MB | 32/392 kB | 20/91 kB
Progress (3): 0.8/1.2 MB | 32/392 kB | 24/91 kB
Progress (3): 0.8/1.2 MB | 32/392 kB | 28/91 kB
Progress (3): 0.8/1.2 MB | 32/392 kB | 32/91 kB
Progress (3): 0.8/1.2 MB | 32/392 kB | 32/91 kB
Progress (3): 0.8/1.2 MB | 36/392 kB | 32/91 kB
Progress (3): 0.8/1.2 MB | 36/392 kB | 32/91 kB
Progress (3): 0.8/1.2 MB | 36/392 kB | 36/91 kB
Progress (4): 0.8/1.2 MB | 36/392 kB | 36/91 kB | 4.1/189 kB
Progress (4): 0.8/1.2 MB | 36/392 kB | 40/91 kB | 4.1/189 kB
Progress (4): 0.8/1.2 MB | 40/392 kB | 40/91 kB | 4.1/189 kB
Progress (4): 0.8/1.2 MB | 40/392 kB | 45/91 kB | 4.1/189 kB
Progress (4): 0.8/1.2 MB | 40/392 kB | 45/91 kB | 7.7/189 kB
Progress (4): 0.8/1.2 MB | 40/392 kB | 49/91 kB | 7.7/189 kB
Progress (4): 0.8/1.2 MB | 45/392 kB | 49/91 kB | 7.7/189 kB
Progress (4): 0.8/1.2 MB | 45/392 kB | 49/91 kB | 7.7/189 kB
Progress (4): 0.8/1.2 MB | 49/392 kB | 49/91 kB | 7.7/189 kB
Progress (4): 0.8/1.2 MB | 49/392 kB | 49/91 kB | 12/189 kB 
Progress (4): 0.8/1.2 MB | 49/392 kB | 53/91 kB | 12/189 kB
Progress (4): 0.8/1.2 MB | 49/392 kB | 53/91 kB | 12/189 kB
Progress (4): 0.8/1.2 MB | 49/392 kB | 57/91 kB | 12/189 kB
Progress (4): 0.8/1.2 MB | 49/392 kB | 57/91 kB | 16/189 kB
Progress (4): 0.8/1.2 MB | 49/392 kB | 61/91 kB | 16/189 kB
Progress (4): 0.8/1.2 MB | 49/392 kB | 65/91 kB | 16/189 kB
Progress (4): 0.8/1.2 MB | 53/392 kB | 65/91 kB | 16/189 kB
Progress (4): 0.8/1.2 MB | 53/392 kB | 65/91 kB | 16/189 kB
Progress (4): 0.8/1.2 MB | 57/392 kB | 65/91 kB | 16/189 kB
Progress (4): 0.8/1.2 MB | 57/392 kB | 65/91 kB | 20/189 kB
Progress (4): 0.8/1.2 MB | 61/392 kB | 65/91 kB | 20/189 kB
Progress (4): 0.8/1.2 MB | 61/392 kB | 65/91 kB | 20/189 kB
Progress (4): 0.8/1.2 MB | 65/392 kB | 65/91 kB | 20/189 kB
Progress (4): 0.8/1.2 MB | 65/392 kB | 69/91 kB | 20/189 kB
Progress (4): 0.8/1.2 MB | 65/392 kB | 69/91 kB | 24/189 kB
Progress (4): 0.8/1.2 MB | 65/392 kB | 73/91 kB | 24/189 kB
Progress (4): 0.8/1.2 MB | 65/392 kB | 73/91 kB | 28/189 kB
Progress (4): 0.8/1.2 MB | 65/392 kB | 77/91 kB | 28/189 kB
Progress (4): 0.8/1.2 MB | 65/392 kB | 77/91 kB | 28/189 kB
Progress (4): 0.8/1.2 MB | 65/392 kB | 81/91 kB | 28/189 kB
Progress (4): 0.8/1.2 MB | 65/392 kB | 81/91 kB | 32/189 kB
Progress (4): 0.9/1.2 MB | 65/392 kB | 81/91 kB | 32/189 kB
Progress (4): 0.9/1.2 MB | 69/392 kB | 81/91 kB | 32/189 kB
Progress (4): 0.9/1.2 MB | 69/392 kB | 85/91 kB | 32/189 kB
Progress (5): 0.9/1.2 MB | 69/392 kB | 85/91 kB | 32/189 kB | 4.1/571 kB
Progress (5): 0.9/1.2 MB | 69/392 kB | 90/91 kB | 32/189 kB | 4.1/571 kB
Progress (5): 0.9/1.2 MB | 69/392 kB | 90/91 kB | 32/189 kB | 4.1/571 kB
Progress (5): 0.9/1.2 MB | 73/392 kB | 90/91 kB | 32/189 kB | 4.1/571 kB
Progress (5): 0.9/1.2 MB | 73/392 kB | 90/91 kB | 32/189 kB | 4.1/571 kB
Progress (5): 0.9/1.2 MB | 73/392 kB | 91 kB | 32/189 kB | 4.1/571 kB   
Progress (5): 0.9/1.2 MB | 73/392 kB | 91 kB | 32/189 kB | 7.7/571 kB
Progress (5): 0.9/1.2 MB | 77/392 kB | 91 kB | 32/189 kB | 7.7/571 kB
Progress (5): 0.9/1.2 MB | 81/392 kB | 91 kB | 32/189 kB | 7.7/571 kB
Progress (5): 0.9/1.2 MB | 85/392 kB | 91 kB | 32/189 kB | 7.7/571 kB
Progress (5): 0.9/1.2 MB | 90/392 kB | 91 kB | 32/189 kB | 7.7/571 kB
Progress (5): 0.9/1.2 MB | 94/392 kB | 91 kB | 32/189 kB | 7.7/571 kB
Progress (5): 0.9/1.2 MB | 94/392 kB | 91 kB | 32/189 kB | 12/571 kB 
Progress (5): 0.9/1.2 MB | 94/392 kB | 91 kB | 32/189 kB | 12/571 kB
Progress (5): 0.9/1.2 MB | 94/392 kB | 91 kB | 36/189 kB | 12/571 kB
Progress (5): 0.9/1.2 MB | 98/392 kB | 91 kB | 36/189 kB | 12/571 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 306 kB/s)
18:08:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
18:08:36 Progress (4): 0.9/1.2 MB | 98/392 kB | 40/189 kB | 12/571 kB
Progress (4): 0.9/1.2 MB | 102/392 kB | 40/189 kB | 12/571 kB
Progress (4): 0.9/1.2 MB | 102/392 kB | 40/189 kB | 12/571 kB
Progress (4): 0.9/1.2 MB | 102/392 kB | 40/189 kB | 16/571 kB
Progress (4): 0.9/1.2 MB | 106/392 kB | 40/189 kB | 16/571 kB
Progress (4): 0.9/1.2 MB | 106/392 kB | 45/189 kB | 16/571 kB
Progress (4): 0.9/1.2 MB | 110/392 kB | 45/189 kB | 16/571 kB
Progress (4): 0.9/1.2 MB | 110/392 kB | 45/189 kB | 16/571 kB
Progress (4): 0.9/1.2 MB | 110/392 kB | 49/189 kB | 16/571 kB
Progress (4): 0.9/1.2 MB | 110/392 kB | 49/189 kB | 16/571 kB
Progress (4): 0.9/1.2 MB | 114/392 kB | 49/189 kB | 16/571 kB
Progress (4): 0.9/1.2 MB | 114/392 kB | 49/189 kB | 20/571 kB
Progress (4): 0.9/1.2 MB | 114/392 kB | 49/189 kB | 24/571 kB
Progress (4): 0.9/1.2 MB | 114/392 kB | 53/189 kB | 24/571 kB
Progress (4): 0.9/1.2 MB | 114/392 kB | 53/189 kB | 24/571 kB
Progress (4): 0.9/1.2 MB | 114/392 kB | 53/189 kB | 28/571 kB
Progress (4): 0.9/1.2 MB | 114/392 kB | 53/189 kB | 28/571 kB
Progress (5): 0.9/1.2 MB | 114/392 kB | 53/189 kB | 28/571 kB | 4.1/168 kB
Progress (5): 0.9/1.2 MB | 118/392 kB | 53/189 kB | 28/571 kB | 4.1/168 kB
Progress (5): 0.9/1.2 MB | 118/392 kB | 57/189 kB | 28/571 kB | 4.1/168 kB
Progress (5): 0.9/1.2 MB | 122/392 kB | 57/189 kB | 28/571 kB | 4.1/168 kB
Progress (5): 0.9/1.2 MB | 122/392 kB | 57/189 kB | 28/571 kB | 7.7/168 kB
Progress (5): 0.9/1.2 MB | 122/392 kB | 57/189 kB | 32/571 kB | 7.7/168 kB
Progress (5): 0.9/1.2 MB | 122/392 kB | 57/189 kB | 32/571 kB | 12/168 kB 
Progress (5): 0.9/1.2 MB | 122/392 kB | 57/189 kB | 32/571 kB | 12/168 kB
Progress (5): 0.9/1.2 MB | 126/392 kB | 57/189 kB | 32/571 kB | 12/168 kB
Progress (5): 0.9/1.2 MB | 126/392 kB | 57/189 kB | 36/571 kB | 12/168 kB
Progress (5): 0.9/1.2 MB | 126/392 kB | 61/189 kB | 36/571 kB | 12/168 kB
Progress (5): 0.9/1.2 MB | 126/392 kB | 61/189 kB | 40/571 kB | 12/168 kB
Progress (5): 0.9/1.2 MB | 131/392 kB | 61/189 kB | 40/571 kB | 12/168 kB
Progress (5): 0.9/1.2 MB | 131/392 kB | 61/189 kB | 40/571 kB | 12/168 kB
Progress (5): 0.9/1.2 MB | 131/392 kB | 61/189 kB | 40/571 kB | 16/168 kB
Progress (5): 0.9/1.2 MB | 131/392 kB | 61/189 kB | 45/571 kB | 16/168 kB
Progress (5): 0.9/1.2 MB | 131/392 kB | 65/189 kB | 45/571 kB | 16/168 kB
Progress (5): 0.9/1.2 MB | 131/392 kB | 65/189 kB | 49/571 kB | 16/168 kB
Progress (5): 0.9/1.2 MB | 135/392 kB | 65/189 kB | 49/571 kB | 16/168 kB
Progress (5): 0.9/1.2 MB | 135/392 kB | 65/189 kB | 49/571 kB | 20/168 kB
Progress (5): 0.9/1.2 MB | 135/392 kB | 69/189 kB | 49/571 kB | 20/168 kB
Progress (5): 0.9/1.2 MB | 135/392 kB | 69/189 kB | 49/571 kB | 20/168 kB
Progress (5): 0.9/1.2 MB | 139/392 kB | 69/189 kB | 49/571 kB | 20/168 kB
Progress (5): 0.9/1.2 MB | 139/392 kB | 69/189 kB | 49/571 kB | 20/168 kB
Progress (5): 0.9/1.2 MB | 139/392 kB | 73/189 kB | 49/571 kB | 20/168 kB
Progress (5): 0.9/1.2 MB | 139/392 kB | 73/189 kB | 53/571 kB | 20/168 kB
Progress (5): 0.9/1.2 MB | 139/392 kB | 73/189 kB | 53/571 kB | 24/168 kB
Progress (5): 0.9/1.2 MB | 139/392 kB | 73/189 kB | 57/571 kB | 24/168 kB
Progress (5): 0.9/1.2 MB | 139/392 kB | 77/189 kB | 57/571 kB | 24/168 kB
Progress (5): 0.9/1.2 MB | 143/392 kB | 77/189 kB | 57/571 kB | 24/168 kB
Progress (5): 1.0/1.2 MB | 143/392 kB | 77/189 kB | 57/571 kB | 24/168 kB
Progress (5): 1.0/1.2 MB | 143/392 kB | 81/189 kB | 57/571 kB | 24/168 kB
Progress (5): 1.0/1.2 MB | 143/392 kB | 81/189 kB | 61/571 kB | 24/168 kB
Progress (5): 1.0/1.2 MB | 143/392 kB | 81/189 kB | 61/571 kB | 28/168 kB
Progress (5): 1.0/1.2 MB | 143/392 kB | 81/189 kB | 65/571 kB | 28/168 kB
Progress (5): 1.0/1.2 MB | 143/392 kB | 81/189 kB | 65/571 kB | 28/168 kB
Progress (5): 1.0/1.2 MB | 147/392 kB | 81/189 kB | 65/571 kB | 28/168 kB
Progress (5): 1.0/1.2 MB | 147/392 kB | 85/189 kB | 65/571 kB | 28/168 kB
Progress (5): 1.0/1.2 MB | 147/392 kB | 85/189 kB | 65/571 kB | 32/168 kB
Progress (5): 1.0/1.2 MB | 147/392 kB | 90/189 kB | 65/571 kB | 32/168 kB
Progress (5): 1.0/1.2 MB | 147/392 kB | 90/189 kB | 69/571 kB | 32/168 kB
Progress (5): 1.0/1.2 MB | 147/392 kB | 94/189 kB | 69/571 kB | 32/168 kB
Progress (5): 1.0/1.2 MB | 147/392 kB | 94/189 kB | 69/571 kB | 32/168 kB
Progress (5): 1.0/1.2 MB | 147/392 kB | 94/189 kB | 73/571 kB | 32/168 kB
Progress (5): 1.0/1.2 MB | 147/392 kB | 94/189 kB | 73/571 kB | 36/168 kB
Progress (5): 1.0/1.2 MB | 151/392 kB | 94/189 kB | 73/571 kB | 36/168 kB
Progress (5): 1.0/1.2 MB | 151/392 kB | 98/189 kB | 73/571 kB | 36/168 kB
Progress (5): 1.0/1.2 MB | 155/392 kB | 98/189 kB | 73/571 kB | 36/168 kB
Progress (5): 1.0/1.2 MB | 155/392 kB | 98/189 kB | 73/571 kB | 40/168 kB
Progress (5): 1.0/1.2 MB | 155/392 kB | 98/189 kB | 77/571 kB | 40/168 kB
Progress (5): 1.0/1.2 MB | 155/392 kB | 98/189 kB | 77/571 kB | 40/168 kB
Progress (5): 1.0/1.2 MB | 155/392 kB | 98/189 kB | 81/571 kB | 40/168 kB
Progress (5): 1.0/1.2 MB | 155/392 kB | 102/189 kB | 81/571 kB | 40/168 kB
Progress (5): 1.0/1.2 MB | 155/392 kB | 102/189 kB | 81/571 kB | 45/168 kB
Progress (5): 1.0/1.2 MB | 159/392 kB | 102/189 kB | 81/571 kB | 45/168 kB
Progress (5): 1.0/1.2 MB | 159/392 kB | 102/189 kB | 85/571 kB | 45/168 kB
Progress (5): 1.0/1.2 MB | 159/392 kB | 102/189 kB | 85/571 kB | 49/168 kB
Progress (5): 1.0/1.2 MB | 159/392 kB | 106/189 kB | 85/571 kB | 49/168 kB
Progress (5): 1.0/1.2 MB | 159/392 kB | 106/189 kB | 85/571 kB | 49/168 kB
Progress (5): 1.0/1.2 MB | 159/392 kB | 106/189 kB | 90/571 kB | 49/168 kB
Progress (5): 1.0/1.2 MB | 159/392 kB | 106/189 kB | 90/571 kB | 53/168 kB
Progress (5): 1.0/1.2 MB | 163/392 kB | 106/189 kB | 90/571 kB | 53/168 kB
Progress (5): 1.0/1.2 MB | 163/392 kB | 106/189 kB | 90/571 kB | 57/168 kB
Progress (5): 1.0/1.2 MB | 163/392 kB | 106/189 kB | 94/571 kB | 57/168 kB
Progress (5): 1.0/1.2 MB | 163/392 kB | 106/189 kB | 94/571 kB | 57/168 kB
Progress (5): 1.0/1.2 MB | 163/392 kB | 110/189 kB | 94/571 kB | 57/168 kB
Progress (5): 1.0/1.2 MB | 163/392 kB | 110/189 kB | 98/571 kB | 57/168 kB
Progress (5): 1.0/1.2 MB | 163/392 kB | 110/189 kB | 98/571 kB | 61/168 kB
Progress (5): 1.0/1.2 MB | 167/392 kB | 110/189 kB | 98/571 kB | 61/168 kB
Progress (5): 1.0/1.2 MB | 167/392 kB | 114/189 kB | 98/571 kB | 61/168 kB
Progress (5): 1.0/1.2 MB | 167/392 kB | 114/189 kB | 102/571 kB | 61/168 kB
Progress (5): 1.0/1.2 MB | 171/392 kB | 114/189 kB | 102/571 kB | 61/168 kB
Progress (5): 1.0/1.2 MB | 171/392 kB | 114/189 kB | 102/571 kB | 65/168 kB
Progress (5): 1.0/1.2 MB | 171/392 kB | 118/189 kB | 102/571 kB | 65/168 kB
Progress (5): 1.0/1.2 MB | 176/392 kB | 118/189 kB | 102/571 kB | 65/168 kB
Progress (5): 1.0/1.2 MB | 176/392 kB | 118/189 kB | 106/571 kB | 65/168 kB
Progress (5): 1.0/1.2 MB | 176/392 kB | 118/189 kB | 106/571 kB | 65/168 kB
Progress (5): 1.0/1.2 MB | 176/392 kB | 118/189 kB | 106/571 kB | 69/168 kB
Progress (5): 1.0/1.2 MB | 176/392 kB | 118/189 kB | 110/571 kB | 69/168 kB
Progress (5): 1.0/1.2 MB | 180/392 kB | 118/189 kB | 110/571 kB | 69/168 kB
Progress (5): 1.0/1.2 MB | 180/392 kB | 122/189 kB | 110/571 kB | 69/168 kB
Progress (5): 1.0/1.2 MB | 180/392 kB | 122/189 kB | 114/571 kB | 69/168 kB
Progress (5): 1.0/1.2 MB | 180/392 kB | 122/189 kB | 114/571 kB | 73/168 kB
Progress (5): 1.0/1.2 MB | 180/392 kB | 122/189 kB | 114/571 kB | 73/168 kB
Progress (5): 1.0/1.2 MB | 180/392 kB | 122/189 kB | 114/571 kB | 77/168 kB
Progress (5): 1.0/1.2 MB | 180/392 kB | 122/189 kB | 118/571 kB | 77/168 kB
Progress (5): 1.0/1.2 MB | 180/392 kB | 126/189 kB | 118/571 kB | 77/168 kB
Progress (5): 1.0/1.2 MB | 180/392 kB | 126/189 kB | 122/571 kB | 77/168 kB
Progress (5): 1.0/1.2 MB | 180/392 kB | 126/189 kB | 122/571 kB | 81/168 kB
Progress (5): 1.0/1.2 MB | 184/392 kB | 126/189 kB | 122/571 kB | 81/168 kB
Progress (5): 1.0/1.2 MB | 184/392 kB | 126/189 kB | 122/571 kB | 81/168 kB
Progress (5): 1.0/1.2 MB | 184/392 kB | 126/189 kB | 126/571 kB | 81/168 kB
Progress (5): 1.0/1.2 MB | 184/392 kB | 131/189 kB | 126/571 kB | 81/168 kB
Progress (5): 1.0/1.2 MB | 184/392 kB | 131/189 kB | 126/571 kB | 81/168 kB
Progress (5): 1.0/1.2 MB | 184/392 kB | 131/189 kB | 131/571 kB | 81/168 kB
Progress (5): 1.0/1.2 MB | 184/392 kB | 135/189 kB | 131/571 kB | 81/168 kB
Progress (5): 1.0/1.2 MB | 184/392 kB | 135/189 kB | 131/571 kB | 85/168 kB
Progress (5): 1.0/1.2 MB | 188/392 kB | 135/189 kB | 131/571 kB | 85/168 kB
Progress (5): 1.0/1.2 MB | 188/392 kB | 135/189 kB | 131/571 kB | 90/168 kB
Progress (5): 1.0/1.2 MB | 188/392 kB | 139/189 kB | 131/571 kB | 90/168 kB
Progress (5): 1.0/1.2 MB | 188/392 kB | 139/189 kB | 131/571 kB | 94/168 kB
Progress (5): 1.0/1.2 MB | 192/392 kB | 139/189 kB | 131/571 kB | 94/168 kB
Progress (5): 1.0/1.2 MB | 192/392 kB | 139/189 kB | 135/571 kB | 94/168 kB
Progress (5): 1.0/1.2 MB | 196/392 kB | 139/189 kB | 135/571 kB | 94/168 kB
Progress (5): 1.0/1.2 MB | 196/392 kB | 139/189 kB | 135/571 kB | 98/168 kB
Progress (5): 1.0/1.2 MB | 196/392 kB | 143/189 kB | 135/571 kB | 98/168 kB
Progress (5): 1.0/1.2 MB | 196/392 kB | 143/189 kB | 135/571 kB | 98/168 kB
Progress (5): 1.0/1.2 MB | 196/392 kB | 147/189 kB | 135/571 kB | 98/168 kB
Progress (5): 1.0/1.2 MB | 196/392 kB | 147/189 kB | 139/571 kB | 98/168 kB
Progress (5): 1.0/1.2 MB | 196/392 kB | 147/189 kB | 139/571 kB | 102/168 kB
Progress (5): 1.0/1.2 MB | 196/392 kB | 147/189 kB | 139/571 kB | 102/168 kB
Progress (5): 1.0/1.2 MB | 196/392 kB | 151/189 kB | 139/571 kB | 102/168 kB
Progress (5): 1.0/1.2 MB | 196/392 kB | 151/189 kB | 139/571 kB | 106/168 kB
Progress (5): 1.0/1.2 MB | 200/392 kB | 151/189 kB | 139/571 kB | 106/168 kB
Progress (5): 1.0/1.2 MB | 200/392 kB | 151/189 kB | 143/571 kB | 106/168 kB
Progress (5): 1.0/1.2 MB | 204/392 kB | 151/189 kB | 143/571 kB | 106/168 kB
Progress (5): 1.0/1.2 MB | 204/392 kB | 151/189 kB | 143/571 kB | 110/168 kB
Progress (5): 1.0/1.2 MB | 204/392 kB | 155/189 kB | 143/571 kB | 110/168 kB
Progress (5): 1.0/1.2 MB | 204/392 kB | 155/189 kB | 143/571 kB | 114/168 kB
Progress (5): 1.0/1.2 MB | 208/392 kB | 155/189 kB | 143/571 kB | 114/168 kB
Progress (5): 1.1/1.2 MB | 208/392 kB | 155/189 kB | 143/571 kB | 114/168 kB
Progress (5): 1.1/1.2 MB | 208/392 kB | 155/189 kB | 147/571 kB | 114/168 kB
Progress (5): 1.1/1.2 MB | 208/392 kB | 155/189 kB | 147/571 kB | 114/168 kB
Progress (5): 1.1/1.2 MB | 212/392 kB | 155/189 kB | 147/571 kB | 114/168 kB
Progress (5): 1.1/1.2 MB | 212/392 kB | 159/189 kB | 147/571 kB | 114/168 kB
Progress (5): 1.1/1.2 MB | 212/392 kB | 159/189 kB | 151/571 kB | 114/168 kB
Progress (5): 1.1/1.2 MB | 212/392 kB | 163/189 kB | 151/571 kB | 114/168 kB
Progress (5): 1.1/1.2 MB | 212/392 kB | 163/189 kB | 151/571 kB | 118/168 kB
Progress (5): 1.1/1.2 MB | 212/392 kB | 163/189 kB | 155/571 kB | 118/168 kB
Progress (5): 1.1/1.2 MB | 212/392 kB | 163/189 kB | 155/571 kB | 122/168 kB
Progress (5): 1.1/1.2 MB | 212/392 kB | 163/189 kB | 159/571 kB | 122/168 kB
Progress (5): 1.1/1.2 MB | 212/392 kB | 163/189 kB | 159/571 kB | 122/168 kB
Progress (5): 1.1/1.2 MB | 212/392 kB | 163/189 kB | 163/571 kB | 122/168 kB
Progress (5): 1.1/1.2 MB | 212/392 kB | 163/189 kB | 163/571 kB | 126/168 kB
Progress (5): 1.1/1.2 MB | 217/392 kB | 163/189 kB | 163/571 kB | 126/168 kB
Progress (5): 1.1/1.2 MB | 217/392 kB | 167/189 kB | 163/571 kB | 126/168 kB
Progress (5): 1.1/1.2 MB | 221/392 kB | 167/189 kB | 163/571 kB | 126/168 kB
Progress (5): 1.1/1.2 MB | 221/392 kB | 167/189 kB | 163/571 kB | 131/168 kB
Progress (5): 1.1/1.2 MB | 221/392 kB | 167/189 kB | 163/571 kB | 131/168 kB
Progress (5): 1.1/1.2 MB | 221/392 kB | 167/189 kB | 163/571 kB | 135/168 kB
Progress (5): 1.1/1.2 MB | 225/392 kB | 167/189 kB | 163/571 kB | 135/168 kB
Progress (5): 1.1/1.2 MB | 225/392 kB | 167/189 kB | 167/571 kB | 135/168 kB
Progress (5): 1.1/1.2 MB | 225/392 kB | 171/189 kB | 167/571 kB | 135/168 kB
Progress (5): 1.1/1.2 MB | 225/392 kB | 171/189 kB | 171/571 kB | 135/168 kB
Progress (5): 1.1/1.2 MB | 225/392 kB | 171/189 kB | 171/571 kB | 135/168 kB
Progress (5): 1.1/1.2 MB | 229/392 kB | 171/189 kB | 171/571 kB | 135/168 kB
Progress (5): 1.1/1.2 MB | 229/392 kB | 171/189 kB | 171/571 kB | 139/168 kB
Progress (5): 1.1/1.2 MB | 229/392 kB | 171/189 kB | 171/571 kB | 139/168 kB
Progress (5): 1.1/1.2 MB | 229/392 kB | 171/189 kB | 176/571 kB | 139/168 kB
Progress (5): 1.1/1.2 MB | 229/392 kB | 176/189 kB | 176/571 kB | 139/168 kB
Progress (5): 1.1/1.2 MB | 233/392 kB | 176/189 kB | 176/571 kB | 139/168 kB
Progress (5): 1.1/1.2 MB | 233/392 kB | 176/189 kB | 180/571 kB | 139/168 kB
Progress (5): 1.1/1.2 MB | 233/392 kB | 176/189 kB | 180/571 kB | 143/168 kB
Progress (5): 1.1/1.2 MB | 237/392 kB | 176/189 kB | 180/571 kB | 143/168 kB
Progress (5): 1.1/1.2 MB | 237/392 kB | 176/189 kB | 180/571 kB | 143/168 kB
Progress (5): 1.1/1.2 MB | 237/392 kB | 180/189 kB | 180/571 kB | 143/168 kB
Progress (5): 1.1/1.2 MB | 237/392 kB | 180/189 kB | 180/571 kB | 143/168 kB
Progress (5): 1.1/1.2 MB | 237/392 kB | 180/189 kB | 184/571 kB | 143/168 kB
Progress (5): 1.1/1.2 MB | 237/392 kB | 184/189 kB | 184/571 kB | 143/168 kB
Progress (5): 1.1/1.2 MB | 241/392 kB | 184/189 kB | 184/571 kB | 143/168 kB
Progress (5): 1.1/1.2 MB | 241/392 kB | 184/189 kB | 184/571 kB | 147/168 kB
Progress (5): 1.1/1.2 MB | 241/392 kB | 184/189 kB | 184/571 kB | 147/168 kB
Progress (5): 1.1/1.2 MB | 245/392 kB | 184/189 kB | 184/571 kB | 147/168 kB
Progress (5): 1.1/1.2 MB | 245/392 kB | 188/189 kB | 184/571 kB | 147/168 kB
Progress (5): 1.1/1.2 MB | 245/392 kB | 188/189 kB | 188/571 kB | 147/168 kB
Progress (5): 1.1/1.2 MB | 245/392 kB | 188/189 kB | 188/571 kB | 151/168 kB
Progress (5): 1.1/1.2 MB | 245/392 kB | 189 kB | 188/571 kB | 151/168 kB    
Progress (5): 1.1/1.2 MB | 245/392 kB | 189 kB | 188/571 kB | 151/168 kB
Progress (5): 1.1/1.2 MB | 245/392 kB | 189 kB | 188/571 kB | 155/168 kB
Progress (5): 1.1/1.2 MB | 249/392 kB | 189 kB | 188/571 kB | 155/168 kB
Progress (5): 1.1/1.2 MB | 249/392 kB | 189 kB | 192/571 kB | 155/168 kB
Progress (5): 1.1/1.2 MB | 253/392 kB | 189 kB | 192/571 kB | 155/168 kB
Progress (5): 1.1/1.2 MB | 253/392 kB | 189 kB | 192/571 kB | 159/168 kB
Progress (5): 1.1/1.2 MB | 258/392 kB | 189 kB | 192/571 kB | 159/168 kB
Progress (5): 1.1/1.2 MB | 258/392 kB | 189 kB | 196/571 kB | 159/168 kB
Progress (5): 1.1/1.2 MB | 262/392 kB | 189 kB | 196/571 kB | 159/168 kB
Progress (5): 1.1/1.2 MB | 262/392 kB | 189 kB | 196/571 kB | 163/168 kB
Progress (5): 1.1/1.2 MB | 262/392 kB | 189 kB | 196/571 kB | 163/168 kB
Progress (5): 1.1/1.2 MB | 262/392 kB | 189 kB | 196/571 kB | 163/168 kB
Progress (5): 1.1/1.2 MB | 266/392 kB | 189 kB | 196/571 kB | 163/168 kB
Progress (5): 1.1/1.2 MB | 266/392 kB | 189 kB | 200/571 kB | 163/168 kB
Progress (5): 1.1/1.2 MB | 266/392 kB | 189 kB | 200/571 kB | 167/168 kB
Progress (5): 1.1/1.2 MB | 266/392 kB | 189 kB | 204/571 kB | 167/168 kB
Progress (5): 1.1/1.2 MB | 270/392 kB | 189 kB | 204/571 kB | 167/168 kB
Progress (5): 1.1/1.2 MB | 270/392 kB | 189 kB | 208/571 kB | 167/168 kB
Progress (5): 1.2/1.2 MB | 270/392 kB | 189 kB | 208/571 kB | 167/168 kB
Progress (5): 1.2/1.2 MB | 270/392 kB | 189 kB | 208/571 kB | 168 kB    
Progress (5): 1.2/1.2 MB | 270/392 kB | 189 kB | 208/571 kB | 168 kB
Progress (5): 1.2/1.2 MB | 270/392 kB | 189 kB | 212/571 kB | 168 kB
Progress (5): 1.2/1.2 MB | 274/392 kB | 189 kB | 212/571 kB | 168 kB
Progress (5): 1.2/1.2 MB | 278/392 kB | 189 kB | 212/571 kB | 168 kB
Progress (5): 1.2/1.2 MB | 278/392 kB | 189 kB | 212/571 kB | 168 kB
Progress (5): 1.2/1.2 MB | 278/392 kB | 189 kB | 217/571 kB | 168 kB
Progress (5): 1.2/1.2 MB | 278/392 kB | 189 kB | 217/571 kB | 168 kB
Progress (5): 1.2/1.2 MB | 278/392 kB | 189 kB | 221/571 kB | 168 kB
Progress (5): 1.2/1.2 MB | 282/392 kB | 189 kB | 221/571 kB | 168 kB
Progress (5): 1.2/1.2 MB | 282/392 kB | 189 kB | 225/571 kB | 168 kB
Progress (5): 1.2/1.2 MB | 286/392 kB | 189 kB | 225/571 kB | 168 kB
Progress (5): 1.2/1.2 MB | 286/392 kB | 189 kB | 229/571 kB | 168 kB
Progress (5): 1.2/1.2 MB | 290/392 kB | 189 kB | 229/571 kB | 168 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 458 kB/s)
18:08:36 Progress (4): 1.2/1.2 MB | 290/392 kB | 229/571 kB | 168 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
18:08:36 Progress (4): 1.2/1.2 MB | 290/392 kB | 233/571 kB | 168 kB
Progress (4): 1.2/1.2 MB | 294/392 kB | 233/571 kB | 168 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 408 kB/s)
18:08:36 Progress (3): 1.2/1.2 MB | 294/392 kB | 237/571 kB
Progress (3): 1.2/1.2 MB | 294/392 kB | 237/571 kB
Progress (3): 1.2/1.2 MB | 298/392 kB | 237/571 kB
Progress (3): 1.2/1.2 MB | 298/392 kB | 241/571 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar
18:08:36 Progress (3): 1.2/1.2 MB | 298/392 kB | 245/571 kB
Progress (3): 1.2/1.2 MB | 303/392 kB | 245/571 kB
Progress (3): 1.2/1.2 MB | 303/392 kB | 245/571 kB
Progress (3): 1.2/1.2 MB | 307/392 kB | 245/571 kB
Progress (3): 1.2/1.2 MB | 307/392 kB | 249/571 kB
Progress (3): 1.2/1.2 MB | 307/392 kB | 249/571 kB
Progress (3): 1.2/1.2 MB | 307/392 kB | 253/571 kB
Progress (3): 1.2/1.2 MB | 311/392 kB | 253/571 kB
Progress (3): 1.2/1.2 MB | 311/392 kB | 258/571 kB
Progress (3): 1.2 MB | 311/392 kB | 258/571 kB    
Progress (3): 1.2 MB | 311/392 kB | 262/571 kB
Progress (3): 1.2 MB | 315/392 kB | 262/571 kB
Progress (3): 1.2 MB | 319/392 kB | 262/571 kB
Progress (3): 1.2 MB | 323/392 kB | 262/571 kB
Progress (3): 1.2 MB | 323/392 kB | 266/571 kB
Progress (3): 1.2 MB | 327/392 kB | 266/571 kB
Progress (3): 1.2 MB | 327/392 kB | 270/571 kB
Progress (3): 1.2 MB | 327/392 kB | 274/571 kB
Progress (3): 1.2 MB | 327/392 kB | 278/571 kB
Progress (3): 1.2 MB | 331/392 kB | 278/571 kB
Progress (3): 1.2 MB | 335/392 kB | 278/571 kB
Progress (3): 1.2 MB | 339/392 kB | 278/571 kB
Progress (3): 1.2 MB | 344/392 kB | 278/571 kB
Progress (3): 1.2 MB | 344/392 kB | 282/571 kB
Progress (3): 1.2 MB | 344/392 kB | 286/571 kB
Progress (3): 1.2 MB | 344/392 kB | 290/571 kB
Progress (3): 1.2 MB | 344/392 kB | 294/571 kB
Progress (3): 1.2 MB | 348/392 kB | 294/571 kB
Progress (3): 1.2 MB | 352/392 kB | 294/571 kB
Progress (3): 1.2 MB | 356/392 kB | 294/571 kB
Progress (3): 1.2 MB | 356/392 kB | 298/571 kB
Progress (3): 1.2 MB | 360/392 kB | 298/571 kB
Progress (3): 1.2 MB | 360/392 kB | 303/571 kB
Progress (3): 1.2 MB | 360/392 kB | 307/571 kB
Progress (3): 1.2 MB | 360/392 kB | 311/571 kB
Progress (4): 1.2 MB | 360/392 kB | 311/571 kB | 4.1/38 kB
Progress (5): 1.2 MB | 360/392 kB | 311/571 kB | 4.1/38 kB | 4.1/65 kB
Progress (5): 1.2 MB | 364/392 kB | 311/571 kB | 4.1/38 kB | 4.1/65 kB
Progress (5): 1.2 MB | 364/392 kB | 311/571 kB | 7.7/38 kB | 4.1/65 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 2.9 MB/s)
18:08:36 Progress (4): 364/392 kB | 311/571 kB | 12/38 kB | 4.1/65 kB
Progress (4): 368/392 kB | 311/571 kB | 12/38 kB | 4.1/65 kB
Progress (4): 368/392 kB | 311/571 kB | 12/38 kB | 7.7/65 kB
Progress (4): 368/392 kB | 315/571 kB | 12/38 kB | 7.7/65 kB
Progress (4): 372/392 kB | 315/571 kB | 12/38 kB | 7.7/65 kB
Progress (4): 372/392 kB | 315/571 kB | 16/38 kB | 7.7/65 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
18:08:36 Progress (4): 376/392 kB | 315/571 kB | 16/38 kB | 7.7/65 kB
Progress (4): 376/392 kB | 315/571 kB | 16/38 kB | 12/65 kB 
Progress (4): 376/392 kB | 319/571 kB | 16/38 kB | 12/65 kB
Progress (4): 376/392 kB | 319/571 kB | 20/38 kB | 12/65 kB
Progress (4): 380/392 kB | 319/571 kB | 20/38 kB | 12/65 kB
Progress (4): 380/392 kB | 323/571 kB | 20/38 kB | 12/65 kB
Progress (4): 380/392 kB | 323/571 kB | 20/38 kB | 16/65 kB
Progress (4): 380/392 kB | 327/571 kB | 20/38 kB | 16/65 kB
Progress (4): 384/392 kB | 327/571 kB | 20/38 kB | 16/65 kB
Progress (4): 384/392 kB | 327/571 kB | 24/38 kB | 16/65 kB
Progress (4): 389/392 kB | 327/571 kB | 24/38 kB | 16/65 kB
Progress (4): 389/392 kB | 327/571 kB | 28/38 kB | 16/65 kB
Progress (4): 389/392 kB | 331/571 kB | 28/38 kB | 16/65 kB
Progress (5): 389/392 kB | 331/571 kB | 28/38 kB | 16/65 kB | 4.1/109 kB
Progress (5): 392 kB | 331/571 kB | 28/38 kB | 16/65 kB | 4.1/109 kB    
Progress (5): 392 kB | 331/571 kB | 28/38 kB | 16/65 kB | 7.7/109 kB
Progress (5): 392 kB | 335/571 kB | 28/38 kB | 16/65 kB | 7.7/109 kB
Progress (5): 392 kB | 335/571 kB | 32/38 kB | 16/65 kB | 7.7/109 kB
Progress (5): 392 kB | 335/571 kB | 32/38 kB | 20/65 kB | 7.7/109 kB
Progress (5): 392 kB | 339/571 kB | 32/38 kB | 20/65 kB | 7.7/109 kB
Progress (5): 392 kB | 339/571 kB | 32/38 kB | 20/65 kB | 12/109 kB 
Progress (5): 392 kB | 344/571 kB | 32/38 kB | 20/65 kB | 12/109 kB
Progress (5): 392 kB | 344/571 kB | 32/38 kB | 24/65 kB | 12/109 kB
Progress (5): 392 kB | 344/571 kB | 36/38 kB | 24/65 kB | 12/109 kB
Progress (5): 392 kB | 344/571 kB | 36/38 kB | 28/65 kB | 12/109 kB
Progress (5): 392 kB | 344/571 kB | 36/38 kB | 28/65 kB | 16/109 kB
Progress (5): 392 kB | 344/571 kB | 36/38 kB | 32/65 kB | 16/109 kB
Progress (5): 392 kB | 348/571 kB | 36/38 kB | 32/65 kB | 16/109 kB
Progress (5): 392 kB | 348/571 kB | 38 kB | 32/65 kB | 16/109 kB   
Progress (5): 392 kB | 352/571 kB | 38 kB | 32/65 kB | 16/109 kB
Progress (5): 392 kB | 356/571 kB | 38 kB | 32/65 kB | 16/109 kB
Progress (5): 392 kB | 356/571 kB | 38 kB | 32/65 kB | 20/109 kB
Progress (5): 392 kB | 360/571 kB | 38 kB | 32/65 kB | 20/109 kB
Progress (5): 392 kB | 360/571 kB | 38 kB | 36/65 kB | 20/109 kB
Progress (5): 392 kB | 360/571 kB | 38 kB | 36/65 kB | 24/109 kB
Progress (5): 392 kB | 360/571 kB | 38 kB | 40/65 kB | 24/109 kB
Progress (5): 392 kB | 364/571 kB | 38 kB | 40/65 kB | 24/109 kB
Progress (5): 392 kB | 364/571 kB | 38 kB | 40/65 kB | 28/109 kB
Progress (5): 392 kB | 368/571 kB | 38 kB | 40/65 kB | 28/109 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 89 kB/s)
18:08:36 Progress (4): 392 kB | 368/571 kB | 45/65 kB | 28/109 kB
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar
18:08:36 Progress (4): 392 kB | 372/571 kB | 45/65 kB | 28/109 kB
Progress (4): 392 kB | 372/571 kB | 45/65 kB | 32/109 kB
Progress (4): 392 kB | 376/571 kB | 45/65 kB | 32/109 kB
Progress (4): 392 kB | 376/571 kB | 45/65 kB | 36/109 kB
Progress (4): 392 kB | 376/571 kB | 45/65 kB | 40/109 kB
Progress (4): 392 kB | 376/571 kB | 45/65 kB | 45/109 kB
Progress (4): 392 kB | 376/571 kB | 45/65 kB | 49/109 kB
Progress (4): 392 kB | 376/571 kB | 45/65 kB | 53/109 kB
Progress (4): 392 kB | 376/571 kB | 45/65 kB | 57/109 kB
Progress (4): 392 kB | 376/571 kB | 45/65 kB | 61/109 kB
Progress (4): 392 kB | 376/571 kB | 45/65 kB | 65/109 kB
Progress (4): 392 kB | 376/571 kB | 45/65 kB | 69/109 kB
Progress (4): 392 kB | 376/571 kB | 45/65 kB | 73/109 kB
Progress (4): 392 kB | 376/571 kB | 45/65 kB | 77/109 kB
Progress (4): 392 kB | 376/571 kB | 45/65 kB | 81/109 kB
Progress (4): 392 kB | 376/571 kB | 45/65 kB | 85/109 kB
Progress (4): 392 kB | 376/571 kB | 49/65 kB | 85/109 kB
Progress (4): 392 kB | 376/571 kB | 49/65 kB | 90/109 kB
Progress (4): 392 kB | 380/571 kB | 49/65 kB | 90/109 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 787 kB/s)
18:08:36 Progress (3): 380/571 kB | 49/65 kB | 94/109 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.5.201505241946/org.jacoco.core-0.7.5.201505241946.jar
18:08:36 Progress (4): 380/571 kB | 49/65 kB | 94/109 kB | 4.1/288 kB
Progress (4): 380/571 kB | 53/65 kB | 94/109 kB | 4.1/288 kB
Progress (4): 384/571 kB | 53/65 kB | 94/109 kB | 4.1/288 kB
Progress (4): 384/571 kB | 57/65 kB | 94/109 kB | 4.1/288 kB
Progress (4): 384/571 kB | 57/65 kB | 94/109 kB | 7.7/288 kB
Progress (4): 384/571 kB | 57/65 kB | 98/109 kB | 7.7/288 kB
Progress (4): 384/571 kB | 57/65 kB | 98/109 kB | 12/288 kB 
Progress (4): 384/571 kB | 61/65 kB | 98/109 kB | 12/288 kB
Progress (4): 389/571 kB | 61/65 kB | 98/109 kB | 12/288 kB
Progress (4): 389/571 kB | 65/65 kB | 98/109 kB | 12/288 kB
Progress (4): 389/571 kB | 65/65 kB | 98/109 kB | 16/288 kB
Progress (4): 389/571 kB | 65 kB | 98/109 kB | 16/288 kB   
Progress (4): 389/571 kB | 65 kB | 102/109 kB | 16/288 kB
Progress (4): 393/571 kB | 65 kB | 102/109 kB | 16/288 kB
Progress (4): 393/571 kB | 65 kB | 106/109 kB | 16/288 kB
Progress (4): 393/571 kB | 65 kB | 109 kB | 16/288 kB    
Progress (4): 393/571 kB | 65 kB | 109 kB | 20/288 kB
Progress (4): 393/571 kB | 65 kB | 109 kB | 24/288 kB
Progress (4): 393/571 kB | 65 kB | 109 kB | 28/288 kB
Progress (4): 393/571 kB | 65 kB | 109 kB | 32/288 kB
Progress (4): 397/571 kB | 65 kB | 109 kB | 32/288 kB
Progress (4): 401/571 kB | 65 kB | 109 kB | 32/288 kB
Progress (4): 405/571 kB | 65 kB | 109 kB | 32/288 kB
Progress (4): 409/571 kB | 65 kB | 109 kB | 32/288 kB
Progress (4): 409/571 kB | 65 kB | 109 kB | 36/288 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 130 kB/s)
18:08:36 Progress (3): 413/571 kB | 109 kB | 36/288 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 217 kB/s)
18:08:36 Progress (2): 413/571 kB | 40/288 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.5.201505241946/org.jacoco.report-0.7.5.201505241946.jar
18:08:36 Progress (2): 417/571 kB | 40/288 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.jar
18:08:36 Progress (2): 421/571 kB | 40/288 kB
Progress (2): 421/571 kB | 45/288 kB
Progress (2): 425/571 kB | 45/288 kB
Progress (2): 425/571 kB | 49/288 kB
Progress (2): 430/571 kB | 49/288 kB
Progress (2): 430/571 kB | 53/288 kB
Progress (2): 434/571 kB | 53/288 kB
Progress (2): 434/571 kB | 57/288 kB
Progress (2): 438/571 kB | 57/288 kB
Progress (2): 438/571 kB | 61/288 kB
Progress (2): 442/571 kB | 61/288 kB
Progress (2): 442/571 kB | 65/288 kB
Progress (2): 446/571 kB | 65/288 kB
Progress (2): 446/571 kB | 69/288 kB
Progress (2): 450/571 kB | 69/288 kB
Progress (2): 450/571 kB | 73/288 kB
Progress (2): 454/571 kB | 73/288 kB
Progress (2): 454/571 kB | 77/288 kB
Progress (2): 458/571 kB | 77/288 kB
Progress (2): 458/571 kB | 81/288 kB
Progress (2): 462/571 kB | 81/288 kB
Progress (2): 462/571 kB | 85/288 kB
Progress (2): 466/571 kB | 85/288 kB
Progress (2): 466/571 kB | 90/288 kB
Progress (2): 471/571 kB | 90/288 kB
Progress (2): 471/571 kB | 94/288 kB
Progress (2): 475/571 kB | 94/288 kB
Progress (2): 475/571 kB | 98/288 kB
Progress (2): 479/571 kB | 98/288 kB
Progress (2): 479/571 kB | 102/288 kB
Progress (2): 483/571 kB | 102/288 kB
Progress (2): 483/571 kB | 106/288 kB
Progress (2): 487/571 kB | 106/288 kB
Progress (2): 487/571 kB | 110/288 kB
Progress (2): 491/571 kB | 110/288 kB
Progress (2): 491/571 kB | 114/288 kB
Progress (2): 495/571 kB | 114/288 kB
Progress (2): 495/571 kB | 118/288 kB
Progress (2): 499/571 kB | 118/288 kB
Progress (2): 499/571 kB | 122/288 kB
Progress (2): 503/571 kB | 122/288 kB
Progress (2): 503/571 kB | 126/288 kB
Progress (2): 507/571 kB | 126/288 kB
Progress (2): 507/571 kB | 131/288 kB
Progress (2): 511/571 kB | 131/288 kB
Progress (2): 511/571 kB | 135/288 kB
Progress (2): 516/571 kB | 135/288 kB
Progress (2): 516/571 kB | 139/288 kB
Progress (2): 520/571 kB | 139/288 kB
Progress (2): 520/571 kB | 143/288 kB
Progress (2): 524/571 kB | 143/288 kB
Progress (2): 524/571 kB | 147/288 kB
Progress (2): 528/571 kB | 147/288 kB
Progress (2): 528/571 kB | 151/288 kB
Progress (2): 532/571 kB | 151/288 kB
Progress (2): 532/571 kB | 155/288 kB
Progress (2): 536/571 kB | 155/288 kB
Progress (2): 536/571 kB | 159/288 kB
Progress (2): 540/571 kB | 159/288 kB
Progress (2): 540/571 kB | 163/288 kB
Progress (2): 544/571 kB | 163/288 kB
Progress (2): 544/571 kB | 167/288 kB
Progress (2): 548/571 kB | 167/288 kB
Progress (2): 548/571 kB | 171/288 kB
Progress (2): 552/571 kB | 171/288 kB
Progress (2): 552/571 kB | 176/288 kB
Progress (2): 557/571 kB | 176/288 kB
Progress (2): 557/571 kB | 180/288 kB
Progress (2): 561/571 kB | 180/288 kB
Progress (2): 561/571 kB | 184/288 kB
Progress (2): 565/571 kB | 184/288 kB
Progress (2): 565/571 kB | 188/288 kB
Progress (2): 569/571 kB | 188/288 kB
Progress (2): 569/571 kB | 192/288 kB
Progress (2): 571 kB | 192/288 kB    
Progress (2): 571 kB | 196/288 kB
Progress (2): 571 kB | 200/288 kB
Progress (2): 571 kB | 204/288 kB
Progress (2): 571 kB | 208/288 kB
Progress (2): 571 kB | 212/288 kB
Progress (2): 571 kB | 217/288 kB
Progress (2): 571 kB | 221/288 kB
Progress (2): 571 kB | 225/288 kB
Progress (2): 571 kB | 229/288 kB
Progress (2): 571 kB | 233/288 kB
Progress (2): 571 kB | 237/288 kB
Progress (2): 571 kB | 241/288 kB
Progress (2): 571 kB | 245/288 kB
Progress (2): 571 kB | 249/288 kB
Progress (2): 571 kB | 253/288 kB
Progress (2): 571 kB | 258/288 kB
Progress (2): 571 kB | 262/288 kB
Progress (2): 571 kB | 266/288 kB
Progress (2): 571 kB | 270/288 kB
Progress (2): 571 kB | 274/288 kB
Progress (2): 571 kB | 278/288 kB
Progress (2): 571 kB | 282/288 kB
Progress (2): 571 kB | 286/288 kB
Progress (2): 571 kB | 288 kB    
Progress (3): 571 kB | 288 kB | 4.1/380 kB
Progress (3): 571 kB | 288 kB | 7.7/380 kB
Progress (3): 571 kB | 288 kB | 12/380 kB 
Progress (3): 571 kB | 288 kB | 16/380 kB
Progress (3): 571 kB | 288 kB | 20/380 kB
Progress (3): 571 kB | 288 kB | 24/380 kB
Progress (3): 571 kB | 288 kB | 28/380 kB
Progress (3): 571 kB | 288 kB | 32/380 kB
Progress (3): 571 kB | 288 kB | 36/380 kB
Progress (3): 571 kB | 288 kB | 40/380 kB
Progress (3): 571 kB | 288 kB | 45/380 kB
Progress (3): 571 kB | 288 kB | 49/380 kB
Progress (3): 571 kB | 288 kB | 53/380 kB
Progress (3): 571 kB | 288 kB | 57/380 kB
Progress (3): 571 kB | 288 kB | 61/380 kB
Progress (3): 571 kB | 288 kB | 65/380 kB
Progress (3): 571 kB | 288 kB | 69/380 kB
Progress (3): 571 kB | 288 kB | 73/380 kB
Progress (3): 571 kB | 288 kB | 77/380 kB
Progress (3): 571 kB | 288 kB | 81/380 kB
Progress (3): 571 kB | 288 kB | 85/380 kB
Progress (3): 571 kB | 288 kB | 90/380 kB
Progress (3): 571 kB | 288 kB | 94/380 kB
Progress (3): 571 kB | 288 kB | 98/380 kB
Progress (3): 571 kB | 288 kB | 102/380 kB
Progress (3): 571 kB | 288 kB | 106/380 kB
Progress (3): 571 kB | 288 kB | 110/380 kB
Progress (3): 571 kB | 288 kB | 114/380 kB
Progress (3): 571 kB | 288 kB | 118/380 kB
Progress (3): 571 kB | 288 kB | 122/380 kB
Progress (3): 571 kB | 288 kB | 126/380 kB
Progress (3): 571 kB | 288 kB | 131/380 kB
Progress (3): 571 kB | 288 kB | 135/380 kB
Progress (3): 571 kB | 288 kB | 139/380 kB
Progress (3): 571 kB | 288 kB | 143/380 kB
Progress (3): 571 kB | 288 kB | 147/380 kB
Progress (3): 571 kB | 288 kB | 151/380 kB
Progress (3): 571 kB | 288 kB | 155/380 kB
Progress (3): 571 kB | 288 kB | 159/380 kB
Progress (3): 571 kB | 288 kB | 163/380 kB
Progress (3): 571 kB | 288 kB | 167/380 kB
Progress (3): 571 kB | 288 kB | 171/380 kB
Progress (3): 571 kB | 288 kB | 176/380 kB
Progress (3): 571 kB | 288 kB | 180/380 kB
Progress (3): 571 kB | 288 kB | 184/380 kB
Progress (3): 571 kB | 288 kB | 188/380 kB
Progress (3): 571 kB | 288 kB | 192/380 kB
Progress (3): 571 kB | 288 kB | 196/380 kB
Progress (3): 571 kB | 288 kB | 200/380 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 1.1 MB/s)
18:08:36 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar (288 kB at 540 kB/s)
18:08:37 Progress (1): 204/380 kB
Progress (1): 208/380 kB
Progress (1): 212/380 kB
Progress (1): 217/380 kB
Progress (1): 221/380 kB
Progress (1): 225/380 kB
Progress (1): 229/380 kB
Progress (1): 233/380 kB
Progress (1): 237/380 kB
Progress (1): 241/380 kB
Progress (1): 245/380 kB
Progress (1): 249/380 kB
Progress (1): 253/380 kB
Progress (1): 258/380 kB
Progress (1): 262/380 kB
Progress (1): 266/380 kB
Progress (1): 270/380 kB
Progress (1): 274/380 kB
Progress (1): 278/380 kB
Progress (1): 282/380 kB
Progress (1): 286/380 kB
Progress (1): 290/380 kB
Progress (1): 294/380 kB
Progress (1): 298/380 kB
Progress (1): 303/380 kB
Progress (1): 307/380 kB
Progress (1): 311/380 kB
Progress (1): 315/380 kB
Progress (1): 319/380 kB
Progress (1): 323/380 kB
Progress (1): 327/380 kB
Progress (1): 331/380 kB
Progress (1): 335/380 kB
Progress (1): 339/380 kB
Progress (1): 344/380 kB
Progress (1): 348/380 kB
Progress (1): 352/380 kB
Progress (1): 356/380 kB
Progress (1): 360/380 kB
Progress (1): 364/380 kB
Progress (1): 368/380 kB
Progress (1): 372/380 kB
Progress (1): 376/380 kB
Progress (1): 380 kB    
Progress (2): 380 kB | 4.1/140 kB
Progress (3): 380 kB | 4.1/140 kB | 4.1/133 kB
Progress (3): 380 kB | 7.7/140 kB | 4.1/133 kB
Progress (3): 380 kB | 7.7/140 kB | 7.7/133 kB
Progress (3): 380 kB | 12/140 kB | 7.7/133 kB 
Progress (3): 380 kB | 12/140 kB | 12/133 kB 
Progress (3): 380 kB | 16/140 kB | 12/133 kB
Progress (3): 380 kB | 16/140 kB | 16/133 kB
Progress (3): 380 kB | 16/140 kB | 20/133 kB
Progress (3): 380 kB | 16/140 kB | 24/133 kB
Progress (3): 380 kB | 16/140 kB | 28/133 kB
Progress (3): 380 kB | 20/140 kB | 28/133 kB
Progress (3): 380 kB | 20/140 kB | 32/133 kB
Progress (3): 380 kB | 24/140 kB | 32/133 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.jar (380 kB at 635 kB/s)
18:08:37 Progress (2): 28/140 kB | 32/133 kB
Progress (2): 28/140 kB | 36/133 kB
Progress (2): 32/140 kB | 36/133 kB
Progress (2): 32/140 kB | 40/133 kB
Progress (2): 32/140 kB | 45/133 kB
Progress (2): 32/140 kB | 49/133 kB
Progress (2): 36/140 kB | 49/133 kB
Progress (2): 40/140 kB | 49/133 kB
Progress (2): 45/140 kB | 49/133 kB
Progress (2): 45/140 kB | 53/133 kB
Progress (2): 49/140 kB | 53/133 kB
Progress (2): 49/140 kB | 57/133 kB
Progress (2): 49/140 kB | 61/133 kB
Progress (2): 49/140 kB | 65/133 kB
Progress (2): 53/140 kB | 65/133 kB
Progress (2): 57/140 kB | 65/133 kB
Progress (2): 61/140 kB | 65/133 kB
Progress (2): 65/140 kB | 65/133 kB
Progress (2): 65/140 kB | 69/133 kB
Progress (2): 65/140 kB | 73/133 kB
Progress (2): 65/140 kB | 77/133 kB
Progress (2): 65/140 kB | 81/133 kB
Progress (2): 69/140 kB | 81/133 kB
Progress (2): 73/140 kB | 81/133 kB
Progress (2): 77/140 kB | 81/133 kB
Progress (2): 81/140 kB | 81/133 kB
Progress (2): 81/140 kB | 85/133 kB
Progress (2): 81/140 kB | 90/133 kB
Progress (2): 81/140 kB | 94/133 kB
Progress (2): 81/140 kB | 98/133 kB
Progress (2): 85/140 kB | 98/133 kB
Progress (2): 90/140 kB | 98/133 kB
Progress (2): 94/140 kB | 98/133 kB
Progress (2): 98/140 kB | 98/133 kB
Progress (2): 98/140 kB | 102/133 kB
Progress (2): 98/140 kB | 106/133 kB
Progress (2): 98/140 kB | 110/133 kB
Progress (2): 102/140 kB | 110/133 kB
Progress (2): 102/140 kB | 114/133 kB
Progress (2): 106/140 kB | 114/133 kB
Progress (2): 110/140 kB | 114/133 kB
Progress (2): 114/140 kB | 114/133 kB
Progress (2): 114/140 kB | 118/133 kB
Progress (2): 114/140 kB | 122/133 kB
Progress (2): 114/140 kB | 126/133 kB
Progress (2): 118/140 kB | 126/133 kB
Progress (2): 118/140 kB | 131/133 kB
Progress (2): 122/140 kB | 131/133 kB
Progress (2): 126/140 kB | 131/133 kB
Progress (2): 126/140 kB | 133 kB    
Progress (2): 131/140 kB | 133 kB
Progress (2): 135/140 kB | 133 kB
Progress (2): 139/140 kB | 133 kB
Progress (2): 140 kB | 133 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.5.201505241946/org.jacoco.core-0.7.5.201505241946.jar (133 kB at 215 kB/s)
18:08:37 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.5.201505241946/org.jacoco.report-0.7.5.201505241946.jar (140 kB at 226 kB/s)
18:08:37 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt/../org.eclipse.scout.rt/target/jacoco-all.exec
18:08:37 [INFO] 
18:08:37 [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ org.eclipse.scout.rt ---
18:08:37 [INFO] Generating flattened POM of project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:6.0.300-SNAPSHOT...
18:08:37 [INFO] 
18:08:37 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt ---
18:08:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.pom
18:08:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.pom
18:08:37 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.pom
18:08:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.pom
18:08:37 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.pom (11 kB at 166 kB/s)
18:08:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
18:08:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
18:08:37 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
18:08:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
18:08:37 Progress (1): 4.1 kB
Progress (1): 6.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 174 kB/s)
18:08:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
18:08:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
18:08:38 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
18:08:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
18:08:38 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 32 kB/s)
18:08:38 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
18:08:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
18:08:38 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
18:08:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
18:08:38 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 58 kB/s)
18:08:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
18:08:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
18:08:38 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
18:08:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
18:08:39 Progress (1): 910 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 21 kB/s)
18:08:39 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
18:08:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
18:08:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
18:08:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
18:08:39 Progress (1): 4.1 kB
Progress (1): 5.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 122 kB/s)
18:08:39 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
18:08:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
18:08:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
18:08:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
18:08:39 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 34 kB/s)
18:08:39 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
18:08:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
18:08:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
18:08:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
18:08:40 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 47 kB/s)
18:08:40 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
18:08:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
18:08:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
18:08:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
18:08:40 Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 34 kB/s)
18:08:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
18:08:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
18:08:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
18:08:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
18:08:40 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 52 kB/s)
18:08:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
18:08:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
18:08:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
18:08:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
18:08:41 Progress (1): 4.1 kB
Progress (1): 7.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 151 kB/s)
18:08:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
18:08:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
18:08:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
18:08:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
18:08:41 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 40 kB/s)
18:08:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
18:08:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
18:08:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
18:08:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
18:08:42 Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 109 kB/s)
18:08:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
18:08:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
18:08:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
18:08:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
18:08:42 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 19 kB/s)
18:08:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom
18:08:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom
18:08:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom
18:08:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom
18:08:42 Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom (4.0 kB at 225 kB/s)
18:08:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
18:08:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
18:08:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
18:08:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
18:08:43 Progress (1): 4.1 kB
Progress (1): 4.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 190 kB/s)
18:08:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/22/maven-parent-22.pom
18:08:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/22/maven-parent-22.pom
18:08:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-parent/22/maven-parent-22.pom
18:08:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom
18:08:43 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): 30 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.1 MB/s)
18:08:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/11/apache-11.pom
18:08:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/11/apache-11.pom
18:08:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/apache/11/apache-11.pom
18:08:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom
18:08:43 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 673 kB/s)
18:08:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom
18:08:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom
18:08:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom
18:08:44 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom
18:08:44 Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom (4.0 kB at 106 kB/s)
18:08:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom
18:08:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom
18:08:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom
18:08:44 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom
18:08:44 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom (9.2 kB at 458 kB/s)
18:08:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/19/maven-parent-19.pom
18:08:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/19/maven-parent-19.pom
18:08:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-parent/19/maven-parent-19.pom
18:08:44 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom
18:08:44 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): 25 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 781 kB/s)
18:08:45 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
18:08:45 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
18:08:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
18:08:45 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
18:08:45 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 61 kB/s)
18:08:45 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
18:08:45 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
18:08:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
18:08:45 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
18:08:45 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 127 kB/s)
18:08:45 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.0.1/plexus-archiver-2.0.1.pom
18:08:45 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-archiver/2.0.1/plexus-archiver-2.0.1.pom
18:08:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-archiver/2.0.1/plexus-archiver-2.0.1.pom
18:08:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.0.1/plexus-archiver-2.0.1.pom
18:08:46 Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.0.1/plexus-archiver-2.0.1.pom (2.8 kB at 80 kB/s)
18:08:46 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/3.8.1/junit-3.8.1.pom
18:08:46 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/3.8.1/junit-3.8.1.pom
18:08:46 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/junit/junit/3.8.1/junit-3.8.1.pom
18:08:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
18:08:46 Progress (1): 998 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 53 kB/s)
18:08:46 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
18:08:46 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
18:08:46 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
18:08:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
18:08:46 Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 185 kB/s)
18:08:46 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.pom
18:08:46 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.pom
18:08:46 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.pom
18:08:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.pom
18:08:47 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.pom (1.7 kB at 29 kB/s)
18:08:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
18:08:47 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
18:08:47 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
18:08:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
18:08:47 Progress (1): 890 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 42 kB/s)
18:08:47 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
18:08:47 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
18:08:47 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
18:08:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
18:08:47 Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 168 kB/s)
18:08:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.pom
18:08:47 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.pom
18:08:47 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.pom
18:08:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.pom
18:08:48 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.pom (1.5 kB at 31 kB/s)
18:08:48 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom
18:08:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom
18:08:48 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom
18:08:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom
18:08:48 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 19 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom (19 kB at 213 kB/s)
18:08:48 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom
18:08:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom
18:08:48 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom
18:08:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom
18:08:49 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom (1.5 kB at 17 kB/s)
18:08:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.pom
18:08:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.pom
18:08:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.pom
18:08:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.pom
18:08:49 Progress (1): 4.1 kB
Progress (1): 4.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.pom (4.2 kB at 74 kB/s)
18:08:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
18:08:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
18:08:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
18:08:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
18:08:49 Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 57 kB/s)
18:08:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
18:08:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
18:08:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
18:08:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
18:08:50 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 101 kB/s)
18:08:50 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
18:08:50 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
18:08:50 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
18:08:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
18:08:50 Progress (1): 4.1 kB
Progress (1): 7.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 268 kB/s)
18:08:50 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
18:08:50 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
18:08:50 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
18:08:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
18:08:50 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 242 kB/s)
18:08:50 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/project/4.1/project-4.1.pom
18:08:50 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/project/4.1/project-4.1.pom
18:08:50 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/project/4.1/project-4.1.pom
18:08:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom
18:08:51 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 745 kB/s)
18:08:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
18:08:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
18:08:51 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
18:08:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
18:08:51 Progress (1): 4.1 kB
Progress (1): 4.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 204 kB/s)
18:08:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
18:08:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
18:08:51 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
18:08:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
18:08:51 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 550 kB/s)
18:08:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/project/4.0/project-4.0.pom
18:08:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/project/4.0/project-4.0.pom
18:08:51 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/project/4.0/project-4.0.pom
18:08:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom
18:08:52 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 690 kB/s)
18:08:52 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
18:08:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
18:08:52 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
18:08:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
18:08:52 Progress (1): 4.1 kB
Progress (1): 6.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 407 kB/s)
18:08:52 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
18:08:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
18:08:52 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
18:08:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
18:08:53 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 53 kB/s)
18:08:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom
18:08:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom
18:08:53 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom
18:08:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom
18:08:53 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom (1.6 kB at 39 kB/s)
18:08:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-modules/1.6/doxia-modules-1.6.pom
18:08:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-modules/1.6/doxia-modules-1.6.pom
18:08:53 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-modules/1.6/doxia-modules-1.6.pom
18:08:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.6/doxia-modules-1.6.pom
18:08:53 Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.6/doxia-modules-1.6.pom (2.6 kB at 28 kB/s)
18:08:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.pom
18:08:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.pom
18:08:53 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.pom
18:08:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.pom
18:08:54 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.pom (1.7 kB at 27 kB/s)
18:08:54 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.pom
18:08:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.pom
18:08:54 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.pom
18:08:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.pom
18:08:54 Progress (1): 4.1 kB
Progress (1): 4.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.pom (4.6 kB at 54 kB/s)
18:08:54 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom
18:08:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom
18:08:54 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom
18:08:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom
18:08:54 Progress (1): 4.1 kB
Progress (1): 4.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom (4.8 kB at 107 kB/s)
18:08:54 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-markdown/1.6/doxia-module-markdown-1.6.pom
18:08:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-markdown/1.6/doxia-module-markdown-1.6.pom
18:08:54 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-markdown/1.6/doxia-module-markdown-1.6.pom
18:08:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-markdown/1.6/doxia-module-markdown-1.6.pom
18:08:55 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-markdown/1.6/doxia-module-markdown-1.6.pom (2.1 kB at 32 kB/s)
18:08:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/pegdown/pegdown/1.2.1/pegdown-1.2.1.pom
18:08:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/pegdown/pegdown/1.2.1/pegdown-1.2.1.pom
18:08:55 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/pegdown/pegdown/1.2.1/pegdown-1.2.1.pom
18:08:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/pegdown/pegdown/1.2.1/pegdown-1.2.1.pom
18:08:55 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/pegdown/pegdown/1.2.1/pegdown-1.2.1.pom (1.9 kB at 32 kB/s)
18:08:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/parboiled/parboiled-java/1.1.4/parboiled-java-1.1.4.pom
18:08:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/parboiled/parboiled-java/1.1.4/parboiled-java-1.1.4.pom
18:08:55 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/parboiled/parboiled-java/1.1.4/parboiled-java-1.1.4.pom
18:08:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/parboiled/parboiled-java/1.1.4/parboiled-java-1.1.4.pom
18:08:56 Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/parboiled/parboiled-java/1.1.4/parboiled-java-1.1.4.pom (2.6 kB at 46 kB/s)
18:08:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/parboiled/parboiled-core/1.1.4/parboiled-core-1.1.4.pom
18:08:56 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/parboiled/parboiled-core/1.1.4/parboiled-core-1.1.4.pom
18:08:56 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/parboiled/parboiled-core/1.1.4/parboiled-core-1.1.4.pom
18:08:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/parboiled/parboiled-core/1.1.4/parboiled-core-1.1.4.pom
18:08:56 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/parboiled/parboiled-core/1.1.4/parboiled-core-1.1.4.pom (1.7 kB at 15 kB/s)
18:08:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/4.1/asm-4.1.pom
18:08:56 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm/4.1/asm-4.1.pom
18:08:56 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/asm/asm/4.1/asm-4.1.pom
18:08:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/4.1/asm-4.1.pom
18:08:56 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/4.1/asm-4.1.pom (1.9 kB at 23 kB/s)
18:08:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-parent/4.1/asm-parent-4.1.pom
18:08:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-parent/4.1/asm-parent-4.1.pom
18:08:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/asm/asm-parent/4.1/asm-parent-4.1.pom
18:08:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/4.1/asm-parent-4.1.pom
18:08:57 Progress (1): 4.1 kB
Progress (1): 5.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/4.1/asm-parent-4.1.pom (5.5 kB at 73 kB/s)
18:08:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-tree/4.1/asm-tree-4.1.pom
18:08:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-tree/4.1/asm-tree-4.1.pom
18:08:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/asm/asm-tree/4.1/asm-tree-4.1.pom
18:08:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/4.1/asm-tree-4.1.pom
18:08:57 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/4.1/asm-tree-4.1.pom (2.1 kB at 32 kB/s)
18:08:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-analysis/4.1/asm-analysis-4.1.pom
18:08:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-analysis/4.1/asm-analysis-4.1.pom
18:08:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/asm/asm-analysis/4.1/asm-analysis-4.1.pom
18:08:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/4.1/asm-analysis-4.1.pom
18:08:58 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/4.1/asm-analysis-4.1.pom (2.1 kB at 42 kB/s)
18:08:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-util/4.1/asm-util-4.1.pom
18:08:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-util/4.1/asm-util-4.1.pom
18:08:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/asm/asm-util/4.1/asm-util-4.1.pom
18:08:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/4.1/asm-util-4.1.pom
18:08:58 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/4.1/asm-util-4.1.pom (2.1 kB at 26 kB/s)
18:08:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom
18:08:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom
18:08:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom
18:08:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom
18:08:59 Progress (1): 157 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom (157 B at 438 B/s)
18:08:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom
18:08:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom
18:08:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom
18:08:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom
18:08:59 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom (3.0 kB at 48 kB/s)
18:08:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom
18:08:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom
18:08:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom
18:08:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom
18:09:00 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 18 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom (18 kB at 238 kB/s)
18:09:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom
18:09:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom
18:09:00 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom
18:09:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom
18:09:00 Progress (1): 4.1 kB
Progress (1): 6.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom (6.1 kB at 91 kB/s)
18:09:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
18:09:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
18:09:00 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
18:09:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
18:09:00 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 18 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 758 kB/s)
18:09:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
18:09:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
18:09:00 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
18:09:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
18:09:01 Progress (1): 4.1 kB
Progress (1): 7.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 438 kB/s)
18:09:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
18:09:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
18:09:01 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
18:09:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
18:09:01 Progress (1): 4.1 kB
Progress (1): 6.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 294 kB/s)
18:09:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/logkit/logkit/1.0.1/logkit-1.0.1.pom
18:09:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/logkit/logkit/1.0.1/logkit-1.0.1.pom
18:09:01 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/logkit/logkit/1.0.1/logkit-1.0.1.pom
18:09:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom
18:09:01 Progress (1): 147 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 6.4 kB/s)
18:09:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
18:09:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
18:09:01 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
18:09:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
18:09:02 Progress (1): 167 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 7.0 kB/s)
18:09:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
18:09:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
18:09:02 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
18:09:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
18:09:02 Progress (1): 156 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 8.2 kB/s)
18:09:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
18:09:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
18:09:02 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
18:09:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
18:09:02 Progress (1): 4.1 kB
Progress (1): 6.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 261 kB/s)
18:09:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
18:09:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
18:09:02 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
18:09:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
18:09:03 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 564 kB/s)
18:09:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/dom4j/dom4j/1.1/dom4j-1.1.pom
18:09:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/dom4j/dom4j/1.1/dom4j-1.1.pom
18:09:03 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/dom4j/dom4j/1.1/dom4j-1.1.pom
18:09:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom
18:09:03 Progress (1): 142 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 5.5 kB/s)
18:09:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/sslext/sslext/1.2-0/sslext-1.2-0.pom
18:09:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/sslext/sslext/1.2-0/sslext-1.2-0.pom
18:09:03 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/sslext/sslext/1.2-0/sslext-1.2-0.pom
18:09:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom
18:09:03 Progress (1): 653 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 28 kB/s)
18:09:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
18:09:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
18:09:04 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
18:09:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
18:09:04 Progress (1): 4.1 kB
Progress (1): 4.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 270 kB/s)
18:09:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
18:09:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
18:09:04 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
18:09:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
18:09:04 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 615 kB/s)
18:09:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/struts/struts-master/4/struts-master-4.pom
18:09:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/struts/struts-master/4/struts-master-4.pom
18:09:04 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/struts/struts-master/4/struts-master-4.pom
18:09:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom
18:09:05 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 739 kB/s)
18:09:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/2/apache-2.pom
18:09:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/2/apache-2.pom
18:09:05 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/apache/2/apache-2.pom
18:09:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom
18:09:05 Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 155 kB/s)
18:09:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/antlr/antlr/2.7.2/antlr-2.7.2.pom
18:09:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/antlr/antlr/2.7.2/antlr-2.7.2.pom
18:09:05 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/antlr/antlr/2.7.2/antlr-2.7.2.pom
18:09:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom
18:09:05 Progress (1): 145 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 5.8 kB/s)
18:09:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
18:09:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
18:09:05 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
18:09:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
18:09:06 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 205 kB/s)
18:09:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
18:09:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
18:09:06 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
18:09:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
18:09:06 Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 121 kB/s)
18:09:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
18:09:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
18:09:06 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
18:09:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
18:09:06 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 343 kB/s)
18:09:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
18:09:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
18:09:06 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
18:09:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
18:09:07 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 658 kB/s)
18:09:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom
18:09:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom
18:09:07 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom
18:09:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom
18:09:07 Progress (1): 4.1 kB
Progress (1): 7.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom (7.0 kB at 77 kB/s)
18:09:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom
18:09:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom
18:09:07 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom
18:09:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom
18:09:07 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom (9.9 kB at 142 kB/s)
18:09:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/1.4/commons-io-1.4.pom
18:09:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-io/commons-io/1.4/commons-io-1.4.pom
18:09:07 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-io/commons-io/1.4/commons-io-1.4.pom
18:09:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom
18:09:08 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 774 kB/s)
18:09:08 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/7/commons-parent-7.pom
18:09:08 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/7/commons-parent-7.pom
18:09:08 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-parent/7/commons-parent-7.pom
18:09:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom
18:09:08 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 583 kB/s)
18:09:08 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom
18:09:08 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom
18:09:08 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom
18:09:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom
18:09:09 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom (1.8 kB at 9.8 kB/s)
18:09:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom
18:09:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom
18:09:09 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom
18:09:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom
18:09:09 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom (9.8 kB at 99 kB/s)
18:09:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/20/maven-parent-20.pom
18:09:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/20/maven-parent-20.pom
18:09:09 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-parent/20/maven-parent-20.pom
18:09:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/20/maven-parent-20.pom
18:09:10 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): 25 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/20/maven-parent-20.pom (25 kB at 347 kB/s)
18:09:10 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
18:09:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
18:09:10 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
18:09:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
18:09:10 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 82 kB/s)
18:09:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.pom
18:09:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.pom
18:09:10 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.pom
18:09:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.pom
18:09:10 Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.pom (3.5 kB at 36 kB/s)
18:09:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
18:09:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
18:09:11 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
18:09:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
18:09:11 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 62 kB/s)
18:09:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
18:09:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
18:09:11 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
18:09:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
18:09:11 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 306 kB/s)
18:09:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.11/plexus-utils-3.0.11.pom
18:09:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/3.0.11/plexus-utils-3.0.11.pom
18:09:11 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/3.0.11/plexus-utils-3.0.11.pom
18:09:12 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.11/plexus-utils-3.0.11.pom
18:09:12 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.11/plexus-utils-3.0.11.pom (3.1 kB at 41 kB/s)
18:09:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.pom
18:09:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.pom
18:09:12 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.pom
18:09:12 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.pom
18:09:12 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.pom (2.2 kB at 43 kB/s)
18:09:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
18:09:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
18:09:12 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
18:09:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
18:09:13 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 85 kB/s)
18:09:13 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
18:09:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
18:09:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
18:09:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
18:09:13 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 19 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 347 kB/s)
18:09:13 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
18:09:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
18:09:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
18:09:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
18:09:13 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 143 kB/s)
18:09:13 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom
18:09:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom
18:09:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom
18:09:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom
18:09:14 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom (11 kB at 140 kB/s)
18:09:14 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/28/commons-parent-28.pom
18:09:14 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/28/commons-parent-28.pom
18:09:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-parent/28/commons-parent-28.pom
18:09:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom
18:09:14 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): 41 kB
Progress (1): 45 kB
Progress (1): 49 kB
Progress (1): 50 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 983 kB/s)
18:09:14 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.2/xz-1.2.pom
18:09:14 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/tukaani/xz/1.2/xz-1.2.pom
18:09:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/tukaani/xz/1.2/xz-1.2.pom
18:09:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.pom
18:09:15 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.pom (1.9 kB at 20 kB/s)
18:09:15 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
18:09:15 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom
18:09:15 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom
18:09:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom
18:09:15 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom (1.9 kB at 107 kB/s)
18:09:15 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.pom
18:09:15 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.pom
18:09:15 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.pom
18:09:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.pom
18:09:16 Progress (1): 4.1 kB
Progress (1): 6.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.pom (6.3 kB at 65 kB/s)
18:09:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mortbay/jetty/project/6.1.25/project-6.1.25.pom
18:09:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mortbay/jetty/project/6.1.25/project-6.1.25.pom
18:09:16 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/mortbay/jetty/project/6.1.25/project-6.1.25.pom
18:09:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jetty/project/6.1.25/project-6.1.25.pom
18:09:16 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jetty/project/6.1.25/project-6.1.25.pom (9.2 kB at 144 kB/s)
18:09:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom
18:09:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom
18:09:16 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom
18:09:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom
18:09:16 Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom (3.3 kB at 28 kB/s)
18:09:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom
18:09:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom
18:09:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom
18:09:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom
18:09:17 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 16 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom (16 kB at 179 kB/s)
18:09:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.pom
18:09:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.pom
18:09:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.pom
18:09:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.pom
18:09:17 Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.pom (3.9 kB at 59 kB/s)
18:09:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom
18:09:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom
18:09:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom
18:09:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom
18:09:18 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom (2.7 kB at 38 kB/s)
18:09:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom
18:09:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom
18:09:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom
18:09:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom
18:09:19 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom (13 kB at 17 kB/s)
18:09:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.5/commons-lang-2.5.pom
18:09:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.5/commons-lang-2.5.pom
18:09:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-lang/commons-lang/2.5/commons-lang-2.5.pom
18:09:19 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.5/commons-lang-2.5.pom
18:09:19 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.5/commons-lang-2.5.pom (17 kB at 252 kB/s)
18:09:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/12/commons-parent-12.pom
18:09:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/12/commons-parent-12.pom
18:09:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-parent/12/commons-parent-12.pom
18:09:19 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/12/commons-parent-12.pom
18:09:20 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): 27 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/12/commons-parent-12.pom (27 kB at 390 kB/s)
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.jar
18:09:20 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
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar
18:09:20 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
18:09:20 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
18:09:20 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
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
18:09:20 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
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.jar
18:09:20 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.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/3.8.1/junit-3.8.1.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-markdown/1.6/doxia-module-markdown-1.6.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/pegdown/pegdown/1.2.1/pegdown-1.2.1.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/parboiled/parboiled-java/1.1.4/parboiled-java-1.1.4.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/parboiled/parboiled-core/1.1.4/parboiled-core-1.1.4.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/4.1/asm-4.1.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-tree/4.1/asm-tree-4.1.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-analysis/4.1/asm-analysis-4.1.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-util/4.1/asm-util-4.1.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/dom4j/dom4j/1.1/dom4j-1.1.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/sslext/sslext/1.2-0/sslext-1.2-0.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/antlr/antlr/2.7.2/antlr-2.7.2.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.2/xz-1.2.jar
18:09:20 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
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.5/commons-lang-2.5.jar
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/1.4/commons-io-1.4.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/3.8.1/junit-3.8.1.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-markdown/1.6/doxia-module-markdown-1.6.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/pegdown/pegdown/1.2.1/pegdown-1.2.1.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/parboiled/parboiled-java/1.1.4/parboiled-java-1.1.4.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/parboiled/parboiled-core/1.1.4/parboiled-core-1.1.4.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm/4.1/asm-4.1.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-tree/4.1/asm-tree-4.1.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-analysis/4.1/asm-analysis-4.1.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-util/4.1/asm-util-4.1.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/dom4j/dom4j/1.1/dom4j-1.1.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/sslext/sslext/1.2-0/sslext-1.2-0.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/antlr/antlr/2.7.2/antlr-2.7.2.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/tukaani/xz/1.2/xz-1.2.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.5/commons-lang-2.5.jar
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-io/commons-io/1.4/commons-io-1.4.jar
18:09:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.jar
18:09:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
18:09:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
18:09:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar
18:09:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/junit/junit/3.8.1/junit-3.8.1.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
18:09:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
18:09:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
18:09:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
18:09:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.jar
18:09:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.jar
18:09:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.jar
18:09:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.jar
18:09:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-markdown/1.6/doxia-module-markdown-1.6.jar
18:09:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/pegdown/pegdown/1.2.1/pegdown-1.2.1.jar
18:09:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/parboiled/parboiled-java/1.1.4/parboiled-java-1.1.4.jar
18:09:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/parboiled/parboiled-core/1.1.4/parboiled-core-1.1.4.jar
18:09:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/asm/asm/4.1/asm-4.1.jar
18:09:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/asm/asm-tree/4.1/asm-tree-4.1.jar
18:09:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/asm/asm-analysis/4.1/asm-analysis-4.1.jar
18:09:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/asm/asm-util/4.1/asm-util-4.1.jar
18:09:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
18:09:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.jar
18:09:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.jar
18:09:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
18:09:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
18:09:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
18:09:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
18:09:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/dom4j/dom4j/1.1/dom4j-1.1.jar
18:09:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/sslext/sslext/1.2-0/sslext-1.2-0.jar
18:09:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
18:09:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/antlr/antlr/2.7.2/antlr-2.7.2.jar
18:09:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
18:09:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
18:09:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
18:09:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar
18:09:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar
18:09:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.jar
18:09:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.jar
18:09:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar
18:09:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/tukaani/xz/1.2/xz-1.2.jar
18:09:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
18:09:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar
18:09:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar
18:09:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.jar
18:09:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-lang/commons-lang/2.5/commons-lang-2.5.jar
18:09:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-io/commons-io/1.4/commons-io-1.4.jar
18:09:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.jar
18:09:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar
18:09:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
18:09:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
18:09:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
18:09:24 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
Progress (2): 11 kB | 4.1/155 kB
Progress (2): 11 kB | 7.7/155 kB
Progress (2): 11 kB | 12/155 kB 
Progress (2): 11 kB | 16/155 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 304 kB/s)
18:09:24 Progress (1): 20/155 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
18:09:24 Progress (1): 24/155 kB
Progress (1): 28/155 kB
Progress (1): 32/155 kB
Progress (1): 36/155 kB
Progress (1): 40/155 kB
Progress (1): 45/155 kB
Progress (1): 49/155 kB
Progress (2): 49/155 kB | 4.1/527 kB
Progress (2): 49/155 kB | 7.7/527 kB
Progress (2): 53/155 kB | 7.7/527 kB
Progress (2): 53/155 kB | 12/527 kB 
Progress (2): 57/155 kB | 12/527 kB
Progress (2): 57/155 kB | 16/527 kB
Progress (2): 61/155 kB | 16/527 kB
Progress (2): 65/155 kB | 16/527 kB
Progress (2): 65/155 kB | 20/527 kB
Progress (2): 65/155 kB | 24/527 kB
Progress (2): 69/155 kB | 24/527 kB
Progress (2): 69/155 kB | 28/527 kB
Progress (2): 73/155 kB | 28/527 kB
Progress (2): 73/155 kB | 32/527 kB
Progress (2): 77/155 kB | 32/527 kB
Progress (2): 81/155 kB | 32/527 kB
Progress (2): 81/155 kB | 36/527 kB
Progress (2): 81/155 kB | 40/527 kB
Progress (2): 81/155 kB | 45/527 kB
Progress (2): 85/155 kB | 45/527 kB
Progress (2): 85/155 kB | 49/527 kB
Progress (2): 90/155 kB | 49/527 kB
Progress (2): 94/155 kB | 49/527 kB
Progress (2): 98/155 kB | 49/527 kB
Progress (2): 98/155 kB | 53/527 kB
Progress (2): 98/155 kB | 57/527 kB
Progress (3): 98/155 kB | 57/527 kB | 4.1/108 kB
Progress (3): 98/155 kB | 61/527 kB | 4.1/108 kB
Progress (3): 102/155 kB | 61/527 kB | 4.1/108 kB
Progress (3): 102/155 kB | 65/527 kB | 4.1/108 kB
Progress (3): 102/155 kB | 65/527 kB | 7.7/108 kB
Progress (3): 106/155 kB | 65/527 kB | 7.7/108 kB
Progress (3): 106/155 kB | 65/527 kB | 12/108 kB 
Progress (3): 110/155 kB | 65/527 kB | 12/108 kB
Progress (3): 110/155 kB | 65/527 kB | 16/108 kB
Progress (3): 114/155 kB | 65/527 kB | 16/108 kB
Progress (3): 114/155 kB | 69/527 kB | 16/108 kB
Progress (3): 114/155 kB | 73/527 kB | 16/108 kB
Progress (3): 114/155 kB | 77/527 kB | 16/108 kB
Progress (3): 114/155 kB | 81/527 kB | 16/108 kB
Progress (3): 118/155 kB | 81/527 kB | 16/108 kB
Progress (3): 122/155 kB | 81/527 kB | 16/108 kB
Progress (3): 126/155 kB | 81/527 kB | 16/108 kB
Progress (3): 126/155 kB | 81/527 kB | 20/108 kB
Progress (3): 131/155 kB | 81/527 kB | 20/108 kB
Progress (3): 131/155 kB | 81/527 kB | 24/108 kB
Progress (3): 131/155 kB | 85/527 kB | 24/108 kB
Progress (3): 131/155 kB | 85/527 kB | 28/108 kB
Progress (3): 131/155 kB | 90/527 kB | 28/108 kB
Progress (3): 131/155 kB | 90/527 kB | 32/108 kB
Progress (3): 135/155 kB | 90/527 kB | 32/108 kB
Progress (3): 135/155 kB | 94/527 kB | 32/108 kB
Progress (3): 139/155 kB | 94/527 kB | 32/108 kB
Progress (3): 139/155 kB | 98/527 kB | 32/108 kB
Progress (3): 143/155 kB | 98/527 kB | 32/108 kB
Progress (3): 147/155 kB | 98/527 kB | 32/108 kB
Progress (3): 151/155 kB | 98/527 kB | 32/108 kB
Progress (3): 151/155 kB | 102/527 kB | 32/108 kB
Progress (3): 155/155 kB | 102/527 kB | 32/108 kB
Progress (3): 155/155 kB | 102/527 kB | 36/108 kB
Progress (3): 155 kB | 102/527 kB | 36/108 kB    
Progress (3): 155 kB | 106/527 kB | 36/108 kB
Progress (3): 155 kB | 106/527 kB | 40/108 kB
Progress (3): 155 kB | 110/527 kB | 40/108 kB
Progress (3): 155 kB | 110/527 kB | 45/108 kB
Progress (3): 155 kB | 114/527 kB | 45/108 kB
Progress (3): 155 kB | 114/527 kB | 49/108 kB
Progress (3): 155 kB | 118/527 kB | 49/108 kB
Progress (3): 155 kB | 122/527 kB | 49/108 kB
Progress (3): 155 kB | 126/527 kB | 49/108 kB
Progress (3): 155 kB | 131/527 kB | 49/108 kB
Progress (3): 155 kB | 131/527 kB | 53/108 kB
Progress (3): 155 kB | 131/527 kB | 57/108 kB
Progress (4): 155 kB | 131/527 kB | 57/108 kB | 4.1/30 kB
Progress (4): 155 kB | 135/527 kB | 57/108 kB | 4.1/30 kB
Progress (4): 155 kB | 135/527 kB | 61/108 kB | 4.1/30 kB
Progress (4): 155 kB | 139/527 kB | 61/108 kB | 4.1/30 kB
Progress (4): 155 kB | 139/527 kB | 61/108 kB | 7.7/30 kB
Progress (4): 155 kB | 143/527 kB | 61/108 kB | 7.7/30 kB
Progress (4): 155 kB | 143/527 kB | 65/108 kB | 7.7/30 kB
Progress (4): 155 kB | 147/527 kB | 65/108 kB | 7.7/30 kB
Progress (4): 155 kB | 147/527 kB | 65/108 kB | 12/30 kB 
Progress (4): 155 kB | 147/527 kB | 65/108 kB | 16/30 kB
Progress (4): 155 kB | 151/527 kB | 65/108 kB | 16/30 kB
Progress (4): 155 kB | 155/527 kB | 65/108 kB | 16/30 kB
Progress (4): 155 kB | 159/527 kB | 65/108 kB | 16/30 kB
Progress (4): 155 kB | 159/527 kB | 69/108 kB | 16/30 kB
Progress (4): 155 kB | 163/527 kB | 69/108 kB | 16/30 kB
Progress (4): 155 kB | 163/527 kB | 73/108 kB | 16/30 kB
Progress (4): 155 kB | 163/527 kB | 73/108 kB | 20/30 kB
Progress (4): 155 kB | 163/527 kB | 77/108 kB | 20/30 kB
Progress (4): 155 kB | 163/527 kB | 77/108 kB | 24/30 kB
Progress (4): 155 kB | 163/527 kB | 81/108 kB | 24/30 kB
Progress (4): 155 kB | 163/527 kB | 81/108 kB | 28/30 kB
Progress (4): 155 kB | 167/527 kB | 81/108 kB | 28/30 kB
Progress (4): 155 kB | 167/527 kB | 81/108 kB | 30 kB   
Progress (4): 155 kB | 171/527 kB | 81/108 kB | 30 kB
Progress (4): 155 kB | 176/527 kB | 81/108 kB | 30 kB
Progress (4): 155 kB | 180/527 kB | 81/108 kB | 30 kB
Progress (4): 155 kB | 180/527 kB | 85/108 kB | 30 kB
Progress (4): 155 kB | 180/527 kB | 90/108 kB | 30 kB
Progress (4): 155 kB | 184/527 kB | 90/108 kB | 30 kB
Progress (4): 155 kB | 184/527 kB | 94/108 kB | 30 kB
Progress (4): 155 kB | 188/527 kB | 94/108 kB | 30 kB
Progress (4): 155 kB | 188/527 kB | 98/108 kB | 30 kB
Progress (4): 155 kB | 192/527 kB | 98/108 kB | 30 kB
Progress (4): 155 kB | 196/527 kB | 98/108 kB | 30 kB
Progress (4): 155 kB | 196/527 kB | 102/108 kB | 30 kB
Progress (4): 155 kB | 200/527 kB | 102/108 kB | 30 kB
Progress (4): 155 kB | 200/527 kB | 106/108 kB | 30 kB
Progress (4): 155 kB | 204/527 kB | 106/108 kB | 30 kB
Progress (4): 155 kB | 204/527 kB | 108 kB | 30 kB    
Progress (4): 155 kB | 208/527 kB | 108 kB | 30 kB
Progress (4): 155 kB | 212/527 kB | 108 kB | 30 kB
Progress (4): 155 kB | 217/527 kB | 108 kB | 30 kB
Progress (4): 155 kB | 221/527 kB | 108 kB | 30 kB
Progress (4): 155 kB | 225/527 kB | 108 kB | 30 kB
Progress (4): 155 kB | 229/527 kB | 108 kB | 30 kB
Progress (4): 155 kB | 233/527 kB | 108 kB | 30 kB
Progress (4): 155 kB | 237/527 kB | 108 kB | 30 kB
Progress (4): 155 kB | 241/527 kB | 108 kB | 30 kB
Progress (4): 155 kB | 245/527 kB | 108 kB | 30 kB
Progress (4): 155 kB | 249/527 kB | 108 kB | 30 kB
Progress (4): 155 kB | 253/527 kB | 108 kB | 30 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar (155 kB at 2.7 MB/s)
18:09:24 Progress (3): 258/527 kB | 108 kB | 30 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
18:09:24 Progress (3): 262/527 kB | 108 kB | 30 kB
Progress (3): 266/527 kB | 108 kB | 30 kB
Progress (3): 270/527 kB | 108 kB | 30 kB
Progress (3): 274/527 kB | 108 kB | 30 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 510 kB/s)
18:09:24 Progress (2): 278/527 kB | 108 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
18:09:24 Progress (2): 282/527 kB | 108 kB
Progress (2): 286/527 kB | 108 kB
Progress (2): 290/527 kB | 108 kB
Progress (2): 294/527 kB | 108 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 1.8 MB/s)
18:09:24 Progress (1): 298/527 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
18:09:24 Progress (1): 303/527 kB
Progress (1): 307/527 kB
Progress (1): 311/527 kB
Progress (1): 315/527 kB
Progress (1): 319/527 kB
Progress (1): 323/527 kB
Progress (1): 327/527 kB
Progress (1): 331/527 kB
Progress (1): 335/527 kB
Progress (1): 339/527 kB
Progress (2): 339/527 kB | 4.1/27 kB
Progress (3): 339/527 kB | 4.1/27 kB | 4.1/148 kB
Progress (3): 339/527 kB | 7.7/27 kB | 4.1/148 kB
Progress (3): 339/527 kB | 7.7/27 kB | 7.7/148 kB
Progress (4): 339/527 kB | 7.7/27 kB | 7.7/148 kB | 4.1/106 kB
Progress (4): 344/527 kB | 7.7/27 kB | 7.7/148 kB | 4.1/106 kB
Progress (4): 344/527 kB | 7.7/27 kB | 7.7/148 kB | 7.7/106 kB
Progress (4): 344/527 kB | 7.7/27 kB | 12/148 kB | 7.7/106 kB 
Progress (4): 344/527 kB | 12/27 kB | 12/148 kB | 7.7/106 kB 
Progress (4): 344/527 kB | 12/27 kB | 16/148 kB | 7.7/106 kB
Progress (5): 344/527 kB | 12/27 kB | 16/148 kB | 7.7/106 kB | 4.1/51 kB
Progress (5): 344/527 kB | 12/27 kB | 16/148 kB | 12/106 kB | 4.1/51 kB 
Progress (5): 344/527 kB | 12/27 kB | 16/148 kB | 12/106 kB | 7.7/51 kB
Progress (5): 348/527 kB | 12/27 kB | 16/148 kB | 12/106 kB | 7.7/51 kB
Progress (5): 348/527 kB | 16/27 kB | 16/148 kB | 12/106 kB | 7.7/51 kB
Progress (5): 352/527 kB | 16/27 kB | 16/148 kB | 12/106 kB | 7.7/51 kB
Progress (5): 352/527 kB | 16/27 kB | 20/148 kB | 12/106 kB | 7.7/51 kB
Progress (5): 352/527 kB | 16/27 kB | 20/148 kB | 12/106 kB | 12/51 kB 
Progress (5): 352/527 kB | 16/27 kB | 20/148 kB | 16/106 kB | 12/51 kB
Progress (5): 352/527 kB | 16/27 kB | 20/148 kB | 16/106 kB | 16/51 kB
Progress (5): 352/527 kB | 20/27 kB | 20/148 kB | 16/106 kB | 16/51 kB
Progress (5): 352/527 kB | 20/27 kB | 24/148 kB | 16/106 kB | 16/51 kB
Progress (5): 356/527 kB | 20/27 kB | 24/148 kB | 16/106 kB | 16/51 kB
Progress (5): 356/527 kB | 20/27 kB | 28/148 kB | 16/106 kB | 16/51 kB
Progress (5): 356/527 kB | 24/27 kB | 28/148 kB | 16/106 kB | 16/51 kB
Progress (5): 356/527 kB | 24/27 kB | 28/148 kB | 16/106 kB | 20/51 kB
Progress (5): 356/527 kB | 24/27 kB | 32/148 kB | 16/106 kB | 20/51 kB
Progress (5): 360/527 kB | 24/27 kB | 32/148 kB | 16/106 kB | 20/51 kB
Progress (5): 360/527 kB | 24/27 kB | 32/148 kB | 20/106 kB | 20/51 kB
Progress (5): 360/527 kB | 24/27 kB | 32/148 kB | 20/106 kB | 24/51 kB
Progress (5): 360/527 kB | 27 kB | 32/148 kB | 20/106 kB | 24/51 kB   
Progress (5): 360/527 kB | 27 kB | 36/148 kB | 20/106 kB | 24/51 kB
Progress (5): 360/527 kB | 27 kB | 36/148 kB | 20/106 kB | 28/51 kB
Progress (5): 360/527 kB | 27 kB | 36/148 kB | 24/106 kB | 28/51 kB
Progress (5): 360/527 kB | 27 kB | 36/148 kB | 24/106 kB | 32/51 kB
Progress (5): 360/527 kB | 27 kB | 40/148 kB | 24/106 kB | 32/51 kB
Progress (5): 364/527 kB | 27 kB | 40/148 kB | 24/106 kB | 32/51 kB
Progress (5): 364/527 kB | 27 kB | 45/148 kB | 24/106 kB | 32/51 kB
Progress (5): 364/527 kB | 27 kB | 45/148 kB | 28/106 kB | 32/51 kB
Progress (5): 364/527 kB | 27 kB | 49/148 kB | 28/106 kB | 32/51 kB
Progress (5): 368/527 kB | 27 kB | 49/148 kB | 28/106 kB | 32/51 kB
Progress (5): 368/527 kB | 27 kB | 49/148 kB | 28/106 kB | 36/51 kB
Progress (5): 368/527 kB | 27 kB | 49/148 kB | 32/106 kB | 36/51 kB
Progress (5): 368/527 kB | 27 kB | 49/148 kB | 32/106 kB | 40/51 kB
Progress (5): 372/527 kB | 27 kB | 49/148 kB | 32/106 kB | 40/51 kB
Progress (5): 372/527 kB | 27 kB | 49/148 kB | 32/106 kB | 45/51 kB
Progress (5): 372/527 kB | 27 kB | 53/148 kB | 32/106 kB | 45/51 kB
Progress (5): 372/527 kB | 27 kB | 53/148 kB | 36/106 kB | 45/51 kB
Progress (5): 372/527 kB | 27 kB | 53/148 kB | 36/106 kB | 49/51 kB
Progress (5): 376/527 kB | 27 kB | 53/148 kB | 36/106 kB | 49/51 kB
Progress (5): 376/527 kB | 27 kB | 53/148 kB | 36/106 kB | 51 kB   
Progress (5): 376/527 kB | 27 kB | 53/148 kB | 40/106 kB | 51 kB
Progress (5): 376/527 kB | 27 kB | 57/148 kB | 40/106 kB | 51 kB
Progress (5): 376/527 kB | 27 kB | 57/148 kB | 45/106 kB | 51 kB
Progress (5): 376/527 kB | 27 kB | 61/148 kB | 45/106 kB | 51 kB
Progress (5): 376/527 kB | 27 kB | 61/148 kB | 49/106 kB | 51 kB
Progress (5): 380/527 kB | 27 kB | 61/148 kB | 49/106 kB | 51 kB
Progress (5): 380/527 kB | 27 kB | 65/148 kB | 49/106 kB | 51 kB
Progress (5): 384/527 kB | 27 kB | 65/148 kB | 49/106 kB | 51 kB
Progress (5): 389/527 kB | 27 kB | 65/148 kB | 49/106 kB | 51 kB
Progress (5): 389/527 kB | 27 kB | 65/148 kB | 53/106 kB | 51 kB
Progress (5): 393/527 kB | 27 kB | 65/148 kB | 53/106 kB | 51 kB
Progress (5): 393/527 kB | 27 kB | 65/148 kB | 57/106 kB | 51 kB
Progress (5): 393/527 kB | 27 kB | 69/148 kB | 57/106 kB | 51 kB
Progress (5): 393/527 kB | 27 kB | 69/148 kB | 61/106 kB | 51 kB
Progress (5): 393/527 kB | 27 kB | 73/148 kB | 61/106 kB | 51 kB
Progress (5): 393/527 kB | 27 kB | 73/148 kB | 65/106 kB | 51 kB
Progress (5): 397/527 kB | 27 kB | 73/148 kB | 65/106 kB | 51 kB
Progress (5): 397/527 kB | 27 kB | 77/148 kB | 65/106 kB | 51 kB
Progress (5): 401/527 kB | 27 kB | 77/148 kB | 65/106 kB | 51 kB
Progress (5): 401/527 kB | 27 kB | 81/148 kB | 65/106 kB | 51 kB
Progress (5): 405/527 kB | 27 kB | 81/148 kB | 65/106 kB | 51 kB
Progress (5): 409/527 kB | 27 kB | 81/148 kB | 65/106 kB | 51 kB
Progress (5): 409/527 kB | 27 kB | 81/148 kB | 69/106 kB | 51 kB
Progress (5): 409/527 kB | 27 kB | 81/148 kB | 73/106 kB | 51 kB
Progress (5): 409/527 kB | 27 kB | 85/148 kB | 73/106 kB | 51 kB
Progress (5): 409/527 kB | 27 kB | 85/148 kB | 77/106 kB | 51 kB
Progress (5): 413/527 kB | 27 kB | 85/148 kB | 77/106 kB | 51 kB
Progress (5): 413/527 kB | 27 kB | 90/148 kB | 77/106 kB | 51 kB
Progress (5): 417/527 kB | 27 kB | 90/148 kB | 77/106 kB | 51 kB
Progress (5): 417/527 kB | 27 kB | 90/148 kB | 81/106 kB | 51 kB
Progress (5): 421/527 kB | 27 kB | 90/148 kB | 81/106 kB | 51 kB
Progress (5): 421/527 kB | 27 kB | 94/148 kB | 81/106 kB | 51 kB
Progress (5): 425/527 kB | 27 kB | 94/148 kB | 81/106 kB | 51 kB
Progress (5): 425/527 kB | 27 kB | 98/148 kB | 81/106 kB | 51 kB
Progress (5): 425/527 kB | 27 kB | 98/148 kB | 85/106 kB | 51 kB
Progress (5): 425/527 kB | 27 kB | 98/148 kB | 90/106 kB | 51 kB
Progress (5): 425/527 kB | 27 kB | 98/148 kB | 94/106 kB | 51 kB
Progress (5): 430/527 kB | 27 kB | 98/148 kB | 94/106 kB | 51 kB
Progress (5): 430/527 kB | 27 kB | 98/148 kB | 98/106 kB | 51 kB
Progress (5): 430/527 kB | 27 kB | 102/148 kB | 98/106 kB | 51 kB
Progress (5): 434/527 kB | 27 kB | 102/148 kB | 98/106 kB | 51 kB
Progress (5): 434/527 kB | 27 kB | 106/148 kB | 98/106 kB | 51 kB
Progress (5): 434/527 kB | 27 kB | 106/148 kB | 102/106 kB | 51 kB
Progress (5): 438/527 kB | 27 kB | 106/148 kB | 102/106 kB | 51 kB
Progress (5): 438/527 kB | 27 kB | 106/148 kB | 106/106 kB | 51 kB
Progress (5): 438/527 kB | 27 kB | 110/148 kB | 106/106 kB | 51 kB
Progress (5): 438/527 kB | 27 kB | 110/148 kB | 106 kB | 51 kB    
Progress (5): 442/527 kB | 27 kB | 110/148 kB | 106 kB | 51 kB
Progress (5): 442/527 kB | 27 kB | 114/148 kB | 106 kB | 51 kB
Progress (5): 446/527 kB | 27 kB | 114/148 kB | 106 kB | 51 kB
Progress (5): 446/527 kB | 27 kB | 118/148 kB | 106 kB | 51 kB
Progress (5): 450/527 kB | 27 kB | 118/148 kB | 106 kB | 51 kB
Progress (5): 450/527 kB | 27 kB | 122/148 kB | 106 kB | 51 kB
Progress (5): 454/527 kB | 27 kB | 122/148 kB | 106 kB | 51 kB
Progress (5): 454/527 kB | 27 kB | 126/148 kB | 106 kB | 51 kB
Progress (5): 458/527 kB | 27 kB | 126/148 kB | 106 kB | 51 kB
Progress (5): 458/527 kB | 27 kB | 131/148 kB | 106 kB | 51 kB
Progress (5): 462/527 kB | 27 kB | 131/148 kB | 106 kB | 51 kB
Progress (5): 462/527 kB | 27 kB | 135/148 kB | 106 kB | 51 kB
Progress (5): 466/527 kB | 27 kB | 135/148 kB | 106 kB | 51 kB
Progress (5): 466/527 kB | 27 kB | 139/148 kB | 106 kB | 51 kB
Progress (5): 471/527 kB | 27 kB | 139/148 kB | 106 kB | 51 kB
Progress (5): 471/527 kB | 27 kB | 143/148 kB | 106 kB | 51 kB
Progress (5): 475/527 kB | 27 kB | 143/148 kB | 106 kB | 51 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 474 kB/s)
18:09:24 Progress (4): 475/527 kB | 27 kB | 147/148 kB | 106 kB
                                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
18:09:24 Progress (4): 475/527 kB | 27 kB | 148 kB | 106 kB
Progress (4): 479/527 kB | 27 kB | 148 kB | 106 kB
Progress (4): 483/527 kB | 27 kB | 148 kB | 106 kB
Progress (4): 487/527 kB | 27 kB | 148 kB | 106 kB
Progress (4): 491/527 kB | 27 kB | 148 kB | 106 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.jar (27 kB at 241 kB/s)
18:09:24 Progress (3): 495/527 kB | 148 kB | 106 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
18:09:24 Progress (3): 499/527 kB | 148 kB | 106 kB
Progress (3): 503/527 kB | 148 kB | 106 kB
Progress (3): 507/527 kB | 148 kB | 106 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 949 kB/s)
18:09:24 Progress (2): 511/527 kB | 148 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
18:09:24 Progress (2): 516/527 kB | 148 kB
Progress (2): 520/527 kB | 148 kB
Progress (2): 524/527 kB | 148 kB
Progress (2): 527 kB | 148 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1.3 MB/s)
18:09:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
18:09:24 Progress (2): 527 kB | 4.1/14 kB
Progress (2): 527 kB | 7.7/14 kB
Progress (2): 527 kB | 12/14 kB 
Progress (2): 527 kB | 14 kB   
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 4.4 MB/s)
18:09:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
18:09:24 Progress (2): 14 kB | 4.1/74 kB
Progress (2): 14 kB | 7.7/74 kB
Progress (3): 14 kB | 7.7/74 kB | 4.1/61 kB
Progress (3): 14 kB | 12/74 kB | 4.1/61 kB 
Progress (3): 14 kB | 12/74 kB | 7.7/61 kB
Progress (3): 14 kB | 16/74 kB | 7.7/61 kB
Progress (3): 14 kB | 16/74 kB | 12/61 kB 
Progress (3): 14 kB | 16/74 kB | 16/61 kB
Progress (3): 14 kB | 20/74 kB | 16/61 kB
Progress (3): 14 kB | 24/74 kB | 16/61 kB
Progress (3): 14 kB | 24/74 kB | 20/61 kB
Progress (3): 14 kB | 28/74 kB | 20/61 kB
Progress (3): 14 kB | 28/74 kB | 24/61 kB
Progress (3): 14 kB | 32/74 kB | 24/61 kB
Progress (3): 14 kB | 32/74 kB | 28/61 kB
Progress (3): 14 kB | 32/74 kB | 32/61 kB
Progress (3): 14 kB | 32/74 kB | 36/61 kB
Progress (3): 14 kB | 36/74 kB | 36/61 kB
Progress (3): 14 kB | 36/74 kB | 40/61 kB
Progress (3): 14 kB | 40/74 kB | 40/61 kB
Progress (3): 14 kB | 40/74 kB | 45/61 kB
Progress (3): 14 kB | 45/74 kB | 45/61 kB
Progress (3): 14 kB | 45/74 kB | 49/61 kB
Progress (3): 14 kB | 49/74 kB | 49/61 kB
Progress (3): 14 kB | 49/74 kB | 53/61 kB
Progress (3): 14 kB | 49/74 kB | 57/61 kB
Progress (3): 14 kB | 53/74 kB | 57/61 kB
Progress (3): 14 kB | 53/74 kB | 61/61 kB
Progress (3): 14 kB | 57/74 kB | 61/61 kB
Progress (3): 14 kB | 57/74 kB | 61 kB   
Progress (3): 14 kB | 61/74 kB | 61 kB
Progress (3): 14 kB | 65/74 kB | 61 kB
Progress (3): 14 kB | 69/74 kB | 61 kB
Progress (3): 14 kB | 73/74 kB | 61 kB
Progress (3): 14 kB | 74 kB | 61 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 105 kB/s)
18:09:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar
18:09:24 Progress (3): 74 kB | 61 kB | 4.1/47 kB
Progress (3): 74 kB | 61 kB | 7.7/47 kB
Progress (3): 74 kB | 61 kB | 12/47 kB 
Progress (3): 74 kB | 61 kB | 16/47 kB
Progress (3): 74 kB | 61 kB | 20/47 kB
Progress (3): 74 kB | 61 kB | 24/47 kB
Progress (3): 74 kB | 61 kB | 28/47 kB
Progress (3): 74 kB | 61 kB | 32/47 kB
Progress (3): 74 kB | 61 kB | 36/47 kB
Progress (3): 74 kB | 61 kB | 40/47 kB
Progress (3): 74 kB | 61 kB | 45/47 kB
Progress (3): 74 kB | 61 kB | 47 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 456 kB/s)
18:09:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.jar
18:09:24 Progress (3): 74 kB | 47 kB | 4.1/38 kB
Progress (3): 74 kB | 47 kB | 7.7/38 kB
Progress (3): 74 kB | 47 kB | 12/38 kB 
Progress (3): 74 kB | 47 kB | 16/38 kB
                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 549 kB/s)
18:09:24 Progress (2): 47 kB | 20/38 kB
                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.jar
18:09:24 Progress (2): 47 kB | 24/38 kB
Progress (2): 47 kB | 28/38 kB
Progress (2): 47 kB | 32/38 kB
Progress (2): 47 kB | 36/38 kB
Progress (2): 47 kB | 38 kB   
Progress (3): 47 kB | 38 kB | 4.1/20 kB
Progress (3): 47 kB | 38 kB | 7.7/20 kB
Progress (3): 47 kB | 38 kB | 12/20 kB 
Progress (3): 47 kB | 38 kB | 16/20 kB
Progress (3): 47 kB | 38 kB | 20/20 kB
Progress (3): 47 kB | 38 kB | 20 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 333 kB/s)
18:09:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
18:09:24 Progress (3): 38 kB | 20 kB | 4.1/11 kB
Progress (3): 38 kB | 20 kB | 7.7/11 kB
Progress (3): 38 kB | 20 kB | 11 kB    
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 261 kB/s)
18:09:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
18:09:24 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar (20 kB at 139 kB/s)
18:09:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar
18:09:24 Progress (2): 11 kB | 4.1/121 kB
Progress (2): 11 kB | 7.7/121 kB
Progress (2): 11 kB | 12/121 kB 
Progress (2): 11 kB | 16/121 kB
Progress (2): 11 kB | 20/121 kB
Progress (2): 11 kB | 24/121 kB
Progress (2): 11 kB | 28/121 kB
Progress (2): 11 kB | 32/121 kB
Progress (3): 11 kB | 32/121 kB | 4.1/237 kB
Progress (3): 11 kB | 36/121 kB | 4.1/237 kB
Progress (3): 11 kB | 40/121 kB | 4.1/237 kB
Progress (3): 11 kB | 45/121 kB | 4.1/237 kB
Progress (3): 11 kB | 49/121 kB | 4.1/237 kB
Progress (3): 11 kB | 53/121 kB | 4.1/237 kB
Progress (3): 11 kB | 57/121 kB | 4.1/237 kB
Progress (3): 11 kB | 61/121 kB | 4.1/237 kB
Progress (3): 11 kB | 65/121 kB | 4.1/237 kB
Progress (3): 11 kB | 69/121 kB | 4.1/237 kB
Progress (3): 11 kB | 73/121 kB | 4.1/237 kB
Progress (3): 11 kB | 77/121 kB | 4.1/237 kB
Progress (3): 11 kB | 81/121 kB | 4.1/237 kB
Progress (3): 11 kB | 85/121 kB | 4.1/237 kB
Progress (3): 11 kB | 90/121 kB | 4.1/237 kB
Progress (3): 11 kB | 94/121 kB | 4.1/237 kB
Progress (3): 11 kB | 98/121 kB | 4.1/237 kB
Progress (4): 11 kB | 98/121 kB | 4.1/237 kB | 4.1/11 kB
Progress (4): 11 kB | 98/121 kB | 4.1/237 kB | 7.7/11 kB
Progress (4): 11 kB | 98/121 kB | 4.1/237 kB | 11 kB    
Progress (4): 11 kB | 102/121 kB | 4.1/237 kB | 11 kB
Progress (4): 11 kB | 102/121 kB | 7.7/237 kB | 11 kB
Progress (4): 11 kB | 102/121 kB | 12/237 kB | 11 kB 
Progress (4): 11 kB | 102/121 kB | 16/237 kB | 11 kB
Progress (5): 11 kB | 102/121 kB | 16/237 kB | 11 kB | 4.1/162 kB
Progress (5): 11 kB | 102/121 kB | 20/237 kB | 11 kB | 4.1/162 kB
Progress (5): 11 kB | 106/121 kB | 20/237 kB | 11 kB | 4.1/162 kB
Progress (5): 11 kB | 106/121 kB | 20/237 kB | 11 kB | 7.7/162 kB
Progress (5): 11 kB | 110/121 kB | 20/237 kB | 11 kB | 7.7/162 kB
Progress (5): 11 kB | 110/121 kB | 24/237 kB | 11 kB | 7.7/162 kB
Progress (5): 11 kB | 114/121 kB | 24/237 kB | 11 kB | 7.7/162 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.jar (11 kB at 57 kB/s)
18:09:24 Progress (4): 114/121 kB | 24/237 kB | 11 kB | 12/162 kB
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
18:09:24 Progress (4): 118/121 kB | 24/237 kB | 11 kB | 12/162 kB
Progress (4): 118/121 kB | 28/237 kB | 11 kB | 12/162 kB
Progress (4): 121 kB | 28/237 kB | 11 kB | 12/162 kB    
Progress (4): 121 kB | 28/237 kB | 11 kB | 16/162 kB
Progress (4): 121 kB | 32/237 kB | 11 kB | 16/162 kB
Progress (4): 121 kB | 32/237 kB | 11 kB | 20/162 kB
Progress (4): 121 kB | 36/237 kB | 11 kB | 20/162 kB
Progress (4): 121 kB | 36/237 kB | 11 kB | 24/162 kB
Progress (4): 121 kB | 40/237 kB | 11 kB | 24/162 kB
Progress (4): 121 kB | 40/237 kB | 11 kB | 28/162 kB
Progress (4): 121 kB | 45/237 kB | 11 kB | 28/162 kB
Progress (4): 121 kB | 45/237 kB | 11 kB | 32/162 kB
Progress (4): 121 kB | 49/237 kB | 11 kB | 32/162 kB
Progress (4): 121 kB | 49/237 kB | 11 kB | 36/162 kB
Progress (4): 121 kB | 53/237 kB | 11 kB | 36/162 kB
Progress (4): 121 kB | 53/237 kB | 11 kB | 40/162 kB
Progress (4): 121 kB | 57/237 kB | 11 kB | 40/162 kB
Progress (5): 121 kB | 57/237 kB | 11 kB | 40/162 kB | 0/1.2 MB
Progress (5): 121 kB | 61/237 kB | 11 kB | 40/162 kB | 0/1.2 MB
Progress (5): 121 kB | 61/237 kB | 11 kB | 45/162 kB | 0/1.2 MB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 577 kB/s)
18:09:24 Progress (4): 61/237 kB | 11 kB | 49/162 kB | 0/1.2 MB
Progress (4): 65/237 kB | 11 kB | 49/162 kB | 0/1.2 MB
Progress (4): 65/237 kB | 11 kB | 49/162 kB | 0/1.2 MB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.jar (11 kB at 54 kB/s)
18:09:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
18:09:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
18:09:24 Progress (3): 69/237 kB | 49/162 kB | 0/1.2 MB
Progress (3): 69/237 kB | 53/162 kB | 0/1.2 MB
Progress (3): 73/237 kB | 53/162 kB | 0/1.2 MB
Progress (3): 73/237 kB | 53/162 kB | 0/1.2 MB
Progress (3): 77/237 kB | 53/162 kB | 0/1.2 MB
Progress (3): 77/237 kB | 57/162 kB | 0/1.2 MB
Progress (3): 81/237 kB | 57/162 kB | 0/1.2 MB
Progress (3): 81/237 kB | 57/162 kB | 0/1.2 MB
Progress (3): 81/237 kB | 61/162 kB | 0/1.2 MB
Progress (3): 81/237 kB | 65/162 kB | 0/1.2 MB
Progress (3): 85/237 kB | 65/162 kB | 0/1.2 MB
Progress (3): 90/237 kB | 65/162 kB | 0/1.2 MB
Progress (3): 94/237 kB | 65/162 kB | 0/1.2 MB
Progress (3): 98/237 kB | 65/162 kB | 0/1.2 MB
Progress (4): 98/237 kB | 65/162 kB | 0/1.2 MB | 4.1/194 kB
Progress (4): 98/237 kB | 65/162 kB | 0/1.2 MB | 4.1/194 kB
Progress (4): 98/237 kB | 65/162 kB | 0/1.2 MB | 7.7/194 kB
Progress (4): 98/237 kB | 69/162 kB | 0/1.2 MB | 7.7/194 kB
Progress (4): 98/237 kB | 69/162 kB | 0/1.2 MB | 12/194 kB 
Progress (4): 102/237 kB | 69/162 kB | 0/1.2 MB | 12/194 kB
Progress (5): 102/237 kB | 69/162 kB | 0/1.2 MB | 12/194 kB | 4.1/293 kB
Progress (5): 102/237 kB | 69/162 kB | 0/1.2 MB | 12/194 kB | 4.1/293 kB
Progress (5): 102/237 kB | 69/162 kB | 0/1.2 MB | 12/194 kB | 7.7/293 kB
Progress (5): 106/237 kB | 69/162 kB | 0/1.2 MB | 12/194 kB | 7.7/293 kB
Progress (5): 106/237 kB | 69/162 kB | 0/1.2 MB | 16/194 kB | 7.7/293 kB
Progress (5): 106/237 kB | 73/162 kB | 0/1.2 MB | 16/194 kB | 7.7/293 kB
Progress (5): 110/237 kB | 73/162 kB | 0/1.2 MB | 16/194 kB | 7.7/293 kB
Progress (5): 110/237 kB | 73/162 kB | 0/1.2 MB | 16/194 kB | 12/293 kB 
Progress (5): 114/237 kB | 73/162 kB | 0/1.2 MB | 16/194 kB | 12/293 kB
Progress (5): 114/237 kB | 77/162 kB | 0/1.2 MB | 16/194 kB | 12/293 kB
Progress (5): 114/237 kB | 77/162 kB | 0.1/1.2 MB | 16/194 kB | 12/293 kB
Progress (5): 114/237 kB | 77/162 kB | 0.1/1.2 MB | 16/194 kB | 16/293 kB
Progress (5): 118/237 kB | 77/162 kB | 0.1/1.2 MB | 16/194 kB | 16/293 kB
Progress (5): 118/237 kB | 77/162 kB | 0.1/1.2 MB | 16/194 kB | 16/293 kB
Progress (5): 118/237 kB | 77/162 kB | 0.1/1.2 MB | 20/194 kB | 16/293 kB
Progress (5): 118/237 kB | 81/162 kB | 0.1/1.2 MB | 20/194 kB | 16/293 kB
Progress (5): 118/237 kB | 81/162 kB | 0.1/1.2 MB | 20/194 kB | 20/293 kB
Progress (5): 118/237 kB | 81/162 kB | 0.1/1.2 MB | 24/194 kB | 20/293 kB
Progress (5): 122/237 kB | 81/162 kB | 0.1/1.2 MB | 24/194 kB | 20/293 kB
Progress (5): 122/237 kB | 81/162 kB | 0.1/1.2 MB | 28/194 kB | 20/293 kB
Progress (5): 122/237 kB | 81/162 kB | 0.1/1.2 MB | 28/194 kB | 24/293 kB
Progress (5): 122/237 kB | 81/162 kB | 0.1/1.2 MB | 32/194 kB | 24/293 kB
Progress (5): 122/237 kB | 81/162 kB | 0.1/1.2 MB | 32/194 kB | 24/293 kB
Progress (5): 126/237 kB | 81/162 kB | 0.1/1.2 MB | 32/194 kB | 24/293 kB
Progress (5): 126/237 kB | 85/162 kB | 0.1/1.2 MB | 32/194 kB | 24/293 kB
Progress (5): 131/237 kB | 85/162 kB | 0.1/1.2 MB | 32/194 kB | 24/293 kB
Progress (5): 131/237 kB | 85/162 kB | 0.1/1.2 MB | 32/194 kB | 24/293 kB
Progress (5): 131/237 kB | 85/162 kB | 0.1/1.2 MB | 32/194 kB | 28/293 kB
Progress (5): 131/237 kB | 85/162 kB | 0.1/1.2 MB | 36/194 kB | 28/293 kB
Progress (5): 131/237 kB | 90/162 kB | 0.1/1.2 MB | 36/194 kB | 28/293 kB
Progress (5): 131/237 kB | 90/162 kB | 0.1/1.2 MB | 40/194 kB | 28/293 kB
Progress (5): 135/237 kB | 90/162 kB | 0.1/1.2 MB | 40/194 kB | 28/293 kB
Progress (5): 135/237 kB | 90/162 kB | 0.1/1.2 MB | 40/194 kB | 32/293 kB
Progress (5): 139/237 kB | 90/162 kB | 0.1/1.2 MB | 40/194 kB | 32/293 kB
Progress (5): 139/237 kB | 90/162 kB | 0.1/1.2 MB | 45/194 kB | 32/293 kB
Progress (5): 139/237 kB | 94/162 kB | 0.1/1.2 MB | 45/194 kB | 32/293 kB
Progress (5): 139/237 kB | 94/162 kB | 0.1/1.2 MB | 49/194 kB | 32/293 kB
Progress (5): 139/237 kB | 94/162 kB | 0.1/1.2 MB | 49/194 kB | 36/293 kB
Progress (5): 143/237 kB | 94/162 kB | 0.1/1.2 MB | 49/194 kB | 36/293 kB
Progress (5): 143/237 kB | 94/162 kB | 0.1/1.2 MB | 49/194 kB | 36/293 kB
Progress (5): 147/237 kB | 94/162 kB | 0.1/1.2 MB | 49/194 kB | 36/293 kB
Progress (5): 147/237 kB | 94/162 kB | 0.1/1.2 MB | 49/194 kB | 40/293 kB
Progress (5): 147/237 kB | 98/162 kB | 0.1/1.2 MB | 49/194 kB | 40/293 kB
Progress (5): 147/237 kB | 98/162 kB | 0.1/1.2 MB | 49/194 kB | 45/293 kB
Progress (5): 147/237 kB | 98/162 kB | 0.1/1.2 MB | 53/194 kB | 45/293 kB
Progress (5): 147/237 kB | 98/162 kB | 0.1/1.2 MB | 53/194 kB | 45/293 kB
Progress (5): 147/237 kB | 98/162 kB | 0.1/1.2 MB | 57/194 kB | 45/293 kB
Progress (5): 151/237 kB | 98/162 kB | 0.1/1.2 MB | 57/194 kB | 45/293 kB
Progress (5): 151/237 kB | 98/162 kB | 0.1/1.2 MB | 57/194 kB | 49/293 kB
Progress (5): 155/237 kB | 98/162 kB | 0.1/1.2 MB | 57/194 kB | 49/293 kB
Progress (5): 155/237 kB | 98/162 kB | 0.1/1.2 MB | 61/194 kB | 49/293 kB
Progress (5): 155/237 kB | 102/162 kB | 0.1/1.2 MB | 61/194 kB | 49/293 kB
Progress (5): 155/237 kB | 102/162 kB | 0.1/1.2 MB | 65/194 kB | 49/293 kB
Progress (5): 159/237 kB | 102/162 kB | 0.1/1.2 MB | 65/194 kB | 49/293 kB
Progress (5): 159/237 kB | 102/162 kB | 0.1/1.2 MB | 65/194 kB | 53/293 kB
Progress (5): 159/237 kB | 102/162 kB | 0.1/1.2 MB | 65/194 kB | 53/293 kB
Progress (5): 159/237 kB | 106/162 kB | 0.1/1.2 MB | 65/194 kB | 53/293 kB
Progress (5): 159/237 kB | 106/162 kB | 0.1/1.2 MB | 65/194 kB | 53/293 kB
Progress (5): 159/237 kB | 106/162 kB | 0.1/1.2 MB | 65/194 kB | 57/293 kB
Progress (5): 163/237 kB | 106/162 kB | 0.1/1.2 MB | 65/194 kB | 57/293 kB
Progress (5): 163/237 kB | 106/162 kB | 0.1/1.2 MB | 65/194 kB | 61/293 kB
Progress (5): 163/237 kB | 106/162 kB | 0.1/1.2 MB | 69/194 kB | 61/293 kB
Progress (5): 163/237 kB | 110/162 kB | 0.1/1.2 MB | 69/194 kB | 61/293 kB
Progress (5): 163/237 kB | 110/162 kB | 0.1/1.2 MB | 73/194 kB | 61/293 kB
Progress (5): 163/237 kB | 110/162 kB | 0.1/1.2 MB | 73/194 kB | 65/293 kB
Progress (5): 163/237 kB | 110/162 kB | 0.1/1.2 MB | 77/194 kB | 65/293 kB
Progress (5): 163/237 kB | 110/162 kB | 0.1/1.2 MB | 77/194 kB | 65/293 kB
Progress (5): 167/237 kB | 110/162 kB | 0.1/1.2 MB | 77/194 kB | 65/293 kB
Progress (5): 167/237 kB | 114/162 kB | 0.1/1.2 MB | 77/194 kB | 65/293 kB
Progress (5): 171/237 kB | 114/162 kB | 0.1/1.2 MB | 77/194 kB | 65/293 kB
Progress (5): 171/237 kB | 114/162 kB | 0.1/1.2 MB | 77/194 kB | 65/293 kB
Progress (5): 171/237 kB | 114/162 kB | 0.1/1.2 MB | 77/194 kB | 69/293 kB
Progress (5): 171/237 kB | 114/162 kB | 0.1/1.2 MB | 81/194 kB | 69/293 kB
Progress (5): 171/237 kB | 118/162 kB | 0.1/1.2 MB | 81/194 kB | 69/293 kB
Progress (5): 171/237 kB | 118/162 kB | 0.1/1.2 MB | 81/194 kB | 73/293 kB
Progress (5): 176/237 kB | 118/162 kB | 0.1/1.2 MB | 81/194 kB | 73/293 kB
Progress (5): 176/237 kB | 118/162 kB | 0.1/1.2 MB | 81/194 kB | 77/293 kB
Progress (5): 176/237 kB | 122/162 kB | 0.1/1.2 MB | 81/194 kB | 77/293 kB
Progress (5): 176/237 kB | 122/162 kB | 0.1/1.2 MB | 81/194 kB | 81/293 kB
Progress (5): 180/237 kB | 122/162 kB | 0.1/1.2 MB | 81/194 kB | 81/293 kB
Progress (5): 180/237 kB | 126/162 kB | 0.1/1.2 MB | 81/194 kB | 81/293 kB
Progress (5): 180/237 kB | 131/162 kB | 0.1/1.2 MB | 81/194 kB | 81/293 kB
Progress (5): 180/237 kB | 131/162 kB | 0.1/1.2 MB | 81/194 kB | 85/293 kB
Progress (5): 184/237 kB | 131/162 kB | 0.1/1.2 MB | 81/194 kB | 85/293 kB
Progress (5): 184/237 kB | 131/162 kB | 0.1/1.2 MB | 81/194 kB | 85/293 kB
Progress (5): 184/237 kB | 135/162 kB | 0.1/1.2 MB | 81/194 kB | 85/293 kB
Progress (5): 184/237 kB | 135/162 kB | 0.1/1.2 MB | 81/194 kB | 90/293 kB
Progress (5): 184/237 kB | 139/162 kB | 0.1/1.2 MB | 81/194 kB | 90/293 kB
Progress (5): 184/237 kB | 139/162 kB | 0.1/1.2 MB | 81/194 kB | 90/293 kB
Progress (5): 184/237 kB | 139/162 kB | 0.1/1.2 MB | 85/194 kB | 90/293 kB
Progress (5): 188/237 kB | 139/162 kB | 0.1/1.2 MB | 85/194 kB | 90/293 kB
Progress (5): 188/237 kB | 139/162 kB | 0.1/1.2 MB | 90/194 kB | 90/293 kB
Progress (5): 188/237 kB | 143/162 kB | 0.1/1.2 MB | 90/194 kB | 90/293 kB
Progress (5): 188/237 kB | 143/162 kB | 0.1/1.2 MB | 90/194 kB | 94/293 kB
Progress (5): 188/237 kB | 147/162 kB | 0.1/1.2 MB | 90/194 kB | 94/293 kB
Progress (5): 188/237 kB | 147/162 kB | 0.1/1.2 MB | 94/194 kB | 94/293 kB
Progress (5): 192/237 kB | 147/162 kB | 0.1/1.2 MB | 94/194 kB | 94/293 kB
Progress (5): 192/237 kB | 147/162 kB | 0.1/1.2 MB | 98/194 kB | 94/293 kB
Progress (5): 192/237 kB | 147/162 kB | 0.2/1.2 MB | 98/194 kB | 94/293 kB
Progress (5): 192/237 kB | 147/162 kB | 0.2/1.2 MB | 98/194 kB | 98/293 kB
Progress (5): 192/237 kB | 147/162 kB | 0.2/1.2 MB | 98/194 kB | 98/293 kB
Progress (5): 192/237 kB | 151/162 kB | 0.2/1.2 MB | 98/194 kB | 98/293 kB
Progress (5): 196/237 kB | 151/162 kB | 0.2/1.2 MB | 98/194 kB | 98/293 kB
Progress (5): 196/237 kB | 151/162 kB | 0.2/1.2 MB | 102/194 kB | 98/293 kB
Progress (5): 196/237 kB | 155/162 kB | 0.2/1.2 MB | 102/194 kB | 98/293 kB
Progress (5): 196/237 kB | 155/162 kB | 0.2/1.2 MB | 106/194 kB | 98/293 kB
Progress (5): 200/237 kB | 155/162 kB | 0.2/1.2 MB | 106/194 kB | 98/293 kB
Progress (5): 200/237 kB | 155/162 kB | 0.2/1.2 MB | 106/194 kB | 102/293 kB
Progress (5): 204/237 kB | 155/162 kB | 0.2/1.2 MB | 106/194 kB | 102/293 kB
Progress (5): 204/237 kB | 155/162 kB | 0.2/1.2 MB | 106/194 kB | 102/293 kB
Progress (5): 204/237 kB | 155/162 kB | 0.2/1.2 MB | 110/194 kB | 102/293 kB
Progress (5): 204/237 kB | 159/162 kB | 0.2/1.2 MB | 110/194 kB | 102/293 kB
Progress (5): 204/237 kB | 159/162 kB | 0.2/1.2 MB | 114/194 kB | 102/293 kB
Progress (5): 204/237 kB | 159/162 kB | 0.2/1.2 MB | 114/194 kB | 102/293 kB
Progress (5): 208/237 kB | 159/162 kB | 0.2/1.2 MB | 114/194 kB | 102/293 kB
Progress (5): 208/237 kB | 159/162 kB | 0.2/1.2 MB | 114/194 kB | 106/293 kB
Progress (5): 212/237 kB | 159/162 kB | 0.2/1.2 MB | 114/194 kB | 106/293 kB
Progress (5): 212/237 kB | 162 kB | 0.2/1.2 MB | 114/194 kB | 106/293 kB    
Progress (5): 212/237 kB | 162 kB | 0.2/1.2 MB | 114/194 kB | 110/293 kB
Progress (5): 212/237 kB | 162 kB | 0.2/1.2 MB | 118/194 kB | 110/293 kB
Progress (5): 212/237 kB | 162 kB | 0.2/1.2 MB | 118/194 kB | 114/293 kB
Progress (5): 217/237 kB | 162 kB | 0.2/1.2 MB | 118/194 kB | 114/293 kB
Progress (5): 217/237 kB | 162 kB | 0.2/1.2 MB | 122/194 kB | 114/293 kB
Progress (5): 217/237 kB | 162 kB | 0.2/1.2 MB | 122/194 kB | 114/293 kB
Progress (5): 217/237 kB | 162 kB | 0.2/1.2 MB | 126/194 kB | 114/293 kB
Progress (5): 221/237 kB | 162 kB | 0.2/1.2 MB | 126/194 kB | 114/293 kB
Progress (5): 221/237 kB | 162 kB | 0.2/1.2 MB | 131/194 kB | 114/293 kB
Progress (5): 221/237 kB | 162 kB | 0.2/1.2 MB | 131/194 kB | 114/293 kB
Progress (5): 221/237 kB | 162 kB | 0.2/1.2 MB | 131/194 kB | 118/293 kB
Progress (5): 225/237 kB | 162 kB | 0.2/1.2 MB | 131/194 kB | 118/293 kB
Progress (5): 225/237 kB | 162 kB | 0.2/1.2 MB | 131/194 kB | 122/293 kB
Progress (5): 229/237 kB | 162 kB | 0.2/1.2 MB | 131/194 kB | 122/293 kB
Progress (5): 229/237 kB | 162 kB | 0.2/1.2 MB | 131/194 kB | 126/293 kB
Progress (5): 229/237 kB | 162 kB | 0.2/1.2 MB | 135/194 kB | 126/293 kB
Progress (5): 229/237 kB | 162 kB | 0.2/1.2 MB | 135/194 kB | 131/293 kB
Progress (5): 229/237 kB | 162 kB | 0.2/1.2 MB | 135/194 kB | 131/293 kB
Progress (5): 229/237 kB | 162 kB | 0.2/1.2 MB | 139/194 kB | 131/293 kB
Progress (5): 233/237 kB | 162 kB | 0.2/1.2 MB | 139/194 kB | 131/293 kB
Progress (5): 233/237 kB | 162 kB | 0.2/1.2 MB | 139/194 kB | 135/293 kB
Progress (5): 233/237 kB | 162 kB | 0.2/1.2 MB | 143/194 kB | 135/293 kB
Progress (5): 233/237 kB | 162 kB | 0.2/1.2 MB | 143/194 kB | 135/293 kB
Progress (5): 233/237 kB | 162 kB | 0.2/1.2 MB | 147/194 kB | 135/293 kB
Progress (5): 233/237 kB | 162 kB | 0.2/1.2 MB | 147/194 kB | 139/293 kB
Progress (5): 237/237 kB | 162 kB | 0.2/1.2 MB | 147/194 kB | 139/293 kB
Progress (5): 237/237 kB | 162 kB | 0.2/1.2 MB | 147/194 kB | 143/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 147/194 kB | 143/293 kB    
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 147/194 kB | 147/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 147/194 kB | 147/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 151/194 kB | 147/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 151/194 kB | 147/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 155/194 kB | 147/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 155/194 kB | 151/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 159/194 kB | 151/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 159/194 kB | 155/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 163/194 kB | 155/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 163/194 kB | 159/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 163/194 kB | 163/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 163/194 kB | 163/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 163/194 kB | 163/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 163/194 kB | 167/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 167/194 kB | 167/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 167/194 kB | 171/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 171/194 kB | 171/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 171/194 kB | 176/293 kB
Progress (5): 237 kB | 162 kB | 0.2/1.2 MB | 176/194 kB | 176/293 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar (162 kB at 530 kB/s)
18:09:24 Progress (4): 237 kB | 0.2/1.2 MB | 176/194 kB | 180/293 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
18:09:24 Progress (4): 237 kB | 0.2/1.2 MB | 180/194 kB | 180/293 kB
Progress (4): 237 kB | 0.3/1.2 MB | 180/194 kB | 180/293 kB
Progress (4): 237 kB | 0.3/1.2 MB | 180/194 kB | 184/293 kB
Progress (4): 237 kB | 0.3/1.2 MB | 180/194 kB | 184/293 kB
Progress (4): 237 kB | 0.3/1.2 MB | 180/194 kB | 188/293 kB
Progress (4): 237 kB | 0.3/1.2 MB | 180/194 kB | 192/293 kB
Progress (4): 237 kB | 0.3/1.2 MB | 180/194 kB | 196/293 kB
Progress (4): 237 kB | 0.3/1.2 MB | 184/194 kB | 196/293 kB
Progress (4): 237 kB | 0.3/1.2 MB | 188/194 kB | 196/293 kB
Progress (4): 237 kB | 0.3/1.2 MB | 192/194 kB | 196/293 kB
Progress (4): 237 kB | 0.3/1.2 MB | 192/194 kB | 196/293 kB
Progress (4): 237 kB | 0.3/1.2 MB | 192/194 kB | 200/293 kB
Progress (4): 237 kB | 0.3/1.2 MB | 192/194 kB | 200/293 kB
Progress (5): 237 kB | 0.3/1.2 MB | 192/194 kB | 200/293 kB | 4.1/47 kB
Progress (5): 237 kB | 0.3/1.2 MB | 192/194 kB | 204/293 kB | 4.1/47 kB
Progress (5): 237 kB | 0.3/1.2 MB | 194 kB | 204/293 kB | 4.1/47 kB    
Progress (5): 237 kB | 0.3/1.2 MB | 194 kB | 208/293 kB | 4.1/47 kB
Progress (5): 237 kB | 0.3/1.2 MB | 194 kB | 208/293 kB | 7.7/47 kB
Progress (5): 237 kB | 0.3/1.2 MB | 194 kB | 212/293 kB | 7.7/47 kB
Progress (5): 237 kB | 0.3/1.2 MB | 194 kB | 212/293 kB | 12/47 kB 
Progress (5): 237 kB | 0.3/1.2 MB | 194 kB | 212/293 kB | 12/47 kB
Progress (5): 237 kB | 0.3/1.2 MB | 194 kB | 212/293 kB | 16/47 kB
Progress (5): 237 kB | 0.3/1.2 MB | 194 kB | 212/293 kB | 16/47 kB
Progress (5): 237 kB | 0.3/1.2 MB | 194 kB | 217/293 kB | 16/47 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 764 kB/s)
18:09:24 Progress (4): 0.3/1.2 MB | 194 kB | 217/293 kB | 20/47 kB
Progress (4): 0.3/1.2 MB | 194 kB | 221/293 kB | 20/47 kB
Progress (4): 0.3/1.2 MB | 194 kB | 221/293 kB | 24/47 kB
Progress (4): 0.3/1.2 MB | 194 kB | 221/293 kB | 24/47 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
18:09:24 Progress (4): 0.3/1.2 MB | 194 kB | 221/293 kB | 24/47 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 623 kB/s)
18:09:24 Progress (3): 0.3/1.2 MB | 221/293 kB | 28/47 kB
Progress (3): 0.3/1.2 MB | 225/293 kB | 28/47 kB
Progress (3): 0.3/1.2 MB | 225/293 kB | 32/47 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
18:09:24 Progress (3): 0.3/1.2 MB | 225/293 kB | 36/47 kB
Progress (3): 0.3/1.2 MB | 225/293 kB | 36/47 kB
Progress (3): 0.3/1.2 MB | 229/293 kB | 36/47 kB
Progress (3): 0.3/1.2 MB | 229/293 kB | 40/47 kB
Progress (3): 0.3/1.2 MB | 229/293 kB | 40/47 kB
Progress (4): 0.3/1.2 MB | 229/293 kB | 40/47 kB | 4.1/173 kB
Progress (4): 0.3/1.2 MB | 229/293 kB | 45/47 kB | 4.1/173 kB
Progress (4): 0.3/1.2 MB | 229/293 kB | 45/47 kB | 7.7/173 kB
Progress (4): 0.3/1.2 MB | 229/293 kB | 47 kB | 7.7/173 kB   
Progress (4): 0.3/1.2 MB | 229/293 kB | 47 kB | 12/173 kB 
Progress (4): 0.3/1.2 MB | 233/293 kB | 47 kB | 12/173 kB
Progress (4): 0.3/1.2 MB | 233/293 kB | 47 kB | 16/173 kB
Progress (4): 0.3/1.2 MB | 237/293 kB | 47 kB | 16/173 kB
Progress (4): 0.3/1.2 MB | 237/293 kB | 47 kB | 16/173 kB
Progress (4): 0.3/1.2 MB | 241/293 kB | 47 kB | 16/173 kB
Progress (4): 0.3/1.2 MB | 241/293 kB | 47 kB | 16/173 kB
Progress (4): 0.3/1.2 MB | 245/293 kB | 47 kB | 16/173 kB
Progress (4): 0.3/1.2 MB | 245/293 kB | 47 kB | 20/173 kB
Progress (4): 0.3/1.2 MB | 245/293 kB | 47 kB | 24/173 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 148 kB/s)
18:09:24 Progress (3): 0.3/1.2 MB | 249/293 kB | 24/173 kB
Progress (3): 0.3/1.2 MB | 249/293 kB | 28/173 kB
Progress (3): 0.3/1.2 MB | 253/293 kB | 28/173 kB
Progress (3): 0.4/1.2 MB | 253/293 kB | 28/173 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.jar
18:09:25 Progress (3): 0.4/1.2 MB | 253/293 kB | 28/173 kB
Progress (3): 0.4/1.2 MB | 258/293 kB | 28/173 kB
Progress (3): 0.4/1.2 MB | 258/293 kB | 32/173 kB
Progress (3): 0.4/1.2 MB | 262/293 kB | 32/173 kB
Progress (3): 0.4/1.2 MB | 262/293 kB | 36/173 kB
Progress (3): 0.4/1.2 MB | 266/293 kB | 36/173 kB
Progress (3): 0.4/1.2 MB | 266/293 kB | 40/173 kB
Progress (3): 0.4/1.2 MB | 270/293 kB | 40/173 kB
Progress (3): 0.4/1.2 MB | 270/293 kB | 40/173 kB
Progress (3): 0.4/1.2 MB | 274/293 kB | 40/173 kB
Progress (3): 0.4/1.2 MB | 274/293 kB | 45/173 kB
Progress (3): 0.4/1.2 MB | 278/293 kB | 45/173 kB
Progress (3): 0.4/1.2 MB | 278/293 kB | 45/173 kB
Progress (3): 0.4/1.2 MB | 278/293 kB | 49/173 kB
Progress (3): 0.4/1.2 MB | 282/293 kB | 49/173 kB
Progress (3): 0.4/1.2 MB | 286/293 kB | 49/173 kB
Progress (3): 0.4/1.2 MB | 286/293 kB | 53/173 kB
Progress (3): 0.4/1.2 MB | 290/293 kB | 53/173 kB
Progress (3): 0.4/1.2 MB | 290/293 kB | 57/173 kB
Progress (3): 0.4/1.2 MB | 293 kB | 57/173 kB    
Progress (3): 0.4/1.2 MB | 293 kB | 61/173 kB
Progress (3): 0.4/1.2 MB | 293 kB | 65/173 kB
Progress (3): 0.4/1.2 MB | 293 kB | 69/173 kB
Progress (3): 0.4/1.2 MB | 293 kB | 73/173 kB
Progress (3): 0.4/1.2 MB | 293 kB | 77/173 kB
Progress (3): 0.4/1.2 MB | 293 kB | 81/173 kB
Progress (3): 0.4/1.2 MB | 293 kB | 85/173 kB
Progress (3): 0.4/1.2 MB | 293 kB | 90/173 kB
Progress (3): 0.4/1.2 MB | 293 kB | 94/173 kB
Progress (3): 0.4/1.2 MB | 293 kB | 98/173 kB
Progress (3): 0.4/1.2 MB | 293 kB | 98/173 kB
Progress (3): 0.4/1.2 MB | 293 kB | 98/173 kB
Progress (3): 0.4/1.2 MB | 293 kB | 102/173 kB
Progress (3): 0.4/1.2 MB | 293 kB | 106/173 kB
Progress (3): 0.4/1.2 MB | 293 kB | 110/173 kB
Progress (3): 0.4/1.2 MB | 293 kB | 114/173 kB
Progress (4): 0.4/1.2 MB | 293 kB | 114/173 kB | 4.1/98 kB
Progress (4): 0.4/1.2 MB | 293 kB | 114/173 kB | 7.7/98 kB
Progress (4): 0.4/1.2 MB | 293 kB | 114/173 kB | 7.7/98 kB
Progress (4): 0.4/1.2 MB | 293 kB | 118/173 kB | 7.7/98 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 743 kB/s)
18:09:25 Progress (3): 0.4/1.2 MB | 118/173 kB | 12/98 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.jar
18:09:25 Progress (3): 0.4/1.2 MB | 122/173 kB | 12/98 kB
Progress (3): 0.4/1.2 MB | 122/173 kB | 12/98 kB
Progress (4): 0.4/1.2 MB | 122/173 kB | 12/98 kB | 4.1/16 kB
Progress (4): 0.4/1.2 MB | 126/173 kB | 12/98 kB | 4.1/16 kB
Progress (4): 0.4/1.2 MB | 126/173 kB | 16/98 kB | 4.1/16 kB
Progress (4): 0.4/1.2 MB | 131/173 kB | 16/98 kB | 4.1/16 kB
Progress (4): 0.4/1.2 MB | 131/173 kB | 16/98 kB | 7.7/16 kB
Progress (4): 0.4/1.2 MB | 131/173 kB | 16/98 kB | 12/16 kB 
Progress (4): 0.4/1.2 MB | 131/173 kB | 20/98 kB | 12/16 kB
Progress (4): 0.4/1.2 MB | 131/173 kB | 20/98 kB | 16/16 kB
Progress (4): 0.4/1.2 MB | 131/173 kB | 20/98 kB | 16/16 kB
Progress (4): 0.4/1.2 MB | 131/173 kB | 20/98 kB | 16 kB   
Progress (4): 0.4/1.2 MB | 135/173 kB | 20/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 135/173 kB | 24/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 139/173 kB | 24/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 139/173 kB | 24/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 143/173 kB | 24/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 143/173 kB | 28/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 147/173 kB | 28/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 147/173 kB | 32/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 151/173 kB | 32/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 151/173 kB | 36/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 151/173 kB | 36/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 155/173 kB | 36/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 155/173 kB | 36/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 155/173 kB | 40/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 159/173 kB | 40/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 159/173 kB | 45/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 163/173 kB | 45/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 163/173 kB | 49/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 167/173 kB | 49/98 kB | 16 kB
Progress (4): 0.4/1.2 MB | 171/173 kB | 49/98 kB | 16 kB
Progress (4): 0.5/1.2 MB | 171/173 kB | 49/98 kB | 16 kB
Progress (4): 0.5/1.2 MB | 173 kB | 49/98 kB | 16 kB    
Progress (4): 0.5/1.2 MB | 173 kB | 49/98 kB | 16 kB
Progress (4): 0.5/1.2 MB | 173 kB | 53/98 kB | 16 kB
Progress (4): 0.5/1.2 MB | 173 kB | 57/98 kB | 16 kB
Progress (4): 0.5/1.2 MB | 173 kB | 61/98 kB | 16 kB
Progress (4): 0.5/1.2 MB | 173 kB | 65/98 kB | 16 kB
Progress (4): 0.5/1.2 MB | 173 kB | 65/98 kB | 16 kB
Progress (4): 0.5/1.2 MB | 173 kB | 65/98 kB | 16 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 430 kB/s)
18:09:25 Progress (3): 0.5/1.2 MB | 69/98 kB | 16 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.jar
18:09:25 Progress (3): 0.5/1.2 MB | 69/98 kB | 16 kB
Progress (3): 0.5/1.2 MB | 73/98 kB | 16 kB
Progress (3): 0.5/1.2 MB | 73/98 kB | 16 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.jar (16 kB at 40 kB/s)
18:09:25 Progress (2): 0.5/1.2 MB | 77/98 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.jar
18:09:25 Progress (2): 0.5/1.2 MB | 81/98 kB
Progress (2): 0.5/1.2 MB | 81/98 kB
Progress (2): 0.5/1.2 MB | 81/98 kB
Progress (2): 0.5/1.2 MB | 85/98 kB
Progress (2): 0.5/1.2 MB | 90/98 kB
Progress (2): 0.5/1.2 MB | 94/98 kB
Progress (2): 0.5/1.2 MB | 98 kB   
Progress (2): 0.5/1.2 MB | 98 kB
Progress (2): 0.5/1.2 MB | 98 kB
Progress (2): 0.5/1.2 MB | 98 kB
Progress (2): 0.5/1.2 MB | 98 kB
Progress (2): 0.5/1.2 MB | 98 kB
Progress (2): 0.6/1.2 MB | 98 kB
Progress (2): 0.6/1.2 MB | 98 kB
Progress (2): 0.6/1.2 MB | 98 kB
Progress (2): 0.6/1.2 MB | 98 kB
Progress (2): 0.6/1.2 MB | 98 kB
Progress (2): 0.6/1.2 MB | 98 kB
Progress (2): 0.6/1.2 MB | 98 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 236 kB/s)
18:09:25 Progress (1): 0.6/1.2 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-markdown/1.6/doxia-module-markdown-1.6.jar
18:09:25 Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (2): 0.8/1.2 MB | 4.1/15 kB
Progress (2): 0.8/1.2 MB | 4.1/15 kB
Progress (3): 0.8/1.2 MB | 4.1/15 kB | 4.1/37 kB
Progress (3): 0.8/1.2 MB | 4.1/15 kB | 7.7/37 kB
Progress (3): 0.8/1.2 MB | 4.1/15 kB | 7.7/37 kB
Progress (3): 0.8/1.2 MB | 4.1/15 kB | 12/37 kB 
Progress (3): 0.8/1.2 MB | 4.1/15 kB | 12/37 kB
Progress (3): 0.8/1.2 MB | 7.7/15 kB | 12/37 kB
Progress (4): 0.8/1.2 MB | 7.7/15 kB | 12/37 kB | 4.1/53 kB
Progress (4): 0.8/1.2 MB | 7.7/15 kB | 16/37 kB | 4.1/53 kB
Progress (4): 0.8/1.2 MB | 7.7/15 kB | 16/37 kB | 7.7/53 kB
Progress (5): 0.8/1.2 MB | 7.7/15 kB | 16/37 kB | 7.7/53 kB | 4.1/38 kB
Progress (5): 0.8/1.2 MB | 12/15 kB | 16/37 kB | 7.7/53 kB | 4.1/38 kB 
Progress (5): 0.8/1.2 MB | 12/15 kB | 16/37 kB | 7.7/53 kB | 7.7/38 kB
Progress (5): 0.8/1.2 MB | 12/15 kB | 16/37 kB | 12/53 kB | 7.7/38 kB 
Progress (5): 0.8/1.2 MB | 12/15 kB | 20/37 kB | 12/53 kB | 7.7/38 kB
Progress (5): 0.8/1.2 MB | 12/15 kB | 20/37 kB | 12/53 kB | 12/38 kB 
Progress (5): 0.8/1.2 MB | 12/15 kB | 20/37 kB | 12/53 kB | 12/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 20/37 kB | 12/53 kB | 12/38 kB   
Progress (5): 0.8/1.2 MB | 15 kB | 20/37 kB | 12/53 kB | 16/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 24/37 kB | 12/53 kB | 16/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 24/37 kB | 16/53 kB | 16/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 28/37 kB | 16/53 kB | 16/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 28/37 kB | 16/53 kB | 16/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 32/37 kB | 16/53 kB | 16/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 32/37 kB | 16/53 kB | 20/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 32/37 kB | 20/53 kB | 20/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 36/37 kB | 20/53 kB | 20/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 36/37 kB | 20/53 kB | 24/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 20/53 kB | 24/38 kB   
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 24/53 kB | 24/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 24/53 kB | 28/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 28/53 kB | 28/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 28/53 kB | 28/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 32/53 kB | 28/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 32/53 kB | 32/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 32/53 kB | 32/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 32/53 kB | 36/38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 32/53 kB | 38 kB   
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 36/53 kB | 38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 40/53 kB | 38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 45/53 kB | 38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 49/53 kB | 38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 49/53 kB | 38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 53/53 kB | 38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 53/53 kB | 38 kB
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 53 kB | 38 kB   
Progress (5): 0.8/1.2 MB | 15 kB | 37 kB | 53 kB | 38 kB
Progress (5): 0.9/1.2 MB | 15 kB | 37 kB | 53 kB | 38 kB
Progress (5): 0.9/1.2 MB | 15 kB | 37 kB | 53 kB | 38 kB
Progress (5): 0.9/1.2 MB | 15 kB | 37 kB | 53 kB | 38 kB
Progress (5): 0.9/1.2 MB | 15 kB | 37 kB | 53 kB | 38 kB
Progress (5): 0.9/1.2 MB | 15 kB | 37 kB | 53 kB | 38 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-markdown/1.6/doxia-module-markdown-1.6.jar (15 kB at 29 kB/s)
18:09:25 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.jar (37 kB at 74 kB/s)
18:09:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/pegdown/pegdown/1.2.1/pegdown-1.2.1.jar
18:09:25 Progress (3): 0.9/1.2 MB | 53 kB | 38 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/parboiled/parboiled-java/1.1.4/parboiled-java-1.1.4.jar
18:09:25 Progress (3): 0.9/1.2 MB | 53 kB | 38 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.jar (38 kB at 76 kB/s)
18:09:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/parboiled/parboiled-core/1.1.4/parboiled-core-1.1.4.jar
18:09:25 Progress (2): 0.9/1.2 MB | 53 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.jar (53 kB at 104 kB/s)
18:09:25 Progress (1): 0.9/1.2 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/4.1/asm-4.1.jar
18:09:25 Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 2.3 MB/s)
18:09:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/4.1/asm-tree-4.1.jar
18:09:25 Progress (1): 4.1/59 kB
Progress (1): 7.7/59 kB
Progress (1): 12/59 kB 
Progress (1): 16/59 kB
Progress (1): 20/59 kB
Progress (1): 24/59 kB
Progress (1): 28/59 kB
Progress (1): 32/59 kB
Progress (1): 36/59 kB
Progress (1): 40/59 kB
Progress (1): 45/59 kB
Progress (1): 49/59 kB
Progress (1): 53/59 kB
Progress (1): 57/59 kB
Progress (1): 59 kB   
Progress (2): 59 kB | 4.1/185 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/pegdown/pegdown/1.2.1/pegdown-1.2.1.jar (59 kB at 104 kB/s)
18:09:25 Progress (1): 7.7/185 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/4.1/asm-analysis-4.1.jar
18:09:25 Progress (1): 12/185 kB
Progress (1): 16/185 kB
Progress (1): 20/185 kB
Progress (1): 24/185 kB
Progress (1): 28/185 kB
Progress (1): 32/185 kB
Progress (2): 32/185 kB | 4.1/47 kB
Progress (2): 32/185 kB | 7.7/47 kB
Progress (2): 32/185 kB | 12/47 kB 
Progress (2): 36/185 kB | 12/47 kB
Progress (2): 36/185 kB | 16/47 kB
Progress (2): 40/185 kB | 16/47 kB
Progress (2): 45/185 kB | 16/47 kB
Progress (2): 49/185 kB | 16/47 kB
Progress (2): 49/185 kB | 20/47 kB
Progress (2): 49/185 kB | 24/47 kB
Progress (2): 49/185 kB | 28/47 kB
Progress (2): 49/185 kB | 32/47 kB
Progress (2): 53/185 kB | 32/47 kB
Progress (2): 53/185 kB | 36/47 kB
Progress (2): 57/185 kB | 36/47 kB
Progress (2): 57/185 kB | 40/47 kB
Progress (2): 61/185 kB | 40/47 kB
Progress (2): 61/185 kB | 45/47 kB
Progress (2): 65/185 kB | 45/47 kB
Progress (2): 65/185 kB | 47 kB   
Progress (2): 69/185 kB | 47 kB
Progress (2): 73/185 kB | 47 kB
Progress (2): 77/185 kB | 47 kB
Progress (2): 81/185 kB | 47 kB
Progress (2): 85/185 kB | 47 kB
Progress (2): 90/185 kB | 47 kB
Progress (2): 94/185 kB | 47 kB
Progress (2): 98/185 kB | 47 kB
Progress (2): 102/185 kB | 47 kB
Progress (2): 106/185 kB | 47 kB
Progress (2): 110/185 kB | 47 kB
Progress (2): 114/185 kB | 47 kB
Progress (2): 118/185 kB | 47 kB
Progress (2): 122/185 kB | 47 kB
Progress (2): 126/185 kB | 47 kB
Progress (2): 131/185 kB | 47 kB
Progress (2): 135/185 kB | 47 kB
Progress (2): 139/185 kB | 47 kB
Progress (2): 143/185 kB | 47 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/4.1/asm-4.1.jar (47 kB at 83 kB/s)
18:09:25 Progress (1): 147/185 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/4.1/asm-util-4.1.jar
18:09:25 Progress (1): 151/185 kB
Progress (1): 155/185 kB
Progress (1): 159/185 kB
Progress (1): 163/185 kB
Progress (1): 167/185 kB
Progress (1): 171/185 kB
Progress (1): 176/185 kB
Progress (1): 180/185 kB
Progress (1): 184/185 kB
Progress (1): 185 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/parboiled/parboiled-core/1.1.4/parboiled-core-1.1.4.jar (185 kB at 316 kB/s)
18:09:25 Progress (1): 4.1/22 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
18:09:25 Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/4.1/asm-tree-4.1.jar (22 kB at 37 kB/s)
18:09:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.jar
18:09:25 Progress (1): 4.1/38 kB
Progress (1): 7.7/38 kB
Progress (1): 12/38 kB 
Progress (1): 16/38 kB
Progress (2): 16/38 kB | 4.1/20 kB
Progress (2): 20/38 kB | 4.1/20 kB
Progress (2): 20/38 kB | 7.7/20 kB
Progress (2): 24/38 kB | 7.7/20 kB
Progress (2): 24/38 kB | 12/20 kB 
Progress (2): 28/38 kB | 12/20 kB
Progress (2): 28/38 kB | 16/20 kB
Progress (2): 32/38 kB | 16/20 kB
Progress (2): 32/38 kB | 20 kB   
Progress (2): 36/38 kB | 20 kB
Progress (2): 38 kB | 20 kB   
Progress (3): 38 kB | 20 kB | 4.1/105 kB
Progress (3): 38 kB | 20 kB | 7.7/105 kB
Progress (3): 38 kB | 20 kB | 12/105 kB 
Progress (3): 38 kB | 20 kB | 16/105 kB
Progress (3): 38 kB | 20 kB | 20/105 kB
Progress (3): 38 kB | 20 kB | 24/105 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/4.1/asm-analysis-4.1.jar (20 kB at 32 kB/s)
18:09:25 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/4.1/asm-util-4.1.jar (38 kB at 62 kB/s)
18:09:25 Progress (1): 28/105 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
18:09:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.jar
18:09:25 Progress (1): 32/105 kB
Progress (1): 36/105 kB
Progress (1): 40/105 kB
Progress (1): 45/105 kB
Progress (1): 49/105 kB
Progress (2): 49/105 kB | 4.1/347 kB
Progress (2): 49/105 kB | 7.7/347 kB
Progress (2): 49/105 kB | 12/347 kB 
Progress (2): 53/105 kB | 12/347 kB
Progress (2): 53/105 kB | 16/347 kB
Progress (2): 57/105 kB | 16/347 kB
Progress (2): 61/105 kB | 16/347 kB
Progress (2): 65/105 kB | 16/347 kB
Progress (2): 65/105 kB | 20/347 kB
Progress (2): 65/105 kB | 24/347 kB
Progress (2): 65/105 kB | 28/347 kB
Progress (2): 65/105 kB | 32/347 kB
Progress (2): 69/105 kB | 32/347 kB
Progress (2): 73/105 kB | 32/347 kB
Progress (2): 77/105 kB | 32/347 kB
Progress (2): 81/105 kB | 32/347 kB
Progress (2): 81/105 kB | 36/347 kB
Progress (2): 81/105 kB | 40/347 kB
Progress (2): 81/105 kB | 45/347 kB
Progress (2): 81/105 kB | 49/347 kB
Progress (2): 85/105 kB | 49/347 kB
Progress (2): 90/105 kB | 49/347 kB
Progress (2): 94/105 kB | 49/347 kB
Progress (2): 98/105 kB | 49/347 kB
Progress (2): 98/105 kB | 53/347 kB
Progress (2): 98/105 kB | 57/347 kB
Progress (2): 98/105 kB | 61/347 kB
Progress (2): 102/105 kB | 61/347 kB
Progress (2): 102/105 kB | 65/347 kB
Progress (2): 105 kB | 65/347 kB    
Progress (2): 105 kB | 69/347 kB
Progress (2): 105 kB | 73/347 kB
Progress (2): 105 kB | 77/347 kB
Progress (2): 105 kB | 81/347 kB
Progress (2): 105 kB | 85/347 kB
Progress (2): 105 kB | 90/347 kB
Progress (2): 105 kB | 94/347 kB
Progress (2): 105 kB | 98/347 kB
Progress (2): 105 kB | 102/347 kB
Progress (2): 105 kB | 106/347 kB
Progress (2): 105 kB | 110/347 kB
Progress (2): 105 kB | 114/347 kB
Progress (2): 105 kB | 118/347 kB
Progress (2): 105 kB | 122/347 kB
Progress (2): 105 kB | 126/347 kB
Progress (2): 105 kB | 131/347 kB
Progress (2): 105 kB | 135/347 kB
Progress (2): 105 kB | 139/347 kB
Progress (2): 105 kB | 143/347 kB
Progress (2): 105 kB | 147/347 kB
Progress (2): 105 kB | 151/347 kB
Progress (2): 105 kB | 155/347 kB
Progress (2): 105 kB | 159/347 kB
Progress (2): 105 kB | 163/347 kB
Progress (2): 105 kB | 167/347 kB
Progress (2): 105 kB | 171/347 kB
Progress (2): 105 kB | 176/347 kB
Progress (2): 105 kB | 180/347 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar (105 kB at 168 kB/s)
18:09:25 Progress (1): 184/347 kB
Progress (2): 184/347 kB | 4.1/57 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
18:09:25 Progress (2): 184/347 kB | 7.7/57 kB
Progress (2): 188/347 kB | 7.7/57 kB
Progress (2): 188/347 kB | 12/57 kB 
Progress (2): 192/347 kB | 12/57 kB
Progress (2): 192/347 kB | 16/57 kB
Progress (2): 196/347 kB | 16/57 kB
Progress (2): 196/347 kB | 20/57 kB
Progress (2): 200/347 kB | 20/57 kB
Progress (2): 200/347 kB | 24/57 kB
Progress (2): 204/347 kB | 24/57 kB
Progress (2): 204/347 kB | 28/57 kB
Progress (2): 208/347 kB | 28/57 kB
Progress (2): 208/347 kB | 32/57 kB
Progress (2): 212/347 kB | 32/57 kB
Progress (2): 212/347 kB | 36/57 kB
Progress (2): 217/347 kB | 36/57 kB
Progress (2): 217/347 kB | 40/57 kB
Progress (2): 221/347 kB | 40/57 kB
Progress (2): 221/347 kB | 45/57 kB
Progress (2): 225/347 kB | 45/57 kB
Progress (3): 225/347 kB | 45/57 kB | 4.1/144 kB
Progress (3): 229/347 kB | 45/57 kB | 4.1/144 kB
Progress (3): 229/347 kB | 49/57 kB | 4.1/144 kB
Progress (3): 229/347 kB | 49/57 kB | 7.7/144 kB
Progress (3): 229/347 kB | 49/57 kB | 12/144 kB 
Progress (3): 229/347 kB | 53/57 kB | 12/144 kB
Progress (3): 229/347 kB | 53/57 kB | 16/144 kB
Progress (3): 229/347 kB | 57/57 kB | 16/144 kB
Progress (3): 229/347 kB | 57 kB | 16/144 kB   
Progress (3): 233/347 kB | 57 kB | 16/144 kB
Progress (3): 237/347 kB | 57 kB | 16/144 kB
Progress (3): 241/347 kB | 57 kB | 16/144 kB
Progress (3): 245/347 kB | 57 kB | 16/144 kB
Progress (3): 245/347 kB | 57 kB | 20/144 kB
Progress (3): 245/347 kB | 57 kB | 24/144 kB
Progress (3): 245/347 kB | 57 kB | 28/144 kB
Progress (3): 245/347 kB | 57 kB | 32/144 kB
Progress (3): 249/347 kB | 57 kB | 32/144 kB
Progress (3): 253/347 kB | 57 kB | 32/144 kB
Progress (3): 258/347 kB | 57 kB | 32/144 kB
Progress (3): 262/347 kB | 57 kB | 32/144 kB
Progress (3): 262/347 kB | 57 kB | 36/144 kB
Progress (3): 262/347 kB | 57 kB | 40/144 kB
Progress (3): 262/347 kB | 57 kB | 45/144 kB
Progress (3): 262/347 kB | 57 kB | 49/144 kB
Progress (3): 266/347 kB | 57 kB | 49/144 kB
Progress (3): 270/347 kB | 57 kB | 49/144 kB
Progress (3): 274/347 kB | 57 kB | 49/144 kB
Progress (3): 278/347 kB | 57 kB | 49/144 kB
Progress (3): 278/347 kB | 57 kB | 53/144 kB
Progress (3): 278/347 kB | 57 kB | 57/144 kB
Progress (3): 278/347 kB | 57 kB | 61/144 kB
Progress (3): 282/347 kB | 57 kB | 61/144 kB
Progress (4): 282/347 kB | 57 kB | 61/144 kB | 4.1/56 kB
Progress (4): 286/347 kB | 57 kB | 61/144 kB | 4.1/56 kB
Progress (4): 286/347 kB | 57 kB | 65/144 kB | 4.1/56 kB
Progress (4): 290/347 kB | 57 kB | 65/144 kB | 4.1/56 kB
Progress (4): 290/347 kB | 57 kB | 65/144 kB | 7.7/56 kB
Progress (4): 294/347 kB | 57 kB | 65/144 kB | 7.7/56 kB
Progress (4): 294/347 kB | 57 kB | 65/144 kB | 12/56 kB 
Progress (4): 294/347 kB | 57 kB | 65/144 kB | 16/56 kB
Progress (4): 294/347 kB | 57 kB | 69/144 kB | 16/56 kB
Progress (4): 298/347 kB | 57 kB | 69/144 kB | 16/56 kB
Progress (4): 298/347 kB | 57 kB | 69/144 kB | 20/56 kB
Progress (4): 298/347 kB | 57 kB | 73/144 kB | 20/56 kB
Progress (4): 298/347 kB | 57 kB | 73/144 kB | 24/56 kB
Progress (4): 303/347 kB | 57 kB | 73/144 kB | 24/56 kB
Progress (4): 303/347 kB | 57 kB | 73/144 kB | 28/56 kB
Progress (4): 303/347 kB | 57 kB | 77/144 kB | 28/56 kB
Progress (4): 303/347 kB | 57 kB | 77/144 kB | 32/56 kB
Progress (4): 307/347 kB | 57 kB | 77/144 kB | 32/56 kB
Progress (4): 307/347 kB | 57 kB | 81/144 kB | 32/56 kB
Progress (4): 311/347 kB | 57 kB | 81/144 kB | 32/56 kB
Progress (4): 311/347 kB | 57 kB | 81/144 kB | 36/56 kB
Progress (4): 311/347 kB | 57 kB | 81/144 kB | 40/56 kB
Progress (4): 311/347 kB | 57 kB | 81/144 kB | 45/56 kB
Progress (4): 311/347 kB | 57 kB | 81/144 kB | 49/56 kB
Progress (4): 311/347 kB | 57 kB | 85/144 kB | 49/56 kB
Progress (4): 311/347 kB | 57 kB | 85/144 kB | 53/56 kB
Progress (4): 315/347 kB | 57 kB | 85/144 kB | 53/56 kB
Progress (4): 315/347 kB | 57 kB | 85/144 kB | 56 kB   
Progress (4): 315/347 kB | 57 kB | 90/144 kB | 56 kB
Progress (4): 319/347 kB | 57 kB | 90/144 kB | 56 kB
Progress (4): 319/347 kB | 57 kB | 94/144 kB | 56 kB
Progress (4): 323/347 kB | 57 kB | 94/144 kB | 56 kB
Progress (4): 323/347 kB | 57 kB | 98/144 kB | 56 kB
Progress (4): 327/347 kB | 57 kB | 98/144 kB | 56 kB
Progress (4): 331/347 kB | 57 kB | 98/144 kB | 56 kB
Progress (4): 335/347 kB | 57 kB | 98/144 kB | 56 kB
Progress (4): 335/347 kB | 57 kB | 102/144 kB | 56 kB
Progress (4): 339/347 kB | 57 kB | 102/144 kB | 56 kB
Progress (4): 339/347 kB | 57 kB | 106/144 kB | 56 kB
Progress (4): 344/347 kB | 57 kB | 106/144 kB | 56 kB
Progress (4): 344/347 kB | 57 kB | 110/144 kB | 56 kB
Progress (4): 344/347 kB | 57 kB | 114/144 kB | 56 kB
Progress (4): 347 kB | 57 kB | 114/144 kB | 56 kB    
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.jar (57 kB at 89 kB/s)
18:09:25 Progress (3): 347 kB | 118/144 kB | 56 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
18:09:25 Progress (3): 347 kB | 122/144 kB | 56 kB
Progress (3): 347 kB | 126/144 kB | 56 kB
Progress (3): 347 kB | 131/144 kB | 56 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 538 kB/s)
18:09:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
18:09:25 Progress (2): 135/144 kB | 56 kB
Progress (2): 139/144 kB | 56 kB
Progress (3): 139/144 kB | 56 kB | 4.1/90 kB
Progress (3): 143/144 kB | 56 kB | 4.1/90 kB
Progress (3): 143/144 kB | 56 kB | 7.7/90 kB
Progress (3): 144 kB | 56 kB | 7.7/90 kB    
Progress (3): 144 kB | 56 kB | 12/90 kB 
Progress (3): 144 kB | 56 kB | 16/90 kB
Progress (3): 144 kB | 56 kB | 20/90 kB
Progress (3): 144 kB | 56 kB | 24/90 kB
Progress (3): 144 kB | 56 kB | 28/90 kB
Progress (3): 144 kB | 56 kB | 32/90 kB
Progress (4): 144 kB | 56 kB | 32/90 kB | 4.1/139 kB
Progress (4): 144 kB | 56 kB | 32/90 kB | 7.7/139 kB
Progress (4): 144 kB | 56 kB | 32/90 kB | 12/139 kB 
Progress (4): 144 kB | 56 kB | 36/90 kB | 12/139 kB
Progress (4): 144 kB | 56 kB | 36/90 kB | 16/139 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 222 kB/s)
18:09:25 Progress (3): 56 kB | 40/90 kB | 16/139 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar
18:09:25 Progress (3): 56 kB | 40/90 kB | 20/139 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.jar (56 kB at 87 kB/s)
18:09:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar
18:09:25 Progress (2): 40/90 kB | 24/139 kB
Progress (2): 45/90 kB | 24/139 kB
Progress (2): 45/90 kB | 28/139 kB
Progress (2): 49/90 kB | 28/139 kB
Progress (2): 49/90 kB | 32/139 kB
Progress (2): 53/90 kB | 32/139 kB
Progress (2): 57/90 kB | 32/139 kB
Progress (2): 57/90 kB | 36/139 kB
Progress (2): 61/90 kB | 36/139 kB
Progress (2): 61/90 kB | 40/139 kB
Progress (2): 65/90 kB | 40/139 kB
Progress (2): 65/90 kB | 45/139 kB
Progress (2): 65/90 kB | 49/139 kB
Progress (3): 65/90 kB | 49/139 kB | 4.1/457 kB
Progress (3): 65/90 kB | 49/139 kB | 7.7/457 kB
Progress (3): 69/90 kB | 49/139 kB | 7.7/457 kB
Progress (3): 69/90 kB | 53/139 kB | 7.7/457 kB
Progress (3): 73/90 kB | 53/139 kB | 7.7/457 kB
Progress (3): 73/90 kB | 53/139 kB | 12/457 kB 
Progress (3): 77/90 kB | 53/139 kB | 12/457 kB
Progress (3): 77/90 kB | 53/139 kB | 16/457 kB
Progress (4): 77/90 kB | 53/139 kB | 16/457 kB | 4.1/26 kB
Progress (4): 77/90 kB | 53/139 kB | 16/457 kB | 7.7/26 kB
Progress (4): 77/90 kB | 53/139 kB | 16/457 kB | 12/26 kB 
Progress (4): 77/90 kB | 53/139 kB | 16/457 kB | 16/26 kB
Progress (4): 81/90 kB | 53/139 kB | 16/457 kB | 16/26 kB
Progress (4): 81/90 kB | 53/139 kB | 20/457 kB | 16/26 kB
Progress (4): 81/90 kB | 53/139 kB | 24/457 kB | 16/26 kB
Progress (4): 85/90 kB | 53/139 kB | 24/457 kB | 16/26 kB
Progress (4): 85/90 kB | 53/139 kB | 28/457 kB | 16/26 kB
Progress (4): 85/90 kB | 53/139 kB | 28/457 kB | 20/26 kB
Progress (4): 85/90 kB | 53/139 kB | 32/457 kB | 20/26 kB
Progress (4): 85/90 kB | 57/139 kB | 32/457 kB | 20/26 kB
Progress (4): 90/90 kB | 57/139 kB | 32/457 kB | 20/26 kB
Progress (5): 90/90 kB | 57/139 kB | 32/457 kB | 20/26 kB | 4.1/73 kB
Progress (5): 90 kB | 57/139 kB | 32/457 kB | 20/26 kB | 4.1/73 kB   
Progress (5): 90 kB | 61/139 kB | 32/457 kB | 20/26 kB | 4.1/73 kB
Progress (5): 90 kB | 61/139 kB | 32/457 kB | 24/26 kB | 4.1/73 kB
Progress (5): 90 kB | 65/139 kB | 32/457 kB | 24/26 kB | 4.1/73 kB
Progress (5): 90 kB | 65/139 kB | 32/457 kB | 24/26 kB | 7.7/73 kB
Progress (5): 90 kB | 65/139 kB | 36/457 kB | 24/26 kB | 7.7/73 kB
Progress (5): 90 kB | 65/139 kB | 36/457 kB | 26 kB | 7.7/73 kB   
Progress (5): 90 kB | 65/139 kB | 40/457 kB | 26 kB | 7.7/73 kB
Progress (5): 90 kB | 65/139 kB | 40/457 kB | 26 kB | 12/73 kB 
Progress (5): 90 kB | 65/139 kB | 45/457 kB | 26 kB | 12/73 kB
Progress (5): 90 kB | 69/139 kB | 45/457 kB | 26 kB | 12/73 kB
Progress (5): 90 kB | 69/139 kB | 49/457 kB | 26 kB | 12/73 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 129 kB/s)
18:09:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
18:09:25 Progress (4): 69/139 kB | 49/457 kB | 26 kB | 16/73 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 38 kB/s)
18:09:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar
18:09:25 Progress (3): 73/139 kB | 49/457 kB | 16/73 kB
Progress (3): 73/139 kB | 49/457 kB | 20/73 kB
Progress (3): 73/139 kB | 53/457 kB | 20/73 kB
Progress (3): 73/139 kB | 53/457 kB | 24/73 kB
Progress (3): 77/139 kB | 53/457 kB | 24/73 kB
Progress (3): 77/139 kB | 53/457 kB | 28/73 kB
Progress (3): 77/139 kB | 57/457 kB | 28/73 kB
Progress (3): 77/139 kB | 57/457 kB | 32/73 kB
Progress (3): 81/139 kB | 57/457 kB | 32/73 kB
Progress (3): 81/139 kB | 61/457 kB | 32/73 kB
Progress (3): 81/139 kB | 65/457 kB | 32/73 kB
Progress (4): 81/139 kB | 65/457 kB | 32/73 kB | 4.1/329 kB
Progress (4): 85/139 kB | 65/457 kB | 32/73 kB | 4.1/329 kB
Progress (4): 85/139 kB | 65/457 kB | 36/73 kB | 4.1/329 kB
Progress (4): 85/139 kB | 65/457 kB | 36/73 kB | 7.7/329 kB
Progress (4): 90/139 kB | 65/457 kB | 36/73 kB | 7.7/329 kB
Progress (4): 90/139 kB | 69/457 kB | 36/73 kB | 7.7/329 kB
Progress (4): 94/139 kB | 69/457 kB | 36/73 kB | 7.7/329 kB
Progress (4): 94/139 kB | 69/457 kB | 36/73 kB | 12/329 kB 
Progress (4): 94/139 kB | 69/457 kB | 40/73 kB | 12/329 kB
Progress (4): 94/139 kB | 69/457 kB | 40/73 kB | 16/329 kB
Progress (4): 98/139 kB | 69/457 kB | 40/73 kB | 16/329 kB
Progress (4): 98/139 kB | 73/457 kB | 40/73 kB | 16/329 kB
Progress (5): 98/139 kB | 73/457 kB | 40/73 kB | 16/329 kB | 4.1/358 kB
Progress (5): 98/139 kB | 73/457 kB | 45/73 kB | 16/329 kB | 4.1/358 kB
Progress (5): 98/139 kB | 73/457 kB | 45/73 kB | 16/329 kB | 7.7/358 kB
Progress (5): 98/139 kB | 77/457 kB | 45/73 kB | 16/329 kB | 7.7/358 kB
Progress (5): 98/139 kB | 77/457 kB | 45/73 kB | 16/329 kB | 12/358 kB 
Progress (5): 102/139 kB | 77/457 kB | 45/73 kB | 16/329 kB | 12/358 kB
Progress (5): 102/139 kB | 77/457 kB | 49/73 kB | 16/329 kB | 12/358 kB
Progress (5): 106/139 kB | 77/457 kB | 49/73 kB | 16/329 kB | 12/358 kB
Progress (5): 106/139 kB | 77/457 kB | 49/73 kB | 16/329 kB | 16/358 kB
Progress (5): 106/139 kB | 77/457 kB | 49/73 kB | 20/329 kB | 16/358 kB
Progress (5): 106/139 kB | 81/457 kB | 49/73 kB | 20/329 kB | 16/358 kB
Progress (5): 106/139 kB | 81/457 kB | 49/73 kB | 24/329 kB | 16/358 kB
Progress (5): 106/139 kB | 81/457 kB | 53/73 kB | 24/329 kB | 16/358 kB
Progress (5): 110/139 kB | 81/457 kB | 53/73 kB | 24/329 kB | 16/358 kB
Progress (5): 110/139 kB | 85/457 kB | 53/73 kB | 24/329 kB | 16/358 kB
Progress (5): 110/139 kB | 85/457 kB | 53/73 kB | 24/329 kB | 20/358 kB
Progress (5): 110/139 kB | 85/457 kB | 57/73 kB | 24/329 kB | 20/358 kB
Progress (5): 110/139 kB | 85/457 kB | 57/73 kB | 28/329 kB | 20/358 kB
Progress (5): 110/139 kB | 85/457 kB | 61/73 kB | 28/329 kB | 20/358 kB
Progress (5): 110/139 kB | 85/457 kB | 61/73 kB | 28/329 kB | 24/358 kB
Progress (5): 110/139 kB | 90/457 kB | 61/73 kB | 28/329 kB | 24/358 kB
Progress (5): 114/139 kB | 90/457 kB | 61/73 kB | 28/329 kB | 24/358 kB
Progress (5): 114/139 kB | 94/457 kB | 61/73 kB | 28/329 kB | 24/358 kB
Progress (5): 114/139 kB | 94/457 kB | 61/73 kB | 28/329 kB | 28/358 kB
Progress (5): 114/139 kB | 94/457 kB | 65/73 kB | 28/329 kB | 28/358 kB
Progress (5): 114/139 kB | 94/457 kB | 65/73 kB | 32/329 kB | 28/358 kB
Progress (5): 118/139 kB | 94/457 kB | 65/73 kB | 32/329 kB | 28/358 kB
Progress (5): 118/139 kB | 94/457 kB | 69/73 kB | 32/329 kB | 28/358 kB
Progress (5): 118/139 kB | 94/457 kB | 69/73 kB | 32/329 kB | 32/358 kB
Progress (5): 118/139 kB | 98/457 kB | 69/73 kB | 32/329 kB | 32/358 kB
Progress (5): 118/139 kB | 98/457 kB | 73 kB | 32/329 kB | 32/358 kB   
Progress (5): 122/139 kB | 98/457 kB | 73 kB | 32/329 kB | 32/358 kB
Progress (5): 126/139 kB | 98/457 kB | 73 kB | 32/329 kB | 32/358 kB
Progress (5): 126/139 kB | 98/457 kB | 73 kB | 36/329 kB | 32/358 kB
Progress (5): 126/139 kB | 102/457 kB | 73 kB | 36/329 kB | 32/358 kB
Progress (5): 131/139 kB | 102/457 kB | 73 kB | 36/329 kB | 32/358 kB
Progress (5): 131/139 kB | 106/457 kB | 73 kB | 36/329 kB | 32/358 kB
Progress (5): 131/139 kB | 106/457 kB | 73 kB | 36/329 kB | 36/358 kB
Progress (5): 131/139 kB | 106/457 kB | 73 kB | 40/329 kB | 36/358 kB
Progress (5): 131/139 kB | 106/457 kB | 73 kB | 40/329 kB | 40/358 kB
Progress (5): 135/139 kB | 106/457 kB | 73 kB | 40/329 kB | 40/358 kB
Progress (5): 135/139 kB | 110/457 kB | 73 kB | 40/329 kB | 40/358 kB
Progress (5): 139/139 kB | 110/457 kB | 73 kB | 40/329 kB | 40/358 kB
Progress (5): 139/139 kB | 110/457 kB | 73 kB | 40/329 kB | 45/358 kB
Progress (5): 139/139 kB | 110/457 kB | 73 kB | 45/329 kB | 45/358 kB
Progress (5): 139/139 kB | 110/457 kB | 73 kB | 45/329 kB | 49/358 kB
Progress (5): 139 kB | 110/457 kB | 73 kB | 45/329 kB | 49/358 kB    
Progress (5): 139 kB | 114/457 kB | 73 kB | 45/329 kB | 49/358 kB
Progress (5): 139 kB | 114/457 kB | 73 kB | 49/329 kB | 49/358 kB
Progress (5): 139 kB | 114/457 kB | 73 kB | 49/329 kB | 53/358 kB
Progress (5): 139 kB | 118/457 kB | 73 kB | 49/329 kB | 53/358 kB
Progress (5): 139 kB | 118/457 kB | 73 kB | 49/329 kB | 57/358 kB
Progress (5): 139 kB | 122/457 kB | 73 kB | 49/329 kB | 57/358 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 196 kB/s)
18:09:25 Progress (4): 122/457 kB | 73 kB | 49/329 kB | 61/358 kB
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
18:09:25 Progress (4): 122/457 kB | 73 kB | 53/329 kB | 61/358 kB
Progress (4): 126/457 kB | 73 kB | 53/329 kB | 61/358 kB
Progress (4): 126/457 kB | 73 kB | 57/329 kB | 61/358 kB
Progress (4): 126/457 kB | 73 kB | 57/329 kB | 65/358 kB
Progress (4): 126/457 kB | 73 kB | 61/329 kB | 65/358 kB
Progress (4): 131/457 kB | 73 kB | 61/329 kB | 65/358 kB
Progress (4): 131/457 kB | 73 kB | 65/329 kB | 65/358 kB
Progress (4): 131/457 kB | 73 kB | 65/329 kB | 69/358 kB
Progress (4): 135/457 kB | 73 kB | 65/329 kB | 69/358 kB
Progress (4): 135/457 kB | 73 kB | 65/329 kB | 73/358 kB
Progress (4): 139/457 kB | 73 kB | 65/329 kB | 73/358 kB
Progress (4): 139/457 kB | 73 kB | 65/329 kB | 77/358 kB
Progress (4): 139/457 kB | 73 kB | 69/329 kB | 77/358 kB
Progress (4): 143/457 kB | 73 kB | 69/329 kB | 77/358 kB
Progress (4): 143/457 kB | 73 kB | 73/329 kB | 77/358 kB
Progress (5): 143/457 kB | 73 kB | 73/329 kB | 77/358 kB | 4.1/252 kB
Progress (5): 143/457 kB | 73 kB | 73/329 kB | 81/358 kB | 4.1/252 kB
Progress (5): 143/457 kB | 73 kB | 73/329 kB | 81/358 kB | 7.7/252 kB
Progress (5): 143/457 kB | 73 kB | 77/329 kB | 81/358 kB | 7.7/252 kB
Progress (5): 147/457 kB | 73 kB | 77/329 kB | 81/358 kB | 7.7/252 kB
Progress (5): 147/457 kB | 73 kB | 81/329 kB | 81/358 kB | 7.7/252 kB
Progress (5): 147/457 kB | 73 kB | 81/329 kB | 81/358 kB | 12/252 kB 
Progress (5): 147/457 kB | 73 kB | 81/329 kB | 81/358 kB | 16/252 kB
Progress (5): 147/457 kB | 73 kB | 81/329 kB | 85/358 kB | 16/252 kB
Progress (5): 151/457 kB | 73 kB | 81/329 kB | 85/358 kB | 16/252 kB
Progress (5): 151/457 kB | 73 kB | 81/329 kB | 90/358 kB | 16/252 kB
Progress (5): 155/457 kB | 73 kB | 81/329 kB | 90/358 kB | 16/252 kB
Progress (5): 155/457 kB | 73 kB | 81/329 kB | 90/358 kB | 20/252 kB
Progress (5): 155/457 kB | 73 kB | 81/329 kB | 94/358 kB | 20/252 kB
Progress (5): 155/457 kB | 73 kB | 81/329 kB | 94/358 kB | 24/252 kB
Progress (5): 159/457 kB | 73 kB | 81/329 kB | 94/358 kB | 24/252 kB
Progress (5): 159/457 kB | 73 kB | 85/329 kB | 94/358 kB | 24/252 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/parboiled/parboiled-java/1.1.4/parboiled-java-1.1.4.jar (73 kB at 102 kB/s)
18:09:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
18:09:25 Progress (4): 163/457 kB | 85/329 kB | 94/358 kB | 24/252 kB
Progress (4): 163/457 kB | 85/329 kB | 94/358 kB | 28/252 kB
Progress (4): 163/457 kB | 85/329 kB | 98/358 kB | 28/252 kB
Progress (4): 163/457 kB | 85/329 kB | 98/358 kB | 32/252 kB
Progress (4): 163/457 kB | 90/329 kB | 98/358 kB | 32/252 kB
Progress (4): 167/457 kB | 90/329 kB | 98/358 kB | 32/252 kB
Progress (4): 167/457 kB | 94/329 kB | 98/358 kB | 32/252 kB
Progress (4): 171/457 kB | 94/329 kB | 98/358 kB | 32/252 kB
Progress (4): 171/457 kB | 98/329 kB | 98/358 kB | 32/252 kB
Progress (4): 176/457 kB | 98/329 kB | 98/358 kB | 32/252 kB
Progress (4): 176/457 kB | 98/329 kB | 98/358 kB | 36/252 kB
Progress (4): 180/457 kB | 98/329 kB | 98/358 kB | 36/252 kB
Progress (4): 180/457 kB | 98/329 kB | 102/358 kB | 36/252 kB
Progress (4): 180/457 kB | 98/329 kB | 102/358 kB | 40/252 kB
Progress (4): 180/457 kB | 98/329 kB | 106/358 kB | 40/252 kB
Progress (4): 180/457 kB | 98/329 kB | 106/358 kB | 45/252 kB
Progress (4): 184/457 kB | 98/329 kB | 106/358 kB | 45/252 kB
Progress (5): 184/457 kB | 98/329 kB | 106/358 kB | 45/252 kB | 4.1/120 kB
Progress (5): 188/457 kB | 98/329 kB | 106/358 kB | 45/252 kB | 4.1/120 kB
Progress (5): 188/457 kB | 98/329 kB | 106/358 kB | 49/252 kB | 4.1/120 kB
Progress (5): 188/457 kB | 102/329 kB | 106/358 kB | 49/252 kB | 4.1/120 kB
Progress (5): 188/457 kB | 102/329 kB | 110/358 kB | 49/252 kB | 4.1/120 kB
Progress (5): 188/457 kB | 106/329 kB | 110/358 kB | 49/252 kB | 4.1/120 kB
Progress (5): 192/457 kB | 106/329 kB | 110/358 kB | 49/252 kB | 4.1/120 kB
Progress (5): 192/457 kB | 106/329 kB | 110/358 kB | 49/252 kB | 7.7/120 kB
Progress (5): 196/457 kB | 106/329 kB | 110/358 kB | 49/252 kB | 7.7/120 kB
Progress (5): 196/457 kB | 110/329 kB | 110/358 kB | 49/252 kB | 7.7/120 kB
Progress (5): 196/457 kB | 110/329 kB | 110/358 kB | 53/252 kB | 7.7/120 kB
Progress (5): 196/457 kB | 110/329 kB | 114/358 kB | 53/252 kB | 7.7/120 kB
Progress (5): 196/457 kB | 110/329 kB | 114/358 kB | 57/252 kB | 7.7/120 kB
Progress (5): 196/457 kB | 114/329 kB | 114/358 kB | 57/252 kB | 7.7/120 kB
Progress (5): 196/457 kB | 114/329 kB | 114/358 kB | 57/252 kB | 12/120 kB 
Progress (5): 196/457 kB | 114/329 kB | 114/358 kB | 61/252 kB | 12/120 kB
Progress (5): 200/457 kB | 114/329 kB | 114/358 kB | 61/252 kB | 12/120 kB
Progress (5): 200/457 kB | 114/329 kB | 114/358 kB | 65/252 kB | 12/120 kB
Progress (5): 200/457 kB | 114/329 kB | 118/358 kB | 65/252 kB | 12/120 kB
Progress (5): 200/457 kB | 114/329 kB | 118/358 kB | 65/252 kB | 16/120 kB
Progress (5): 200/457 kB | 114/329 kB | 122/358 kB | 65/252 kB | 16/120 kB
Progress (5): 204/457 kB | 114/329 kB | 122/358 kB | 65/252 kB | 16/120 kB
Progress (5): 204/457 kB | 114/329 kB | 122/358 kB | 69/252 kB | 16/120 kB
Progress (5): 204/457 kB | 114/329 kB | 126/358 kB | 69/252 kB | 16/120 kB
Progress (5): 204/457 kB | 118/329 kB | 126/358 kB | 69/252 kB | 16/120 kB
Progress (5): 204/457 kB | 118/329 kB | 131/358 kB | 69/252 kB | 16/120 kB
Progress (5): 204/457 kB | 118/329 kB | 131/358 kB | 69/252 kB | 20/120 kB
Progress (5): 204/457 kB | 118/329 kB | 131/358 kB | 73/252 kB | 20/120 kB
Progress (5): 208/457 kB | 118/329 kB | 131/358 kB | 73/252 kB | 20/120 kB
Progress (5): 208/457 kB | 118/329 kB | 131/358 kB | 77/252 kB | 20/120 kB
Progress (5): 208/457 kB | 118/329 kB | 131/358 kB | 77/252 kB | 24/120 kB
Progress (5): 208/457 kB | 122/329 kB | 131/358 kB | 77/252 kB | 24/120 kB
Progress (5): 208/457 kB | 122/329 kB | 131/358 kB | 77/252 kB | 28/120 kB
Progress (5): 208/457 kB | 122/329 kB | 131/358 kB | 81/252 kB | 28/120 kB
Progress (5): 208/457 kB | 122/329 kB | 135/358 kB | 81/252 kB | 28/120 kB
Progress (5): 212/457 kB | 122/329 kB | 135/358 kB | 81/252 kB | 28/120 kB
Progress (5): 212/457 kB | 122/329 kB | 139/358 kB | 81/252 kB | 28/120 kB
Progress (5): 212/457 kB | 122/329 kB | 139/358 kB | 81/252 kB | 32/120 kB
Progress (5): 212/457 kB | 126/329 kB | 139/358 kB | 81/252 kB | 32/120 kB
Progress (5): 212/457 kB | 126/329 kB | 139/358 kB | 85/252 kB | 32/120 kB
Progress (5): 212/457 kB | 126/329 kB | 143/358 kB | 85/252 kB | 32/120 kB
Progress (5): 212/457 kB | 126/329 kB | 143/358 kB | 90/252 kB | 32/120 kB
Progress (5): 217/457 kB | 126/329 kB | 143/358 kB | 90/252 kB | 32/120 kB
Progress (5): 217/457 kB | 131/329 kB | 143/358 kB | 90/252 kB | 32/120 kB
Progress (5): 221/457 kB | 131/329 kB | 143/358 kB | 90/252 kB | 32/120 kB
Progress (5): 221/457 kB | 131/329 kB | 143/358 kB | 94/252 kB | 32/120 kB
Progress (5): 221/457 kB | 131/329 kB | 143/358 kB | 94/252 kB | 36/120 kB
Progress (5): 221/457 kB | 131/329 kB | 147/358 kB | 94/252 kB | 36/120 kB
Progress (5): 221/457 kB | 131/329 kB | 147/358 kB | 94/252 kB | 40/120 kB
Progress (5): 221/457 kB | 131/329 kB | 147/358 kB | 98/252 kB | 40/120 kB
Progress (5): 225/457 kB | 131/329 kB | 147/358 kB | 98/252 kB | 40/120 kB
Progress (5): 225/457 kB | 135/329 kB | 147/358 kB | 98/252 kB | 40/120 kB
Progress (5): 225/457 kB | 135/329 kB | 147/358 kB | 98/252 kB | 45/120 kB
Progress (5): 225/457 kB | 135/329 kB | 147/358 kB | 102/252 kB | 45/120 kB
Progress (5): 225/457 kB | 139/329 kB | 147/358 kB | 102/252 kB | 45/120 kB
Progress (5): 225/457 kB | 139/329 kB | 151/358 kB | 102/252 kB | 45/120 kB
Progress (5): 229/457 kB | 139/329 kB | 151/358 kB | 102/252 kB | 45/120 kB
Progress (5): 229/457 kB | 139/329 kB | 155/358 kB | 102/252 kB | 45/120 kB
Progress (5): 229/457 kB | 143/329 kB | 155/358 kB | 102/252 kB | 45/120 kB
Progress (5): 229/457 kB | 143/329 kB | 155/358 kB | 106/252 kB | 45/120 kB
Progress (5): 229/457 kB | 143/329 kB | 155/358 kB | 106/252 kB | 49/120 kB
Progress (5): 233/457 kB | 143/329 kB | 155/358 kB | 106/252 kB | 49/120 kB
Progress (5): 233/457 kB | 143/329 kB | 155/358 kB | 110/252 kB | 49/120 kB
Progress (5): 233/457 kB | 147/329 kB | 155/358 kB | 110/252 kB | 49/120 kB
Progress (5): 233/457 kB | 147/329 kB | 159/358 kB | 110/252 kB | 49/120 kB
Progress (5): 233/457 kB | 147/329 kB | 159/358 kB | 110/252 kB | 53/120 kB
Progress (5): 233/457 kB | 147/329 kB | 159/358 kB | 114/252 kB | 53/120 kB
Progress (5): 237/457 kB | 147/329 kB | 159/358 kB | 114/252 kB | 53/120 kB
Progress (5): 237/457 kB | 147/329 kB | 159/358 kB | 114/252 kB | 57/120 kB
Progress (5): 237/457 kB | 147/329 kB | 163/358 kB | 114/252 kB | 57/120 kB
Progress (5): 237/457 kB | 147/329 kB | 163/358 kB | 114/252 kB | 61/120 kB
Progress (5): 241/457 kB | 147/329 kB | 163/358 kB | 114/252 kB | 61/120 kB
Progress (5): 241/457 kB | 147/329 kB | 163/358 kB | 114/252 kB | 65/120 kB
Progress (5): 241/457 kB | 147/329 kB | 163/358 kB | 118/252 kB | 65/120 kB
Progress (5): 245/457 kB | 147/329 kB | 163/358 kB | 118/252 kB | 65/120 kB
Progress (5): 245/457 kB | 147/329 kB | 163/358 kB | 122/252 kB | 65/120 kB
Progress (5): 245/457 kB | 147/329 kB | 163/358 kB | 126/252 kB | 65/120 kB
Progress (5): 245/457 kB | 147/329 kB | 163/358 kB | 131/252 kB | 65/120 kB
Progress (5): 249/457 kB | 147/329 kB | 163/358 kB | 131/252 kB | 65/120 kB
Progress (5): 253/457 kB | 147/329 kB | 163/358 kB | 131/252 kB | 65/120 kB
Progress (5): 258/457 kB | 147/329 kB | 163/358 kB | 131/252 kB | 65/120 kB
Progress (5): 262/457 kB | 147/329 kB | 163/358 kB | 131/252 kB | 65/120 kB
Progress (5): 262/457 kB | 147/329 kB | 167/358 kB | 131/252 kB | 65/120 kB
Progress (5): 262/457 kB | 151/329 kB | 167/358 kB | 131/252 kB | 65/120 kB
Progress (5): 262/457 kB | 151/329 kB | 167/358 kB | 131/252 kB | 69/120 kB
Progress (5): 262/457 kB | 151/329 kB | 167/358 kB | 135/252 kB | 69/120 kB
Progress (5): 262/457 kB | 151/329 kB | 167/358 kB | 135/252 kB | 73/120 kB
Progress (5): 266/457 kB | 151/329 kB | 167/358 kB | 135/252 kB | 73/120 kB
Progress (5): 266/457 kB | 155/329 kB | 167/358 kB | 135/252 kB | 73/120 kB
Progress (5): 266/457 kB | 155/329 kB | 171/358 kB | 135/252 kB | 73/120 kB
Progress (5): 266/457 kB | 159/329 kB | 171/358 kB | 135/252 kB | 73/120 kB
Progress (5): 270/457 kB | 159/329 kB | 171/358 kB | 135/252 kB | 73/120 kB
Progress (5): 270/457 kB | 159/329 kB | 171/358 kB | 135/252 kB | 77/120 kB
Progress (5): 270/457 kB | 159/329 kB | 171/358 kB | 139/252 kB | 77/120 kB
Progress (5): 270/457 kB | 159/329 kB | 171/358 kB | 139/252 kB | 81/120 kB
Progress (5): 274/457 kB | 159/329 kB | 171/358 kB | 139/252 kB | 81/120 kB
Progress (5): 274/457 kB | 163/329 kB | 171/358 kB | 139/252 kB | 81/120 kB
Progress (5): 274/457 kB | 163/329 kB | 176/358 kB | 139/252 kB | 81/120 kB
Progress (5): 278/457 kB | 163/329 kB | 176/358 kB | 139/252 kB | 81/120 kB
Progress (5): 278/457 kB | 163/329 kB | 176/358 kB | 143/252 kB | 81/120 kB
Progress (5): 278/457 kB | 163/329 kB | 176/358 kB | 143/252 kB | 85/120 kB
Progress (5): 278/457 kB | 163/329 kB | 180/358 kB | 143/252 kB | 85/120 kB
Progress (5): 278/457 kB | 163/329 kB | 180/358 kB | 143/252 kB | 90/120 kB
Progress (5): 278/457 kB | 163/329 kB | 180/358 kB | 147/252 kB | 90/120 kB
Progress (5): 278/457 kB | 167/329 kB | 180/358 kB | 147/252 kB | 90/120 kB
Progress (5): 278/457 kB | 167/329 kB | 180/358 kB | 147/252 kB | 94/120 kB
Progress (5): 278/457 kB | 171/329 kB | 180/358 kB | 147/252 kB | 94/120 kB
Progress (5): 278/457 kB | 171/329 kB | 180/358 kB | 151/252 kB | 94/120 kB
Progress (5): 278/457 kB | 171/329 kB | 184/358 kB | 151/252 kB | 94/120 kB
Progress (5): 282/457 kB | 171/329 kB | 184/358 kB | 151/252 kB | 94/120 kB
Progress (5): 282/457 kB | 171/329 kB | 188/358 kB | 151/252 kB | 94/120 kB
Progress (5): 282/457 kB | 171/329 kB | 188/358 kB | 155/252 kB | 94/120 kB
Progress (5): 282/457 kB | 176/329 kB | 188/358 kB | 155/252 kB | 94/120 kB
Progress (5): 282/457 kB | 176/329 kB | 188/358 kB | 155/252 kB | 98/120 kB
Progress (5): 282/457 kB | 180/329 kB | 188/358 kB | 155/252 kB | 98/120 kB
Progress (5): 282/457 kB | 180/329 kB | 188/358 kB | 159/252 kB | 98/120 kB
Progress (5): 282/457 kB | 180/329 kB | 192/358 kB | 159/252 kB | 98/120 kB
Progress (5): 286/457 kB | 180/329 kB | 192/358 kB | 159/252 kB | 98/120 kB
Progress (5): 286/457 kB | 180/329 kB | 196/358 kB | 159/252 kB | 98/120 kB
Progress (5): 286/457 kB | 180/329 kB | 196/358 kB | 159/252 kB | 102/120 kB
Progress (5): 286/457 kB | 180/329 kB | 196/358 kB | 163/252 kB | 102/120 kB
Progress (5): 286/457 kB | 184/329 kB | 196/358 kB | 163/252 kB | 102/120 kB
Progress (5): 286/457 kB | 184/329 kB | 196/358 kB | 163/252 kB | 106/120 kB
Progress (5): 290/457 kB | 184/329 kB | 196/358 kB | 163/252 kB | 106/120 kB
Progress (5): 290/457 kB | 184/329 kB | 196/358 kB | 163/252 kB | 110/120 kB
Progress (5): 290/457 kB | 184/329 kB | 200/358 kB | 163/252 kB | 110/120 kB
Progress (5): 290/457 kB | 188/329 kB | 200/358 kB | 163/252 kB | 110/120 kB
Progress (5): 290/457 kB | 188/329 kB | 204/358 kB | 163/252 kB | 110/120 kB
Progress (5): 290/457 kB | 188/329 kB | 204/358 kB | 163/252 kB | 114/120 kB
Progress (5): 294/457 kB | 188/329 kB | 204/358 kB | 163/252 kB | 114/120 kB
Progress (5): 294/457 kB | 188/329 kB | 204/358 kB | 167/252 kB | 114/120 kB
Progress (5): 294/457 kB | 188/329 kB | 204/358 kB | 167/252 kB | 118/120 kB
Progress (5): 294/457 kB | 188/329 kB | 208/358 kB | 167/252 kB | 118/120 kB
Progress (5): 294/457 kB | 192/329 kB | 208/358 kB | 167/252 kB | 118/120 kB
Progress (5): 298/457 kB | 192/329 kB | 208/358 kB | 167/252 kB | 118/120 kB
Progress (5): 298/457 kB | 192/329 kB | 212/358 kB | 167/252 kB | 118/120 kB
Progress (5): 298/457 kB | 192/329 kB | 212/358 kB | 167/252 kB | 120 kB    
Progress (5): 298/457 kB | 192/329 kB | 212/358 kB | 171/252 kB | 120 kB
Progress (5): 303/457 kB | 192/329 kB | 212/358 kB | 171/252 kB | 120 kB
Progress (5): 303/457 kB | 196/329 kB | 212/358 kB | 171/252 kB | 120 kB
Progress (5): 307/457 kB | 196/329 kB | 212/358 kB | 171/252 kB | 120 kB
Progress (5): 307/457 kB | 196/329 kB | 212/358 kB | 176/252 kB | 120 kB
Progress (5): 311/457 kB | 196/329 kB | 212/358 kB | 176/252 kB | 120 kB
Progress (5): 311/457 kB | 196/329 kB | 217/358 kB | 176/252 kB | 120 kB
Progress (5): 311/457 kB | 196/329 kB | 217/358 kB | 180/252 kB | 120 kB
Progress (5): 311/457 kB | 196/329 kB | 221/358 kB | 180/252 kB | 120 kB
                                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 149 kB/s)
18:09:25 Progress (4): 311/457 kB | 196/329 kB | 221/358 kB | 184/252 kB
Progress (4): 315/457 kB | 196/329 kB | 221/358 kB | 184/252 kB
Progress (4): 315/457 kB | 196/329 kB | 225/358 kB | 184/252 kB
Progress (4): 315/457 kB | 200/329 kB | 225/358 kB | 184/252 kB
Progress (4): 315/457 kB | 200/329 kB | 229/358 kB | 184/252 kB
Progress (4): 319/457 kB | 200/329 kB | 229/358 kB | 184/252 kB
Progress (4): 319/457 kB | 200/329 kB | 229/358 kB | 188/252 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
18:09:25 Progress (4): 319/457 kB | 200/329 kB | 233/358 kB | 188/252 kB
Progress (4): 319/457 kB | 200/329 kB | 233/358 kB | 192/252 kB
Progress (4): 323/457 kB | 200/329 kB | 233/358 kB | 192/252 kB
Progress (4): 323/457 kB | 204/329 kB | 233/358 kB | 192/252 kB
Progress (4): 327/457 kB | 204/329 kB | 233/358 kB | 192/252 kB
Progress (4): 327/457 kB | 204/329 kB | 233/358 kB | 196/252 kB
Progress (4): 327/457 kB | 204/329 kB | 237/358 kB | 196/252 kB
Progress (4): 327/457 kB | 208/329 kB | 237/358 kB | 196/252 kB
Progress (4): 327/457 kB | 208/329 kB | 241/358 kB | 196/252 kB
Progress (4): 331/457 kB | 208/329 kB | 241/358 kB | 196/252 kB
Progress (4): 331/457 kB | 212/329 kB | 241/358 kB | 196/252 kB
Progress (4): 335/457 kB | 212/329 kB | 241/358 kB | 196/252 kB
Progress (4): 335/457 kB | 212/329 kB | 241/358 kB | 200/252 kB
Progress (4): 335/457 kB | 212/329 kB | 245/358 kB | 200/252 kB
Progress (4): 335/457 kB | 212/329 kB | 245/358 kB | 204/252 kB
Progress (4): 339/457 kB | 212/329 kB | 245/358 kB | 204/252 kB
Progress (5): 339/457 kB | 212/329 kB | 245/358 kB | 204/252 kB | 4.1/575 kB
Progress (5): 339/457 kB | 217/329 kB | 245/358 kB | 204/252 kB | 4.1/575 kB
Progress (5): 344/457 kB | 217/329 kB | 245/358 kB | 204/252 kB | 4.1/575 kB
Progress (5): 344/457 kB | 217/329 kB | 245/358 kB | 208/252 kB | 4.1/575 kB
Progress (5): 344/457 kB | 221/329 kB | 245/358 kB | 208/252 kB | 4.1/575 kB
Progress (5): 344/457 kB | 221/329 kB | 245/358 kB | 208/252 kB | 7.7/575 kB
Progress (5): 344/457 kB | 221/329 kB | 249/358 kB | 208/252 kB | 7.7/575 kB
Progress (5): 344/457 kB | 221/329 kB | 249/358 kB | 208/252 kB | 12/575 kB 
Progress (5): 348/457 kB | 221/329 kB | 249/358 kB | 208/252 kB | 12/575 kB
Progress (5): 348/457 kB | 225/329 kB | 249/358 kB | 208/252 kB | 12/575 kB
Progress (5): 348/457 kB | 225/329 kB | 249/358 kB | 212/252 kB | 12/575 kB
Progress (5): 348/457 kB | 229/329 kB | 249/358 kB | 212/252 kB | 12/575 kB
Progress (5): 352/457 kB | 229/329 kB | 249/358 kB | 212/252 kB | 12/575 kB
Progress (5): 352/457 kB | 229/329 kB | 249/358 kB | 212/252 kB | 16/575 kB
Progress (5): 352/457 kB | 229/329 kB | 253/358 kB | 212/252 kB | 16/575 kB
Progress (5): 352/457 kB | 229/329 kB | 253/358 kB | 217/252 kB | 16/575 kB
Progress (5): 356/457 kB | 229/329 kB | 253/358 kB | 217/252 kB | 16/575 kB
Progress (5): 356/457 kB | 229/329 kB | 253/358 kB | 221/252 kB | 16/575 kB
Progress (5): 356/457 kB | 229/329 kB | 258/358 kB | 221/252 kB | 16/575 kB
Progress (5): 356/457 kB | 229/329 kB | 258/358 kB | 225/252 kB | 16/575 kB
Progress (5): 356/457 kB | 233/329 kB | 258/358 kB | 225/252 kB | 16/575 kB
Progress (5): 360/457 kB | 233/329 kB | 258/358 kB | 225/252 kB | 16/575 kB
Progress (5): 360/457 kB | 237/329 kB | 258/358 kB | 225/252 kB | 16/575 kB
Progress (5): 360/457 kB | 237/329 kB | 258/358 kB | 225/252 kB | 20/575 kB
Progress (5): 360/457 kB | 237/329 kB | 258/358 kB | 229/252 kB | 20/575 kB
Progress (5): 360/457 kB | 237/329 kB | 262/358 kB | 229/252 kB | 20/575 kB
Progress (5): 364/457 kB | 237/329 kB | 262/358 kB | 229/252 kB | 20/575 kB
Progress (5): 364/457 kB | 237/329 kB | 262/358 kB | 229/252 kB | 24/575 kB
Progress (5): 364/457 kB | 241/329 kB | 262/358 kB | 229/252 kB | 24/575 kB
Progress (5): 364/457 kB | 241/329 kB | 262/358 kB | 229/252 kB | 28/575 kB
Progress (5): 364/457 kB | 241/329 kB | 262/358 kB | 233/252 kB | 28/575 kB
Progress (5): 368/457 kB | 241/329 kB | 262/358 kB | 233/252 kB | 28/575 kB
Progress (5): 368/457 kB | 241/329 kB | 262/358 kB | 237/252 kB | 28/575 kB
Progress (5): 368/457 kB | 241/329 kB | 262/358 kB | 237/252 kB | 32/575 kB
Progress (5): 368/457 kB | 241/329 kB | 266/358 kB | 237/252 kB | 32/575 kB
Progress (5): 368/457 kB | 245/329 kB | 266/358 kB | 237/252 kB | 32/575 kB
Progress (5): 368/457 kB | 245/329 kB | 270/358 kB | 237/252 kB | 32/575 kB
Progress (5): 368/457 kB | 245/329 kB | 270/358 kB | 241/252 kB | 32/575 kB
Progress (5): 372/457 kB | 245/329 kB | 270/358 kB | 241/252 kB | 32/575 kB
Progress (5): 372/457 kB | 245/329 kB | 270/358 kB | 245/252 kB | 32/575 kB
Progress (5): 372/457 kB | 245/329 kB | 274/358 kB | 245/252 kB | 32/575 kB
Progress (5): 372/457 kB | 245/329 kB | 274/358 kB | 245/252 kB | 36/575 kB
Progress (5): 376/457 kB | 245/329 kB | 274/358 kB | 245/252 kB | 36/575 kB
Progress (5): 376/457 kB | 245/329 kB | 274/358 kB | 245/252 kB | 40/575 kB
Progress (5): 376/457 kB | 249/329 kB | 274/358 kB | 245/252 kB | 40/575 kB
Progress (5): 376/457 kB | 249/329 kB | 274/358 kB | 249/252 kB | 40/575 kB
Progress (5): 376/457 kB | 249/329 kB | 278/358 kB | 249/252 kB | 40/575 kB
Progress (5): 380/457 kB | 249/329 kB | 278/358 kB | 249/252 kB | 40/575 kB
Progress (5): 380/457 kB | 249/329 kB | 278/358 kB | 252 kB | 40/575 kB    
Progress (5): 380/457 kB | 253/329 kB | 278/358 kB | 252 kB | 40/575 kB
Progress (5): 380/457 kB | 253/329 kB | 278/358 kB | 252 kB | 45/575 kB
Progress (5): 380/457 kB | 253/329 kB | 282/358 kB | 252 kB | 45/575 kB
Progress (5): 380/457 kB | 258/329 kB | 282/358 kB | 252 kB | 45/575 kB
Progress (5): 384/457 kB | 258/329 kB | 282/358 kB | 252 kB | 45/575 kB
Progress (5): 384/457 kB | 262/329 kB | 282/358 kB | 252 kB | 45/575 kB
Progress (5): 384/457 kB | 262/329 kB | 286/358 kB | 252 kB | 45/575 kB
Progress (5): 384/457 kB | 262/329 kB | 286/358 kB | 252 kB | 49/575 kB
Progress (5): 384/457 kB | 262/329 kB | 290/358 kB | 252 kB | 49/575 kB
Progress (5): 389/457 kB | 262/329 kB | 290/358 kB | 252 kB | 49/575 kB
Progress (5): 389/457 kB | 262/329 kB | 294/358 kB | 252 kB | 49/575 kB
Progress (5): 393/457 kB | 262/329 kB | 294/358 kB | 252 kB | 49/575 kB
Progress (5): 393/457 kB | 262/329 kB | 294/358 kB | 252 kB | 53/575 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 309 kB/s)
18:09:25 Progress (4): 397/457 kB | 262/329 kB | 294/358 kB | 53/575 kB
Progress (4): 397/457 kB | 262/329 kB | 298/358 kB | 53/575 kB
Progress (4): 397/457 kB | 262/329 kB | 298/358 kB | 57/575 kB
Progress (4): 397/457 kB | 266/329 kB | 298/358 kB | 57/575 kB
Progress (4): 397/457 kB | 266/329 kB | 298/358 kB | 61/575 kB
Progress (4): 397/457 kB | 266/329 kB | 303/358 kB | 61/575 kB
Progress (4): 401/457 kB | 266/329 kB | 303/358 kB | 61/575 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar
18:09:25 Progress (4): 405/457 kB | 266/329 kB | 303/358 kB | 61/575 kB
Progress (4): 405/457 kB | 266/329 kB | 307/358 kB | 61/575 kB
Progress (4): 405/457 kB | 266/329 kB | 307/358 kB | 65/575 kB
Progress (4): 405/457 kB | 270/329 kB | 307/358 kB | 65/575 kB
Progress (4): 405/457 kB | 270/329 kB | 311/358 kB | 65/575 kB
Progress (4): 409/457 kB | 270/329 kB | 311/358 kB | 65/575 kB
Progress (4): 409/457 kB | 274/329 kB | 311/358 kB | 65/575 kB
Progress (4): 409/457 kB | 274/329 kB | 311/358 kB | 69/575 kB
Progress (4): 409/457 kB | 278/329 kB | 311/358 kB | 69/575 kB
Progress (4): 409/457 kB | 278/329 kB | 311/358 kB | 73/575 kB
Progress (4): 409/457 kB | 278/329 kB | 315/358 kB | 73/575 kB
Progress (4): 409/457 kB | 278/329 kB | 315/358 kB | 77/575 kB
Progress (4): 413/457 kB | 278/329 kB | 315/358 kB | 77/575 kB
Progress (4): 413/457 kB | 278/329 kB | 315/358 kB | 81/575 kB
Progress (4): 413/457 kB | 278/329 kB | 319/358 kB | 81/575 kB
Progress (4): 417/457 kB | 278/329 kB | 319/358 kB | 81/575 kB
Progress (4): 417/457 kB | 282/329 kB | 319/358 kB | 81/575 kB
Progress (4): 417/457 kB | 282/329 kB | 323/358 kB | 81/575 kB
Progress (4): 417/457 kB | 286/329 kB | 323/358 kB | 81/575 kB
Progress (4): 421/457 kB | 286/329 kB | 323/358 kB | 81/575 kB
Progress (4): 421/457 kB | 290/329 kB | 323/358 kB | 81/575 kB
Progress (4): 421/457 kB | 290/329 kB | 323/358 kB | 85/575 kB
Progress (4): 421/457 kB | 290/329 kB | 327/358 kB | 85/575 kB
Progress (4): 421/457 kB | 290/329 kB | 327/358 kB | 90/575 kB
Progress (4): 421/457 kB | 294/329 kB | 327/358 kB | 90/575 kB
Progress (4): 425/457 kB | 294/329 kB | 327/358 kB | 90/575 kB
Progress (4): 425/457 kB | 294/329 kB | 327/358 kB | 94/575 kB
Progress (4): 425/457 kB | 294/329 kB | 327/358 kB | 98/575 kB
Progress (4): 425/457 kB | 294/329 kB | 331/358 kB | 98/575 kB
Progress (4): 425/457 kB | 294/329 kB | 335/358 kB | 98/575 kB
Progress (4): 425/457 kB | 294/329 kB | 339/358 kB | 98/575 kB
Progress (4): 430/457 kB | 294/329 kB | 339/358 kB | 98/575 kB
Progress (4): 430/457 kB | 294/329 kB | 339/358 kB | 102/575 kB
Progress (4): 430/457 kB | 298/329 kB | 339/358 kB | 102/575 kB
Progress (4): 430/457 kB | 298/329 kB | 344/358 kB | 102/575 kB
Progress (4): 430/457 kB | 303/329 kB | 344/358 kB | 102/575 kB
Progress (4): 430/457 kB | 303/329 kB | 344/358 kB | 106/575 kB
Progress (4): 434/457 kB | 303/329 kB | 344/358 kB | 106/575 kB
Progress (4): 434/457 kB | 303/329 kB | 344/358 kB | 110/575 kB
Progress (4): 434/457 kB | 307/329 kB | 344/358 kB | 110/575 kB
Progress (4): 434/457 kB | 307/329 kB | 344/358 kB | 114/575 kB
Progress (4): 434/457 kB | 307/329 kB | 348/358 kB | 114/575 kB
Progress (4): 438/457 kB | 307/329 kB | 348/358 kB | 114/575 kB
Progress (4): 438/457 kB | 307/329 kB | 352/358 kB | 114/575 kB
Progress (4): 438/457 kB | 311/329 kB | 352/358 kB | 114/575 kB
Progress (4): 438/457 kB | 311/329 kB | 356/358 kB | 114/575 kB
Progress (4): 442/457 kB | 311/329 kB | 356/358 kB | 114/575 kB
Progress (4): 442/457 kB | 311/329 kB | 358 kB | 114/575 kB    
Progress (4): 446/457 kB | 311/329 kB | 358 kB | 114/575 kB
Progress (4): 450/457 kB | 311/329 kB | 358 kB | 114/575 kB
Progress (5): 450/457 kB | 311/329 kB | 358 kB | 114/575 kB | 4.1/45 kB
Progress (5): 450/457 kB | 311/329 kB | 358 kB | 114/575 kB | 7.7/45 kB
Progress (5): 450/457 kB | 311/329 kB | 358 kB | 114/575 kB | 12/45 kB 
Progress (5): 450/457 kB | 311/329 kB | 358 kB | 114/575 kB | 16/45 kB
Progress (5): 450/457 kB | 315/329 kB | 358 kB | 114/575 kB | 16/45 kB
Progress (5): 450/457 kB | 315/329 kB | 358 kB | 118/575 kB | 16/45 kB
Progress (5): 454/457 kB | 315/329 kB | 358 kB | 118/575 kB | 16/45 kB
Progress (5): 454/457 kB | 315/329 kB | 358 kB | 118/575 kB | 20/45 kB
Progress (5): 454/457 kB | 315/329 kB | 358 kB | 122/575 kB | 20/45 kB
Progress (5): 454/457 kB | 319/329 kB | 358 kB | 122/575 kB | 20/45 kB
Progress (5): 454/457 kB | 319/329 kB | 358 kB | 126/575 kB | 20/45 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 402 kB/s)
18:09:25 Progress (4): 454/457 kB | 319/329 kB | 126/575 kB | 24/45 kB
Progress (4): 457 kB | 319/329 kB | 126/575 kB | 24/45 kB    
Progress (4): 457 kB | 319/329 kB | 126/575 kB | 28/45 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar
18:09:25 Progress (4): 457 kB | 319/329 kB | 131/575 kB | 28/45 kB
Progress (4): 457 kB | 323/329 kB | 131/575 kB | 28/45 kB
Progress (4): 457 kB | 323/329 kB | 131/575 kB | 32/45 kB
Progress (4): 457 kB | 323/329 kB | 135/575 kB | 32/45 kB
Progress (4): 457 kB | 327/329 kB | 135/575 kB | 32/45 kB
Progress (4): 457 kB | 327/329 kB | 139/575 kB | 32/45 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 511 kB/s)
18:09:25 Progress (3): 327/329 kB | 139/575 kB | 36/45 kB
Progress (3): 327/329 kB | 143/575 kB | 36/45 kB
Progress (3): 329 kB | 143/575 kB | 36/45 kB    
Progress (3): 329 kB | 147/575 kB | 36/45 kB
Progress (3): 329 kB | 147/575 kB | 40/45 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.jar
18:09:25 Progress (3): 329 kB | 147/575 kB | 45/45 kB
Progress (3): 329 kB | 147/575 kB | 45 kB   
Progress (3): 329 kB | 151/575 kB | 45 kB
Progress (3): 329 kB | 155/575 kB | 45 kB
Progress (3): 329 kB | 159/575 kB | 45 kB
Progress (3): 329 kB | 163/575 kB | 45 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 367 kB/s)
18:09:25 Progress (2): 167/575 kB | 45 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.jar
18:09:25 Progress (2): 171/575 kB | 45 kB
Progress (2): 176/575 kB | 45 kB
Progress (2): 180/575 kB | 45 kB
Progress (2): 184/575 kB | 45 kB
Progress (2): 188/575 kB | 45 kB
Progress (2): 192/575 kB | 45 kB
Progress (2): 196/575 kB | 45 kB
Progress (2): 200/575 kB | 45 kB
Progress (2): 204/575 kB | 45 kB
Progress (2): 208/575 kB | 45 kB
Progress (2): 212/575 kB | 45 kB
Progress (2): 217/575 kB | 45 kB
Progress (2): 221/575 kB | 45 kB
Progress (2): 225/575 kB | 45 kB
Progress (2): 229/575 kB | 45 kB
Progress (2): 233/575 kB | 45 kB
Progress (2): 237/575 kB | 45 kB
Progress (2): 241/575 kB | 45 kB
Progress (2): 245/575 kB | 45 kB
Progress (2): 249/575 kB | 45 kB
Progress (2): 253/575 kB | 45 kB
Progress (2): 258/575 kB | 45 kB
Progress (2): 262/575 kB | 45 kB
Progress (2): 266/575 kB | 45 kB
Progress (2): 270/575 kB | 45 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar (45 kB at 49 kB/s)
18:09:25 Progress (1): 274/575 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar
18:09:25 Progress (1): 278/575 kB
Progress (1): 282/575 kB
Progress (1): 286/575 kB
Progress (1): 290/575 kB
Progress (1): 294/575 kB
Progress (1): 298/575 kB
Progress (1): 303/575 kB
Progress (1): 307/575 kB
Progress (1): 311/575 kB
Progress (1): 315/575 kB
Progress (1): 319/575 kB
Progress (1): 323/575 kB
Progress (1): 327/575 kB
Progress (1): 331/575 kB
Progress (1): 335/575 kB
Progress (1): 339/575 kB
Progress (1): 344/575 kB
Progress (1): 348/575 kB
Progress (1): 352/575 kB
Progress (1): 356/575 kB
Progress (1): 360/575 kB
Progress (1): 364/575 kB
Progress (1): 368/575 kB
Progress (1): 372/575 kB
Progress (1): 376/575 kB
Progress (1): 380/575 kB
Progress (1): 384/575 kB
Progress (1): 389/575 kB
Progress (1): 393/575 kB
Progress (1): 397/575 kB
Progress (1): 401/575 kB
Progress (1): 405/575 kB
Progress (1): 409/575 kB
Progress (1): 413/575 kB
Progress (1): 417/575 kB
Progress (1): 421/575 kB
Progress (1): 425/575 kB
Progress (1): 430/575 kB
Progress (1): 434/575 kB
Progress (1): 438/575 kB
Progress (1): 442/575 kB
Progress (1): 446/575 kB
Progress (1): 450/575 kB
Progress (1): 454/575 kB
Progress (1): 458/575 kB
Progress (1): 462/575 kB
Progress (1): 466/575 kB
Progress (1): 471/575 kB
Progress (1): 475/575 kB
Progress (1): 479/575 kB
Progress (1): 483/575 kB
Progress (1): 487/575 kB
Progress (1): 491/575 kB
Progress (1): 495/575 kB
Progress (1): 499/575 kB
Progress (1): 503/575 kB
Progress (1): 507/575 kB
Progress (1): 511/575 kB
Progress (1): 516/575 kB
Progress (1): 520/575 kB
Progress (1): 524/575 kB
Progress (1): 528/575 kB
Progress (1): 532/575 kB
Progress (1): 536/575 kB
Progress (1): 540/575 kB
Progress (1): 544/575 kB
Progress (1): 548/575 kB
Progress (1): 552/575 kB
Progress (1): 557/575 kB
Progress (1): 561/575 kB
Progress (1): 565/575 kB
Progress (1): 569/575 kB
Progress (1): 573/575 kB
Progress (1): 575 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 625 kB/s)
18:09:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.jar
18:09:25 Progress (1): 4.1/59 kB
Progress (1): 7.7/59 kB
Progress (1): 12/59 kB 
Progress (1): 16/59 kB
Progress (1): 20/59 kB
Progress (1): 24/59 kB
Progress (1): 28/59 kB
Progress (1): 32/59 kB
Progress (1): 36/59 kB
Progress (2): 36/59 kB | 4.1/53 kB
Progress (2): 40/59 kB | 4.1/53 kB
Progress (2): 40/59 kB | 7.7/53 kB
Progress (2): 45/59 kB | 7.7/53 kB
Progress (2): 45/59 kB | 12/53 kB 
Progress (2): 49/59 kB | 12/53 kB
Progress (2): 49/59 kB | 16/53 kB
Progress (2): 53/59 kB | 16/53 kB
Progress (2): 53/59 kB | 20/53 kB
Progress (2): 57/59 kB | 20/53 kB
Progress (2): 57/59 kB | 24/53 kB
Progress (2): 59 kB | 24/53 kB   
Progress (2): 59 kB | 28/53 kB
Progress (2): 59 kB | 32/53 kB
Progress (2): 59 kB | 36/53 kB
Progress (2): 59 kB | 40/53 kB
Progress (2): 59 kB | 45/53 kB
Progress (2): 59 kB | 49/53 kB
Progress (2): 59 kB | 53/53 kB
Progress (2): 59 kB | 53 kB   
Progress (3): 59 kB | 53 kB | 4.1/164 kB
Progress (3): 59 kB | 53 kB | 7.7/164 kB
Progress (3): 59 kB | 53 kB | 12/164 kB 
Progress (3): 59 kB | 53 kB | 16/164 kB
Progress (3): 59 kB | 53 kB | 20/164 kB
Progress (3): 59 kB | 53 kB | 24/164 kB
Progress (3): 59 kB | 53 kB | 28/164 kB
Progress (3): 59 kB | 53 kB | 32/164 kB
Progress (3): 59 kB | 53 kB | 36/164 kB
Progress (3): 59 kB | 53 kB | 40/164 kB
Progress (3): 59 kB | 53 kB | 45/164 kB
Progress (3): 59 kB | 53 kB | 49/164 kB
Progress (3): 59 kB | 53 kB | 53/164 kB
Progress (3): 59 kB | 53 kB | 57/164 kB
Progress (3): 59 kB | 53 kB | 61/164 kB
Progress (3): 59 kB | 53 kB | 65/164 kB
Progress (3): 59 kB | 53 kB | 69/164 kB
Progress (3): 59 kB | 53 kB | 73/164 kB
Progress (3): 59 kB | 53 kB | 77/164 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.jar (59 kB at 63 kB/s)
18:09:25 Progress (2): 53 kB | 81/164 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
18:09:25 Progress (2): 53 kB | 85/164 kB
Progress (2): 53 kB | 90/164 kB
Progress (2): 53 kB | 94/164 kB
Progress (2): 53 kB | 98/164 kB
Progress (2): 53 kB | 102/164 kB
Progress (2): 53 kB | 106/164 kB
Progress (2): 53 kB | 110/164 kB
Progress (2): 53 kB | 114/164 kB
Progress (3): 53 kB | 114/164 kB | 4.1/7.9 kB
Progress (3): 53 kB | 114/164 kB | 7.7/7.9 kB
Progress (3): 53 kB | 118/164 kB | 7.7/7.9 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar (53 kB at 57 kB/s)
18:09:25 Progress (2): 118/164 kB | 7.9 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar
18:09:25 Progress (2): 122/164 kB | 7.9 kB
Progress (2): 126/164 kB | 7.9 kB
Progress (2): 131/164 kB | 7.9 kB
Progress (2): 135/164 kB | 7.9 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (7.9 kB at 8.4 kB/s)
18:09:25 Progress (1): 139/164 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar
18:09:25 Progress (1): 143/164 kB
Progress (1): 147/164 kB
Progress (1): 151/164 kB
Progress (1): 155/164 kB
Progress (1): 159/164 kB
Progress (1): 163/164 kB
Progress (1): 164 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.jar (164 kB at 173 kB/s)
18:09:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.jar
18:09:25 Progress (1): 4.1/256 kB
Progress (1): 7.7/256 kB
Progress (1): 12/256 kB 
Progress (1): 16/256 kB
Progress (1): 20/256 kB
Progress (1): 24/256 kB
Progress (1): 28/256 kB
Progress (1): 32/256 kB
Progress (1): 36/256 kB
Progress (1): 40/256 kB
Progress (1): 45/256 kB
Progress (1): 49/256 kB
Progress (1): 53/256 kB
Progress (1): 57/256 kB
Progress (1): 61/256 kB
Progress (1): 65/256 kB
Progress (1): 69/256 kB
Progress (1): 73/256 kB
Progress (1): 77/256 kB
Progress (1): 81/256 kB
Progress (1): 85/256 kB
Progress (1): 90/256 kB
Progress (1): 94/256 kB
Progress (1): 98/256 kB
Progress (1): 102/256 kB
Progress (1): 106/256 kB
Progress (1): 110/256 kB
Progress (1): 114/256 kB
Progress (1): 118/256 kB
Progress (1): 122/256 kB
Progress (1): 126/256 kB
Progress (1): 131/256 kB
Progress (1): 135/256 kB
Progress (1): 139/256 kB
Progress (1): 143/256 kB
Progress (1): 147/256 kB
Progress (1): 151/256 kB
Progress (1): 155/256 kB
Progress (1): 159/256 kB
Progress (1): 163/256 kB
Progress (1): 167/256 kB
Progress (1): 171/256 kB
Progress (1): 176/256 kB
Progress (1): 180/256 kB
Progress (1): 184/256 kB
Progress (1): 188/256 kB
Progress (1): 192/256 kB
Progress (1): 196/256 kB
Progress (1): 200/256 kB
Progress (1): 204/256 kB
Progress (1): 208/256 kB
Progress (1): 212/256 kB
Progress (1): 217/256 kB
Progress (1): 221/256 kB
Progress (1): 225/256 kB
Progress (1): 229/256 kB
Progress (1): 233/256 kB
Progress (1): 237/256 kB
Progress (1): 241/256 kB
Progress (1): 245/256 kB
Progress (1): 249/256 kB
Progress (1): 253/256 kB
Progress (1): 256 kB    
Progress (2): 256 kB | 4.1/95 kB
Progress (2): 256 kB | 7.7/95 kB
Progress (2): 256 kB | 12/95 kB 
Progress (2): 256 kB | 16/95 kB
Progress (3): 256 kB | 16/95 kB | 4.1/134 kB
Progress (3): 256 kB | 20/95 kB | 4.1/134 kB
Progress (3): 256 kB | 20/95 kB | 7.7/134 kB
Progress (3): 256 kB | 24/95 kB | 7.7/134 kB
Progress (3): 256 kB | 24/95 kB | 12/134 kB 
Progress (3): 256 kB | 28/95 kB | 12/134 kB
Progress (3): 256 kB | 28/95 kB | 16/134 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar (256 kB at 258 kB/s)
18:09:25 Progress (2): 32/95 kB | 16/134 kB
                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.5/commons-lang-2.5.jar
18:09:25 Progress (2): 32/95 kB | 20/134 kB
Progress (2): 32/95 kB | 24/134 kB
Progress (2): 32/95 kB | 28/134 kB
Progress (2): 36/95 kB | 28/134 kB
Progress (2): 36/95 kB | 32/134 kB
Progress (2): 40/95 kB | 32/134 kB
Progress (2): 45/95 kB | 32/134 kB
Progress (2): 49/95 kB | 32/134 kB
Progress (2): 49/95 kB | 36/134 kB
Progress (2): 49/95 kB | 40/134 kB
Progress (2): 49/95 kB | 45/134 kB
Progress (2): 53/95 kB | 45/134 kB
Progress (2): 53/95 kB | 49/134 kB
Progress (2): 57/95 kB | 49/134 kB
Progress (2): 61/95 kB | 49/134 kB
Progress (2): 65/95 kB | 49/134 kB
Progress (2): 69/95 kB | 49/134 kB
Progress (2): 73/95 kB | 49/134 kB
Progress (2): 77/95 kB | 49/134 kB
Progress (2): 81/95 kB | 49/134 kB
Progress (2): 81/95 kB | 53/134 kB
Progress (3): 81/95 kB | 53/134 kB | 4.1/539 kB
Progress (3): 85/95 kB | 53/134 kB | 4.1/539 kB
Progress (3): 85/95 kB | 53/134 kB | 7.7/539 kB
Progress (3): 85/95 kB | 57/134 kB | 7.7/539 kB
Progress (3): 85/95 kB | 57/134 kB | 12/539 kB 
Progress (3): 90/95 kB | 57/134 kB | 12/539 kB
Progress (3): 90/95 kB | 57/134 kB | 16/539 kB
Progress (3): 90/95 kB | 61/134 kB | 16/539 kB
Progress (3): 94/95 kB | 61/134 kB | 16/539 kB
Progress (3): 94/95 kB | 65/134 kB | 16/539 kB
Progress (3): 95 kB | 65/134 kB | 16/539 kB   
Progress (3): 95 kB | 65/134 kB | 20/539 kB
Progress (3): 95 kB | 65/134 kB | 24/539 kB
Progress (3): 95 kB | 65/134 kB | 28/539 kB
Progress (3): 95 kB | 69/134 kB | 28/539 kB
Progress (3): 95 kB | 69/134 kB | 32/539 kB
Progress (3): 95 kB | 73/134 kB | 32/539 kB
Progress (3): 95 kB | 77/134 kB | 32/539 kB
Progress (3): 95 kB | 81/134 kB | 32/539 kB
Progress (3): 95 kB | 81/134 kB | 36/539 kB
Progress (3): 95 kB | 81/134 kB | 40/539 kB
Progress (3): 95 kB | 81/134 kB | 45/539 kB
Progress (3): 95 kB | 85/134 kB | 45/539 kB
Progress (3): 95 kB | 85/134 kB | 49/539 kB
Progress (3): 95 kB | 90/134 kB | 49/539 kB
Progress (3): 95 kB | 94/134 kB | 49/539 kB
Progress (3): 95 kB | 98/134 kB | 49/539 kB
Progress (3): 95 kB | 98/134 kB | 53/539 kB
Progress (3): 95 kB | 98/134 kB | 57/539 kB
Progress (3): 95 kB | 98/134 kB | 61/539 kB
Progress (3): 95 kB | 102/134 kB | 61/539 kB
Progress (3): 95 kB | 102/134 kB | 65/539 kB
Progress (3): 95 kB | 106/134 kB | 65/539 kB
Progress (3): 95 kB | 110/134 kB | 65/539 kB
Progress (3): 95 kB | 114/134 kB | 65/539 kB
Progress (3): 95 kB | 114/134 kB | 69/539 kB
Progress (3): 95 kB | 114/134 kB | 73/539 kB
Progress (3): 95 kB | 114/134 kB | 77/539 kB
Progress (3): 95 kB | 118/134 kB | 77/539 kB
Progress (3): 95 kB | 118/134 kB | 81/539 kB
Progress (3): 95 kB | 122/134 kB | 81/539 kB
Progress (3): 95 kB | 126/134 kB | 81/539 kB
Progress (3): 95 kB | 131/134 kB | 81/539 kB
Progress (3): 95 kB | 134 kB | 81/539 kB    
Progress (3): 95 kB | 134 kB | 85/539 kB
Progress (3): 95 kB | 134 kB | 90/539 kB
Progress (3): 95 kB | 134 kB | 94/539 kB
Progress (3): 95 kB | 134 kB | 98/539 kB
Progress (3): 95 kB | 134 kB | 102/539 kB
Progress (3): 95 kB | 134 kB | 106/539 kB
Progress (3): 95 kB | 134 kB | 110/539 kB
Progress (3): 95 kB | 134 kB | 114/539 kB
Progress (3): 95 kB | 134 kB | 118/539 kB
Progress (3): 95 kB | 134 kB | 122/539 kB
Progress (3): 95 kB | 134 kB | 126/539 kB
Progress (3): 95 kB | 134 kB | 131/539 kB
Progress (3): 95 kB | 134 kB | 135/539 kB
Progress (4): 95 kB | 134 kB | 135/539 kB | 4.1/177 kB
Progress (4): 95 kB | 134 kB | 139/539 kB | 4.1/177 kB
Progress (4): 95 kB | 134 kB | 139/539 kB | 7.7/177 kB
Progress (4): 95 kB | 134 kB | 143/539 kB | 7.7/177 kB
Progress (4): 95 kB | 134 kB | 143/539 kB | 12/177 kB 
Progress (4): 95 kB | 134 kB | 147/539 kB | 12/177 kB
Progress (4): 95 kB | 134 kB | 147/539 kB | 16/177 kB
Progress (4): 95 kB | 134 kB | 151/539 kB | 16/177 kB
Progress (4): 95 kB | 134 kB | 151/539 kB | 20/177 kB
Progress (4): 95 kB | 134 kB | 155/539 kB | 20/177 kB
Progress (4): 95 kB | 134 kB | 155/539 kB | 24/177 kB
Progress (4): 95 kB | 134 kB | 159/539 kB | 24/177 kB
Progress (4): 95 kB | 134 kB | 159/539 kB | 28/177 kB
Progress (4): 95 kB | 134 kB | 163/539 kB | 28/177 kB
Progress (4): 95 kB | 134 kB | 163/539 kB | 32/177 kB
Progress (4): 95 kB | 134 kB | 167/539 kB | 32/177 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.jar (95 kB at 94 kB/s)
18:09:25 Progress (3): 134 kB | 167/539 kB | 36/177 kB
Progress (3): 134 kB | 171/539 kB | 36/177 kB
Progress (3): 134 kB | 171/539 kB | 40/177 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar
18:09:25 Progress (3): 134 kB | 171/539 kB | 45/177 kB
Progress (3): 134 kB | 176/539 kB | 45/177 kB
Progress (3): 134 kB | 176/539 kB | 49/177 kB
Progress (3): 134 kB | 180/539 kB | 49/177 kB
Progress (3): 134 kB | 184/539 kB | 49/177 kB
Progress (3): 134 kB | 184/539 kB | 53/177 kB
Progress (3): 134 kB | 188/539 kB | 53/177 kB
Progress (3): 134 kB | 188/539 kB | 57/177 kB
Progress (3): 134 kB | 192/539 kB | 57/177 kB
Progress (3): 134 kB | 192/539 kB | 61/177 kB
Progress (3): 134 kB | 196/539 kB | 61/177 kB
Progress (3): 134 kB | 196/539 kB | 65/177 kB
Progress (4): 134 kB | 196/539 kB | 65/177 kB | 4.1/109 kB
Progress (4): 134 kB | 200/539 kB | 65/177 kB | 4.1/109 kB
Progress (4): 134 kB | 200/539 kB | 65/177 kB | 7.7/109 kB
Progress (4): 134 kB | 204/539 kB | 65/177 kB | 7.7/109 kB
Progress (4): 134 kB | 204/539 kB | 65/177 kB | 12/109 kB 
Progress (4): 134 kB | 204/539 kB | 69/177 kB | 12/109 kB
Progress (4): 134 kB | 204/539 kB | 69/177 kB | 16/109 kB
Progress (4): 134 kB | 208/539 kB | 69/177 kB | 16/109 kB
Progress (4): 134 kB | 208/539 kB | 73/177 kB | 16/109 kB
Progress (4): 134 kB | 212/539 kB | 73/177 kB | 16/109 kB
Progress (4): 134 kB | 212/539 kB | 77/177 kB | 16/109 kB
Progress (4): 134 kB | 212/539 kB | 81/177 kB | 16/109 kB
Progress (4): 134 kB | 212/539 kB | 81/177 kB | 20/109 kB
Progress (4): 134 kB | 212/539 kB | 81/177 kB | 24/109 kB
Progress (4): 134 kB | 217/539 kB | 81/177 kB | 24/109 kB
Progress (4): 134 kB | 217/539 kB | 81/177 kB | 28/109 kB
Progress (4): 134 kB | 221/539 kB | 81/177 kB | 28/109 kB
Progress (4): 134 kB | 221/539 kB | 85/177 kB | 28/109 kB
Progress (4): 134 kB | 221/539 kB | 85/177 kB | 32/109 kB
Progress (4): 134 kB | 221/539 kB | 90/177 kB | 32/109 kB
Progress (4): 134 kB | 225/539 kB | 90/177 kB | 32/109 kB
Progress (4): 134 kB | 225/539 kB | 94/177 kB | 32/109 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar (134 kB at 133 kB/s)
18:09:25 Progress (3): 225/539 kB | 94/177 kB | 36/109 kB
Progress (3): 225/539 kB | 98/177 kB | 36/109 kB
Progress (3): 229/539 kB | 98/177 kB | 36/109 kB
Progress (3): 229/539 kB | 98/177 kB | 40/109 kB
Progress (3): 229/539 kB | 98/177 kB | 45/109 kB
Progress (3): 229/539 kB | 98/177 kB | 49/109 kB
Progress (3): 229/539 kB | 102/177 kB | 49/109 kB
Progress (3): 233/539 kB | 102/177 kB | 49/109 kB
Progress (3): 233/539 kB | 106/177 kB | 49/109 kB
Progress (3): 237/539 kB | 106/177 kB | 49/109 kB
Progress (3): 237/539 kB | 110/177 kB | 49/109 kB
Progress (3): 241/539 kB | 110/177 kB | 49/109 kB
Progress (3): 241/539 kB | 114/177 kB | 49/109 kB
Progress (3): 241/539 kB | 114/177 kB | 53/109 kB
Progress (3): 245/539 kB | 114/177 kB | 53/109 kB
Progress (3): 245/539 kB | 114/177 kB | 57/109 kB
Progress (3): 245/539 kB | 114/177 kB | 61/109 kB
Progress (3): 245/539 kB | 114/177 kB | 65/109 kB
Progress (3): 245/539 kB | 118/177 kB | 65/109 kB
Progress (3): 245/539 kB | 122/177 kB | 65/109 kB
Progress (3): 249/539 kB | 122/177 kB | 65/109 kB
Progress (3): 249/539 kB | 126/177 kB | 65/109 kB
Progress (3): 253/539 kB | 126/177 kB | 65/109 kB
Progress (3): 253/539 kB | 131/177 kB | 65/109 kB
Progress (3): 258/539 kB | 131/177 kB | 65/109 kB
Progress (3): 258/539 kB | 131/177 kB | 69/109 kB
Progress (3): 262/539 kB | 131/177 kB | 69/109 kB
Progress (3): 262/539 kB | 131/177 kB | 73/109 kB
Progress (3): 262/539 kB | 131/177 kB | 77/109 kB
Progress (3): 262/539 kB | 135/177 kB | 77/109 kB
Progress (3): 262/539 kB | 135/177 kB | 81/109 kB
Progress (3): 262/539 kB | 139/177 kB | 81/109 kB
Progress (3): 266/539 kB | 139/177 kB | 81/109 kB
Progress (3): 266/539 kB | 143/177 kB | 81/109 kB
Progress (3): 270/539 kB | 143/177 kB | 81/109 kB
Progress (3): 270/539 kB | 147/177 kB | 81/109 kB
Progress (3): 274/539 kB | 147/177 kB | 81/109 kB
Progress (3): 274/539 kB | 147/177 kB | 85/109 kB
Progress (3): 278/539 kB | 147/177 kB | 85/109 kB
Progress (3): 278/539 kB | 147/177 kB | 90/109 kB
Progress (3): 278/539 kB | 147/177 kB | 94/109 kB
Progress (3): 278/539 kB | 151/177 kB | 94/109 kB
Progress (3): 278/539 kB | 151/177 kB | 98/109 kB
Progress (3): 278/539 kB | 155/177 kB | 98/109 kB
Progress (3): 282/539 kB | 155/177 kB | 98/109 kB
Progress (3): 282/539 kB | 159/177 kB | 98/109 kB
Progress (3): 286/539 kB | 159/177 kB | 98/109 kB
Progress (3): 286/539 kB | 163/177 kB | 98/109 kB
Progress (3): 290/539 kB | 163/177 kB | 98/109 kB
Progress (3): 290/539 kB | 163/177 kB | 102/109 kB
Progress (3): 294/539 kB | 163/177 kB | 102/109 kB
Progress (3): 294/539 kB | 163/177 kB | 106/109 kB
Progress (3): 294/539 kB | 163/177 kB | 109 kB    
Progress (3): 294/539 kB | 167/177 kB | 109 kB
Progress (3): 294/539 kB | 171/177 kB | 109 kB
Progress (3): 294/539 kB | 176/177 kB | 109 kB
Progress (3): 298/539 kB | 176/177 kB | 109 kB
Progress (3): 298/539 kB | 177 kB | 109 kB    
Progress (3): 303/539 kB | 177 kB | 109 kB
Progress (3): 307/539 kB | 177 kB | 109 kB
Progress (3): 311/539 kB | 177 kB | 109 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 107 kB/s)
18:09:25 Progress (2): 315/539 kB | 177 kB
Progress (2): 319/539 kB | 177 kB
Progress (2): 323/539 kB | 177 kB
Progress (2): 327/539 kB | 177 kB
Progress (2): 331/539 kB | 177 kB
Progress (2): 335/539 kB | 177 kB
Progress (2): 339/539 kB | 177 kB
Progress (2): 344/539 kB | 177 kB
Progress (2): 348/539 kB | 177 kB
Progress (2): 352/539 kB | 177 kB
Progress (2): 356/539 kB | 177 kB
Progress (2): 360/539 kB | 177 kB
Progress (2): 364/539 kB | 177 kB
Progress (2): 368/539 kB | 177 kB
Progress (2): 372/539 kB | 177 kB
Progress (2): 376/539 kB | 177 kB
Progress (2): 380/539 kB | 177 kB
Progress (2): 384/539 kB | 177 kB
Progress (2): 389/539 kB | 177 kB
Progress (2): 393/539 kB | 177 kB
Progress (2): 397/539 kB | 177 kB
Progress (2): 401/539 kB | 177 kB
Progress (2): 405/539 kB | 177 kB
Progress (2): 409/539 kB | 177 kB
Progress (2): 413/539 kB | 177 kB
Progress (2): 417/539 kB | 177 kB
Progress (2): 421/539 kB | 177 kB
Progress (2): 425/539 kB | 177 kB
Progress (2): 430/539 kB | 177 kB
Progress (2): 434/539 kB | 177 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.jar (177 kB at 173 kB/s)
18:09:25 Progress (1): 438/539 kB
Progress (1): 442/539 kB
Progress (1): 446/539 kB
Progress (1): 450/539 kB
Progress (1): 454/539 kB
Progress (1): 458/539 kB
Progress (1): 462/539 kB
Progress (1): 466/539 kB
Progress (1): 471/539 kB
Progress (1): 475/539 kB
Progress (1): 479/539 kB
Progress (1): 483/539 kB
Progress (1): 487/539 kB
Progress (1): 491/539 kB
Progress (1): 495/539 kB
Progress (1): 499/539 kB
Progress (1): 503/539 kB
Progress (1): 507/539 kB
Progress (1): 511/539 kB
Progress (1): 516/539 kB
Progress (1): 520/539 kB
Progress (1): 524/539 kB
Progress (1): 528/539 kB
Progress (1): 532/539 kB
Progress (1): 536/539 kB
Progress (1): 539 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar (539 kB at 519 kB/s)
18:09:25 Progress (1): 4.1/279 kB
Progress (1): 7.7/279 kB
Progress (1): 12/279 kB 
Progress (1): 16/279 kB
Progress (1): 20/279 kB
Progress (1): 24/279 kB
Progress (1): 28/279 kB
Progress (1): 32/279 kB
Progress (1): 36/279 kB
Progress (1): 40/279 kB
Progress (1): 45/279 kB
Progress (1): 49/279 kB
Progress (1): 53/279 kB
Progress (1): 57/279 kB
Progress (1): 61/279 kB
Progress (1): 65/279 kB
Progress (1): 69/279 kB
Progress (1): 73/279 kB
Progress (1): 77/279 kB
Progress (1): 81/279 kB
Progress (1): 85/279 kB
Progress (1): 90/279 kB
Progress (1): 94/279 kB
Progress (1): 98/279 kB
Progress (1): 102/279 kB
Progress (1): 106/279 kB
Progress (1): 110/279 kB
Progress (1): 114/279 kB
Progress (1): 118/279 kB
Progress (1): 122/279 kB
Progress (1): 126/279 kB
Progress (1): 131/279 kB
Progress (1): 135/279 kB
Progress (1): 139/279 kB
Progress (1): 143/279 kB
Progress (1): 147/279 kB
Progress (1): 151/279 kB
Progress (1): 155/279 kB
Progress (1): 159/279 kB
Progress (1): 163/279 kB
Progress (1): 167/279 kB
Progress (1): 171/279 kB
Progress (1): 176/279 kB
Progress (1): 180/279 kB
Progress (1): 184/279 kB
Progress (1): 188/279 kB
Progress (1): 192/279 kB
Progress (1): 196/279 kB
Progress (1): 200/279 kB
Progress (1): 204/279 kB
Progress (1): 208/279 kB
Progress (1): 212/279 kB
Progress (1): 217/279 kB
Progress (1): 221/279 kB
Progress (1): 225/279 kB
Progress (1): 229/279 kB
Progress (1): 233/279 kB
Progress (1): 237/279 kB
Progress (1): 241/279 kB
Progress (1): 245/279 kB
Progress (1): 249/279 kB
Progress (1): 253/279 kB
Progress (1): 258/279 kB
Progress (1): 262/279 kB
Progress (1): 266/279 kB
Progress (1): 270/279 kB
Progress (1): 274/279 kB
Progress (1): 278/279 kB
Progress (1): 279 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.5/commons-lang-2.5.jar (279 kB at 253 kB/s)
18:09:25 [INFO] 
18:09:25 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt ---
18:09:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
18:09:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
18:09:25 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
18:09:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
18:09:27 Progress (1): 4.1 kB
Progress (1): 4.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom (4.3 kB at 240 kB/s)
18:09:27 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
18:09:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
18:09:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
18:09:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
18:09:27 Progress (1): 4.1 kB
Progress (1): 5.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5.0 kB at 295 kB/s)
18:09:27 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
18:09:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
18:09:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
18:09:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
18:09:27 Progress (1): 4.1 kB
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom (4.1 kB at 121 kB/s)
18:09:27 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
18:09:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
18:09:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
18:09:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
18:09:28 Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 166 kB/s)
18:09:28 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
18:09:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
18:09:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
18:09:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
18:09:28 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom (2.7 kB at 76 kB/s)
18:09:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
18:09:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
18:09:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
18:09:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
18:09:29 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 260 kB/s)
18:09:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
18:09:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom
18:09:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-parent/34/commons-parent-34.pom
18:09:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
18:09:29 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): 41 kB
Progress (1): 45 kB
Progress (1): 49 kB
Progress (1): 53 kB
Progress (1): 56 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.1 MB/s)
18:09:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
18:09:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
18:09:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
18:09:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
18:09:29 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 36 kB/s)
18:09:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom
18:09:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom
18:09:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom
18:09:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom
18:09:30 Progress (1): 4.1 kB
Progress (1): 4.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom (4.4 kB at 162 kB/s)
18:09:30 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom
18:09:30 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom
18:09:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom
18:09:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom
18:09:30 Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom (3.7 kB at 149 kB/s)
18:09:30 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.2/commons-io-2.2.pom
18:09:30 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom
18:09:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-io/commons-io/2.2/commons-io-2.2.pom
18:09:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom
18:09:30 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 141 kB/s)
18:09:30 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/24/commons-parent-24.pom
18:09:30 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom
18:09:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-parent/24/commons-parent-24.pom
18:09:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
18:09:31 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): 41 kB
Progress (1): 45 kB
Progress (1): 47 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 801 kB/s)
18:09:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
18:09:31 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
18:09:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar
18:09:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
18:09:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar
18:09:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.2/commons-io-2.2.jar
18:09:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
18:09:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
18:09:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar
18:09:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar
18:09:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar
18:09:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
18:09:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-io/commons-io/2.2/commons-io-2.2.jar
18:09:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
18:09:31 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
18:09:31 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar
18:09:31 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
18:09:31 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar
18:09:31 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar
18:09:31 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-io/commons-io/2.2/commons-io-2.2.jar
18:09:31 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
18:09:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
18:09:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar
18:09:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
18:09:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar
18:09:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar
18:09:32 Progress (1): 4.1/243 kB
Progress (1): 7.7/243 kB
Progress (1): 12/243 kB 
Progress (1): 16/243 kB
Progress (1): 20/243 kB
Progress (1): 24/243 kB
Progress (1): 28/243 kB
Progress (1): 32/243 kB
Progress (1): 36/243 kB
Progress (1): 40/243 kB
Progress (1): 45/243 kB
Progress (1): 49/243 kB
Progress (1): 53/243 kB
Progress (1): 57/243 kB
Progress (1): 61/243 kB
Progress (1): 65/243 kB
Progress (1): 69/243 kB
Progress (1): 73/243 kB
Progress (1): 77/243 kB
Progress (1): 81/243 kB
Progress (1): 85/243 kB
Progress (1): 90/243 kB
Progress (1): 94/243 kB
Progress (1): 98/243 kB
Progress (1): 102/243 kB
Progress (1): 106/243 kB
Progress (1): 110/243 kB
Progress (2): 110/243 kB | 4.1/81 kB
Progress (2): 114/243 kB | 4.1/81 kB
Progress (3): 114/243 kB | 4.1/81 kB | 4.1/145 kB
Progress (3): 114/243 kB | 7.7/81 kB | 4.1/145 kB
Progress (3): 114/243 kB | 7.7/81 kB | 7.7/145 kB
Progress (3): 114/243 kB | 12/81 kB | 7.7/145 kB 
Progress (3): 114/243 kB | 12/81 kB | 12/145 kB 
Progress (3): 114/243 kB | 16/81 kB | 12/145 kB
Progress (3): 118/243 kB | 16/81 kB | 12/145 kB
Progress (3): 118/243 kB | 16/81 kB | 16/145 kB
Progress (3): 122/243 kB | 16/81 kB | 16/145 kB
Progress (3): 126/243 kB | 16/81 kB | 16/145 kB
Progress (3): 131/243 kB | 16/81 kB | 16/145 kB
Progress (3): 131/243 kB | 20/81 kB | 16/145 kB
Progress (3): 131/243 kB | 20/81 kB | 20/145 kB
Progress (3): 131/243 kB | 24/81 kB | 20/145 kB
Progress (3): 131/243 kB | 24/81 kB | 24/145 kB
Progress (3): 131/243 kB | 28/81 kB | 24/145 kB
Progress (3): 131/243 kB | 28/81 kB | 28/145 kB
Progress (3): 131/243 kB | 32/81 kB | 28/145 kB
Progress (3): 135/243 kB | 32/81 kB | 28/145 kB
Progress (3): 135/243 kB | 32/81 kB | 32/145 kB
Progress (3): 139/243 kB | 32/81 kB | 32/145 kB
Progress (3): 143/243 kB | 32/81 kB | 32/145 kB
Progress (3): 147/243 kB | 32/81 kB | 32/145 kB
Progress (3): 147/243 kB | 36/81 kB | 32/145 kB
Progress (3): 147/243 kB | 36/81 kB | 36/145 kB
Progress (3): 147/243 kB | 40/81 kB | 36/145 kB
Progress (3): 147/243 kB | 40/81 kB | 40/145 kB
Progress (3): 147/243 kB | 45/81 kB | 40/145 kB
Progress (3): 147/243 kB | 45/81 kB | 45/145 kB
Progress (3): 151/243 kB | 45/81 kB | 45/145 kB
Progress (3): 151/243 kB | 49/81 kB | 45/145 kB
Progress (3): 155/243 kB | 49/81 kB | 45/145 kB
Progress (3): 155/243 kB | 49/81 kB | 49/145 kB
Progress (3): 159/243 kB | 49/81 kB | 49/145 kB
Progress (3): 163/243 kB | 49/81 kB | 49/145 kB
Progress (3): 163/243 kB | 53/81 kB | 49/145 kB
Progress (3): 163/243 kB | 57/81 kB | 49/145 kB
Progress (3): 163/243 kB | 57/81 kB | 53/145 kB
Progress (3): 163/243 kB | 61/81 kB | 53/145 kB
Progress (3): 163/243 kB | 61/81 kB | 57/145 kB
Progress (3): 163/243 kB | 65/81 kB | 57/145 kB
Progress (3): 167/243 kB | 65/81 kB | 57/145 kB
Progress (3): 167/243 kB | 65/81 kB | 61/145 kB
Progress (3): 171/243 kB | 65/81 kB | 61/145 kB
Progress (3): 171/243 kB | 65/81 kB | 65/145 kB
Progress (3): 176/243 kB | 65/81 kB | 65/145 kB
Progress (3): 176/243 kB | 69/81 kB | 65/145 kB
Progress (3): 180/243 kB | 69/81 kB | 65/145 kB
Progress (3): 180/243 kB | 73/81 kB | 65/145 kB
Progress (3): 180/243 kB | 77/81 kB | 65/145 kB
Progress (3): 180/243 kB | 81 kB | 65/145 kB   
Progress (3): 180/243 kB | 81 kB | 69/145 kB
Progress (3): 184/243 kB | 81 kB | 69/145 kB
Progress (3): 184/243 kB | 81 kB | 73/145 kB
Progress (3): 188/243 kB | 81 kB | 73/145 kB
Progress (3): 188/243 kB | 81 kB | 77/145 kB
Progress (3): 192/243 kB | 81 kB | 77/145 kB
Progress (3): 192/243 kB | 81 kB | 81/145 kB
Progress (3): 196/243 kB | 81 kB | 81/145 kB
Progress (3): 196/243 kB | 81 kB | 85/145 kB
Progress (3): 200/243 kB | 81 kB | 85/145 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar (81 kB at 2.8 MB/s)
18:09:32 Progress (2): 200/243 kB | 90/145 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar
18:09:32 Progress (2): 204/243 kB | 90/145 kB
Progress (2): 204/243 kB | 94/145 kB
Progress (2): 208/243 kB | 94/145 kB
Progress (2): 208/243 kB | 98/145 kB
Progress (2): 212/243 kB | 98/145 kB
Progress (2): 212/243 kB | 102/145 kB
Progress (2): 217/243 kB | 102/145 kB
Progress (2): 217/243 kB | 106/145 kB
Progress (2): 221/243 kB | 106/145 kB
Progress (2): 221/243 kB | 110/145 kB
Progress (2): 225/243 kB | 110/145 kB
Progress (2): 225/243 kB | 114/145 kB
Progress (2): 229/243 kB | 114/145 kB
Progress (2): 229/243 kB | 118/145 kB
Progress (2): 233/243 kB | 118/145 kB
Progress (2): 233/243 kB | 122/145 kB
Progress (2): 237/243 kB | 122/145 kB
Progress (2): 237/243 kB | 126/145 kB
Progress (2): 241/243 kB | 126/145 kB
Progress (2): 241/243 kB | 131/145 kB
Progress (2): 243 kB | 131/145 kB    
Progress (2): 243 kB | 135/145 kB
Progress (2): 243 kB | 139/145 kB
Progress (2): 243 kB | 143/145 kB
Progress (2): 243 kB | 145 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 7.2 MB/s)
18:09:32 Progress (2): 145 kB | 4.1/23 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
18:09:32 Progress (3): 145 kB | 4.1/23 kB | 4.1/170 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar (145 kB at 4.0 MB/s)
18:09:32 Progress (2): 7.7/23 kB | 4.1/170 kB
Progress (2): 7.7/23 kB | 7.7/170 kB
Progress (2): 12/23 kB | 7.7/170 kB 
Progress (2): 12/23 kB | 12/170 kB 
Progress (2): 16/23 kB | 12/170 kB
Progress (2): 16/23 kB | 16/170 kB
Progress (2): 20/23 kB | 16/170 kB
Progress (2): 20/23 kB | 20/170 kB
Progress (3): 20/23 kB | 20/170 kB | 4.1/174 kB
Progress (3): 23 kB | 20/170 kB | 4.1/174 kB   
Progress (3): 23 kB | 20/170 kB | 7.7/174 kB
Progress (4): 23 kB | 20/170 kB | 7.7/174 kB | 4.1/378 kB
Progress (4): 23 kB | 24/170 kB | 7.7/174 kB | 4.1/378 kB
Progress (4): 23 kB | 24/170 kB | 7.7/174 kB | 7.7/378 kB
Progress (4): 23 kB | 24/170 kB | 12/174 kB | 7.7/378 kB 
Progress (4): 23 kB | 24/170 kB | 12/174 kB | 12/378 kB 
Progress (4): 23 kB | 28/170 kB | 12/174 kB | 12/378 kB
Progress (4): 23 kB | 28/170 kB | 12/174 kB | 16/378 kB
Progress (4): 23 kB | 28/170 kB | 16/174 kB | 16/378 kB
Progress (4): 23 kB | 32/170 kB | 16/174 kB | 16/378 kB
Progress (4): 23 kB | 32/170 kB | 16/174 kB | 20/378 kB
Progress (4): 23 kB | 32/170 kB | 20/174 kB | 20/378 kB
Progress (4): 23 kB | 32/170 kB | 20/174 kB | 24/378 kB
Progress (4): 23 kB | 36/170 kB | 20/174 kB | 24/378 kB
Progress (4): 23 kB | 36/170 kB | 20/174 kB | 28/378 kB
Progress (4): 23 kB | 36/170 kB | 24/174 kB | 28/378 kB
Progress (4): 23 kB | 36/170 kB | 24/174 kB | 32/378 kB
Progress (4): 23 kB | 40/170 kB | 24/174 kB | 32/378 kB
Progress (4): 23 kB | 40/170 kB | 28/174 kB | 32/378 kB
Progress (4): 23 kB | 45/170 kB | 28/174 kB | 32/378 kB
Progress (4): 23 kB | 45/170 kB | 32/174 kB | 32/378 kB
Progress (4): 23 kB | 49/170 kB | 32/174 kB | 32/378 kB
Progress (4): 23 kB | 49/170 kB | 32/174 kB | 36/378 kB
Progress (4): 23 kB | 49/170 kB | 32/174 kB | 40/378 kB
Progress (4): 23 kB | 49/170 kB | 36/174 kB | 40/378 kB
Progress (4): 23 kB | 53/170 kB | 36/174 kB | 40/378 kB
Progress (4): 23 kB | 53/170 kB | 36/174 kB | 45/378 kB
Progress (4): 23 kB | 57/170 kB | 36/174 kB | 45/378 kB
Progress (4): 23 kB | 57/170 kB | 40/174 kB | 45/378 kB
Progress (4): 23 kB | 61/170 kB | 40/174 kB | 45/378 kB
Progress (4): 23 kB | 61/170 kB | 40/174 kB | 49/378 kB
Progress (4): 23 kB | 65/170 kB | 40/174 kB | 49/378 kB
Progress (4): 23 kB | 65/170 kB | 45/174 kB | 49/378 kB
Progress (4): 23 kB | 65/170 kB | 49/174 kB | 49/378 kB
Progress (4): 23 kB | 65/170 kB | 49/174 kB | 53/378 kB
Progress (4): 23 kB | 69/170 kB | 49/174 kB | 53/378 kB
Progress (4): 23 kB | 69/170 kB | 53/174 kB | 53/378 kB
Progress (4): 23 kB | 69/170 kB | 53/174 kB | 57/378 kB
Progress (4): 23 kB | 69/170 kB | 57/174 kB | 57/378 kB
Progress (4): 23 kB | 73/170 kB | 57/174 kB | 57/378 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar (23 kB at 254 kB/s)
18:09:32 Progress (3): 73/170 kB | 61/174 kB | 57/378 kB
Progress (3): 73/170 kB | 61/174 kB | 61/378 kB
Progress (3): 73/170 kB | 65/174 kB | 61/378 kB
Progress (3): 77/170 kB | 65/174 kB | 61/378 kB
Progress (3): 77/170 kB | 65/174 kB | 65/378 kB
Progress (3): 81/170 kB | 65/174 kB | 65/378 kB
Progress (3): 81/170 kB | 69/174 kB | 65/378 kB
Progress (3): 81/170 kB | 73/174 kB | 65/378 kB
Progress (3): 81/170 kB | 73/174 kB | 69/378 kB
Progress (3): 85/170 kB | 73/174 kB | 69/378 kB
Progress (3): 85/170 kB | 77/174 kB | 69/378 kB
Progress (3): 90/170 kB | 77/174 kB | 69/378 kB
Progress (3): 90/170 kB | 77/174 kB | 73/378 kB
Progress (3): 94/170 kB | 77/174 kB | 73/378 kB
Progress (3): 94/170 kB | 81/174 kB | 73/378 kB
Progress (3): 98/170 kB | 81/174 kB | 73/378 kB
Progress (3): 98/170 kB | 81/174 kB | 77/378 kB
Progress (3): 98/170 kB | 81/174 kB | 81/378 kB
Progress (3): 98/170 kB | 85/174 kB | 81/378 kB
Progress (3): 102/170 kB | 85/174 kB | 81/378 kB
Progress (3): 102/170 kB | 90/174 kB | 81/378 kB
Progress (3): 106/170 kB | 90/174 kB | 81/378 kB
Progress (3): 106/170 kB | 94/174 kB | 81/378 kB
Progress (3): 110/170 kB | 94/174 kB | 81/378 kB
Progress (3): 110/170 kB | 98/174 kB | 81/378 kB
Progress (3): 110/170 kB | 98/174 kB | 85/378 kB
Progress (3): 114/170 kB | 98/174 kB | 85/378 kB
Progress (3): 114/170 kB | 98/174 kB | 90/378 kB
Progress (3): 114/170 kB | 98/174 kB | 94/378 kB
Progress (3): 114/170 kB | 98/174 kB | 98/378 kB
Progress (3): 114/170 kB | 102/174 kB | 98/378 kB
Progress (3): 118/170 kB | 102/174 kB | 98/378 kB
Progress (3): 118/170 kB | 106/174 kB | 98/378 kB
Progress (3): 122/170 kB | 106/174 kB | 98/378 kB
Progress (3): 122/170 kB | 110/174 kB | 98/378 kB
Progress (3): 126/170 kB | 110/174 kB | 98/378 kB
Progress (3): 126/170 kB | 114/174 kB | 98/378 kB
Progress (3): 126/170 kB | 114/174 kB | 102/378 kB
Progress (3): 131/170 kB | 114/174 kB | 102/378 kB
Progress (3): 131/170 kB | 114/174 kB | 106/378 kB
Progress (3): 131/170 kB | 114/174 kB | 110/378 kB
Progress (3): 131/170 kB | 118/174 kB | 110/378 kB
Progress (3): 131/170 kB | 118/174 kB | 114/378 kB
Progress (3): 135/170 kB | 118/174 kB | 114/378 kB
Progress (3): 135/170 kB | 122/174 kB | 114/378 kB
Progress (3): 139/170 kB | 122/174 kB | 114/378 kB
Progress (3): 139/170 kB | 126/174 kB | 114/378 kB
Progress (3): 143/170 kB | 126/174 kB | 114/378 kB
Progress (3): 143/170 kB | 131/174 kB | 114/378 kB
Progress (3): 147/170 kB | 131/174 kB | 114/378 kB
Progress (3): 147/170 kB | 131/174 kB | 118/378 kB
Progress (3): 147/170 kB | 131/174 kB | 122/378 kB
Progress (3): 147/170 kB | 131/174 kB | 126/378 kB
Progress (3): 151/170 kB | 131/174 kB | 126/378 kB
Progress (3): 151/170 kB | 135/174 kB | 126/378 kB
Progress (3): 155/170 kB | 135/174 kB | 126/378 kB
Progress (3): 155/170 kB | 135/174 kB | 131/378 kB
Progress (3): 159/170 kB | 135/174 kB | 131/378 kB
Progress (3): 159/170 kB | 139/174 kB | 131/378 kB
Progress (3): 163/170 kB | 139/174 kB | 131/378 kB
Progress (3): 163/170 kB | 143/174 kB | 131/378 kB
Progress (3): 163/170 kB | 147/174 kB | 131/378 kB
Progress (3): 163/170 kB | 147/174 kB | 135/378 kB
Progress (3): 167/170 kB | 147/174 kB | 135/378 kB
Progress (3): 167/170 kB | 147/174 kB | 139/378 kB
Progress (3): 170 kB | 147/174 kB | 139/378 kB    
Progress (3): 170 kB | 147/174 kB | 143/378 kB
Progress (3): 170 kB | 147/174 kB | 147/378 kB
Progress (3): 170 kB | 151/174 kB | 147/378 kB
Progress (3): 170 kB | 155/174 kB | 147/378 kB
Progress (3): 170 kB | 159/174 kB | 147/378 kB
Progress (3): 170 kB | 159/174 kB | 151/378 kB
Progress (3): 170 kB | 163/174 kB | 151/378 kB
Progress (3): 170 kB | 163/174 kB | 155/378 kB
Progress (3): 170 kB | 163/174 kB | 159/378 kB
Progress (3): 170 kB | 163/174 kB | 163/378 kB
Progress (3): 170 kB | 167/174 kB | 163/378 kB
Progress (3): 170 kB | 171/174 kB | 163/378 kB
Progress (3): 170 kB | 174 kB | 163/378 kB    
Progress (3): 170 kB | 174 kB | 167/378 kB
Progress (3): 170 kB | 174 kB | 171/378 kB
Progress (3): 170 kB | 174 kB | 176/378 kB
Progress (3): 170 kB | 174 kB | 180/378 kB
Progress (3): 170 kB | 174 kB | 184/378 kB
Progress (3): 170 kB | 174 kB | 188/378 kB
Progress (3): 170 kB | 174 kB | 192/378 kB
Progress (3): 170 kB | 174 kB | 196/378 kB
Progress (3): 170 kB | 174 kB | 200/378 kB
Progress (3): 170 kB | 174 kB | 204/378 kB
Progress (3): 170 kB | 174 kB | 208/378 kB
Progress (3): 170 kB | 174 kB | 212/378 kB
Progress (3): 170 kB | 174 kB | 217/378 kB
Progress (3): 170 kB | 174 kB | 221/378 kB
Progress (3): 170 kB | 174 kB | 225/378 kB
Progress (3): 170 kB | 174 kB | 229/378 kB
Progress (3): 170 kB | 174 kB | 233/378 kB
Progress (3): 170 kB | 174 kB | 237/378 kB
Progress (3): 170 kB | 174 kB | 241/378 kB
Progress (3): 170 kB | 174 kB | 245/378 kB
Progress (3): 170 kB | 174 kB | 249/378 kB
Progress (3): 170 kB | 174 kB | 253/378 kB
Progress (3): 170 kB | 174 kB | 258/378 kB
Progress (3): 170 kB | 174 kB | 262/378 kB
Progress (3): 170 kB | 174 kB | 266/378 kB
Progress (3): 170 kB | 174 kB | 270/378 kB
Progress (3): 170 kB | 174 kB | 274/378 kB
Progress (3): 170 kB | 174 kB | 278/378 kB
Progress (3): 170 kB | 174 kB | 282/378 kB
Progress (3): 170 kB | 174 kB | 286/378 kB
Progress (3): 170 kB | 174 kB | 290/378 kB
Progress (3): 170 kB | 174 kB | 294/378 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (170 kB at 1.6 MB/s)
18:09:32 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 1.6 MB/s)
18:09:32 Progress (1): 298/378 kB
Progress (1): 303/378 kB
Progress (1): 307/378 kB
Progress (1): 311/378 kB
Progress (1): 315/378 kB
Progress (1): 319/378 kB
Progress (1): 323/378 kB
Progress (1): 327/378 kB
Progress (1): 331/378 kB
Progress (1): 335/378 kB
Progress (1): 339/378 kB
Progress (1): 344/378 kB
Progress (1): 348/378 kB
Progress (1): 352/378 kB
Progress (1): 356/378 kB
Progress (1): 360/378 kB
Progress (1): 364/378 kB
Progress (1): 368/378 kB
Progress (1): 372/378 kB
Progress (1): 376/378 kB
Progress (1): 378 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 3.2 MB/s)
18:09:32 [INFO] Skipping packaging of the test-jar
18:09:32 [INFO] 
18:09:32 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt ---
18:09:32 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
18:09:32 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
18:09:32 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
18:09:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
18:09:32 Progress (1): 4.1 kB
Progress (1): 4.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 239 kB/s)
18:09:32 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
18:09:32 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
18:09:32 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
18:09:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
18:09:32 Progress (1): 4.1 kB
Progress (1): 6.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 2.2 MB/s)
18:09:32 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
18:09:32 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
18:09:32 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
18:09:33 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
18:09:33 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 95 kB/s)
18:09:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
18:09:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
18:09:33 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
18:09:33 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
18:09:33 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 112 kB/s)
18:09:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
18:09:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
18:09:33 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
18:09:33 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
18:09:33 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 73 kB/s)
18:09:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
18:09:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
18:09:33 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
18:09:34 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
18:09:34 Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 76 kB/s)
18:09:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
18:09:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
18:09:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
18:09:34 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
18:09:34 Progress (1): 424 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 18 kB/s)
18:09:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
18:09:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
18:09:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
18:09:34 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
18:09:35 Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 135 kB/s)
18:09:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
18:09:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
18:09:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
18:09:35 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
18:09:35 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 124 kB/s)
18:09:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
18:09:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
18:09:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
18:09:35 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
18:09:35 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 92 kB/s)
18:09:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
18:09:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
18:09:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
18:09:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
18:09:36 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 131 kB/s)
18:09:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
18:09:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
18:09:36 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
18:09:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
18:09:36 Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 80 kB/s)
18:09:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
18:09:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
18:09:36 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
18:09:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
18:09:36 Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 138 kB/s)
18:09:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
18:09:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
18:09:36 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
18:09:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
18:09:37 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 85 kB/s)
18:09:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
18:09:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
18:09:37 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
18:09:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
18:09:37 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 96 kB/s)
18:09:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
18:09:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
18:09:37 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
18:09:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
18:09:37 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 81 kB/s)
18:09:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
18:09:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
18:09:37 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
18:09:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
18:09:38 Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 63 kB/s)
18:09:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
18:09:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
18:09:38 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
18:09:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
18:09:38 Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 128 kB/s)
18:09:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
18:09:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
18:09:38 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
18:09:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
18:09:38 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 75 kB/s)
18:09:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
18:09:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
18:09:38 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
18:09:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
18:09:39 Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 19 kB/s)
18:09:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.6.3/plexus-archiver-2.6.3.pom
18:09:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-archiver/2.6.3/plexus-archiver-2.6.3.pom
18:09:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-archiver/2.6.3/plexus-archiver-2.6.3.pom
18:09:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.6.3/plexus-archiver-2.6.3.pom
18:09:39 Progress (1): 3.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.6.3/plexus-archiver-2.6.3.pom (3.6 kB at 99 kB/s)
18:09:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom
18:09:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom
18:09:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom
18:09:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom
18:09:39 Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom (3.4 kB at 242 kB/s)
18:09:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.1.3/plexus-io-2.1.3.pom
18:09:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-io/2.1.3/plexus-io-2.1.3.pom
18:09:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-io/2.1.3/plexus-io-2.1.3.pom
18:09:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.1.3/plexus-io-2.1.3.pom
18:09:40 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.1.3/plexus-io-2.1.3.pom (2.2 kB at 39 kB/s)
18:09:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.pom
18:09:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.pom
18:09:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.pom
18:09:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.pom
18:09:40 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.pom (11 kB at 293 kB/s)
18:09:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/33/commons-parent-33.pom
18:09:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/33/commons-parent-33.pom
18:09:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-parent/33/commons-parent-33.pom
18:09:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/33/commons-parent-33.pom
18:09:41 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): 41 kB
Progress (1): 45 kB
Progress (1): 49 kB
Progress (1): 53 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/33/commons-parent-33.pom (53 kB at 804 kB/s)
18:09:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
18:09:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
18:09:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
18:09:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
18:09:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
18:09:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
18:09:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
18:09:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
18:09:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
18:09:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.6.3/plexus-archiver-2.6.3.jar
18:09:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.1.3/plexus-io-2.1.3.jar
18:09:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
18:09:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.jar
18:09:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
18:09:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
18:09:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
18:09:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
18:09:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
18:09:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
18:09:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
18:09:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
18:09:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
18:09:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-archiver/2.6.3/plexus-archiver-2.6.3.jar
18:09:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-io/2.1.3/plexus-io-2.1.3.jar
18:09:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
18:09:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.jar
18:09:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
18:09:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
18:09:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
18:09:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
18:09:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
18:09:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
18:09:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
18:09:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
18:09:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
18:09:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-archiver/2.6.3/plexus-archiver-2.6.3.jar
18:09:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-io/2.1.3/plexus-io-2.1.3.jar
18:09:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
18:09:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.jar
18:09:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
18:09:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
18:09:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
18:09:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
18:09:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
18:09:42 Progress (1): 4.1/5.9 kB
Progress (1): 5.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 258 kB/s)
18:09:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
18:09:42 Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
Progress (2): 14 kB | 4.1/9.9 kB
Progress (2): 14 kB | 7.7/9.9 kB
Progress (2): 14 kB | 9.9 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 504 kB/s)
18:09:42 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 368 kB/s)
18:09:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
18:09:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
18:09:42 Progress (1): 4.1/30 kB
Progress (1): 7.7/30 kB
Progress (1): 12/30 kB 
Progress (1): 16/30 kB
Progress (2): 16/30 kB | 4.1/21 kB
Progress (3): 16/30 kB | 4.1/21 kB | 4.1/22 kB
Progress (3): 16/30 kB | 7.7/21 kB | 4.1/22 kB
Progress (3): 16/30 kB | 7.7/21 kB | 7.7/22 kB
Progress (3): 16/30 kB | 12/21 kB | 7.7/22 kB 
Progress (3): 20/30 kB | 12/21 kB | 7.7/22 kB
Progress (3): 20/30 kB | 16/21 kB | 7.7/22 kB
Progress (4): 20/30 kB | 16/21 kB | 7.7/22 kB | 4.1/37 kB
Progress (4): 20/30 kB | 16/21 kB | 12/22 kB | 4.1/37 kB 
Progress (4): 20/30 kB | 20/21 kB | 12/22 kB | 4.1/37 kB
Progress (4): 20/30 kB | 20/21 kB | 12/22 kB | 7.7/37 kB
Progress (4): 24/30 kB | 20/21 kB | 12/22 kB | 7.7/37 kB
Progress (4): 24/30 kB | 20/21 kB | 12/22 kB | 12/37 kB 
Progress (4): 24/30 kB | 21 kB | 12/22 kB | 12/37 kB   
Progress (4): 24/30 kB | 21 kB | 16/22 kB | 12/37 kB
Progress (4): 24/30 kB | 21 kB | 16/22 kB | 16/37 kB
Progress (4): 28/30 kB | 21 kB | 16/22 kB | 16/37 kB
Progress (4): 28/30 kB | 21 kB | 20/22 kB | 16/37 kB
Progress (4): 30 kB | 21 kB | 20/22 kB | 16/37 kB   
Progress (4): 30 kB | 21 kB | 22 kB | 16/37 kB   
Progress (4): 30 kB | 21 kB | 22 kB | 20/37 kB
Progress (4): 30 kB | 21 kB | 22 kB | 24/37 kB
Progress (4): 30 kB | 21 kB | 22 kB | 28/37 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 593 kB/s)
18:09:42 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 860 kB/s)
18:09:42 Progress (2): 22 kB | 32/37 kB
                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.6.3/plexus-archiver-2.6.3.jar
18:09:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
18:09:42 Progress (3): 22 kB | 32/37 kB | 4.1/152 kB
Progress (3): 22 kB | 36/37 kB | 4.1/152 kB
Progress (3): 22 kB | 36/37 kB | 7.7/152 kB
Progress (3): 22 kB | 37 kB | 7.7/152 kB   
Progress (3): 22 kB | 37 kB | 12/152 kB 
Progress (3): 22 kB | 37 kB | 16/152 kB
Progress (3): 22 kB | 37 kB | 20/152 kB
Progress (3): 22 kB | 37 kB | 24/152 kB
Progress (4): 22 kB | 37 kB | 24/152 kB | 4.1/10 kB
Progress (4): 22 kB | 37 kB | 28/152 kB | 4.1/10 kB
Progress (4): 22 kB | 37 kB | 28/152 kB | 7.7/10 kB
Progress (4): 22 kB | 37 kB | 32/152 kB | 7.7/10 kB
Progress (4): 22 kB | 37 kB | 32/152 kB | 10 kB    
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 922 kB/s)
18:09:42 Progress (3): 22 kB | 36/152 kB | 10 kB
                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.1.3/plexus-io-2.1.3.jar
18:09:42 Progress (3): 22 kB | 40/152 kB | 10 kB
Progress (3): 22 kB | 45/152 kB | 10 kB
Progress (3): 22 kB | 49/152 kB | 10 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 244 kB/s)
18:09:42 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 507 kB/s)
18:09:42 Progress (1): 53/152 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.jar
18:09:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
18:09:42 Progress (1): 57/152 kB
Progress (1): 61/152 kB
Progress (1): 65/152 kB
Progress (1): 69/152 kB
Progress (1): 73/152 kB
Progress (1): 77/152 kB
Progress (1): 81/152 kB
Progress (1): 85/152 kB
Progress (1): 90/152 kB
Progress (1): 94/152 kB
Progress (1): 98/152 kB
Progress (2): 98/152 kB | 4.1/131 kB
Progress (2): 102/152 kB | 4.1/131 kB
Progress (2): 102/152 kB | 7.7/131 kB
Progress (2): 106/152 kB | 7.7/131 kB
Progress (2): 106/152 kB | 12/131 kB 
Progress (2): 110/152 kB | 12/131 kB
Progress (2): 110/152 kB | 16/131 kB
Progress (2): 114/152 kB | 16/131 kB
Progress (2): 118/152 kB | 16/131 kB
Progress (2): 122/152 kB | 16/131 kB
Progress (2): 122/152 kB | 20/131 kB
Progress (2): 126/152 kB | 20/131 kB
Progress (2): 126/152 kB | 24/131 kB
Progress (2): 131/152 kB | 24/131 kB
Progress (2): 131/152 kB | 28/131 kB
Progress (2): 131/152 kB | 32/131 kB
Progress (2): 135/152 kB | 32/131 kB
Progress (2): 139/152 kB | 32/131 kB
Progress (2): 143/152 kB | 32/131 kB
Progress (2): 147/152 kB | 32/131 kB
Progress (2): 147/152 kB | 36/131 kB
Progress (2): 147/152 kB | 40/131 kB
Progress (2): 151/152 kB | 40/131 kB
Progress (2): 151/152 kB | 45/131 kB
Progress (2): 152 kB | 45/131 kB    
Progress (2): 152 kB | 49/131 kB
Progress (2): 152 kB | 53/131 kB
Progress (2): 152 kB | 57/131 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 3.0 MB/s)
18:09:42 Progress (1): 61/131 kB
Progress (1): 65/131 kB
Progress (1): 69/131 kB
Progress (1): 73/131 kB
Progress (1): 77/131 kB
Progress (1): 81/131 kB
Progress (1): 85/131 kB
Progress (1): 90/131 kB
Progress (1): 94/131 kB
Progress (1): 98/131 kB
Progress (2): 98/131 kB | 4.1/66 kB
Progress (2): 98/131 kB | 7.7/66 kB
Progress (2): 98/131 kB | 12/66 kB 
Progress (2): 102/131 kB | 12/66 kB
Progress (2): 102/131 kB | 16/66 kB
Progress (2): 106/131 kB | 16/66 kB
Progress (3): 106/131 kB | 16/66 kB | 4.1/366 kB
Progress (3): 110/131 kB | 16/66 kB | 4.1/366 kB
Progress (3): 110/131 kB | 16/66 kB | 7.7/366 kB
Progress (3): 114/131 kB | 16/66 kB | 7.7/366 kB
Progress (3): 114/131 kB | 16/66 kB | 12/366 kB 
Progress (3): 114/131 kB | 16/66 kB | 16/366 kB
Progress (3): 114/131 kB | 20/66 kB | 16/366 kB
Progress (3): 114/131 kB | 24/66 kB | 16/366 kB
Progress (3): 114/131 kB | 28/66 kB | 16/366 kB
Progress (3): 114/131 kB | 28/66 kB | 20/366 kB
Progress (3): 118/131 kB | 28/66 kB | 20/366 kB
Progress (3): 118/131 kB | 32/66 kB | 20/366 kB
Progress (3): 122/131 kB | 32/66 kB | 20/366 kB
Progress (3): 122/131 kB | 32/66 kB | 24/366 kB
Progress (4): 122/131 kB | 32/66 kB | 24/366 kB | 4.1/243 kB
Progress (4): 122/131 kB | 32/66 kB | 28/366 kB | 4.1/243 kB
Progress (4): 126/131 kB | 32/66 kB | 28/366 kB | 4.1/243 kB
Progress (4): 126/131 kB | 32/66 kB | 32/366 kB | 4.1/243 kB
Progress (4): 126/131 kB | 32/66 kB | 32/366 kB | 7.7/243 kB
Progress (4): 131/131 kB | 32/66 kB | 32/366 kB | 7.7/243 kB
Progress (4): 131 kB | 32/66 kB | 32/366 kB | 7.7/243 kB    
Progress (4): 131 kB | 32/66 kB | 36/366 kB | 7.7/243 kB
Progress (4): 131 kB | 32/66 kB | 40/366 kB | 7.7/243 kB
Progress (4): 131 kB | 32/66 kB | 45/366 kB | 7.7/243 kB
Progress (4): 131 kB | 32/66 kB | 49/366 kB | 7.7/243 kB
Progress (4): 131 kB | 32/66 kB | 53/366 kB | 7.7/243 kB
Progress (4): 131 kB | 32/66 kB | 57/366 kB | 7.7/243 kB
Progress (4): 131 kB | 32/66 kB | 57/366 kB | 12/243 kB 
Progress (4): 131 kB | 32/66 kB | 61/366 kB | 12/243 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.6.3/plexus-archiver-2.6.3.jar (131 kB at 1.1 MB/s)
18:09:42 Progress (3): 36/66 kB | 61/366 kB | 12/243 kB
Progress (3): 36/66 kB | 65/366 kB | 12/243 kB
Progress (3): 36/66 kB | 65/366 kB | 16/243 kB
Progress (3): 40/66 kB | 65/366 kB | 16/243 kB
Progress (3): 45/66 kB | 65/366 kB | 16/243 kB
Progress (3): 49/66 kB | 65/366 kB | 16/243 kB
Progress (3): 49/66 kB | 69/366 kB | 16/243 kB
Progress (3): 49/66 kB | 69/366 kB | 20/243 kB
Progress (3): 49/66 kB | 73/366 kB | 20/243 kB
Progress (3): 49/66 kB | 73/366 kB | 24/243 kB
Progress (3): 49/66 kB | 77/366 kB | 24/243 kB
Progress (3): 49/66 kB | 77/366 kB | 28/243 kB
Progress (3): 53/66 kB | 77/366 kB | 28/243 kB
Progress (3): 53/66 kB | 77/366 kB | 32/243 kB
Progress (3): 53/66 kB | 81/366 kB | 32/243 kB
Progress (3): 57/66 kB | 81/366 kB | 32/243 kB
Progress (3): 61/66 kB | 81/366 kB | 32/243 kB
Progress (3): 65/66 kB | 81/366 kB | 32/243 kB
Progress (3): 65/66 kB | 81/366 kB | 36/243 kB
Progress (3): 66 kB | 81/366 kB | 36/243 kB   
Progress (3): 66 kB | 81/366 kB | 40/243 kB
Progress (3): 66 kB | 85/366 kB | 40/243 kB
Progress (3): 66 kB | 85/366 kB | 45/243 kB
Progress (3): 66 kB | 90/366 kB | 45/243 kB
Progress (3): 66 kB | 90/366 kB | 49/243 kB
Progress (3): 66 kB | 94/366 kB | 49/243 kB
Progress (3): 66 kB | 98/366 kB | 49/243 kB
Progress (3): 66 kB | 98/366 kB | 53/243 kB
Progress (3): 66 kB | 98/366 kB | 57/243 kB
Progress (3): 66 kB | 98/366 kB | 61/243 kB
Progress (3): 66 kB | 98/366 kB | 65/243 kB
Progress (3): 66 kB | 102/366 kB | 65/243 kB
Progress (3): 66 kB | 106/366 kB | 65/243 kB
Progress (3): 66 kB | 110/366 kB | 65/243 kB
Progress (3): 66 kB | 114/366 kB | 65/243 kB
Progress (3): 66 kB | 114/366 kB | 69/243 kB
Progress (3): 66 kB | 114/366 kB | 73/243 kB
Progress (3): 66 kB | 114/366 kB | 77/243 kB
Progress (3): 66 kB | 114/366 kB | 81/243 kB
Progress (3): 66 kB | 118/366 kB | 81/243 kB
Progress (3): 66 kB | 122/366 kB | 81/243 kB
Progress (3): 66 kB | 126/366 kB | 81/243 kB
Progress (3): 66 kB | 126/366 kB | 85/243 kB
Progress (3): 66 kB | 131/366 kB | 85/243 kB
Progress (3): 66 kB | 131/366 kB | 90/243 kB
Progress (3): 66 kB | 131/366 kB | 94/243 kB
Progress (3): 66 kB | 131/366 kB | 98/243 kB
Progress (3): 66 kB | 135/366 kB | 98/243 kB
Progress (3): 66 kB | 139/366 kB | 98/243 kB
Progress (3): 66 kB | 143/366 kB | 98/243 kB
Progress (3): 66 kB | 143/366 kB | 102/243 kB
Progress (3): 66 kB | 147/366 kB | 102/243 kB
Progress (3): 66 kB | 147/366 kB | 106/243 kB
Progress (3): 66 kB | 147/366 kB | 110/243 kB
Progress (3): 66 kB | 147/366 kB | 114/243 kB
Progress (3): 66 kB | 151/366 kB | 114/243 kB
Progress (3): 66 kB | 155/366 kB | 114/243 kB
Progress (3): 66 kB | 155/366 kB | 118/243 kB
Progress (3): 66 kB | 159/366 kB | 118/243 kB
Progress (3): 66 kB | 159/366 kB | 122/243 kB
Progress (3): 66 kB | 163/366 kB | 122/243 kB
Progress (3): 66 kB | 163/366 kB | 126/243 kB
Progress (3): 66 kB | 163/366 kB | 131/243 kB
Progress (3): 66 kB | 167/366 kB | 131/243 kB
Progress (3): 66 kB | 171/366 kB | 131/243 kB
Progress (3): 66 kB | 171/366 kB | 135/243 kB
Progress (3): 66 kB | 176/366 kB | 135/243 kB
Progress (3): 66 kB | 176/366 kB | 139/243 kB
Progress (3): 66 kB | 180/366 kB | 139/243 kB
Progress (3): 66 kB | 180/366 kB | 143/243 kB
Progress (3): 66 kB | 180/366 kB | 147/243 kB
Progress (3): 66 kB | 184/366 kB | 147/243 kB
Progress (3): 66 kB | 188/366 kB | 147/243 kB
Progress (3): 66 kB | 188/366 kB | 151/243 kB
Progress (3): 66 kB | 192/366 kB | 151/243 kB
Progress (3): 66 kB | 192/366 kB | 155/243 kB
Progress (3): 66 kB | 196/366 kB | 155/243 kB
Progress (3): 66 kB | 196/366 kB | 159/243 kB
Progress (3): 66 kB | 196/366 kB | 163/243 kB
Progress (3): 66 kB | 200/366 kB | 163/243 kB
Progress (3): 66 kB | 204/366 kB | 163/243 kB
Progress (3): 66 kB | 204/366 kB | 167/243 kB
Progress (3): 66 kB | 208/366 kB | 167/243 kB
Progress (3): 66 kB | 208/366 kB | 171/243 kB
Progress (3): 66 kB | 212/366 kB | 171/243 kB
Progress (3): 66 kB | 212/366 kB | 176/243 kB
Progress (3): 66 kB | 212/366 kB | 180/243 kB
Progress (3): 66 kB | 217/366 kB | 180/243 kB
Progress (3): 66 kB | 221/366 kB | 180/243 kB
Progress (3): 66 kB | 221/366 kB | 184/243 kB
Progress (3): 66 kB | 225/366 kB | 184/243 kB
Progress (3): 66 kB | 225/366 kB | 188/243 kB
Progress (3): 66 kB | 229/366 kB | 188/243 kB
Progress (3): 66 kB | 229/366 kB | 192/243 kB
Progress (3): 66 kB | 229/366 kB | 196/243 kB
Progress (3): 66 kB | 233/366 kB | 196/243 kB
Progress (3): 66 kB | 237/366 kB | 196/243 kB
Progress (3): 66 kB | 237/366 kB | 200/243 kB
Progress (3): 66 kB | 241/366 kB | 200/243 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.1.3/plexus-io-2.1.3.jar (66 kB at 523 kB/s)
18:09:42 Progress (2): 245/366 kB | 200/243 kB
Progress (2): 245/366 kB | 204/243 kB
Progress (2): 245/366 kB | 208/243 kB
Progress (2): 245/366 kB | 212/243 kB
Progress (2): 249/366 kB | 212/243 kB
Progress (2): 253/366 kB | 212/243 kB
Progress (2): 258/366 kB | 212/243 kB
Progress (2): 258/366 kB | 217/243 kB
Progress (2): 262/366 kB | 217/243 kB
Progress (2): 262/366 kB | 221/243 kB
Progress (2): 262/366 kB | 225/243 kB
Progress (2): 262/366 kB | 229/243 kB
Progress (2): 266/366 kB | 229/243 kB
Progress (2): 270/366 kB | 229/243 kB
Progress (2): 270/366 kB | 233/243 kB
Progress (2): 274/366 kB | 233/243 kB
Progress (2): 274/366 kB | 237/243 kB
Progress (2): 278/366 kB | 237/243 kB
Progress (2): 278/366 kB | 241/243 kB
Progress (2): 278/366 kB | 243 kB    
Progress (2): 282/366 kB | 243 kB
Progress (2): 286/366 kB | 243 kB
Progress (2): 290/366 kB | 243 kB
Progress (2): 294/366 kB | 243 kB
Progress (2): 298/366 kB | 243 kB
Progress (2): 303/366 kB | 243 kB
Progress (2): 307/366 kB | 243 kB
Progress (2): 311/366 kB | 243 kB
Progress (2): 315/366 kB | 243 kB
Progress (2): 319/366 kB | 243 kB
Progress (2): 323/366 kB | 243 kB
Progress (2): 327/366 kB | 243 kB
Progress (2): 331/366 kB | 243 kB
Progress (2): 335/366 kB | 243 kB
Progress (2): 339/366 kB | 243 kB
Progress (2): 344/366 kB | 243 kB
Progress (2): 348/366 kB | 243 kB
Progress (2): 352/366 kB | 243 kB
Progress (2): 356/366 kB | 243 kB
Progress (2): 360/366 kB | 243 kB
Progress (2): 364/366 kB | 243 kB
Progress (2): 366 kB | 243 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.jar (243 kB at 1.8 MB/s)
18:09:42 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar (366 kB at 2.6 MB/s)
18:09:42 [INFO] 
18:09:42 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt ---
18:09:42 [INFO] 
18:09:42 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt ---
18:09:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom
18:09:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom
18:09:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom
18:09:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom
18:09:42 Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom (3.5 kB at 40 kB/s)
18:09:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.pom
18:09:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.pom
18:09:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.pom
18:09:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.pom
18:09:43 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.pom (1.6 kB at 20 kB/s)
18:09:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/log4j/log4j/1.2.17/log4j-1.2.17.pom
18:09:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/log4j/log4j/1.2.17/log4j-1.2.17.pom
18:09:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/log4j/log4j/1.2.17/log4j-1.2.17.pom
18:09:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom
18:09:43 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 22 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 272 kB/s)
18:09:43 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
18:09:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom
18:09:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom
18:09:44 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom
18:09:44 Progress (1): 4.1 kB
Progress (1): 5.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom (5.5 kB at 128 kB/s)
18:09:44 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
18:09:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.pom
18:09:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.pom
18:09:44 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.pom
18:09:45 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.pom (1.8 kB at 1.7 kB/s)
18:09:45 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.pom
18:09:45 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.pom
18:09:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.pom
18:09:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.pom
18:09:46 Progress (1): 4.1 kB
Progress (1): 7.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.pom (7.8 kB at 80 kB/s)
18:09:46 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
18:09:46 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom
18:09:46 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom
18:09:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom
18:09:46 Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom (1.4 kB at 9.1 kB/s)
18:09:46 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
18:09:46 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom
18:09:46 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom
18:09:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom
18:09:47 Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom (1.3 kB at 8.8 kB/s)
18:09:47 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
18:09:47 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom
18:09:47 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom
18:09:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom
18:09:47 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom (1.8 kB at 18 kB/s)
18:09:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom
18:09:47 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom
18:09:47 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom
18:09:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom
18:09:48 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 14 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom (14 kB at 169 kB/s)
18:09:48 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
18:09:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
18:09:48 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
18:09:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
18:09:48 Progress (1): 601 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 30 kB/s)
18:09:48 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0/maven-2.0.pom
18:09:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/2.0/maven-2.0.pom
18:09:48 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven/2.0/maven-2.0.pom
18:09:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom
18:09:48 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 8.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 438 kB/s)
18:09:48 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
18:09:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
18:09:48 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
18:09:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
18:09:49 Progress (1): 723 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 17 kB/s)
18:09:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.jar
18:09:49 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
18:09:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/log4j/log4j/1.2.17/log4j-1.2.17.jar
18:09:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar
18:09:49 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
18:09:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.jar
18:09:49 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
18:09:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar
18:09:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar
18:09:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/log4j/log4j/1.2.17/log4j-1.2.17.jar
18:09:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar
18:09:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.jar
18:09:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.jar
18:09:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar
18:09:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar
18:09:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar
18:09:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/log4j/log4j/1.2.17/log4j-1.2.17.jar
18:09:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar
18:09:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.jar
18:09:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.jar
18:09:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar
18:09:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar
18:09:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar
18:09:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar
18:09:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.jar
18:09:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar
18:09:50 Progress (1): 4.1/162 kB
Progress (1): 7.7/162 kB
Progress (1): 12/162 kB 
Progress (1): 16/162 kB
Progress (1): 20/162 kB
Progress (1): 24/162 kB
Progress (1): 28/162 kB
Progress (1): 32/162 kB
Progress (1): 36/162 kB
Progress (1): 40/162 kB
Progress (1): 45/162 kB
Progress (1): 49/162 kB
Progress (1): 53/162 kB
Progress (1): 57/162 kB
Progress (1): 61/162 kB
Progress (1): 65/162 kB
Progress (1): 69/162 kB
Progress (1): 73/162 kB
Progress (1): 77/162 kB
Progress (1): 81/162 kB
Progress (1): 85/162 kB
Progress (1): 90/162 kB
Progress (2): 90/162 kB | 4.1/486 kB
Progress (2): 94/162 kB | 4.1/486 kB
Progress (2): 94/162 kB | 7.7/486 kB
Progress (2): 98/162 kB | 7.7/486 kB
Progress (2): 98/162 kB | 12/486 kB 
Progress (2): 98/162 kB | 16/486 kB
Progress (2): 102/162 kB | 16/486 kB
Progress (2): 106/162 kB | 16/486 kB
Progress (2): 106/162 kB | 20/486 kB
Progress (2): 110/162 kB | 20/486 kB
Progress (2): 110/162 kB | 24/486 kB
Progress (2): 114/162 kB | 24/486 kB
Progress (2): 114/162 kB | 28/486 kB
Progress (2): 114/162 kB | 32/486 kB
Progress (2): 118/162 kB | 32/486 kB
Progress (2): 122/162 kB | 32/486 kB
Progress (2): 122/162 kB | 36/486 kB
Progress (2): 126/162 kB | 36/486 kB
Progress (2): 126/162 kB | 40/486 kB
Progress (2): 131/162 kB | 40/486 kB
Progress (2): 131/162 kB | 45/486 kB
Progress (2): 131/162 kB | 49/486 kB
Progress (2): 135/162 kB | 49/486 kB
Progress (2): 139/162 kB | 49/486 kB
Progress (2): 139/162 kB | 53/486 kB
Progress (2): 143/162 kB | 53/486 kB
Progress (2): 143/162 kB | 57/486 kB
Progress (2): 147/162 kB | 57/486 kB
Progress (2): 147/162 kB | 61/486 kB
Progress (2): 147/162 kB | 65/486 kB
Progress (2): 151/162 kB | 65/486 kB
Progress (2): 155/162 kB | 65/486 kB
Progress (2): 155/162 kB | 69/486 kB
Progress (2): 159/162 kB | 69/486 kB
Progress (2): 159/162 kB | 73/486 kB
Progress (2): 162 kB | 73/486 kB    
Progress (2): 162 kB | 77/486 kB
Progress (2): 162 kB | 81/486 kB
Progress (2): 162 kB | 85/486 kB
Progress (2): 162 kB | 90/486 kB
Progress (2): 162 kB | 94/486 kB
Progress (2): 162 kB | 98/486 kB
Progress (2): 162 kB | 102/486 kB
Progress (2): 162 kB | 106/486 kB
Progress (2): 162 kB | 110/486 kB
Progress (2): 162 kB | 114/486 kB
Progress (2): 162 kB | 118/486 kB
Progress (2): 162 kB | 122/486 kB
Progress (2): 162 kB | 126/486 kB
Progress (2): 162 kB | 131/486 kB
Progress (2): 162 kB | 135/486 kB
Progress (2): 162 kB | 139/486 kB
Progress (2): 162 kB | 143/486 kB
Progress (2): 162 kB | 147/486 kB
Progress (2): 162 kB | 151/486 kB
Progress (2): 162 kB | 155/486 kB
Progress (2): 162 kB | 159/486 kB
Progress (2): 162 kB | 163/486 kB
Progress (2): 162 kB | 167/486 kB
Progress (2): 162 kB | 171/486 kB
Progress (2): 162 kB | 176/486 kB
Progress (2): 162 kB | 180/486 kB
Progress (2): 162 kB | 184/486 kB
Progress (2): 162 kB | 188/486 kB
Progress (2): 162 kB | 192/486 kB
Progress (2): 162 kB | 196/486 kB
Progress (2): 162 kB | 200/486 kB
Progress (2): 162 kB | 204/486 kB
Progress (2): 162 kB | 208/486 kB
Progress (2): 162 kB | 212/486 kB
Progress (2): 162 kB | 217/486 kB
Progress (2): 162 kB | 221/486 kB
Progress (2): 162 kB | 225/486 kB
Progress (2): 162 kB | 229/486 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar (162 kB at 3.7 MB/s)
18:09:50 Progress (1): 233/486 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.jar
18:09:50 Progress (1): 237/486 kB
Progress (1): 241/486 kB
Progress (1): 245/486 kB
Progress (1): 249/486 kB
Progress (1): 253/486 kB
Progress (1): 258/486 kB
Progress (1): 262/486 kB
Progress (1): 266/486 kB
Progress (1): 270/486 kB
Progress (1): 274/486 kB
Progress (1): 278/486 kB
Progress (1): 282/486 kB
Progress (1): 286/486 kB
Progress (1): 290/486 kB
Progress (1): 294/486 kB
Progress (1): 298/486 kB
Progress (1): 303/486 kB
Progress (1): 307/486 kB
Progress (1): 311/486 kB
Progress (1): 315/486 kB
Progress (1): 319/486 kB
Progress (1): 323/486 kB
Progress (1): 327/486 kB
Progress (1): 331/486 kB
Progress (2): 331/486 kB | 4.1/490 kB
Progress (2): 335/486 kB | 4.1/490 kB
Progress (2): 339/486 kB | 4.1/490 kB
Progress (2): 339/486 kB | 7.7/490 kB
Progress (2): 344/486 kB | 7.7/490 kB
Progress (2): 344/486 kB | 12/490 kB 
Progress (2): 344/486 kB | 16/490 kB
Progress (2): 348/486 kB | 16/490 kB
Progress (2): 352/486 kB | 16/490 kB
Progress (2): 356/486 kB | 16/490 kB
Progress (2): 360/486 kB | 16/490 kB
Progress (2): 364/486 kB | 16/490 kB
Progress (2): 368/486 kB | 16/490 kB
Progress (2): 372/486 kB | 16/490 kB
Progress (2): 376/486 kB | 16/490 kB
Progress (2): 380/486 kB | 16/490 kB
Progress (2): 384/486 kB | 16/490 kB
Progress (2): 389/486 kB | 16/490 kB
Progress (2): 393/486 kB | 16/490 kB
Progress (2): 397/486 kB | 16/490 kB
Progress (2): 401/486 kB | 16/490 kB
Progress (2): 405/486 kB | 16/490 kB
Progress (2): 409/486 kB | 16/490 kB
Progress (2): 413/486 kB | 16/490 kB
Progress (2): 417/486 kB | 16/490 kB
Progress (2): 421/486 kB | 16/490 kB
Progress (2): 425/486 kB | 16/490 kB
Progress (2): 430/486 kB | 16/490 kB
Progress (2): 434/486 kB | 16/490 kB
Progress (2): 438/486 kB | 16/490 kB
Progress (2): 442/486 kB | 16/490 kB
Progress (2): 446/486 kB | 16/490 kB
Progress (2): 450/486 kB | 16/490 kB
Progress (2): 454/486 kB | 16/490 kB
Progress (2): 458/486 kB | 16/490 kB
Progress (2): 458/486 kB | 20/490 kB
Progress (2): 458/486 kB | 24/490 kB
Progress (2): 458/486 kB | 28/490 kB
Progress (2): 462/486 kB | 28/490 kB
Progress (2): 462/486 kB | 32/490 kB
Progress (2): 466/486 kB | 32/490 kB
Progress (2): 471/486 kB | 32/490 kB
Progress (2): 475/486 kB | 32/490 kB
Progress (2): 475/486 kB | 36/490 kB
Progress (2): 479/486 kB | 36/490 kB
Progress (2): 479/486 kB | 40/490 kB
Progress (2): 483/486 kB | 40/490 kB
Progress (2): 483/486 kB | 45/490 kB
Progress (2): 486 kB | 45/490 kB    
Progress (2): 486 kB | 49/490 kB
Progress (2): 486 kB | 53/490 kB
Progress (2): 486 kB | 57/490 kB
Progress (2): 486 kB | 61/490 kB
Progress (2): 486 kB | 65/490 kB
Progress (2): 486 kB | 69/490 kB
Progress (2): 486 kB | 73/490 kB
Progress (2): 486 kB | 77/490 kB
Progress (2): 486 kB | 81/490 kB
Progress (2): 486 kB | 85/490 kB
Progress (2): 486 kB | 90/490 kB
Progress (2): 486 kB | 94/490 kB
Progress (2): 486 kB | 98/490 kB
Progress (2): 486 kB | 102/490 kB
Progress (2): 486 kB | 106/490 kB
Progress (2): 486 kB | 110/490 kB
Progress (2): 486 kB | 114/490 kB
Progress (2): 486 kB | 118/490 kB
Progress (2): 486 kB | 122/490 kB
Progress (2): 486 kB | 126/490 kB
Progress (2): 486 kB | 131/490 kB
Progress (2): 486 kB | 135/490 kB
Progress (2): 486 kB | 139/490 kB
Progress (2): 486 kB | 143/490 kB
Progress (2): 486 kB | 147/490 kB
Progress (2): 486 kB | 151/490 kB
Progress (2): 486 kB | 155/490 kB
Progress (2): 486 kB | 159/490 kB
Progress (2): 486 kB | 163/490 kB
Progress (2): 486 kB | 167/490 kB
Progress (2): 486 kB | 171/490 kB
Progress (2): 486 kB | 176/490 kB
Progress (2): 486 kB | 180/490 kB
Progress (2): 486 kB | 184/490 kB
Progress (2): 486 kB | 188/490 kB
Progress (2): 486 kB | 192/490 kB
Progress (2): 486 kB | 196/490 kB
Progress (2): 486 kB | 200/490 kB
Progress (2): 486 kB | 204/490 kB
Progress (2): 486 kB | 208/490 kB
Progress (2): 486 kB | 212/490 kB
Progress (2): 486 kB | 217/490 kB
Progress (2): 486 kB | 221/490 kB
Progress (2): 486 kB | 225/490 kB
Progress (2): 486 kB | 229/490 kB
Progress (2): 486 kB | 233/490 kB
Progress (2): 486 kB | 237/490 kB
Progress (2): 486 kB | 241/490 kB
Progress (2): 486 kB | 245/490 kB
Progress (2): 486 kB | 249/490 kB
Progress (2): 486 kB | 253/490 kB
Progress (2): 486 kB | 258/490 kB
Progress (2): 486 kB | 262/490 kB
Progress (2): 486 kB | 266/490 kB
Progress (2): 486 kB | 270/490 kB
Progress (2): 486 kB | 274/490 kB
Progress (2): 486 kB | 278/490 kB
Progress (2): 486 kB | 282/490 kB
Progress (2): 486 kB | 286/490 kB
Progress (2): 486 kB | 290/490 kB
Progress (2): 486 kB | 294/490 kB
Progress (2): 486 kB | 298/490 kB
Progress (2): 486 kB | 303/490 kB
Progress (2): 486 kB | 307/490 kB
Progress (2): 486 kB | 311/490 kB
Progress (2): 486 kB | 315/490 kB
Progress (2): 486 kB | 319/490 kB
Progress (2): 486 kB | 323/490 kB
Progress (2): 486 kB | 327/490 kB
Progress (2): 486 kB | 331/490 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar (486 kB at 6.5 MB/s)
18:09:50 Progress (1): 335/490 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar
18:09:50 Progress (1): 339/490 kB
Progress (1): 344/490 kB
Progress (1): 348/490 kB
Progress (1): 352/490 kB
Progress (1): 356/490 kB
Progress (1): 360/490 kB
Progress (1): 364/490 kB
Progress (1): 368/490 kB
Progress (1): 372/490 kB
Progress (1): 376/490 kB
Progress (1): 380/490 kB
Progress (1): 384/490 kB
Progress (1): 389/490 kB
Progress (1): 393/490 kB
Progress (1): 397/490 kB
Progress (1): 401/490 kB
Progress (1): 405/490 kB
Progress (1): 409/490 kB
Progress (1): 413/490 kB
Progress (1): 417/490 kB
Progress (1): 421/490 kB
Progress (1): 425/490 kB
Progress (1): 430/490 kB
Progress (1): 434/490 kB
Progress (1): 438/490 kB
Progress (1): 442/490 kB
Progress (1): 446/490 kB
Progress (1): 450/490 kB
Progress (1): 454/490 kB
Progress (1): 458/490 kB
Progress (1): 462/490 kB
Progress (1): 466/490 kB
Progress (1): 471/490 kB
Progress (1): 475/490 kB
Progress (1): 479/490 kB
Progress (1): 483/490 kB
Progress (1): 487/490 kB
Progress (1): 490 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 4.9 MB/s)
18:09:50 Progress (1): 4.1/83 kB
Progress (1): 7.7/83 kB
Progress (1): 12/83 kB 
Progress (1): 16/83 kB
Progress (1): 20/83 kB
Progress (1): 24/83 kB
Progress (1): 28/83 kB
Progress (1): 32/83 kB
Progress (1): 36/83 kB
Progress (1): 40/83 kB
Progress (1): 45/83 kB
Progress (1): 49/83 kB
Progress (1): 53/83 kB
Progress (1): 57/83 kB
Progress (1): 61/83 kB
Progress (1): 65/83 kB
Progress (1): 69/83 kB
Progress (1): 73/83 kB
Progress (1): 77/83 kB
Progress (1): 81/83 kB
Progress (1): 83 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.jar (83 kB at 120 kB/s)
18:09:50 Progress (1): 4.1/8.9 kB
Progress (1): 7.7/8.9 kB
Progress (1): 8.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.jar (8.9 kB at 12 kB/s)
18:09:51 Progress (1): 3.7 kB
Progress (2): 3.7 kB | 4.1/77 kB
Progress (2): 3.7 kB | 7.7/77 kB
Progress (2): 3.7 kB | 12/77 kB 
Progress (2): 3.7 kB | 16/77 kB
Progress (2): 3.7 kB | 20/77 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar (3.7 kB at 3.2 kB/s)
18:09:51 Progress (1): 24/77 kB
Progress (1): 28/77 kB
Progress (1): 32/77 kB
Progress (1): 36/77 kB
Progress (1): 40/77 kB
Progress (1): 45/77 kB
Progress (1): 49/77 kB
Progress (1): 53/77 kB
Progress (1): 57/77 kB
Progress (1): 61/77 kB
Progress (1): 65/77 kB
Progress (1): 69/77 kB
Progress (1): 73/77 kB
Progress (1): 77 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar (77 kB at 65 kB/s)
18:09:51 [INFO] Skipping duplicate-finder execution!
18:09:51 [INFO] 
18:09:51 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt ---
18:09:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer/1.15/animal-sniffer-1.15.pom
18:09:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/animal-sniffer/1.15/animal-sniffer-1.15.pom
18:09:51 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/mojo/animal-sniffer/1.15/animal-sniffer-1.15.pom
18:09:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer/1.15/animal-sniffer-1.15.pom
18:09:51 Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer/1.15/animal-sniffer-1.15.pom (2.3 kB at 19 kB/s)
18:09:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.pom
18:09:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.pom
18:09:51 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.pom
18:09:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.pom
18:09:52 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.pom (2.0 kB at 35 kB/s)
18:09:52 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
18:09:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
18:09:52 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
18:09:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
18:09:52 Progress (1): 4.1 kB
Progress (1): 5.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 153 kB/s)
18:09:52 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/java-boot-classpath-detector/1.15/java-boot-classpath-detector-1.15.pom
18:09:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/java-boot-classpath-detector/1.15/java-boot-classpath-detector-1.15.pom
18:09:52 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/mojo/java-boot-classpath-detector/1.15/java-boot-classpath-detector-1.15.pom
18:09:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/java-boot-classpath-detector/1.15/java-boot-classpath-detector-1.15.pom
18:09:53 Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/java-boot-classpath-detector/1.15/java-boot-classpath-detector-1.15.pom (2.4 kB at 32 kB/s)
18:09:53 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
18:09:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
18:09:53 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
18:09:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
18:09:53 Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 152 kB/s)
18:09:53 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
18:09:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
18:09:53 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
18:09:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
18:09:53 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 54 kB/s)
18:09:53 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
18:09:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
18:09:53 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
18:09:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
18:09:54 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 136 kB/s)
18:09:54 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
18:09:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
18:09:54 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
18:09:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
18:09:54 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 79 kB/s)
18:09:54 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
18:09:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
18:09:54 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
18:09:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
18:09:54 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 97 kB/s)
18:09:54 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
18:09:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
18:09:54 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
18:09:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
18:09:55 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 75 kB/s)
18:09:55 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
18:09:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
18:09:55 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
18:09:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
18:09:55 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 127 kB/s)
18:09:55 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
18:09:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
18:09:55 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
18:09:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
18:09:55 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 87 kB/s)
18:09:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer/1.15/animal-sniffer-1.15.jar
18:09:55 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
18:09:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/java-boot-classpath-detector/1.15/java-boot-classpath-detector-1.15.jar
18:09:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar
18:09:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/animal-sniffer/1.15/animal-sniffer-1.15.jar
18:09:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
18:09:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/java-boot-classpath-detector/1.15/java-boot-classpath-detector-1.15.jar
18:09:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar
18:09:55 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/mojo/animal-sniffer/1.15/animal-sniffer-1.15.jar
18:09:55 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
18:09:55 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/mojo/java-boot-classpath-detector/1.15/java-boot-classpath-detector-1.15.jar
18:09:55 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar
18:09:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer/1.15/animal-sniffer-1.15.jar
18:09:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
18:09:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/java-boot-classpath-detector/1.15/java-boot-classpath-detector-1.15.jar
18:09:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar
18:09:56 Progress (1): 4.1/38 kB
Progress (1): 7.7/38 kB
Progress (1): 12/38 kB 
Progress (1): 16/38 kB
Progress (1): 20/38 kB
Progress (1): 24/38 kB
Progress (1): 28/38 kB
Progress (1): 32/38 kB
Progress (1): 36/38 kB
Progress (1): 38 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 1.4 MB/s)
18:09:56 Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
Progress (2): 5.0 kB | 4.1/34 kB
Progress (2): 5.0 kB | 7.7/34 kB
Progress (2): 5.0 kB | 12/34 kB 
Progress (2): 5.0 kB | 16/34 kB
Progress (2): 5.0 kB | 20/34 kB
Progress (2): 5.0 kB | 24/34 kB
Progress (3): 5.0 kB | 24/34 kB | 4.1/242 kB
Progress (3): 5.0 kB | 28/34 kB | 4.1/242 kB
Progress (3): 5.0 kB | 28/34 kB | 7.7/242 kB
Progress (3): 5.0 kB | 32/34 kB | 7.7/242 kB
Progress (3): 5.0 kB | 32/34 kB | 12/242 kB 
Progress (3): 5.0 kB | 34 kB | 12/242 kB   
Progress (3): 5.0 kB | 34 kB | 16/242 kB
Progress (3): 5.0 kB | 34 kB | 20/242 kB
Progress (3): 5.0 kB | 34 kB | 24/242 kB
Progress (3): 5.0 kB | 34 kB | 28/242 kB
Progress (3): 5.0 kB | 34 kB | 32/242 kB
Progress (3): 5.0 kB | 34 kB | 36/242 kB
Progress (3): 5.0 kB | 34 kB | 40/242 kB
Progress (3): 5.0 kB | 34 kB | 45/242 kB
Progress (3): 5.0 kB | 34 kB | 49/242 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/java-boot-classpath-detector/1.15/java-boot-classpath-detector-1.15.jar (5.0 kB at 49 kB/s)
18:09:56 Progress (2): 34 kB | 53/242 kB
Progress (2): 34 kB | 57/242 kB
Progress (2): 34 kB | 61/242 kB
Progress (2): 34 kB | 65/242 kB
Progress (2): 34 kB | 69/242 kB
Progress (2): 34 kB | 73/242 kB
Progress (2): 34 kB | 77/242 kB
Progress (2): 34 kB | 81/242 kB
Progress (2): 34 kB | 85/242 kB
Progress (2): 34 kB | 90/242 kB
Progress (2): 34 kB | 94/242 kB
Progress (2): 34 kB | 98/242 kB
Progress (2): 34 kB | 102/242 kB
Progress (2): 34 kB | 106/242 kB
Progress (2): 34 kB | 110/242 kB
Progress (2): 34 kB | 114/242 kB
Progress (2): 34 kB | 118/242 kB
Progress (2): 34 kB | 122/242 kB
Progress (2): 34 kB | 126/242 kB
Progress (2): 34 kB | 131/242 kB
Progress (2): 34 kB | 135/242 kB
Progress (2): 34 kB | 139/242 kB
Progress (2): 34 kB | 143/242 kB
Progress (2): 34 kB | 147/242 kB
Progress (2): 34 kB | 151/242 kB
Progress (2): 34 kB | 155/242 kB
Progress (2): 34 kB | 159/242 kB
Progress (2): 34 kB | 163/242 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer/1.15/animal-sniffer-1.15.jar (34 kB at 306 kB/s)
18:09:56 Progress (1): 167/242 kB
Progress (1): 171/242 kB
Progress (1): 176/242 kB
Progress (1): 180/242 kB
Progress (1): 184/242 kB
Progress (1): 188/242 kB
Progress (1): 192/242 kB
Progress (1): 196/242 kB
Progress (1): 200/242 kB
Progress (1): 204/242 kB
Progress (1): 208/242 kB
Progress (1): 212/242 kB
Progress (1): 217/242 kB
Progress (1): 221/242 kB
Progress (1): 225/242 kB
Progress (1): 229/242 kB
Progress (1): 233/242 kB
Progress (1): 237/242 kB
Progress (1): 241/242 kB
Progress (1): 242 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar (242 kB at 1.8 MB/s)
18:09:56 [INFO] Signature checking is skipped.
18:09:56 [INFO] 
18:09:56 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt ---
18:09:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
18:09:56 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
18:09:56 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
18:09:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
18:09:56 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 2.8 MB/s)
18:09:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/22/commons-parent-22.pom
18:09:56 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/22/commons-parent-22.pom
18:09:56 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-parent/22/commons-parent-22.pom
18:09:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
18:09:57 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): 41 kB
Progress (1): 42 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 892 kB/s)
18:09:57 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
18:09:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
18:09:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
18:09:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
18:09:57 Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4.0 kB at 70 kB/s)
18:09:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
18:09:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
18:09:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
18:09:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
18:09:57 Progress (1): 4.1 kB
Progress (1): 6.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 289 kB/s)
18:09:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
18:09:57 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
18:09:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
18:09:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
18:09:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
18:09:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
18:09:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
18:09:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
18:09:58 Progress (1): 4.1/233 kB
Progress (1): 7.7/233 kB
Progress (1): 12/233 kB 
Progress (1): 16/233 kB
Progress (1): 20/233 kB
Progress (1): 24/233 kB
Progress (1): 28/233 kB
Progress (1): 32/233 kB
Progress (1): 36/233 kB
Progress (1): 40/233 kB
Progress (1): 45/233 kB
Progress (1): 49/233 kB
Progress (1): 53/233 kB
Progress (1): 57/233 kB
Progress (1): 61/233 kB
Progress (1): 65/233 kB
Progress (1): 69/233 kB
Progress (1): 73/233 kB
Progress (1): 77/233 kB
Progress (1): 81/233 kB
Progress (1): 85/233 kB
Progress (1): 90/233 kB
Progress (1): 94/233 kB
Progress (1): 98/233 kB
Progress (1): 102/233 kB
Progress (1): 106/233 kB
Progress (1): 110/233 kB
Progress (1): 114/233 kB
Progress (1): 118/233 kB
Progress (1): 122/233 kB
Progress (1): 126/233 kB
Progress (1): 131/233 kB
Progress (1): 135/233 kB
Progress (1): 139/233 kB
Progress (1): 143/233 kB
Progress (1): 147/233 kB
Progress (1): 151/233 kB
Progress (1): 155/233 kB
Progress (1): 159/233 kB
Progress (1): 163/233 kB
Progress (1): 167/233 kB
Progress (1): 171/233 kB
Progress (1): 176/233 kB
Progress (1): 180/233 kB
Progress (1): 184/233 kB
Progress (1): 188/233 kB
Progress (1): 192/233 kB
Progress (1): 196/233 kB
Progress (1): 200/233 kB
Progress (1): 204/233 kB
Progress (1): 208/233 kB
Progress (1): 212/233 kB
Progress (1): 217/233 kB
Progress (1): 221/233 kB
Progress (1): 225/233 kB
Progress (1): 229/233 kB
Progress (1): 233 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 7.8 MB/s)
18:09:58 Progress (1): 4.1/155 kB
Progress (1): 7.7/155 kB
Progress (1): 12/155 kB 
Progress (1): 16/155 kB
Progress (1): 20/155 kB
Progress (1): 24/155 kB
Progress (1): 28/155 kB
Progress (1): 32/155 kB
Progress (1): 36/155 kB
Progress (1): 40/155 kB
Progress (1): 45/155 kB
Progress (1): 49/155 kB
Progress (1): 53/155 kB
Progress (1): 57/155 kB
Progress (1): 61/155 kB
Progress (1): 65/155 kB
Progress (1): 69/155 kB
Progress (1): 73/155 kB
Progress (1): 77/155 kB
Progress (1): 81/155 kB
Progress (1): 85/155 kB
Progress (1): 90/155 kB
Progress (1): 94/155 kB
Progress (1): 98/155 kB
Progress (1): 102/155 kB
Progress (1): 106/155 kB
Progress (1): 110/155 kB
Progress (1): 114/155 kB
Progress (1): 118/155 kB
Progress (1): 122/155 kB
Progress (1): 126/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): 151/155 kB
Progress (1): 155/155 kB
Progress (1): 155 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (155 kB at 3.0 MB/s)
18:09:58 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt/.flattened-pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt/6.0.300-SNAPSHOT/org.eclipse.scout.rt-6.0.300-SNAPSHOT.pom
18:09:58 [INFO] 
18:09:58 [INFO] ------------< org.eclipse.scout.rt:org.eclipse.scout.json >-------------
18:09:58 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.json 6.0.300-SNAPSHOT [2/30]
18:09:58 [INFO] --------------------------------[ jar ]---------------------------------
18:09:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom
18:09:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom
18:09:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom
18:09:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom
18:09:58 Progress (1): 4.1 kB
Progress (1): 7.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom (7.7 kB at 119 kB/s)
18:09:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar
18:09:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar
18:09:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar
18:09:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar
18:09:59 Progress (1): 4.1/31 kB
Progress (1): 7.7/31 kB
Progress (1): 12/31 kB 
Progress (1): 16/31 kB
Progress (1): 20/31 kB
Progress (1): 24/31 kB
Progress (1): 28/31 kB
Progress (1): 31 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar (31 kB at 516 kB/s)
18:09:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom
18:09:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom
18:09:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom
18:09:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom
18:09:59 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom (11 kB at 270 kB/s)
18:09:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar
18:09:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar
18:09:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar
18:09:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar
18:09:59 Progress (1): 4.1/46 kB
Progress (1): 7.7/46 kB
Progress (1): 12/46 kB 
Progress (1): 16/46 kB
Progress (1): 20/46 kB
Progress (1): 24/46 kB
Progress (1): 28/46 kB
Progress (1): 32/46 kB
Progress (1): 36/46 kB
Progress (1): 40/46 kB
Progress (1): 45/46 kB
Progress (1): 46 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar (46 kB at 1.2 MB/s)
18:09:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom
18:09:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom
18:09:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom
18:10:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom
18:10:00 Progress (1): 4.1 kB
Progress (1): 5.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom (5.7 kB at 64 kB/s)
18:10:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom
18:10:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom
18:10:00 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom
18:10:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom
18:10:00 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom (17 kB at 373 kB/s)
18:10:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar
18:10:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar
18:10:00 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar
18:10:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar
18:10:01 Progress (1): 4.1/37 kB
Progress (1): 7.7/37 kB
Progress (1): 12/37 kB 
Progress (1): 16/37 kB
Progress (1): 20/37 kB
Progress (1): 24/37 kB
Progress (1): 28/37 kB
Progress (1): 32/37 kB
Progress (1): 36/37 kB
Progress (1): 37 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar (37 kB at 374 kB/s)
18:10:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.12/junit-4.12.pom
18:10:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/4.12/junit-4.12.pom
18:10:01 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/junit/junit/4.12/junit-4.12.pom
18:10:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom
18:10:01 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 24 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 464 kB/s)
18:10:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.12/junit-4.12.jar
18:10:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/4.12/junit-4.12.jar
18:10:01 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/junit/junit/4.12/junit-4.12.jar
18:10:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar
18:10:02 Progress (1): 4.1/315 kB
Progress (1): 7.7/315 kB
Progress (1): 12/315 kB 
Progress (1): 16/315 kB
Progress (1): 20/315 kB
Progress (1): 24/315 kB
Progress (1): 28/315 kB
Progress (1): 32/315 kB
Progress (1): 36/315 kB
Progress (1): 40/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): 65/315 kB
Progress (1): 69/315 kB
Progress (1): 73/315 kB
Progress (1): 77/315 kB
Progress (1): 81/315 kB
Progress (1): 85/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): 110/315 kB
Progress (1): 114/315 kB
Progress (1): 118/315 kB
Progress (1): 122/315 kB
Progress (1): 126/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): 151/315 kB
Progress (1): 155/315 kB
Progress (1): 159/315 kB
Progress (1): 163/315 kB
Progress (1): 167/315 kB
Progress (1): 171/315 kB
Progress (1): 176/315 kB
Progress (1): 180/315 kB
Progress (1): 184/315 kB
Progress (1): 188/315 kB
Progress (1): 192/315 kB
Progress (1): 196/315 kB
Progress (1): 200/315 kB
Progress (1): 204/315 kB
Progress (1): 208/315 kB
Progress (1): 212/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): 237/315 kB
Progress (1): 241/315 kB
Progress (1): 245/315 kB
Progress (1): 249/315 kB
Progress (1): 253/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): 278/315 kB
Progress (1): 282/315 kB
Progress (1): 286/315 kB
Progress (1): 290/315 kB
Progress (1): 294/315 kB
Progress (1): 298/315 kB
Progress (1): 303/315 kB
Progress (1): 307/315 kB
Progress (1): 311/315 kB
Progress (1): 315/315 kB
Progress (1): 315 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 3.8 MB/s)
18:10:02 [INFO] 
18:10:02 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.json ---
18:10:02 [INFO] 
18:10:02 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.json ---
18:10:02 [INFO] Skipping Rule Enforcement.
18:10:02 [INFO] 
18:10:02 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.json ---
18:10:04 [INFO] 
18:10:04 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.json ---
18:10:04 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.json/../org.eclipse.scout.rt/target/jacoco-all.exec
18:10:04 [INFO] 
18:10:04 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.json ---
18:10:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom
18:10:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom
18:10:04 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom
18:10:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom
18:10:04 Progress (1): 4.1 kB
Progress (1): 6.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom (6.5 kB at 118 kB/s)
18:10:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
18:10:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
18:10:04 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
18:10:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
18:10:05 Progress (1): 889 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 42 kB/s)
18:10:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
18:10:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
18:10:05 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
18:10:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
18:10:05 Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 124 kB/s)
18:10:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
18:10:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
18:10:05 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
18:10:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
18:10:05 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 177 kB/s)
18:10:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
18:10:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
18:10:06 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
18:10:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
18:10:06 Progress (1): 4.1 kB
Progress (1): 5.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 194 kB/s)
18:10:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar
18:10:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
18:10:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar
18:10:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
18:10:06 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar
18:10:06 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
18:10:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar
18:10:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
18:10:06 Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 284 kB/s)
18:10:07 Progress (1): 4.1/44 kB
Progress (1): 7.7/44 kB
Progress (1): 12/44 kB 
Progress (1): 16/44 kB
Progress (1): 20/44 kB
Progress (1): 24/44 kB
Progress (1): 28/44 kB
Progress (1): 32/44 kB
Progress (1): 36/44 kB
Progress (1): 40/44 kB
Progress (1): 44 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar (44 kB at 982 kB/s)
18:10:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:10:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.json/src/main/resources
18:10:07 [INFO] 
18:10:07 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.json ---
18:10:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-compiler-jdt/0.23.1/tycho-compiler-jdt-0.23.1.pom
18:10:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/tycho/tycho-compiler-jdt/0.23.1/tycho-compiler-jdt-0.23.1.pom
18:10:07 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/tycho/tycho-compiler-jdt/0.23.1/tycho-compiler-jdt-0.23.1.pom
18:10:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.23.1/tycho-compiler-jdt-0.23.1.pom
18:10:07 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.23.1/tycho-compiler-jdt-0.23.1.pom (1.8 kB at 30 kB/s)
18:10:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho/0.23.1/tycho-0.23.1.pom
18:10:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/tycho/tycho/0.23.1/tycho-0.23.1.pom
18:10:07 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/tycho/tycho/0.23.1/tycho-0.23.1.pom
18:10:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/0.23.1/tycho-0.23.1.pom
18:10:07 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 19 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/0.23.1/tycho-0.23.1.pom (19 kB at 198 kB/s)
18:10:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.jdt.core/3.11.0.v20150602-1242/org.eclipse.jdt.core-3.11.0.v20150602-1242.pom
18:10:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/tycho/org.eclipse.jdt.core/3.11.0.v20150602-1242/org.eclipse.jdt.core-3.11.0.v20150602-1242.pom
18:10:07 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/tycho/org.eclipse.jdt.core/3.11.0.v20150602-1242/org.eclipse.jdt.core-3.11.0.v20150602-1242.pom
18:10:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.11.0.v20150602-1242/org.eclipse.jdt.core-3.11.0.v20150602-1242.pom
18:10:08 Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.11.0.v20150602-1242/org.eclipse.jdt.core-3.11.0.v20150602-1242.pom (1.0 kB at 18 kB/s)
18:10:08 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.0.v20150514-0146/org.eclipse.jdt.compiler.apt-1.2.0.v20150514-0146.pom
18:10:08 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.0.v20150514-0146/org.eclipse.jdt.compiler.apt-1.2.0.v20150514-0146.pom
18:10:08 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.0.v20150514-0146/org.eclipse.jdt.compiler.apt-1.2.0.v20150514-0146.pom
18:10:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.0.v20150514-0146/org.eclipse.jdt.compiler.apt-1.2.0.v20150514-0146.pom
18:10:08 Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.0.v20150514-0146/org.eclipse.jdt.compiler.apt-1.2.0.v20150514-0146.pom (1.1 kB at 17 kB/s)
18:10:08 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
18:10:08 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
18:10:08 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
18:10:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
18:10:09 Progress (1): 865 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 58 kB/s)
18:10:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
18:10:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
18:10:09 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
18:10:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
18:10:09 Progress (1): 3.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 241 kB/s)
18:10:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
18:10:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
18:10:09 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
18:10:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
18:10:09 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 131 kB/s)
18:10:09 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
18:10:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
18:10:09 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
18:10:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
18:10:10 Progress (1): 4.1 kB
Progress (1): 4.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 216 kB/s)
18:10:10 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
18:10:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
18:10:10 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
18:10:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
18:10:10 Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 225 kB/s)
18:10:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom
18:10:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom
18:10:10 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom
18:10:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom
18:10:10 Progress (1): 865 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom (865 B at 12 kB/s)
18:10:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom
18:10:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom
18:10:10 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom
18:10:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom
18:10:11 Progress (1): 4.1 kB
Progress (1): 5.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom (5.3 kB at 83 kB/s)
18:10:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom
18:10:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom
18:10:11 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom
18:10:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom
18:10:11 Progress (1): 690 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom (690 B at 12 kB/s)
18:10:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom
18:10:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom
18:10:11 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom
18:10:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom
18:10:12 Progress (1): 769 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom (769 B at 14 kB/s)
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom
18:10:12 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom
18:10:12 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom
18:10:12 Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom (1.3 kB at 35 kB/s)
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/3.8.2/junit-3.8.2.pom
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/3.8.2/junit-3.8.2.pom
18:10:12 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/junit/junit/3.8.2/junit-3.8.2.pom
18:10:12 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom
18:10:12 Progress (1): 747 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 24 kB/s)
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-compiler-jdt/0.23.1/tycho-compiler-jdt-0.23.1.jar
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.0.v20150514-0146/org.eclipse.jdt.compiler.apt-1.2.0.v20150514-0146.jar
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.jdt.core/3.11.0.v20150602-1242/org.eclipse.jdt.core-3.11.0.v20150602-1242.jar
18:10:12 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
18:10:12 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
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar
18:10:12 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.jar
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/log4j/log4j/1.2.12/log4j-1.2.12.jar
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/collections/google-collections/1.0/google-collections-1.0.jar
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/3.8.2/junit-3.8.2.jar
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/tycho/tycho-compiler-jdt/0.23.1/tycho-compiler-jdt-0.23.1.jar
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.0.v20150514-0146/org.eclipse.jdt.compiler.apt-1.2.0.v20150514-0146.jar
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/tycho/org.eclipse.jdt.core/3.11.0.v20150602-1242/org.eclipse.jdt.core-3.11.0.v20150602-1242.jar
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/log4j/log4j/1.2.12/log4j-1.2.12.jar
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
18:10:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.jar
18:10:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/3.8.2/junit-3.8.2.jar
18:10:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/tycho/tycho-compiler-jdt/0.23.1/tycho-compiler-jdt-0.23.1.jar
18:10:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
18:10:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
18:10:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.0.v20150514-0146/org.eclipse.jdt.compiler.apt-1.2.0.v20150514-0146.jar
18:10:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/tycho/org.eclipse.jdt.core/3.11.0.v20150602-1242/org.eclipse.jdt.core-3.11.0.v20150602-1242.jar
18:10:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar
18:10:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar
18:10:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar
18:10:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
18:10:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
18:10:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
18:10:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/log4j/log4j/1.2.12/log4j-1.2.12.jar
18:10:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
18:10:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/collections/google-collections/1.0/google-collections-1.0.jar
18:10:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/junit/junit/3.8.2/junit-3.8.2.jar
18:10:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.23.1/tycho-compiler-jdt-0.23.1.jar
18:10:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
18:10:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
18:10:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.11.0.v20150602-1242/org.eclipse.jdt.core-3.11.0.v20150602-1242.jar
18:10:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.0.v20150514-0146/org.eclipse.jdt.compiler.apt-1.2.0.v20150514-0146.jar
18:10:13 Progress (1): 4.1/228 kB
Progress (1): 7.7/228 kB
Progress (1): 12/228 kB 
Progress (1): 16/228 kB
Progress (1): 20/228 kB
Progress (1): 24/228 kB
Progress (1): 28/228 kB
Progress (1): 32/228 kB
Progress (1): 36/228 kB
Progress (1): 40/228 kB
Progress (1): 45/228 kB
Progress (1): 49/228 kB
Progress (1): 53/228 kB
Progress (1): 57/228 kB
Progress (1): 61/228 kB
Progress (1): 65/228 kB
Progress (1): 69/228 kB
Progress (1): 73/228 kB
Progress (1): 77/228 kB
Progress (1): 81/228 kB
Progress (1): 85/228 kB
Progress (1): 90/228 kB
Progress (1): 94/228 kB
Progress (1): 98/228 kB
Progress (1): 102/228 kB
Progress (1): 106/228 kB
Progress (1): 110/228 kB
Progress (1): 114/228 kB
Progress (1): 118/228 kB
Progress (1): 122/228 kB
Progress (1): 126/228 kB
Progress (1): 131/228 kB
Progress (1): 135/228 kB
Progress (1): 139/228 kB
Progress (1): 143/228 kB
Progress (1): 147/228 kB
Progress (1): 151/228 kB
Progress (1): 155/228 kB
Progress (1): 159/228 kB
Progress (1): 163/228 kB
Progress (1): 167/228 kB
Progress (1): 171/228 kB
Progress (1): 176/228 kB
Progress (1): 180/228 kB
Progress (1): 184/228 kB
Progress (1): 188/228 kB
Progress (1): 192/228 kB
Progress (1): 196/228 kB
Progress (1): 200/228 kB
Progress (1): 204/228 kB
Progress (1): 208/228 kB
Progress (1): 212/228 kB
Progress (1): 217/228 kB
Progress (1): 221/228 kB
Progress (1): 225/228 kB
Progress (1): 228 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 6.5 MB/s)
18:10:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar
18:10:13 Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 330 kB/s)
18:10:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar
18:10:13 Progress (1): 4.1/25 kB
Progress (1): 7.7/25 kB
Progress (1): 12/25 kB 
Progress (1): 16/25 kB
Progress (1): 20/25 kB
Progress (1): 24/25 kB
Progress (1): 25 kB   
Progress (2): 25 kB | 4.1/4.6 kB
Progress (2): 25 kB | 4.6 kB    
Progress (3): 25 kB | 4.6 kB | 4.1/168 kB
Progress (3): 25 kB | 4.6 kB | 7.7/168 kB
Progress (3): 25 kB | 4.6 kB | 12/168 kB 
Progress (3): 25 kB | 4.6 kB | 16/168 kB
Progress (4): 25 kB | 4.6 kB | 16/168 kB | 4.1/16 kB
Progress (4): 25 kB | 4.6 kB | 16/168 kB | 7.7/16 kB
Progress (4): 25 kB | 4.6 kB | 16/168 kB | 12/16 kB 
Progress (4): 25 kB | 4.6 kB | 16/168 kB | 16 kB   
Progress (4): 25 kB | 4.6 kB | 20/168 kB | 16 kB
Progress (4): 25 kB | 4.6 kB | 24/168 kB | 16 kB
Progress (4): 25 kB | 4.6 kB | 28/168 kB | 16 kB
Progress (4): 25 kB | 4.6 kB | 32/168 kB | 16 kB
Progress (4): 25 kB | 4.6 kB | 36/168 kB | 16 kB
Progress (4): 25 kB | 4.6 kB | 40/168 kB | 16 kB
Progress (4): 25 kB | 4.6 kB | 45/168 kB | 16 kB
Progress (4): 25 kB | 4.6 kB | 49/168 kB | 16 kB
Progress (4): 25 kB | 4.6 kB | 53/168 kB | 16 kB
Progress (4): 25 kB | 4.6 kB | 57/168 kB | 16 kB
Progress (4): 25 kB | 4.6 kB | 61/168 kB | 16 kB
Progress (4): 25 kB | 4.6 kB | 65/168 kB | 16 kB
Progress (4): 25 kB | 4.6 kB | 69/168 kB | 16 kB
Progress (4): 25 kB | 4.6 kB | 73/168 kB | 16 kB
Progress (4): 25 kB | 4.6 kB | 77/168 kB | 16 kB
Progress (4): 25 kB | 4.6 kB | 81/168 kB | 16 kB
Progress (4): 25 kB | 4.6 kB | 85/168 kB | 16 kB
Progress (4): 25 kB | 4.6 kB | 90/168 kB | 16 kB
Progress (4): 25 kB | 4.6 kB | 94/168 kB | 16 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar (25 kB at 244 kB/s)
18:10:13 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar (4.6 kB at 43 kB/s)
18:10:14 Progress (2): 98/168 kB | 16 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
18:10:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar
18:10:14 Progress (2): 102/168 kB | 16 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.23.1/tycho-compiler-jdt-0.23.1.jar (16 kB at 145 kB/s)
18:10:14 Progress (1): 106/168 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
18:10:14 Progress (1): 110/168 kB
Progress (1): 114/168 kB
Progress (1): 118/168 kB
Progress (1): 122/168 kB
Progress (1): 126/168 kB
Progress (1): 131/168 kB
Progress (1): 135/168 kB
Progress (1): 139/168 kB
Progress (1): 143/168 kB
Progress (1): 147/168 kB
Progress (1): 151/168 kB
Progress (1): 155/168 kB
Progress (1): 159/168 kB
Progress (1): 163/168 kB
Progress (1): 167/168 kB
Progress (1): 168 kB    
Progress (2): 168 kB | 0/5.7 MB
Progress (2): 168 kB | 0.1/5.7 MB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.0.v20150514-0146/org.eclipse.jdt.compiler.apt-1.2.0.v20150514-0146.jar (168 kB at 1.4 MB/s)
18:10:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
18:10:14 Progress (1): 0.1/5.7 MB
Progress (2): 0.1/5.7 MB | 4.1/19 kB
Progress (2): 0.1/5.7 MB | 7.7/19 kB
Progress (2): 0.1/5.7 MB | 12/19 kB 
Progress (2): 0.1/5.7 MB | 16/19 kB
Progress (2): 0.1/5.7 MB | 16/19 kB
Progress (2): 0.1/5.7 MB | 19 kB   
Progress (3): 0.1/5.7 MB | 19 kB | 4.1/217 kB
Progress (3): 0.1/5.7 MB | 19 kB | 7.7/217 kB
Progress (3): 0.1/5.7 MB | 19 kB | 12/217 kB 
Progress (4): 0.1/5.7 MB | 19 kB | 12/217 kB | 4.1/46 kB
Progress (4): 0.1/5.7 MB | 19 kB | 16/217 kB | 4.1/46 kB
Progress (4): 0.1/5.7 MB | 19 kB | 16/217 kB | 7.7/46 kB
Progress (4): 0.1/5.7 MB | 19 kB | 16/217 kB | 12/46 kB 
Progress (4): 0.1/5.7 MB | 19 kB | 16/217 kB | 16/46 kB
Progress (4): 0.1/5.7 MB | 19 kB | 20/217 kB | 16/46 kB
Progress (4): 0.1/5.7 MB | 19 kB | 24/217 kB | 16/46 kB
Progress (4): 0.1/5.7 MB | 19 kB | 28/217 kB | 16/46 kB
Progress (4): 0.1/5.7 MB | 19 kB | 32/217 kB | 16/46 kB
Progress (4): 0.1/5.7 MB | 19 kB | 32/217 kB | 20/46 kB
Progress (4): 0.1/5.7 MB | 19 kB | 32/217 kB | 24/46 kB
Progress (4): 0.1/5.7 MB | 19 kB | 32/217 kB | 28/46 kB
Progress (4): 0.1/5.7 MB | 19 kB | 36/217 kB | 28/46 kB
Progress (4): 0.1/5.7 MB | 19 kB | 36/217 kB | 32/46 kB
Progress (4): 0.1/5.7 MB | 19 kB | 40/217 kB | 32/46 kB
Progress (4): 0.1/5.7 MB | 19 kB | 45/217 kB | 32/46 kB
Progress (4): 0.1/5.7 MB | 19 kB | 49/217 kB | 32/46 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar (19 kB at 151 kB/s)
18:10:14 Progress (3): 0.1/5.7 MB | 49/217 kB | 36/46 kB
Progress (3): 0.1/5.7 MB | 53/217 kB | 36/46 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar
18:10:14 Progress (3): 0.1/5.7 MB | 57/217 kB | 36/46 kB
Progress (3): 0.1/5.7 MB | 57/217 kB | 40/46 kB
Progress (3): 0.1/5.7 MB | 61/217 kB | 40/46 kB
Progress (3): 0.1/5.7 MB | 61/217 kB | 45/46 kB
Progress (3): 0.1/5.7 MB | 65/217 kB | 45/46 kB
Progress (3): 0.1/5.7 MB | 65/217 kB | 46 kB   
Progress (3): 0.1/5.7 MB | 69/217 kB | 46 kB
Progress (3): 0.1/5.7 MB | 73/217 kB | 46 kB
Progress (4): 0.1/5.7 MB | 73/217 kB | 46 kB | 4.1/134 kB
Progress (4): 0.1/5.7 MB | 77/217 kB | 46 kB | 4.1/134 kB
Progress (4): 0.1/5.7 MB | 77/217 kB | 46 kB | 7.7/134 kB
Progress (4): 0.1/5.7 MB | 81/217 kB | 46 kB | 7.7/134 kB
Progress (4): 0.1/5.7 MB | 81/217 kB | 46 kB | 12/134 kB 
Progress (4): 0.1/5.7 MB | 81/217 kB | 46 kB | 16/134 kB
Progress (4): 0.1/5.7 MB | 85/217 kB | 46 kB | 16/134 kB
Progress (4): 0.1/5.7 MB | 90/217 kB | 46 kB | 16/134 kB
Progress (4): 0.1/5.7 MB | 90/217 kB | 46 kB | 20/134 kB
Progress (4): 0.1/5.7 MB | 94/217 kB | 46 kB | 20/134 kB
Progress (4): 0.1/5.7 MB | 94/217 kB | 46 kB | 24/134 kB
Progress (4): 0.1/5.7 MB | 98/217 kB | 46 kB | 24/134 kB
Progress (4): 0.1/5.7 MB | 98/217 kB | 46 kB | 28/134 kB
Progress (4): 0.1/5.7 MB | 98/217 kB | 46 kB | 32/134 kB
Progress (4): 0.1/5.7 MB | 102/217 kB | 46 kB | 32/134 kB
Progress (4): 0.1/5.7 MB | 106/217 kB | 46 kB | 32/134 kB
Progress (4): 0.1/5.7 MB | 106/217 kB | 46 kB | 36/134 kB
Progress (4): 0.1/5.7 MB | 110/217 kB | 46 kB | 36/134 kB
Progress (4): 0.1/5.7 MB | 110/217 kB | 46 kB | 40/134 kB
Progress (4): 0.1/5.7 MB | 114/217 kB | 46 kB | 40/134 kB
Progress (4): 0.1/5.7 MB | 114/217 kB | 46 kB | 45/134 kB
Progress (4): 0.1/5.7 MB | 114/217 kB | 46 kB | 49/134 kB
Progress (4): 0.1/5.7 MB | 118/217 kB | 46 kB | 49/134 kB
Progress (4): 0.1/5.7 MB | 122/217 kB | 46 kB | 49/134 kB
Progress (4): 0.1/5.7 MB | 122/217 kB | 46 kB | 53/134 kB
Progress (4): 0.1/5.7 MB | 126/217 kB | 46 kB | 53/134 kB
Progress (4): 0.1/5.7 MB | 126/217 kB | 46 kB | 57/134 kB
Progress (4): 0.1/5.7 MB | 131/217 kB | 46 kB | 57/134 kB
Progress (4): 0.1/5.7 MB | 131/217 kB | 46 kB | 61/134 kB
Progress (4): 0.1/5.7 MB | 131/217 kB | 46 kB | 65/134 kB
Progress (4): 0.1/5.7 MB | 135/217 kB | 46 kB | 65/134 kB
Progress (4): 0.1/5.7 MB | 139/217 kB | 46 kB | 65/134 kB
Progress (4): 0.1/5.7 MB | 139/217 kB | 46 kB | 69/134 kB
Progress (4): 0.1/5.7 MB | 143/217 kB | 46 kB | 69/134 kB
Progress (4): 0.1/5.7 MB | 143/217 kB | 46 kB | 73/134 kB
Progress (4): 0.1/5.7 MB | 147/217 kB | 46 kB | 73/134 kB
Progress (4): 0.1/5.7 MB | 147/217 kB | 46 kB | 77/134 kB
Progress (4): 0.1/5.7 MB | 147/217 kB | 46 kB | 81/134 kB
Progress (4): 0.1/5.7 MB | 151/217 kB | 46 kB | 81/134 kB
Progress (4): 0.1/5.7 MB | 155/217 kB | 46 kB | 81/134 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 339 kB/s)
18:10:14 Progress (3): 0.1/5.7 MB | 155/217 kB | 85/134 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
18:10:14 Progress (3): 0.1/5.7 MB | 159/217 kB | 85/134 kB
Progress (3): 0.1/5.7 MB | 159/217 kB | 90/134 kB
Progress (3): 0.1/5.7 MB | 163/217 kB | 90/134 kB
Progress (3): 0.1/5.7 MB | 163/217 kB | 94/134 kB
Progress (3): 0.1/5.7 MB | 163/217 kB | 98/134 kB
Progress (3): 0.1/5.7 MB | 167/217 kB | 98/134 kB
Progress (3): 0.1/5.7 MB | 171/217 kB | 98/134 kB
Progress (3): 0.1/5.7 MB | 171/217 kB | 102/134 kB
Progress (3): 0.1/5.7 MB | 176/217 kB | 102/134 kB
Progress (3): 0.1/5.7 MB | 176/217 kB | 106/134 kB
Progress (3): 0.1/5.7 MB | 180/217 kB | 106/134 kB
Progress (3): 0.1/5.7 MB | 180/217 kB | 110/134 kB
Progress (3): 0.1/5.7 MB | 180/217 kB | 114/134 kB
Progress (3): 0.1/5.7 MB | 184/217 kB | 114/134 kB
Progress (3): 0.1/5.7 MB | 184/217 kB | 118/134 kB
Progress (3): 0.1/5.7 MB | 188/217 kB | 118/134 kB
Progress (3): 0.1/5.7 MB | 188/217 kB | 122/134 kB
Progress (3): 0.1/5.7 MB | 192/217 kB | 122/134 kB
Progress (3): 0.1/5.7 MB | 192/217 kB | 126/134 kB
Progress (3): 0.1/5.7 MB | 196/217 kB | 126/134 kB
Progress (3): 0.1/5.7 MB | 196/217 kB | 131/134 kB
Progress (3): 0.1/5.7 MB | 196/217 kB | 134 kB    
Progress (3): 0.1/5.7 MB | 200/217 kB | 134 kB
Progress (3): 0.1/5.7 MB | 204/217 kB | 134 kB
Progress (3): 0.1/5.7 MB | 208/217 kB | 134 kB
Progress (3): 0.1/5.7 MB | 212/217 kB | 134 kB
Progress (4): 0.1/5.7 MB | 212/217 kB | 134 kB | 4.1/358 kB
Progress (4): 0.1/5.7 MB | 217/217 kB | 134 kB | 4.1/358 kB
Progress (4): 0.1/5.7 MB | 217/217 kB | 134 kB | 7.7/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 7.7/358 kB    
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 12/358 kB 
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 16/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 20/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 24/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 28/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 32/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 36/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 40/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 45/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 49/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 53/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 57/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 61/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 65/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 69/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 73/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 77/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 81/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 85/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 90/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 94/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 98/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 102/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 106/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 110/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 114/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 118/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 122/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 126/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 131/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 135/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 139/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 143/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 147/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 151/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 155/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 159/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 163/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 167/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 171/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 176/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 180/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 184/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 188/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 192/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 196/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 200/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 204/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 208/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 212/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 217/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 221/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 225/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 229/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 233/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 237/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 241/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 245/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 249/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 253/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 258/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 262/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 266/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 270/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 274/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 278/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 282/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 286/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 290/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 294/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 298/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 303/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 307/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 311/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 315/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 319/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 323/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 327/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 331/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 335/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 339/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 344/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 348/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 352/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 356/358 kB
Progress (4): 0.1/5.7 MB | 217 kB | 134 kB | 358 kB    
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 1.2 MB/s)
18:10:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar
18:10:14 Progress (3): 0.2/5.7 MB | 134 kB | 358 kB
Progress (3): 0.2/5.7 MB | 134 kB | 358 kB
Progress (3): 0.2/5.7 MB | 134 kB | 358 kB
Progress (3): 0.3/5.7 MB | 134 kB | 358 kB
Progress (3): 0.3/5.7 MB | 134 kB | 358 kB
Progress (3): 0.3/5.7 MB | 134 kB | 358 kB
Progress (3): 0.4/5.7 MB | 134 kB | 358 kB
Progress (3): 0.4/5.7 MB | 134 kB | 358 kB
Progress (3): 0.4/5.7 MB | 134 kB | 358 kB
Progress (3): 0.5/5.7 MB | 134 kB | 358 kB
Progress (3): 0.5/5.7 MB | 134 kB | 358 kB
Progress (3): 0.5/5.7 MB | 134 kB | 358 kB
Progress (3): 0.6/5.7 MB | 134 kB | 358 kB
Progress (3): 0.6/5.7 MB | 134 kB | 358 kB
Progress (3): 0.6/5.7 MB | 134 kB | 358 kB
Progress (3): 0.7/5.7 MB | 134 kB | 358 kB
Progress (3): 0.7/5.7 MB | 134 kB | 358 kB
Progress (3): 0.7/5.7 MB | 134 kB | 358 kB
Progress (3): 0.8/5.7 MB | 134 kB | 358 kB
Progress (3): 0.8/5.7 MB | 134 kB | 358 kB
Progress (3): 0.8/5.7 MB | 134 kB | 358 kB
Progress (3): 0.9/5.7 MB | 134 kB | 358 kB
Progress (3): 0.9/5.7 MB | 134 kB | 358 kB
Progress (3): 0.9/5.7 MB | 134 kB | 358 kB
Progress (3): 0.9/5.7 MB | 134 kB | 358 kB
Progress (3): 1.0/5.7 MB | 134 kB | 358 kB
Progress (3): 1.0/5.7 MB | 134 kB | 358 kB
Progress (3): 1.0/5.7 MB | 134 kB | 358 kB
Progress (3): 1.1/5.7 MB | 134 kB | 358 kB
Progress (3): 1.1/5.7 MB | 134 kB | 358 kB
Progress (3): 1.1/5.7 MB | 134 kB | 358 kB
Progress (3): 1.2/5.7 MB | 134 kB | 358 kB
Progress (3): 1.2/5.7 MB | 134 kB | 358 kB
Progress (3): 1.2/5.7 MB | 134 kB | 358 kB
Progress (3): 1.3/5.7 MB | 134 kB | 358 kB
Progress (3): 1.3/5.7 MB | 134 kB | 358 kB
Progress (3): 1.3/5.7 MB | 134 kB | 358 kB
Progress (3): 1.4/5.7 MB | 134 kB | 358 kB
Progress (3): 1.4/5.7 MB | 134 kB | 358 kB
Progress (3): 1.4/5.7 MB | 134 kB | 358 kB
Progress (3): 1.5/5.7 MB | 134 kB | 358 kB
Progress (3): 1.5/5.7 MB | 134 kB | 358 kB
Progress (3): 1.5/5.7 MB | 134 kB | 358 kB
Progress (3): 1.6/5.7 MB | 134 kB | 358 kB
Progress (3): 1.6/5.7 MB | 134 kB | 358 kB
Progress (3): 1.6/5.7 MB | 134 kB | 358 kB
Progress (3): 1.7/5.7 MB | 134 kB | 358 kB
Progress (3): 1.7/5.7 MB | 134 kB | 358 kB
Progress (3): 1.7/5.7 MB | 134 kB | 358 kB
Progress (3): 1.8/5.7 MB | 134 kB | 358 kB
Progress (3): 1.8/5.7 MB | 134 kB | 358 kB
Progress (3): 1.8/5.7 MB | 134 kB | 358 kB
Progress (3): 1.9/5.7 MB | 134 kB | 358 kB
Progress (3): 1.9/5.7 MB | 134 kB | 358 kB
Progress (3): 1.9/5.7 MB | 134 kB | 358 kB
Progress (3): 2.0/5.7 MB | 134 kB | 358 kB
Progress (3): 2.0/5.7 MB | 134 kB | 358 kB
Progress (3): 2.0/5.7 MB | 134 kB | 358 kB
Progress (3): 2.1/5.7 MB | 134 kB | 358 kB
Progress (3): 2.1/5.7 MB | 134 kB | 358 kB
Progress (3): 2.1/5.7 MB | 134 kB | 358 kB
Progress (3): 2.2/5.7 MB | 134 kB | 358 kB
Progress (3): 2.2/5.7 MB | 134 kB | 358 kB
Progress (3): 2.2/5.7 MB | 134 kB | 358 kB
Progress (3): 2.3/5.7 MB | 134 kB | 358 kB
Progress (3): 2.3/5.7 MB | 134 kB | 358 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 1.3 MB/s)
18:10:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar
18:10:14 Progress (2): 2.3/5.7 MB | 134 kB
Progress (2): 2.4/5.7 MB | 134 kB
Progress (2): 2.4/5.7 MB | 134 kB
Progress (2): 2.4/5.7 MB | 134 kB
Progress (2): 2.5/5.7 MB | 134 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 487 kB/s)
18:10:14 Progress (2): 2.5/5.7 MB | 4.1/45 kB
Progress (2): 2.5/5.7 MB | 7.7/45 kB
Progress (2): 2.5/5.7 MB | 12/45 kB 
Progress (2): 2.5/5.7 MB | 12/45 kB
Progress (2): 2.5/5.7 MB | 16/45 kB
Progress (2): 2.5/5.7 MB | 20/45 kB
Progress (2): 2.5/5.7 MB | 24/45 kB
Progress (2): 2.5/5.7 MB | 28/45 kB
Progress (2): 2.5/5.7 MB | 32/45 kB
Progress (2): 2.5/5.7 MB | 32/45 kB
Progress (2): 2.5/5.7 MB | 36/45 kB
Progress (2): 2.5/5.7 MB | 40/45 kB
Progress (2): 2.5/5.7 MB | 45/45 kB
Progress (2): 2.5/5.7 MB | 45 kB   
Progress (2): 2.6/5.7 MB | 45 kB
Progress (2): 2.6/5.7 MB | 45 kB
Progress (2): 2.6/5.7 MB | 45 kB
Progress (2): 2.7/5.7 MB | 45 kB
Progress (2): 2.7/5.7 MB | 45 kB
Progress (2): 2.7/5.7 MB | 45 kB
Progress (2): 2.8/5.7 MB | 45 kB
Progress (3): 2.8/5.7 MB | 45 kB | 4.1/640 kB
Progress (3): 2.8/5.7 MB | 45 kB | 7.7/640 kB
Progress (3): 2.8/5.7 MB | 45 kB | 12/640 kB 
Progress (3): 2.8/5.7 MB | 45 kB | 16/640 kB
Progress (3): 2.8/5.7 MB | 45 kB | 16/640 kB
Progress (3): 2.8/5.7 MB | 45 kB | 20/640 kB
Progress (3): 2.8/5.7 MB | 45 kB | 24/640 kB
Progress (3): 2.8/5.7 MB | 45 kB | 28/640 kB
Progress (3): 2.8/5.7 MB | 45 kB | 32/640 kB
Progress (3): 2.8/5.7 MB | 45 kB | 32/640 kB
Progress (3): 2.8/5.7 MB | 45 kB | 36/640 kB
Progress (3): 2.8/5.7 MB | 45 kB | 40/640 kB
Progress (3): 2.8/5.7 MB | 45 kB | 45/640 kB
Progress (3): 2.8/5.7 MB | 45 kB | 49/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 49/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 53/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 57/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 61/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 65/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 69/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 73/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 73/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 77/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 81/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 85/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 90/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 94/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 98/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 98/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 102/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 106/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 110/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 114/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 114/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 118/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 122/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 126/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 131/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 135/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 139/640 kB
Progress (3): 2.9/5.7 MB | 45 kB | 143/640 kB
Progress (3): 3.0/5.7 MB | 45 kB | 143/640 kB
Progress (3): 3.0/5.7 MB | 45 kB | 147/640 kB
Progress (3): 3.0/5.7 MB | 45 kB | 151/640 kB
Progress (4): 3.0/5.7 MB | 45 kB | 151/640 kB | 4.1/121 kB
Progress (4): 3.0/5.7 MB | 45 kB | 155/640 kB | 4.1/121 kB
Progress (4): 3.0/5.7 MB | 45 kB | 155/640 kB | 7.7/121 kB
Progress (4): 3.0/5.7 MB | 45 kB | 159/640 kB | 7.7/121 kB
Progress (4): 3.0/5.7 MB | 45 kB | 159/640 kB | 12/121 kB 
Progress (4): 3.0/5.7 MB | 45 kB | 159/640 kB | 12/121 kB
Progress (4): 3.0/5.7 MB | 45 kB | 163/640 kB | 12/121 kB
Progress (4): 3.0/5.7 MB | 45 kB | 163/640 kB | 16/121 kB
Progress (4): 3.0/5.7 MB | 45 kB | 167/640 kB | 16/121 kB
Progress (4): 3.0/5.7 MB | 45 kB | 167/640 kB | 20/121 kB
Progress (4): 3.0/5.7 MB | 45 kB | 171/640 kB | 20/121 kB
Progress (4): 3.0/5.7 MB | 45 kB | 171/640 kB | 24/121 kB
Progress (4): 3.0/5.7 MB | 45 kB | 176/640 kB | 24/121 kB
Progress (4): 3.0/5.7 MB | 45 kB | 176/640 kB | 28/121 kB
Progress (4): 3.0/5.7 MB | 45 kB | 176/640 kB | 28/121 kB
Progress (4): 3.0/5.7 MB | 45 kB | 180/640 kB | 28/121 kB
Progress (4): 3.0/5.7 MB | 45 kB | 180/640 kB | 32/121 kB
Progress (4): 3.0/5.7 MB | 45 kB | 184/640 kB | 32/121 kB
Progress (4): 3.0/5.7 MB | 45 kB | 184/640 kB | 36/121 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 148 kB/s)
18:10:14 Progress (3): 3.0/5.7 MB | 188/640 kB | 36/121 kB
Progress (3): 3.1/5.7 MB | 188/640 kB | 36/121 kB
Progress (3): 3.1/5.7 MB | 188/640 kB | 40/121 kB
Progress (3): 3.1/5.7 MB | 192/640 kB | 40/121 kB
Progress (3): 3.1/5.7 MB | 192/640 kB | 45/121 kB
Progress (3): 3.1/5.7 MB | 196/640 kB | 45/121 kB
Progress (3): 3.1/5.7 MB | 196/640 kB | 49/121 kB
Progress (3): 3.1/5.7 MB | 200/640 kB | 49/121 kB
Progress (3): 3.1/5.7 MB | 200/640 kB | 53/121 kB
Progress (3): 3.1/5.7 MB | 204/640 kB | 53/121 kB
Progress (3): 3.1/5.7 MB | 204/640 kB | 57/121 kB
Progress (3): 3.1/5.7 MB | 204/640 kB | 57/121 kB
Progress (3): 3.1/5.7 MB | 208/640 kB | 57/121 kB
Progress (3): 3.1/5.7 MB | 208/640 kB | 61/121 kB
Progress (3): 3.1/5.7 MB | 212/640 kB | 61/121 kB
Progress (3): 3.1/5.7 MB | 212/640 kB | 65/121 kB
Progress (3): 3.1/5.7 MB | 217/640 kB | 65/121 kB
Progress (3): 3.1/5.7 MB | 217/640 kB | 69/121 kB
Progress (3): 3.1/5.7 MB | 221/640 kB | 69/121 kB
Progress (3): 3.1/5.7 MB | 221/640 kB | 73/121 kB
Progress (3): 3.1/5.7 MB | 225/640 kB | 73/121 kB
Progress (3): 3.1/5.7 MB | 225/640 kB | 73/121 kB
Progress (3): 3.1/5.7 MB | 229/640 kB | 73/121 kB
Progress (3): 3.1/5.7 MB | 229/640 kB | 77/121 kB
Progress (3): 3.1/5.7 MB | 229/640 kB | 81/121 kB
Progress (3): 3.1/5.7 MB | 233/640 kB | 81/121 kB
Progress (3): 3.1/5.7 MB | 237/640 kB | 81/121 kB
Progress (3): 3.1/5.7 MB | 237/640 kB | 85/121 kB
Progress (3): 3.1/5.7 MB | 241/640 kB | 85/121 kB
Progress (3): 3.1/5.7 MB | 241/640 kB | 90/121 kB
Progress (3): 3.2/5.7 MB | 241/640 kB | 90/121 kB
Progress (3): 3.2/5.7 MB | 245/640 kB | 90/121 kB
Progress (3): 3.2/5.7 MB | 245/640 kB | 94/121 kB
Progress (3): 3.2/5.7 MB | 245/640 kB | 98/121 kB
Progress (3): 3.2/5.7 MB | 249/640 kB | 98/121 kB
Progress (3): 3.2/5.7 MB | 253/640 kB | 98/121 kB
Progress (3): 3.2/5.7 MB | 253/640 kB | 102/121 kB
Progress (3): 3.2/5.7 MB | 253/640 kB | 106/121 kB
Progress (3): 3.2/5.7 MB | 253/640 kB | 110/121 kB
Progress (3): 3.2/5.7 MB | 253/640 kB | 114/121 kB
Progress (3): 3.2/5.7 MB | 258/640 kB | 114/121 kB
Progress (3): 3.2/5.7 MB | 258/640 kB | 114/121 kB
Progress (3): 3.2/5.7 MB | 262/640 kB | 114/121 kB
Progress (3): 3.2/5.7 MB | 262/640 kB | 118/121 kB
Progress (3): 3.2/5.7 MB | 262/640 kB | 121 kB    
Progress (3): 3.2/5.7 MB | 266/640 kB | 121 kB
Progress (3): 3.2/5.7 MB | 270/640 kB | 121 kB
Progress (3): 3.2/5.7 MB | 274/640 kB | 121 kB
Progress (3): 3.2/5.7 MB | 274/640 kB | 121 kB
Progress (3): 3.2/5.7 MB | 278/640 kB | 121 kB
Progress (3): 3.2/5.7 MB | 282/640 kB | 121 kB
Progress (3): 3.2/5.7 MB | 286/640 kB | 121 kB
Progress (3): 3.2/5.7 MB | 290/640 kB | 121 kB
Progress (3): 3.2/5.7 MB | 294/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 294/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 298/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 303/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 307/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 311/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 315/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 319/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 319/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 323/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 327/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 331/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 335/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 339/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 344/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 344/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 348/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 352/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 356/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 360/640 kB | 121 kB
Progress (3): 3.3/5.7 MB | 364/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 364/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 368/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 372/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 376/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 380/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 384/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 389/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 393/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 393/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 397/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 401/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 405/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 409/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 409/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 413/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 417/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 421/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 425/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 430/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 434/640 kB | 121 kB
Progress (3): 3.4/5.7 MB | 438/640 kB | 121 kB
Progress (3): 3.5/5.7 MB | 438/640 kB | 121 kB
Progress (3): 3.5/5.7 MB | 442/640 kB | 121 kB
Progress (3): 3.5/5.7 MB | 446/640 kB | 121 kB
Progress (3): 3.5/5.7 MB | 450/640 kB | 121 kB
Progress (3): 3.5/5.7 MB | 454/640 kB | 121 kB
Progress (3): 3.5/5.7 MB | 458/640 kB | 121 kB
Progress (3): 3.5/5.7 MB | 458/640 kB | 121 kB
Progress (3): 3.5/5.7 MB | 462/640 kB | 121 kB
Progress (3): 3.5/5.7 MB | 466/640 kB | 121 kB
Progress (3): 3.5/5.7 MB | 471/640 kB | 121 kB
Progress (3): 3.5/5.7 MB | 475/640 kB | 121 kB
Progress (3): 3.5/5.7 MB | 479/640 kB | 121 kB
Progress (3): 3.5/5.7 MB | 483/640 kB | 121 kB
Progress (3): 3.5/5.7 MB | 483/640 kB | 121 kB
Progress (3): 3.5/5.7 MB | 487/640 kB | 121 kB
Progress (3): 3.5/5.7 MB | 491/640 kB | 121 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 369 kB/s)
18:10:14 Progress (2): 3.5/5.7 MB | 495/640 kB
Progress (2): 3.5/5.7 MB | 499/640 kB
Progress (2): 3.5/5.7 MB | 503/640 kB
Progress (2): 3.6/5.7 MB | 503/640 kB
Progress (2): 3.6/5.7 MB | 507/640 kB
Progress (2): 3.6/5.7 MB | 511/640 kB
Progress (2): 3.6/5.7 MB | 516/640 kB
Progress (2): 3.6/5.7 MB | 520/640 kB
Progress (2): 3.6/5.7 MB | 524/640 kB
Progress (2): 3.6/5.7 MB | 524/640 kB
Progress (2): 3.6/5.7 MB | 528/640 kB
Progress (2): 3.6/5.7 MB | 532/640 kB
Progress (2): 3.6/5.7 MB | 536/640 kB
Progress (2): 3.6/5.7 MB | 540/640 kB
Progress (2): 3.6/5.7 MB | 544/640 kB
Progress (2): 3.6/5.7 MB | 544/640 kB
Progress (2): 3.6/5.7 MB | 548/640 kB
Progress (2): 3.6/5.7 MB | 552/640 kB
Progress (2): 3.6/5.7 MB | 557/640 kB
Progress (2): 3.6/5.7 MB | 561/640 kB
Progress (2): 3.6/5.7 MB | 565/640 kB
Progress (2): 3.6/5.7 MB | 569/640 kB
Progress (2): 3.6/5.7 MB | 573/640 kB
Progress (2): 3.7/5.7 MB | 573/640 kB
Progress (2): 3.7/5.7 MB | 577/640 kB
Progress (2): 3.7/5.7 MB | 581/640 kB
Progress (2): 3.7/5.7 MB | 585/640 kB
Progress (2): 3.7/5.7 MB | 589/640 kB
Progress (2): 3.7/5.7 MB | 589/640 kB
Progress (2): 3.7/5.7 MB | 593/640 kB
Progress (2): 3.7/5.7 MB | 597/640 kB
Progress (2): 3.7/5.7 MB | 602/640 kB
Progress (2): 3.7/5.7 MB | 606/640 kB
Progress (2): 3.7/5.7 MB | 610/640 kB
Progress (2): 3.7/5.7 MB | 614/640 kB
Progress (2): 3.7/5.7 MB | 618/640 kB
Progress (2): 3.7/5.7 MB | 618/640 kB
Progress (2): 3.7/5.7 MB | 622/640 kB
Progress (2): 3.7/5.7 MB | 626/640 kB
Progress (2): 3.7/5.7 MB | 630/640 kB
Progress (2): 3.7/5.7 MB | 634/640 kB
Progress (2): 3.7/5.7 MB | 638/640 kB
Progress (2): 3.7/5.7 MB | 640 kB    
Progress (2): 3.8/5.7 MB | 640 kB
Progress (2): 3.8/5.7 MB | 640 kB
Progress (2): 3.8/5.7 MB | 640 kB
Progress (2): 3.9/5.7 MB | 640 kB
Progress (2): 3.9/5.7 MB | 640 kB
Progress (2): 3.9/5.7 MB | 640 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 1.9 MB/s)
18:10:14 Progress (1): 4.0/5.7 MB
Progress (1): 4.0/5.7 MB
Progress (1): 4.0/5.7 MB
Progress (1): 4.1/5.7 MB
Progress (1): 4.1/5.7 MB
Progress (1): 4.1/5.7 MB
Progress (1): 4.2/5.7 MB
Progress (1): 4.2/5.7 MB
Progress (1): 4.2/5.7 MB
Progress (1): 4.3/5.7 MB
Progress (1): 4.3/5.7 MB
Progress (1): 4.3/5.7 MB
Progress (1): 4.4/5.7 MB
Progress (1): 4.4/5.7 MB
Progress (1): 4.4/5.7 MB
Progress (1): 4.5/5.7 MB
Progress (1): 4.5/5.7 MB
Progress (1): 4.5/5.7 MB
Progress (1): 4.6/5.7 MB
Progress (1): 4.6/5.7 MB
Progress (1): 4.6/5.7 MB
Progress (1): 4.7/5.7 MB
Progress (1): 4.7/5.7 MB
Progress (1): 4.7/5.7 MB
Progress (1): 4.8/5.7 MB
Progress (1): 4.8/5.7 MB
Progress (1): 4.8/5.7 MB
Progress (1): 4.8/5.7 MB
Progress (1): 4.9/5.7 MB
Progress (1): 4.9/5.7 MB
Progress (1): 4.9/5.7 MB
Progress (1): 5.0/5.7 MB
Progress (1): 5.0/5.7 MB
Progress (1): 5.0/5.7 MB
Progress (1): 5.1/5.7 MB
Progress (1): 5.1/5.7 MB
Progress (1): 5.1/5.7 MB
Progress (1): 5.2/5.7 MB
Progress (1): 5.2/5.7 MB
Progress (1): 5.2/5.7 MB
Progress (1): 5.3/5.7 MB
Progress (1): 5.3/5.7 MB
Progress (1): 5.3/5.7 MB
Progress (1): 5.4/5.7 MB
Progress (1): 5.4/5.7 MB
Progress (1): 5.4/5.7 MB
Progress (1): 5.5/5.7 MB
Progress (1): 5.5/5.7 MB
Progress (1): 5.5/5.7 MB
Progress (1): 5.6/5.7 MB
Progress (1): 5.6/5.7 MB
Progress (1): 5.6/5.7 MB
Progress (1): 5.7/5.7 MB
Progress (1): 5.7/5.7 MB
Progress (1): 5.7 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.11.0.v20150602-1242/org.eclipse.jdt.core-3.11.0.v20150602-1242.jar (5.7 MB at 13 MB/s)
18:10:14 [INFO] Changes detected - recompiling the module!
18:10:14 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.json/target/classes
18:10:15 [INFO] 
18:10:15 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.json ---
18:10:15 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:10:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.json/src/test/resources
18:10:15 [INFO] 
18:10:15 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.json ---
18:10:15 [INFO] Changes detected - recompiling the module!
18:10:15 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.json/target/test-classes
18:10:15 [INFO] 
18:10:15 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.json ---
18:10:15 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom
18:10:15 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom
18:10:15 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom
18:10:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom
18:10:15 Progress (1): 4.1 kB
Progress (1): 6.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom (6.3 kB at 369 kB/s)
18:10:15 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom
18:10:15 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom
18:10:15 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom
18:10:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom
18:10:15 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (1.6 kB at 45 kB/s)
18:10:15 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom
18:10:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom
18:10:16 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom
18:10:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom
18:10:16 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 kB at 333 kB/s)
18:10:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom
18:10:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom
18:10:16 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom
18:10:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom
18:10:16 Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom (2.3 kB at 36 kB/s)
18:10:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom
18:10:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom
18:10:16 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom
18:10:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom
18:10:17 Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom (2.9 kB at 91 kB/s)
18:10:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
18:10:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
18:10:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
18:10:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
18:10:17 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 428 kB/s)
18:10:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar
18:10:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
18:10:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar
18:10:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar
18:10:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar
18:10:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar
18:10:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar
18:10:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar
18:10:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar
18:10:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
18:10:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar
18:10:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar
18:10:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar
18:10:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
18:10:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar
18:10:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar
18:10:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar
18:10:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar
18:10:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar
18:10:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
18:10:17 Progress (1): 4.1/148 kB
Progress (1): 7.7/148 kB
Progress (1): 12/148 kB 
Progress (1): 16/148 kB
Progress (2): 16/148 kB | 4.1/316 kB
Progress (2): 16/148 kB | 7.7/316 kB
Progress (2): 16/148 kB | 12/316 kB 
Progress (2): 16/148 kB | 16/316 kB
Progress (2): 20/148 kB | 16/316 kB
Progress (2): 24/148 kB | 16/316 kB
Progress (2): 28/148 kB | 16/316 kB
Progress (2): 32/148 kB | 16/316 kB
Progress (2): 32/148 kB | 20/316 kB
Progress (2): 36/148 kB | 20/316 kB
Progress (2): 36/148 kB | 24/316 kB
Progress (2): 40/148 kB | 24/316 kB
Progress (2): 40/148 kB | 28/316 kB
Progress (2): 45/148 kB | 28/316 kB
Progress (2): 45/148 kB | 32/316 kB
Progress (2): 49/148 kB | 32/316 kB
Progress (2): 53/148 kB | 32/316 kB
Progress (2): 57/148 kB | 32/316 kB
Progress (2): 61/148 kB | 32/316 kB
Progress (2): 61/148 kB | 36/316 kB
Progress (2): 65/148 kB | 36/316 kB
Progress (2): 65/148 kB | 40/316 kB
Progress (2): 65/148 kB | 45/316 kB
Progress (2): 65/148 kB | 49/316 kB
Progress (2): 69/148 kB | 49/316 kB
Progress (2): 73/148 kB | 49/316 kB
Progress (2): 77/148 kB | 49/316 kB
Progress (2): 81/148 kB | 49/316 kB
Progress (2): 81/148 kB | 53/316 kB
Progress (2): 81/148 kB | 57/316 kB
Progress (2): 85/148 kB | 57/316 kB
Progress (2): 85/148 kB | 61/316 kB
Progress (2): 90/148 kB | 61/316 kB
Progress (2): 90/148 kB | 65/316 kB
Progress (2): 94/148 kB | 65/316 kB
Progress (2): 98/148 kB | 65/316 kB
Progress (2): 102/148 kB | 65/316 kB
Progress (2): 106/148 kB | 65/316 kB
Progress (2): 106/148 kB | 69/316 kB
Progress (2): 110/148 kB | 69/316 kB
Progress (2): 110/148 kB | 73/316 kB
Progress (2): 114/148 kB | 73/316 kB
Progress (2): 114/148 kB | 77/316 kB
Progress (2): 114/148 kB | 81/316 kB
Progress (2): 118/148 kB | 81/316 kB
Progress (2): 122/148 kB | 81/316 kB
Progress (2): 126/148 kB | 81/316 kB
Progress (2): 131/148 kB | 81/316 kB
Progress (2): 131/148 kB | 85/316 kB
Progress (2): 131/148 kB | 90/316 kB
Progress (2): 131/148 kB | 94/316 kB
Progress (2): 131/148 kB | 98/316 kB
Progress (2): 135/148 kB | 98/316 kB
Progress (2): 139/148 kB | 98/316 kB
Progress (2): 143/148 kB | 98/316 kB
Progress (2): 147/148 kB | 98/316 kB
Progress (2): 148 kB | 98/316 kB    
Progress (2): 148 kB | 102/316 kB
Progress (2): 148 kB | 106/316 kB
Progress (2): 148 kB | 110/316 kB
Progress (2): 148 kB | 114/316 kB
Progress (3): 148 kB | 114/316 kB | 4.1/40 kB
Progress (3): 148 kB | 114/316 kB | 7.7/40 kB
Progress (4): 148 kB | 114/316 kB | 7.7/40 kB | 4.1/274 kB
Progress (4): 148 kB | 114/316 kB | 12/40 kB | 4.1/274 kB 
Progress (4): 148 kB | 114/316 kB | 12/40 kB | 7.7/274 kB
Progress (4): 148 kB | 114/316 kB | 16/40 kB | 7.7/274 kB
Progress (4): 148 kB | 114/316 kB | 16/40 kB | 12/274 kB 
Progress (4): 148 kB | 118/316 kB | 16/40 kB | 12/274 kB
Progress (4): 148 kB | 118/316 kB | 16/40 kB | 16/274 kB
Progress (4): 148 kB | 122/316 kB | 16/40 kB | 16/274 kB
Progress (4): 148 kB | 122/316 kB | 20/40 kB | 16/274 kB
Progress (4): 148 kB | 126/316 kB | 20/40 kB | 16/274 kB
Progress (4): 148 kB | 126/316 kB | 24/40 kB | 16/274 kB
Progress (4): 148 kB | 131/316 kB | 24/40 kB | 16/274 kB
Progress (4): 148 kB | 131/316 kB | 28/40 kB | 16/274 kB
Progress (4): 148 kB | 131/316 kB | 28/40 kB | 20/274 kB
Progress (4): 148 kB | 131/316 kB | 32/40 kB | 20/274 kB
Progress (4): 148 kB | 131/316 kB | 32/40 kB | 24/274 kB
Progress (4): 148 kB | 131/316 kB | 32/40 kB | 28/274 kB
Progress (4): 148 kB | 131/316 kB | 36/40 kB | 28/274 kB
Progress (4): 148 kB | 131/316 kB | 36/40 kB | 32/274 kB
Progress (4): 148 kB | 131/316 kB | 40 kB | 32/274 kB   
Progress (4): 148 kB | 135/316 kB | 40 kB | 32/274 kB
Progress (4): 148 kB | 139/316 kB | 40 kB | 32/274 kB
Progress (4): 148 kB | 143/316 kB | 40 kB | 32/274 kB
Progress (4): 148 kB | 143/316 kB | 40 kB | 36/274 kB
Progress (4): 148 kB | 147/316 kB | 40 kB | 36/274 kB
Progress (4): 148 kB | 147/316 kB | 40 kB | 40/274 kB
Progress (4): 148 kB | 147/316 kB | 40 kB | 45/274 kB
Progress (4): 148 kB | 147/316 kB | 40 kB | 49/274 kB
Progress (4): 148 kB | 151/316 kB | 40 kB | 49/274 kB
Progress (4): 148 kB | 151/316 kB | 40 kB | 53/274 kB
Progress (4): 148 kB | 155/316 kB | 40 kB | 53/274 kB
Progress (4): 148 kB | 155/316 kB | 40 kB | 57/274 kB
Progress (4): 148 kB | 159/316 kB | 40 kB | 57/274 kB
Progress (4): 148 kB | 159/316 kB | 40 kB | 61/274 kB
Progress (4): 148 kB | 163/316 kB | 40 kB | 61/274 kB
Progress (4): 148 kB | 163/316 kB | 40 kB | 65/274 kB
Progress (4): 148 kB | 163/316 kB | 40 kB | 69/274 kB
Progress (4): 148 kB | 163/316 kB | 40 kB | 73/274 kB
Progress (4): 148 kB | 163/316 kB | 40 kB | 77/274 kB
Progress (4): 148 kB | 167/316 kB | 40 kB | 77/274 kB
Progress (4): 148 kB | 167/316 kB | 40 kB | 81/274 kB
Progress (4): 148 kB | 171/316 kB | 40 kB | 81/274 kB
Progress (4): 148 kB | 176/316 kB | 40 kB | 81/274 kB
Progress (4): 148 kB | 180/316 kB | 40 kB | 81/274 kB
Progress (4): 148 kB | 180/316 kB | 40 kB | 85/274 kB
Progress (4): 148 kB | 180/316 kB | 40 kB | 90/274 kB
Progress (4): 148 kB | 180/316 kB | 40 kB | 94/274 kB
Progress (4): 148 kB | 180/316 kB | 40 kB | 98/274 kB
Progress (4): 148 kB | 184/316 kB | 40 kB | 98/274 kB
Progress (4): 148 kB | 184/316 kB | 40 kB | 102/274 kB
Progress (4): 148 kB | 188/316 kB | 40 kB | 102/274 kB
Progress (4): 148 kB | 188/316 kB | 40 kB | 106/274 kB
Progress (4): 148 kB | 192/316 kB | 40 kB | 106/274 kB
Progress (4): 148 kB | 192/316 kB | 40 kB | 110/274 kB
Progress (4): 148 kB | 196/316 kB | 40 kB | 110/274 kB
Progress (4): 148 kB | 196/316 kB | 40 kB | 114/274 kB
Progress (4): 148 kB | 196/316 kB | 40 kB | 118/274 kB
Progress (4): 148 kB | 196/316 kB | 40 kB | 122/274 kB
Progress (4): 148 kB | 196/316 kB | 40 kB | 126/274 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar (148 kB at 2.8 MB/s)
18:10:17 Progress (3): 200/316 kB | 40 kB | 126/274 kB
Progress (3): 200/316 kB | 40 kB | 131/274 kB
Progress (3): 204/316 kB | 40 kB | 131/274 kB
Progress (3): 208/316 kB | 40 kB | 131/274 kB
Progress (3): 212/316 kB | 40 kB | 131/274 kB
Progress (3): 212/316 kB | 40 kB | 135/274 kB
Progress (3): 212/316 kB | 40 kB | 139/274 kB
Progress (3): 212/316 kB | 40 kB | 143/274 kB
Progress (3): 212/316 kB | 40 kB | 147/274 kB
Progress (3): 217/316 kB | 40 kB | 147/274 kB
Progress (3): 221/316 kB | 40 kB | 147/274 kB
Progress (3): 221/316 kB | 40 kB | 151/274 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar (40 kB at 738 kB/s)
18:10:17 Progress (2): 221/316 kB | 155/274 kB
Progress (2): 225/316 kB | 155/274 kB
Progress (2): 225/316 kB | 159/274 kB
Progress (2): 229/316 kB | 159/274 kB
Progress (2): 229/316 kB | 163/274 kB
Progress (2): 229/316 kB | 167/274 kB
Progress (2): 229/316 kB | 171/274 kB
Progress (2): 229/316 kB | 176/274 kB
Progress (2): 233/316 kB | 176/274 kB
Progress (2): 233/316 kB | 180/274 kB
Progress (2): 237/316 kB | 180/274 kB
Progress (2): 241/316 kB | 180/274 kB
Progress (2): 245/316 kB | 180/274 kB
Progress (2): 245/316 kB | 184/274 kB
Progress (2): 245/316 kB | 188/274 kB
Progress (2): 245/316 kB | 192/274 kB
Progress (2): 245/316 kB | 196/274 kB
Progress (2): 249/316 kB | 196/274 kB
Progress (2): 249/316 kB | 200/274 kB
Progress (2): 253/316 kB | 200/274 kB
Progress (2): 253/316 kB | 204/274 kB
Progress (2): 258/316 kB | 204/274 kB
Progress (2): 258/316 kB | 208/274 kB
Progress (2): 262/316 kB | 208/274 kB
Progress (2): 262/316 kB | 212/274 kB
Progress (2): 262/316 kB | 217/274 kB
Progress (2): 262/316 kB | 221/274 kB
Progress (2): 262/316 kB | 225/274 kB
Progress (2): 262/316 kB | 229/274 kB
Progress (2): 266/316 kB | 229/274 kB
Progress (2): 270/316 kB | 229/274 kB
Progress (2): 274/316 kB | 229/274 kB
Progress (2): 278/316 kB | 229/274 kB
Progress (2): 278/316 kB | 233/274 kB
Progress (2): 278/316 kB | 237/274 kB
Progress (2): 278/316 kB | 241/274 kB
Progress (2): 278/316 kB | 245/274 kB
Progress (2): 282/316 kB | 245/274 kB
Progress (2): 282/316 kB | 249/274 kB
Progress (2): 286/316 kB | 249/274 kB
Progress (2): 286/316 kB | 253/274 kB
Progress (2): 290/316 kB | 253/274 kB
Progress (2): 290/316 kB | 258/274 kB
Progress (2): 294/316 kB | 258/274 kB
Progress (2): 294/316 kB | 262/274 kB
Progress (2): 294/316 kB | 266/274 kB
Progress (2): 294/316 kB | 270/274 kB
Progress (2): 294/316 kB | 274/274 kB
Progress (2): 294/316 kB | 274 kB    
Progress (2): 298/316 kB | 274 kB
Progress (2): 303/316 kB | 274 kB
Progress (2): 307/316 kB | 274 kB
Progress (2): 311/316 kB | 274 kB
Progress (2): 315/316 kB | 274 kB
Progress (2): 316 kB | 274 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 4.5 MB/s)
18:10:17 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar (274 kB at 3.6 MB/s)
18:10:18 Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 kB at 55 kB/s)
18:10:18 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.json/target/surefire-reports
18:10:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.pom
18:10:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.pom
18:10:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.pom
18:10:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.pom
18:10:18 Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.pom (2.5 kB at 64 kB/s)
18:10:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom
18:10:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom
18:10:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom
18:10:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom
18:10:18 Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom (2.5 kB at 41 kB/s)
18:10:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.jar
18:10:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.jar
18:10:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.jar
18:10:19 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.jar
18:10:20 Progress (1): 4.1/68 kB
Progress (1): 7.7/68 kB
Progress (1): 12/68 kB 
Progress (1): 16/68 kB
Progress (1): 20/68 kB
Progress (1): 24/68 kB
Progress (1): 28/68 kB
Progress (1): 32/68 kB
Progress (1): 36/68 kB
Progress (1): 40/68 kB
Progress (1): 45/68 kB
Progress (1): 49/68 kB
Progress (1): 53/68 kB
Progress (1): 57/68 kB
Progress (1): 61/68 kB
Progress (1): 65/68 kB
Progress (1): 68 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.jar (68 kB at 88 kB/s)
18:10:20 
18:10:20 -------------------------------------------------------
18:10:20  T E S T S
18:10:20 -------------------------------------------------------
18:10:20 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:10:20 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:10:20 Running org.json.SelfUseTest
18:10:21 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.json.SelfUseTest
18:10:21 Running org.json.ParsingTest
18:10:21 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.json.ParsingTest
18:10:21 Running org.json.JSONTokenerTest
18:10:21 Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.json.JSONTokenerTest
18:10:21 Running org.json.JSONStringerTest
18:10:21 Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.json.JSONStringerTest
18:10:21 Running org.json.JSONObjectTest
18:10:21 Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.json.JSONObjectTest
18:10:21 Running org.json.JSONArrayTest
18:10:21 Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.json.JSONArrayTest
18:10:21 Running org.json.CompatibilityTest
18:10:21 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.json.CompatibilityTest
18:10:21 
18:10:21 Results :
18:10:21 
18:10:21 Tests run: 187, Failures: 0, Errors: 0, Skipped: 0
18:10:21 
18:10:21 [INFO] 
18:10:21 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.json ---
18:10:21 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT.jar
18:10:21 [INFO] 
18:10:21 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.json ---
18:10:21 [INFO] 
18:10:21 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.json ---
18:10:21 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT-tests.jar
18:10:21 [INFO] 
18:10:21 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.json ---
18:10:21 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT-sources.jar
18:10:21 [INFO] 
18:10:21 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.json ---
18:10:21 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT-test-sources.jar
18:10:21 [INFO] 
18:10:21 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.json ---
18:10:21 [INFO] Skipping duplicate-finder execution!
18:10:21 [INFO] 
18:10:21 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.json ---
18:10:21 [INFO] Signature checking is skipped.
18:10:21 [INFO] 
18:10:21 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.json ---
18:10:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-SNAPSHOT.jar
18:10:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.json/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-SNAPSHOT.pom
18:10:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-SNAPSHOT-tests.jar
18:10:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-SNAPSHOT-sources.jar
18:10:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/6.0.300-SNAPSHOT/org.eclipse.scout.json-6.0.300-SNAPSHOT-test-sources.jar
18:10:21 [INFO] 
18:10:21 [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform >---------
18:10:21 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform 6.0.300-SNAPSHOT [3/30]
18:10:21 [INFO] --------------------------------[ jar ]---------------------------------
18:10:21 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jboss/jandex/jandex-maven-plugin/1.0.3/jandex-maven-plugin-1.0.3.pom
18:10:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jboss/jandex/jandex-maven-plugin/1.0.3/jandex-maven-plugin-1.0.3.pom
18:10:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jboss/jandex/jandex-maven-plugin/1.0.3/jandex-maven-plugin-1.0.3.pom
18:10:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.0.3/jandex-maven-plugin-1.0.3.pom
18:10:21 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.0.3/jandex-maven-plugin-1.0.3.pom (9.9 kB at 84 kB/s)
18:10:21 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jboss/jboss-parent/14/jboss-parent-14.pom
18:10:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jboss/jboss-parent/14/jboss-parent-14.pom
18:10:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jboss/jboss-parent/14/jboss-parent-14.pom
18:10:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/14/jboss-parent-14.pom
18:10:22 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
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/14/jboss-parent-14.pom (33 kB at 517 kB/s)
18:10:22 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.0.3/maven-3.0.3.pom
18:10:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/3.0.3/maven-3.0.3.pom
18:10:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven/3.0.3/maven-3.0.3.pom
18:10:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom
18:10:22 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 23 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom (23 kB at 611 kB/s)
18:10:22 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jboss/jandex/jandex-maven-plugin/1.0.3/jandex-maven-plugin-1.0.3.jar
18:10:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jboss/jandex/jandex-maven-plugin/1.0.3/jandex-maven-plugin-1.0.3.jar
18:10:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jboss/jandex/jandex-maven-plugin/1.0.3/jandex-maven-plugin-1.0.3.jar
18:10:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.0.3/jandex-maven-plugin-1.0.3.jar
18:10:23 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.0.3/jandex-maven-plugin-1.0.3.jar (11 kB at 138 kB/s)
18:10:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jboss/jandex/1.2.2.Final/jandex-1.2.2.Final.pom
18:10:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jboss/jandex/1.2.2.Final/jandex-1.2.2.Final.pom
18:10:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jboss/jandex/1.2.2.Final/jandex-1.2.2.Final.pom
18:10:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/1.2.2.Final/jandex-1.2.2.Final.pom
18:10:23 Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/1.2.2.Final/jandex-1.2.2.Final.pom (3.5 kB at 68 kB/s)
18:10:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jboss/jboss-parent/12/jboss-parent-12.pom
18:10:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jboss/jboss-parent/12/jboss-parent-12.pom
18:10:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jboss/jboss-parent/12/jboss-parent-12.pom
18:10:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/12/jboss-parent-12.pom
18:10:23 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): 32 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/12/jboss-parent-12.pom (32 kB at 290 kB/s)
18:10:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/mail/javax.mail/1.5.4/javax.mail-1.5.4.pom
18:10:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/mail/javax.mail/1.5.4/javax.mail-1.5.4.pom
18:10:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/mail/javax.mail/1.5.4/javax.mail-1.5.4.pom
18:10:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/javax.mail/1.5.4/javax.mail-1.5.4.pom
18:10:24 Progress (1): 4.1 kB
Progress (1): 5.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/javax.mail/1.5.4/javax.mail-1.5.4.pom (5.1 kB at 50 kB/s)
18:10:24 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/mail/all/1.5.4/all-1.5.4.pom
18:10:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/mail/all/1.5.4/all-1.5.4.pom
18:10:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/mail/all/1.5.4/all-1.5.4.pom
18:10:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/all/1.5.4/all-1.5.4.pom
18:10:24 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/all/1.5.4/all-1.5.4.pom (20 kB at 263 kB/s)
18:10:24 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/java/jvnet-parent/1/jvnet-parent-1.pom
18:10:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/java/jvnet-parent/1/jvnet-parent-1.pom
18:10:25 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/java/jvnet-parent/1/jvnet-parent-1.pom
18:10:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom
18:10:26 Progress (1): 4.1 kB
Progress (1): 4.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 181 kB/s)
18:10:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/activation/activation/1.1/activation-1.1.pom
18:10:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/activation/activation/1.1/activation-1.1.pom
18:10:26 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/activation/activation/1.1/activation-1.1.pom
18:10:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom
18:10:26 Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom (1.1 kB at 23 kB/s)
18:10:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/quartz-scheduler/quartz/2.2.2/quartz-2.2.2.pom
18:10:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/quartz-scheduler/quartz/2.2.2/quartz-2.2.2.pom
18:10:26 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/quartz-scheduler/quartz/2.2.2/quartz-2.2.2.pom
18:10:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/quartz-scheduler/quartz/2.2.2/quartz-2.2.2.pom
18:10:27 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/quartz-scheduler/quartz/2.2.2/quartz-2.2.2.pom (9.6 kB at 64 kB/s)
18:10:27 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/quartz-scheduler/quartz-parent/2.2.2/quartz-parent-2.2.2.pom
18:10:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/quartz-scheduler/quartz-parent/2.2.2/quartz-parent-2.2.2.pom
18:10:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/quartz-scheduler/quartz-parent/2.2.2/quartz-parent-2.2.2.pom
18:10:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/quartz-scheduler/quartz-parent/2.2.2/quartz-parent-2.2.2.pom
18:10:27 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 14 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/quartz-scheduler/quartz-parent/2.2.2/quartz-parent-2.2.2.pom (14 kB at 270 kB/s)
18:10:27 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/jul-to-slf4j/1.7.12/jul-to-slf4j-1.7.12.pom
18:10:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/jul-to-slf4j/1.7.12/jul-to-slf4j-1.7.12.pom
18:10:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/jul-to-slf4j/1.7.12/jul-to-slf4j-1.7.12.pom
18:10:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.12/jul-to-slf4j-1.7.12.pom
18:10:27 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.12/jul-to-slf4j-1.7.12.pom (2.0 kB at 40 kB/s)
18:10:27 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/ch/qos/logback/logback-classic/1.1.3/logback-classic-1.1.3.pom
18:10:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/ch/qos/logback/logback-classic/1.1.3/logback-classic-1.1.3.pom
18:10:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/ch/qos/logback/logback-classic/1.1.3/logback-classic-1.1.3.pom
18:10:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.3/logback-classic-1.1.3.pom
18:10:28 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.3/logback-classic-1.1.3.pom (13 kB at 38 kB/s)
18:10:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/ch/qos/logback/logback-parent/1.1.3/logback-parent-1.1.3.pom
18:10:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/ch/qos/logback/logback-parent/1.1.3/logback-parent-1.1.3.pom
18:10:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/ch/qos/logback/logback-parent/1.1.3/logback-parent-1.1.3.pom
18:10:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.3/logback-parent-1.1.3.pom
18:10:28 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.3/logback-parent-1.1.3.pom (16 kB at 211 kB/s)
18:10:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.pom
18:10:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.pom
18:10:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.pom
18:10:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.pom
18:10:29 Progress (1): 4.1 kB
Progress (1): 4.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.pom (4.2 kB at 29 kB/s)
18:10:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-jdk14/1.7.12/slf4j-jdk14-1.7.12.pom
18:10:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-jdk14/1.7.12/slf4j-jdk14-1.7.12.pom
18:10:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-jdk14/1.7.12/slf4j-jdk14-1.7.12.pom
18:10:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.7.12/slf4j-jdk14-1.7.12.pom
18:10:29 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.7.12/slf4j-jdk14-1.7.12.pom (1.7 kB at 12 kB/s)
18:10:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jboss/jandex/1.2.2.Final/jandex-1.2.2.Final.jar
18:10:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/activation/activation/1.1/activation-1.1.jar
18:10:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/mail/javax.mail/1.5.4/javax.mail-1.5.4.jar
18:10:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/jul-to-slf4j/1.7.12/jul-to-slf4j-1.7.12.jar
18:10:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/quartz-scheduler/quartz/2.2.2/quartz-2.2.2.jar
18:10:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/ch/qos/logback/logback-classic/1.1.3/logback-classic-1.1.3.jar
18:10:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.jar
18:10:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-jdk14/1.7.12/slf4j-jdk14-1.7.12.jar
18:10:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jboss/jandex/1.2.2.Final/jandex-1.2.2.Final.jar
18:10:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/jul-to-slf4j/1.7.12/jul-to-slf4j-1.7.12.jar
18:10:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/activation/activation/1.1/activation-1.1.jar
18:10:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/mail/javax.mail/1.5.4/javax.mail-1.5.4.jar
18:10:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/quartz-scheduler/quartz/2.2.2/quartz-2.2.2.jar
18:10:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/ch/qos/logback/logback-classic/1.1.3/logback-classic-1.1.3.jar
18:10:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.jar
18:10:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-jdk14/1.7.12/slf4j-jdk14-1.7.12.jar
18:10:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jboss/jandex/1.2.2.Final/jandex-1.2.2.Final.jar
18:10:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/quartz-scheduler/quartz/2.2.2/quartz-2.2.2.jar
18:10:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/activation/activation/1.1/activation-1.1.jar
18:10:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/mail/javax.mail/1.5.4/javax.mail-1.5.4.jar
18:10:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/jul-to-slf4j/1.7.12/jul-to-slf4j-1.7.12.jar
18:10:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/ch/qos/logback/logback-classic/1.1.3/logback-classic-1.1.3.jar
18:10:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.jar
18:10:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-jdk14/1.7.12/slf4j-jdk14-1.7.12.jar
18:10:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/1.2.2.Final/jandex-1.2.2.Final.jar
18:10:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar
18:10:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/javax.mail/1.5.4/javax.mail-1.5.4.jar
18:10:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.12/jul-to-slf4j-1.7.12.jar
18:10:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/quartz-scheduler/quartz/2.2.2/quartz-2.2.2.jar
18:10:30 Progress (1): 4.1/63 kB
Progress (1): 7.7/63 kB
Progress (1): 12/63 kB 
Progress (1): 16/63 kB
Progress (1): 20/63 kB
Progress (1): 24/63 kB
Progress (1): 28/63 kB
Progress (1): 32/63 kB
Progress (1): 36/63 kB
Progress (1): 40/63 kB
Progress (1): 45/63 kB
Progress (1): 49/63 kB
Progress (1): 53/63 kB
Progress (1): 57/63 kB
Progress (1): 61/63 kB
Progress (1): 63 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar (63 kB at 913 kB/s)
18:10:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.3/logback-classic-1.1.3.jar
18:10:30 Progress (1): 4.1/660 kB
Progress (1): 7.7/660 kB
Progress (1): 12/660 kB 
Progress (1): 16/660 kB
Progress (1): 20/660 kB
Progress (1): 24/660 kB
Progress (1): 28/660 kB
Progress (1): 32/660 kB
Progress (1): 36/660 kB
Progress (1): 40/660 kB
Progress (1): 45/660 kB
Progress (1): 49/660 kB
Progress (1): 53/660 kB
Progress (1): 57/660 kB
Progress (1): 61/660 kB
Progress (1): 65/660 kB
Progress (1): 69/660 kB
Progress (1): 73/660 kB
Progress (1): 77/660 kB
Progress (1): 81/660 kB
Progress (1): 85/660 kB
Progress (1): 90/660 kB
Progress (1): 94/660 kB
Progress (1): 98/660 kB
Progress (1): 102/660 kB
Progress (1): 106/660 kB
Progress (1): 110/660 kB
Progress (1): 114/660 kB
Progress (1): 118/660 kB
Progress (1): 122/660 kB
Progress (1): 126/660 kB
Progress (1): 131/660 kB
Progress (1): 135/660 kB
Progress (1): 139/660 kB
Progress (1): 143/660 kB
Progress (1): 147/660 kB
Progress (2): 147/660 kB | 4.1/582 kB
Progress (2): 147/660 kB | 7.7/582 kB
Progress (2): 147/660 kB | 12/582 kB 
Progress (2): 147/660 kB | 16/582 kB
Progress (2): 147/660 kB | 20/582 kB
Progress (2): 147/660 kB | 24/582 kB
Progress (2): 147/660 kB | 28/582 kB
Progress (2): 147/660 kB | 32/582 kB
Progress (2): 147/660 kB | 36/582 kB
Progress (2): 147/660 kB | 40/582 kB
Progress (2): 147/660 kB | 45/582 kB
Progress (2): 147/660 kB | 49/582 kB
Progress (2): 147/660 kB | 53/582 kB
Progress (2): 147/660 kB | 57/582 kB
Progress (2): 147/660 kB | 61/582 kB
Progress (2): 147/660 kB | 65/582 kB
Progress (2): 147/660 kB | 69/582 kB
Progress (2): 147/660 kB | 73/582 kB
Progress (2): 147/660 kB | 77/582 kB
Progress (2): 147/660 kB | 81/582 kB
Progress (2): 147/660 kB | 85/582 kB
Progress (2): 147/660 kB | 90/582 kB
Progress (2): 147/660 kB | 94/582 kB
Progress (2): 147/660 kB | 98/582 kB
Progress (2): 147/660 kB | 102/582 kB
Progress (2): 147/660 kB | 106/582 kB
Progress (2): 147/660 kB | 110/582 kB
Progress (2): 147/660 kB | 114/582 kB
Progress (2): 147/660 kB | 118/582 kB
Progress (2): 147/660 kB | 122/582 kB
Progress (2): 147/660 kB | 126/582 kB
Progress (2): 147/660 kB | 131/582 kB
Progress (2): 147/660 kB | 135/582 kB
Progress (2): 147/660 kB | 139/582 kB
Progress (2): 147/660 kB | 143/582 kB
Progress (2): 147/660 kB | 147/582 kB
Progress (2): 147/660 kB | 151/582 kB
Progress (2): 147/660 kB | 155/582 kB
Progress (2): 147/660 kB | 159/582 kB
Progress (2): 147/660 kB | 163/582 kB
Progress (2): 147/660 kB | 167/582 kB
Progress (2): 147/660 kB | 171/582 kB
Progress (2): 147/660 kB | 176/582 kB
Progress (2): 147/660 kB | 180/582 kB
Progress (2): 147/660 kB | 184/582 kB
Progress (2): 147/660 kB | 188/582 kB
Progress (2): 147/660 kB | 192/582 kB
Progress (2): 147/660 kB | 196/582 kB
Progress (2): 147/660 kB | 200/582 kB
Progress (2): 147/660 kB | 204/582 kB
Progress (2): 147/660 kB | 208/582 kB
Progress (2): 147/660 kB | 212/582 kB
Progress (2): 147/660 kB | 217/582 kB
Progress (2): 147/660 kB | 221/582 kB
Progress (2): 147/660 kB | 225/582 kB
Progress (2): 147/660 kB | 229/582 kB
Progress (2): 147/660 kB | 233/582 kB
Progress (2): 147/660 kB | 237/582 kB
Progress (2): 147/660 kB | 241/582 kB
Progress (2): 147/660 kB | 245/582 kB
Progress (2): 147/660 kB | 249/582 kB
Progress (2): 147/660 kB | 253/582 kB
Progress (2): 147/660 kB | 258/582 kB
Progress (2): 147/660 kB | 262/582 kB
Progress (2): 147/660 kB | 266/582 kB
Progress (2): 147/660 kB | 270/582 kB
Progress (2): 147/660 kB | 274/582 kB
Progress (2): 147/660 kB | 278/582 kB
Progress (2): 147/660 kB | 282/582 kB
Progress (2): 147/660 kB | 286/582 kB
Progress (2): 147/660 kB | 290/582 kB
Progress (2): 147/660 kB | 294/582 kB
Progress (2): 147/660 kB | 298/582 kB
Progress (2): 147/660 kB | 303/582 kB
Progress (2): 147/660 kB | 307/582 kB
Progress (2): 147/660 kB | 311/582 kB
Progress (2): 147/660 kB | 315/582 kB
Progress (2): 147/660 kB | 319/582 kB
Progress (2): 147/660 kB | 323/582 kB
Progress (2): 147/660 kB | 327/582 kB
Progress (2): 147/660 kB | 331/582 kB
Progress (2): 147/660 kB | 335/582 kB
Progress (2): 147/660 kB | 339/582 kB
Progress (2): 147/660 kB | 344/582 kB
Progress (2): 147/660 kB | 348/582 kB
Progress (2): 147/660 kB | 352/582 kB
Progress (2): 147/660 kB | 356/582 kB
Progress (2): 147/660 kB | 360/582 kB
Progress (2): 147/660 kB | 364/582 kB
Progress (2): 147/660 kB | 368/582 kB
Progress (2): 147/660 kB | 372/582 kB
Progress (2): 151/660 kB | 372/582 kB
Progress (2): 151/660 kB | 376/582 kB
Progress (2): 155/660 kB | 376/582 kB
Progress (2): 159/660 kB | 376/582 kB
Progress (2): 163/660 kB | 376/582 kB
Progress (2): 163/660 kB | 380/582 kB
Progress (2): 163/660 kB | 384/582 kB
Progress (2): 163/660 kB | 389/582 kB
Progress (2): 163/660 kB | 393/582 kB
Progress (2): 167/660 kB | 393/582 kB
Progress (2): 171/660 kB | 393/582 kB
Progress (2): 176/660 kB | 393/582 kB
Progress (2): 176/660 kB | 397/582 kB
Progress (2): 180/660 kB | 397/582 kB
Progress (2): 180/660 kB | 401/582 kB
Progress (2): 180/660 kB | 405/582 kB
Progress (2): 180/660 kB | 409/582 kB
Progress (2): 184/660 kB | 409/582 kB
Progress (2): 184/660 kB | 413/582 kB
Progress (2): 188/660 kB | 413/582 kB
Progress (2): 188/660 kB | 417/582 kB
Progress (2): 192/660 kB | 417/582 kB
Progress (2): 192/660 kB | 421/582 kB
Progress (2): 196/660 kB | 421/582 kB
Progress (2): 196/660 kB | 425/582 kB
Progress (2): 196/660 kB | 430/582 kB
Progress (2): 200/660 kB | 430/582 kB
Progress (2): 200/660 kB | 434/582 kB
Progress (2): 204/660 kB | 434/582 kB
Progress (2): 204/660 kB | 438/582 kB
Progress (2): 208/660 kB | 438/582 kB
Progress (2): 208/660 kB | 442/582 kB
Progress (2): 212/660 kB | 442/582 kB
Progress (2): 212/660 kB | 446/582 kB
Progress (2): 212/660 kB | 450/582 kB
Progress (2): 217/660 kB | 450/582 kB
Progress (2): 217/660 kB | 454/582 kB
Progress (2): 217/660 kB | 458/582 kB
Progress (2): 221/660 kB | 458/582 kB
Progress (2): 225/660 kB | 458/582 kB
Progress (2): 229/660 kB | 458/582 kB
Progress (2): 229/660 kB | 462/582 kB
Progress (2): 229/660 kB | 466/582 kB
Progress (2): 229/660 kB | 471/582 kB
Progress (2): 229/660 kB | 475/582 kB
Progress (2): 233/660 kB | 475/582 kB
Progress (2): 237/660 kB | 475/582 kB
Progress (2): 237/660 kB | 479/582 kB
Progress (2): 241/660 kB | 479/582 kB
Progress (2): 241/660 kB | 483/582 kB
Progress (2): 245/660 kB | 483/582 kB
Progress (2): 245/660 kB | 487/582 kB
Progress (3): 245/660 kB | 487/582 kB | 4.1/79 kB
Progress (3): 245/660 kB | 491/582 kB | 4.1/79 kB
Progress (3): 245/660 kB | 491/582 kB | 7.7/79 kB
Progress (3): 245/660 kB | 491/582 kB | 12/79 kB 
Progress (3): 249/660 kB | 491/582 kB | 12/79 kB
Progress (3): 249/660 kB | 491/582 kB | 16/79 kB
Progress (3): 253/660 kB | 491/582 kB | 16/79 kB
Progress (3): 253/660 kB | 495/582 kB | 16/79 kB
Progress (3): 258/660 kB | 495/582 kB | 16/79 kB
Progress (3): 258/660 kB | 499/582 kB | 16/79 kB
Progress (3): 262/660 kB | 499/582 kB | 16/79 kB
Progress (3): 262/660 kB | 503/582 kB | 16/79 kB
Progress (3): 262/660 kB | 503/582 kB | 20/79 kB
Progress (3): 262/660 kB | 507/582 kB | 20/79 kB
Progress (3): 262/660 kB | 507/582 kB | 24/79 kB
Progress (3): 262/660 kB | 507/582 kB | 28/79 kB
Progress (3): 262/660 kB | 507/582 kB | 32/79 kB
Progress (3): 266/660 kB | 507/582 kB | 32/79 kB
Progress (3): 266/660 kB | 511/582 kB | 32/79 kB
Progress (3): 270/660 kB | 511/582 kB | 32/79 kB
Progress (4): 270/660 kB | 511/582 kB | 32/79 kB | 4.1/4.7 kB
Progress (4): 274/660 kB | 511/582 kB | 32/79 kB | 4.1/4.7 kB
Progress (4): 274/660 kB | 516/582 kB | 32/79 kB | 4.1/4.7 kB
Progress (4): 278/660 kB | 516/582 kB | 32/79 kB | 4.1/4.7 kB
Progress (4): 278/660 kB | 516/582 kB | 32/79 kB | 4.7 kB    
Progress (4): 278/660 kB | 516/582 kB | 36/79 kB | 4.7 kB
Progress (4): 278/660 kB | 520/582 kB | 36/79 kB | 4.7 kB
Progress (4): 278/660 kB | 520/582 kB | 40/79 kB | 4.7 kB
Progress (4): 278/660 kB | 524/582 kB | 40/79 kB | 4.7 kB
Progress (4): 278/660 kB | 524/582 kB | 45/79 kB | 4.7 kB
Progress (4): 282/660 kB | 524/582 kB | 45/79 kB | 4.7 kB
Progress (4): 282/660 kB | 524/582 kB | 49/79 kB | 4.7 kB
Progress (4): 286/660 kB | 524/582 kB | 49/79 kB | 4.7 kB
Progress (4): 286/660 kB | 528/582 kB | 49/79 kB | 4.7 kB
Progress (4): 290/660 kB | 528/582 kB | 49/79 kB | 4.7 kB
Progress (4): 290/660 kB | 532/582 kB | 49/79 kB | 4.7 kB
Progress (4): 294/660 kB | 532/582 kB | 49/79 kB | 4.7 kB
Progress (4): 294/660 kB | 536/582 kB | 49/79 kB | 4.7 kB
Progress (4): 294/660 kB | 536/582 kB | 53/79 kB | 4.7 kB
Progress (4): 294/660 kB | 540/582 kB | 53/79 kB | 4.7 kB
Progress (4): 294/660 kB | 540/582 kB | 57/79 kB | 4.7 kB
Progress (4): 298/660 kB | 540/582 kB | 57/79 kB | 4.7 kB
Progress (4): 298/660 kB | 540/582 kB | 61/79 kB | 4.7 kB
Progress (4): 303/660 kB | 540/582 kB | 61/79 kB | 4.7 kB
Progress (4): 303/660 kB | 544/582 kB | 61/79 kB | 4.7 kB
Progress (4): 303/660 kB | 544/582 kB | 65/79 kB | 4.7 kB
Progress (4): 303/660 kB | 548/582 kB | 65/79 kB | 4.7 kB
Progress (4): 307/660 kB | 548/582 kB | 65/79 kB | 4.7 kB
Progress (4): 307/660 kB | 552/582 kB | 65/79 kB | 4.7 kB
Progress (4): 311/660 kB | 552/582 kB | 65/79 kB | 4.7 kB
Progress (4): 311/660 kB | 557/582 kB | 65/79 kB | 4.7 kB
Progress (4): 311/660 kB | 557/582 kB | 69/79 kB | 4.7 kB
Progress (4): 311/660 kB | 557/582 kB | 73/79 kB | 4.7 kB
Progress (4): 315/660 kB | 557/582 kB | 73/79 kB | 4.7 kB
Progress (4): 315/660 kB | 557/582 kB | 77/79 kB | 4.7 kB
Progress (4): 319/660 kB | 557/582 kB | 77/79 kB | 4.7 kB
Progress (4): 319/660 kB | 561/582 kB | 77/79 kB | 4.7 kB
Progress (4): 323/660 kB | 561/582 kB | 77/79 kB | 4.7 kB
Progress (4): 323/660 kB | 561/582 kB | 79 kB | 4.7 kB   
Progress (4): 327/660 kB | 561/582 kB | 79 kB | 4.7 kB
Progress (4): 327/660 kB | 565/582 kB | 79 kB | 4.7 kB
Progress (4): 327/660 kB | 569/582 kB | 79 kB | 4.7 kB
Progress (4): 327/660 kB | 573/582 kB | 79 kB | 4.7 kB
Progress (4): 331/660 kB | 573/582 kB | 79 kB | 4.7 kB
Progress (4): 335/660 kB | 573/582 kB | 79 kB | 4.7 kB
Progress (4): 335/660 kB | 577/582 kB | 79 kB | 4.7 kB
Progress (4): 339/660 kB | 577/582 kB | 79 kB | 4.7 kB
Progress (4): 339/660 kB | 581/582 kB | 79 kB | 4.7 kB
Progress (4): 344/660 kB | 581/582 kB | 79 kB | 4.7 kB
Progress (4): 344/660 kB | 582 kB | 79 kB | 4.7 kB    
Progress (4): 348/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 352/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 356/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 360/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 364/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 368/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 372/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 376/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 380/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 384/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 389/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 393/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 397/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 401/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 405/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 409/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 413/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 417/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 421/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 425/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 430/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 434/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (4): 438/660 kB | 582 kB | 79 kB | 4.7 kB
Progress (5): 438/660 kB | 582 kB | 79 kB | 4.7 kB | 4.1/281 kB
Progress (5): 442/660 kB | 582 kB | 79 kB | 4.7 kB | 4.1/281 kB
Progress (5): 442/660 kB | 582 kB | 79 kB | 4.7 kB | 7.7/281 kB
Progress (5): 442/660 kB | 582 kB | 79 kB | 4.7 kB | 12/281 kB 
Progress (5): 442/660 kB | 582 kB | 79 kB | 4.7 kB | 16/281 kB
Progress (5): 446/660 kB | 582 kB | 79 kB | 4.7 kB | 16/281 kB
Progress (5): 450/660 kB | 582 kB | 79 kB | 4.7 kB | 16/281 kB
Progress (5): 454/660 kB | 582 kB | 79 kB | 4.7 kB | 16/281 kB
Progress (5): 458/660 kB | 582 kB | 79 kB | 4.7 kB | 16/281 kB
Progress (5): 458/660 kB | 582 kB | 79 kB | 4.7 kB | 20/281 kB
Progress (5): 458/660 kB | 582 kB | 79 kB | 4.7 kB | 24/281 kB
Progress (5): 458/660 kB | 582 kB | 79 kB | 4.7 kB | 28/281 kB
Progress (5): 462/660 kB | 582 kB | 79 kB | 4.7 kB | 28/281 kB
Progress (5): 462/660 kB | 582 kB | 79 kB | 4.7 kB | 32/281 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.12/jul-to-slf4j-1.7.12.jar (4.7 kB at 22 kB/s)
18:10:30 Progress (4): 466/660 kB | 582 kB | 79 kB | 32/281 kB
Progress (4): 466/660 kB | 582 kB | 79 kB | 36/281 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.jar
18:10:30 Progress (4): 466/660 kB | 582 kB | 79 kB | 40/281 kB
Progress (4): 471/660 kB | 582 kB | 79 kB | 40/281 kB
Progress (4): 471/660 kB | 582 kB | 79 kB | 45/281 kB
Progress (4): 475/660 kB | 582 kB | 79 kB | 45/281 kB
Progress (4): 475/660 kB | 582 kB | 79 kB | 49/281 kB
Progress (4): 479/660 kB | 582 kB | 79 kB | 49/281 kB
Progress (4): 483/660 kB | 582 kB | 79 kB | 49/281 kB
Progress (4): 487/660 kB | 582 kB | 79 kB | 49/281 kB
Progress (4): 487/660 kB | 582 kB | 79 kB | 53/281 kB
Progress (4): 491/660 kB | 582 kB | 79 kB | 53/281 kB
Progress (4): 495/660 kB | 582 kB | 79 kB | 53/281 kB
Progress (4): 499/660 kB | 582 kB | 79 kB | 53/281 kB
Progress (4): 503/660 kB | 582 kB | 79 kB | 53/281 kB
Progress (4): 503/660 kB | 582 kB | 79 kB | 57/281 kB
Progress (4): 507/660 kB | 582 kB | 79 kB | 57/281 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/javax.mail/1.5.4/javax.mail-1.5.4.jar (582 kB at 2.5 MB/s)
18:10:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.7.12/slf4j-jdk14-1.7.12.jar
18:10:30 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/1.2.2.Final/jandex-1.2.2.Final.jar (79 kB at 338 kB/s)
18:10:30 Progress (2): 507/660 kB | 61/281 kB
Progress (2): 511/660 kB | 61/281 kB
Progress (2): 511/660 kB | 65/281 kB
Progress (2): 516/660 kB | 65/281 kB
Progress (2): 520/660 kB | 65/281 kB
Progress (2): 524/660 kB | 65/281 kB
Progress (2): 524/660 kB | 69/281 kB
Progress (2): 524/660 kB | 73/281 kB
Progress (2): 528/660 kB | 73/281 kB
Progress (2): 528/660 kB | 77/281 kB
Progress (2): 532/660 kB | 77/281 kB
Progress (2): 532/660 kB | 81/281 kB
Progress (2): 536/660 kB | 81/281 kB
Progress (2): 540/660 kB | 81/281 kB
Progress (2): 540/660 kB | 85/281 kB
Progress (2): 544/660 kB | 85/281 kB
Progress (2): 544/660 kB | 90/281 kB
Progress (2): 548/660 kB | 90/281 kB
Progress (2): 548/660 kB | 94/281 kB
Progress (2): 552/660 kB | 94/281 kB
Progress (2): 552/660 kB | 98/281 kB
Progress (2): 557/660 kB | 98/281 kB
Progress (2): 557/660 kB | 102/281 kB
Progress (2): 561/660 kB | 102/281 kB
Progress (2): 561/660 kB | 106/281 kB
Progress (2): 565/660 kB | 106/281 kB
Progress (2): 565/660 kB | 110/281 kB
Progress (2): 569/660 kB | 110/281 kB
Progress (2): 569/660 kB | 114/281 kB
Progress (2): 573/660 kB | 114/281 kB
Progress (2): 573/660 kB | 118/281 kB
Progress (2): 577/660 kB | 118/281 kB
Progress (2): 577/660 kB | 122/281 kB
Progress (2): 581/660 kB | 122/281 kB
Progress (2): 581/660 kB | 126/281 kB
Progress (2): 585/660 kB | 126/281 kB
Progress (2): 585/660 kB | 131/281 kB
Progress (2): 589/660 kB | 131/281 kB
Progress (2): 589/660 kB | 135/281 kB
Progress (2): 593/660 kB | 135/281 kB
Progress (2): 593/660 kB | 139/281 kB
Progress (2): 597/660 kB | 139/281 kB
Progress (2): 597/660 kB | 143/281 kB
Progress (2): 602/660 kB | 143/281 kB
Progress (2): 602/660 kB | 147/281 kB
Progress (2): 606/660 kB | 147/281 kB
Progress (2): 606/660 kB | 151/281 kB
Progress (2): 610/660 kB | 151/281 kB
Progress (2): 610/660 kB | 155/281 kB
Progress (2): 614/660 kB | 155/281 kB
Progress (2): 614/660 kB | 159/281 kB
Progress (2): 618/660 kB | 159/281 kB
Progress (2): 618/660 kB | 163/281 kB
Progress (2): 622/660 kB | 163/281 kB
Progress (2): 622/660 kB | 167/281 kB
Progress (2): 626/660 kB | 167/281 kB
Progress (2): 626/660 kB | 171/281 kB
Progress (2): 630/660 kB | 171/281 kB
Progress (2): 630/660 kB | 176/281 kB
Progress (2): 634/660 kB | 176/281 kB
Progress (2): 634/660 kB | 180/281 kB
Progress (2): 638/660 kB | 180/281 kB
Progress (2): 638/660 kB | 184/281 kB
Progress (2): 643/660 kB | 184/281 kB
Progress (2): 643/660 kB | 188/281 kB
Progress (2): 647/660 kB | 188/281 kB
Progress (2): 647/660 kB | 192/281 kB
Progress (2): 651/660 kB | 192/281 kB
Progress (2): 651/660 kB | 196/281 kB
Progress (2): 655/660 kB | 196/281 kB
Progress (2): 659/660 kB | 196/281 kB
Progress (2): 660 kB | 196/281 kB    
Progress (2): 660 kB | 200/281 kB
Progress (2): 660 kB | 204/281 kB
Progress (2): 660 kB | 208/281 kB
Progress (2): 660 kB | 212/281 kB
Progress (2): 660 kB | 217/281 kB
Progress (2): 660 kB | 221/281 kB
Progress (2): 660 kB | 225/281 kB
Progress (2): 660 kB | 229/281 kB
Progress (2): 660 kB | 233/281 kB
Progress (2): 660 kB | 237/281 kB
Progress (2): 660 kB | 241/281 kB
Progress (2): 660 kB | 245/281 kB
Progress (2): 660 kB | 249/281 kB
Progress (2): 660 kB | 253/281 kB
Progress (2): 660 kB | 258/281 kB
Progress (2): 660 kB | 262/281 kB
Progress (2): 660 kB | 266/281 kB
Progress (2): 660 kB | 270/281 kB
Progress (2): 660 kB | 274/281 kB
Progress (2): 660 kB | 278/281 kB
Progress (2): 660 kB | 281 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/quartz-scheduler/quartz/2.2.2/quartz-2.2.2.jar (660 kB at 2.6 MB/s)
18:10:30 Progress (2): 281 kB | 4.1/7.9 kB
Progress (2): 281 kB | 7.7/7.9 kB
Progress (2): 281 kB | 7.9 kB    
Progress (3): 281 kB | 7.9 kB | 4.1/455 kB
Progress (3): 281 kB | 7.9 kB | 7.7/455 kB
Progress (3): 281 kB | 7.9 kB | 12/455 kB 
Progress (3): 281 kB | 7.9 kB | 16/455 kB
Progress (3): 281 kB | 7.9 kB | 20/455 kB
Progress (3): 281 kB | 7.9 kB | 24/455 kB
Progress (3): 281 kB | 7.9 kB | 28/455 kB
Progress (3): 281 kB | 7.9 kB | 32/455 kB
Progress (3): 281 kB | 7.9 kB | 36/455 kB
Progress (3): 281 kB | 7.9 kB | 40/455 kB
Progress (3): 281 kB | 7.9 kB | 45/455 kB
Progress (3): 281 kB | 7.9 kB | 49/455 kB
Progress (3): 281 kB | 7.9 kB | 53/455 kB
Progress (3): 281 kB | 7.9 kB | 57/455 kB
Progress (3): 281 kB | 7.9 kB | 61/455 kB
Progress (3): 281 kB | 7.9 kB | 65/455 kB
Progress (3): 281 kB | 7.9 kB | 69/455 kB
Progress (3): 281 kB | 7.9 kB | 73/455 kB
Progress (3): 281 kB | 7.9 kB | 77/455 kB
Progress (3): 281 kB | 7.9 kB | 81/455 kB
Progress (3): 281 kB | 7.9 kB | 85/455 kB
Progress (3): 281 kB | 7.9 kB | 90/455 kB
Progress (3): 281 kB | 7.9 kB | 94/455 kB
Progress (3): 281 kB | 7.9 kB | 98/455 kB
Progress (3): 281 kB | 7.9 kB | 102/455 kB
Progress (3): 281 kB | 7.9 kB | 106/455 kB
Progress (3): 281 kB | 7.9 kB | 110/455 kB
Progress (3): 281 kB | 7.9 kB | 114/455 kB
Progress (3): 281 kB | 7.9 kB | 118/455 kB
Progress (3): 281 kB | 7.9 kB | 122/455 kB
Progress (3): 281 kB | 7.9 kB | 126/455 kB
Progress (3): 281 kB | 7.9 kB | 131/455 kB
Progress (3): 281 kB | 7.9 kB | 135/455 kB
Progress (3): 281 kB | 7.9 kB | 139/455 kB
Progress (3): 281 kB | 7.9 kB | 143/455 kB
Progress (3): 281 kB | 7.9 kB | 147/455 kB
Progress (3): 281 kB | 7.9 kB | 151/455 kB
Progress (3): 281 kB | 7.9 kB | 155/455 kB
Progress (3): 281 kB | 7.9 kB | 159/455 kB
Progress (3): 281 kB | 7.9 kB | 163/455 kB
Progress (3): 281 kB | 7.9 kB | 167/455 kB
Progress (3): 281 kB | 7.9 kB | 171/455 kB
Progress (3): 281 kB | 7.9 kB | 176/455 kB
Progress (3): 281 kB | 7.9 kB | 180/455 kB
Progress (3): 281 kB | 7.9 kB | 184/455 kB
Progress (3): 281 kB | 7.9 kB | 188/455 kB
Progress (3): 281 kB | 7.9 kB | 192/455 kB
Progress (3): 281 kB | 7.9 kB | 196/455 kB
Progress (3): 281 kB | 7.9 kB | 200/455 kB
Progress (3): 281 kB | 7.9 kB | 204/455 kB
Progress (3): 281 kB | 7.9 kB | 208/455 kB
Progress (3): 281 kB | 7.9 kB | 212/455 kB
Progress (3): 281 kB | 7.9 kB | 217/455 kB
Progress (3): 281 kB | 7.9 kB | 221/455 kB
Progress (3): 281 kB | 7.9 kB | 225/455 kB
Progress (3): 281 kB | 7.9 kB | 229/455 kB
Progress (3): 281 kB | 7.9 kB | 233/455 kB
Progress (3): 281 kB | 7.9 kB | 237/455 kB
Progress (3): 281 kB | 7.9 kB | 241/455 kB
Progress (3): 281 kB | 7.9 kB | 245/455 kB
Progress (3): 281 kB | 7.9 kB | 249/455 kB
Progress (3): 281 kB | 7.9 kB | 253/455 kB
Progress (3): 281 kB | 7.9 kB | 258/455 kB
Progress (3): 281 kB | 7.9 kB | 262/455 kB
Progress (3): 281 kB | 7.9 kB | 266/455 kB
Progress (3): 281 kB | 7.9 kB | 270/455 kB
Progress (3): 281 kB | 7.9 kB | 274/455 kB
Progress (3): 281 kB | 7.9 kB | 278/455 kB
Progress (3): 281 kB | 7.9 kB | 282/455 kB
Progress (3): 281 kB | 7.9 kB | 286/455 kB
Progress (3): 281 kB | 7.9 kB | 290/455 kB
Progress (3): 281 kB | 7.9 kB | 294/455 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.7.12/slf4j-jdk14-1.7.12.jar (7.9 kB at 28 kB/s)
18:10:30 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.3/logback-classic-1.1.3.jar (281 kB at 1000 kB/s)
18:10:30 Progress (1): 298/455 kB
Progress (1): 303/455 kB
Progress (1): 307/455 kB
Progress (1): 311/455 kB
Progress (1): 315/455 kB
Progress (1): 319/455 kB
Progress (1): 323/455 kB
Progress (1): 327/455 kB
Progress (1): 331/455 kB
Progress (1): 335/455 kB
Progress (1): 339/455 kB
Progress (1): 344/455 kB
Progress (1): 348/455 kB
Progress (1): 352/455 kB
Progress (1): 356/455 kB
Progress (1): 360/455 kB
Progress (1): 364/455 kB
Progress (1): 368/455 kB
Progress (1): 372/455 kB
Progress (1): 376/455 kB
Progress (1): 380/455 kB
Progress (1): 384/455 kB
Progress (1): 389/455 kB
Progress (1): 393/455 kB
Progress (1): 397/455 kB
Progress (1): 401/455 kB
Progress (1): 405/455 kB
Progress (1): 409/455 kB
Progress (1): 413/455 kB
Progress (1): 417/455 kB
Progress (1): 421/455 kB
Progress (1): 425/455 kB
Progress (1): 430/455 kB
Progress (1): 434/455 kB
Progress (1): 438/455 kB
Progress (1): 442/455 kB
Progress (1): 446/455 kB
Progress (1): 450/455 kB
Progress (1): 454/455 kB
Progress (1): 455 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.jar (455 kB at 1.3 MB/s)
18:10:30 [INFO] 
18:10:30 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.platform ---
18:10:30 [INFO] 
18:10:30 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform ---
18:10:30 [INFO] Skipping Rule Enforcement.
18:10:30 [INFO] 
18:10:30 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.platform ---
18:10:32 [INFO] 
18:10:32 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.platform ---
18:10:32 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform/../org.eclipse.scout.rt/target/jacoco-all.exec
18:10:32 [INFO] 
18:10:32 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.platform ---
18:10:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:10:32 [INFO] Copying 1 resource
18:10:32 [INFO] 
18:10:32 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.platform ---
18:10:32 [INFO] Changes detected - recompiling the module!
18:10:32 [INFO] Compiling 338 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform/target/classes
18:10:33 [INFO] 
18:10:33 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.platform ---
18:10:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom
18:10:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom
18:10:33 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom
18:10:34 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom
18:10:34 Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom (2.3 kB at 79 kB/s)
18:10:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom
18:10:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom
18:10:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom
18:10:34 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom
18:10:35 Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom (3.9 kB at 3.7 kB/s)
18:10:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
18:10:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
18:10:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
18:10:35 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
18:10:36 Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 48 kB/s)
18:10:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom
18:10:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom
18:10:36 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom
18:10:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom
18:10:36 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom (1.9 kB at 51 kB/s)
18:10:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom
18:10:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom
18:10:36 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom
18:10:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom
18:10:36 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom (3.0 kB at 79 kB/s)
18:10:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom
18:10:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom
18:10:36 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom
18:10:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom
18:10:37 Progress (1): 3.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom (3.6 kB at 13 kB/s)
18:10:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom
18:10:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom
18:10:37 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom
18:10:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom
18:10:37 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom (3.0 kB at 56 kB/s)
18:10:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom
18:10:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom
18:10:38 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom
18:10:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom
18:10:38 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom (1.8 kB at 41 kB/s)
18:10:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom
18:10:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom
18:10:38 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom
18:10:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom
18:10:38 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom (9.3 kB at 178 kB/s)
18:10:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/7/forge-parent-7.pom
18:10:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/forge/forge-parent/7/forge-parent-7.pom
18:10:38 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/forge/forge-parent/7/forge-parent-7.pom
18:10:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/7/forge-parent-7.pom
18:10:39 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/7/forge-parent-7.pom (13 kB at 295 kB/s)
18:10:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom
18:10:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom
18:10:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom
18:10:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom
18:10:39 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom (3.0 kB at 41 kB/s)
18:10:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom
18:10:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom
18:10:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom
18:10:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom
18:10:39 Progress (1): 4.1 kB
Progress (1): 7.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom (7.8 kB at 151 kB/s)
18:10:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom
18:10:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom
18:10:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom
18:10:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom
18:10:40 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom (13 kB at 332 kB/s)
18:10:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar
18:10:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar
18:10:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar
18:10:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar
18:10:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar
18:10:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
18:10:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar
18:10:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar
18:10:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar
18:10:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar
18:10:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar
18:10:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar
18:10:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar
18:10:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
18:10:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar
18:10:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar
18:10:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar
18:10:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar
18:10:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar
18:10:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar
18:10:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar
18:10:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
18:10:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar
18:10:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar
18:10:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar
18:10:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar
18:10:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar
18:10:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar
18:10:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar
18:10:41 Progress (1): 4.1/49 kB
Progress (1): 7.7/49 kB
Progress (1): 12/49 kB 
Progress (1): 16/49 kB
Progress (1): 20/49 kB
Progress (1): 24/49 kB
Progress (1): 28/49 kB
Progress (1): 32/49 kB
Progress (1): 36/49 kB
Progress (1): 40/49 kB
Progress (1): 45/49 kB
Progress (1): 49/49 kB
Progress (1): 49 kB   
Progress (2): 49 kB | 4.1/223 kB
Progress (2): 49 kB | 7.7/223 kB
Progress (2): 49 kB | 12/223 kB 
Progress (3): 49 kB | 12/223 kB | 4.1/163 kB
Progress (3): 49 kB | 16/223 kB | 4.1/163 kB
Progress (4): 49 kB | 16/223 kB | 4.1/163 kB | 4.1/196 kB
Progress (4): 49 kB | 16/223 kB | 7.7/163 kB | 4.1/196 kB
Progress (4): 49 kB | 16/223 kB | 7.7/163 kB | 7.7/196 kB
Progress (4): 49 kB | 16/223 kB | 12/163 kB | 7.7/196 kB 
Progress (4): 49 kB | 16/223 kB | 12/163 kB | 12/196 kB 
Progress (4): 49 kB | 16/223 kB | 16/163 kB | 12/196 kB
Progress (4): 49 kB | 16/223 kB | 16/163 kB | 16/196 kB
Progress (4): 49 kB | 20/223 kB | 16/163 kB | 16/196 kB
Progress (4): 49 kB | 24/223 kB | 16/163 kB | 16/196 kB
Progress (4): 49 kB | 28/223 kB | 16/163 kB | 16/196 kB
Progress (4): 49 kB | 28/223 kB | 16/163 kB | 20/196 kB
Progress (4): 49 kB | 28/223 kB | 20/163 kB | 20/196 kB
Progress (4): 49 kB | 28/223 kB | 20/163 kB | 24/196 kB
Progress (4): 49 kB | 32/223 kB | 20/163 kB | 24/196 kB
Progress (4): 49 kB | 32/223 kB | 20/163 kB | 28/196 kB
Progress (4): 49 kB | 32/223 kB | 24/163 kB | 28/196 kB
Progress (4): 49 kB | 32/223 kB | 24/163 kB | 32/196 kB
Progress (4): 49 kB | 32/223 kB | 28/163 kB | 32/196 kB
Progress (4): 49 kB | 32/223 kB | 32/163 kB | 32/196 kB
Progress (4): 49 kB | 36/223 kB | 32/163 kB | 32/196 kB
Progress (4): 49 kB | 40/223 kB | 32/163 kB | 32/196 kB
Progress (4): 49 kB | 40/223 kB | 32/163 kB | 36/196 kB
Progress (4): 49 kB | 45/223 kB | 32/163 kB | 36/196 kB
Progress (4): 49 kB | 45/223 kB | 32/163 kB | 40/196 kB
Progress (4): 49 kB | 45/223 kB | 36/163 kB | 40/196 kB
Progress (4): 49 kB | 49/223 kB | 36/163 kB | 40/196 kB
Progress (4): 49 kB | 49/223 kB | 40/163 kB | 40/196 kB
Progress (4): 49 kB | 49/223 kB | 40/163 kB | 45/196 kB
Progress (4): 49 kB | 49/223 kB | 45/163 kB | 45/196 kB
Progress (4): 49 kB | 49/223 kB | 45/163 kB | 49/196 kB
Progress (4): 49 kB | 49/223 kB | 49/163 kB | 49/196 kB
Progress (4): 49 kB | 53/223 kB | 49/163 kB | 49/196 kB
Progress (4): 49 kB | 57/223 kB | 49/163 kB | 49/196 kB
Progress (4): 49 kB | 61/223 kB | 49/163 kB | 49/196 kB
Progress (4): 49 kB | 61/223 kB | 49/163 kB | 53/196 kB
Progress (4): 49 kB | 61/223 kB | 53/163 kB | 53/196 kB
Progress (4): 49 kB | 65/223 kB | 53/163 kB | 53/196 kB
Progress (4): 49 kB | 65/223 kB | 57/163 kB | 53/196 kB
Progress (4): 49 kB | 65/223 kB | 57/163 kB | 57/196 kB
Progress (4): 49 kB | 65/223 kB | 61/163 kB | 57/196 kB
Progress (4): 49 kB | 65/223 kB | 61/163 kB | 61/196 kB
Progress (4): 49 kB | 65/223 kB | 65/163 kB | 61/196 kB
Progress (4): 49 kB | 65/223 kB | 65/163 kB | 65/196 kB
Progress (4): 49 kB | 69/223 kB | 65/163 kB | 65/196 kB
Progress (4): 49 kB | 73/223 kB | 65/163 kB | 65/196 kB
Progress (4): 49 kB | 77/223 kB | 65/163 kB | 65/196 kB
Progress (4): 49 kB | 77/223 kB | 69/163 kB | 65/196 kB
Progress (4): 49 kB | 77/223 kB | 69/163 kB | 69/196 kB
Progress (4): 49 kB | 81/223 kB | 69/163 kB | 69/196 kB
Progress (4): 49 kB | 81/223 kB | 69/163 kB | 73/196 kB
Progress (4): 49 kB | 81/223 kB | 73/163 kB | 73/196 kB
Progress (4): 49 kB | 81/223 kB | 73/163 kB | 77/196 kB
Progress (5): 49 kB | 81/223 kB | 73/163 kB | 77/196 kB | 4.1/52 kB
Progress (5): 49 kB | 81/223 kB | 73/163 kB | 81/196 kB | 4.1/52 kB
Progress (5): 49 kB | 81/223 kB | 77/163 kB | 81/196 kB | 4.1/52 kB
Progress (5): 49 kB | 81/223 kB | 77/163 kB | 81/196 kB | 7.7/52 kB
Progress (5): 49 kB | 85/223 kB | 77/163 kB | 81/196 kB | 7.7/52 kB
Progress (5): 49 kB | 85/223 kB | 77/163 kB | 81/196 kB | 12/52 kB 
Progress (5): 49 kB | 85/223 kB | 81/163 kB | 81/196 kB | 12/52 kB
Progress (5): 49 kB | 85/223 kB | 81/163 kB | 81/196 kB | 16/52 kB
Progress (5): 49 kB | 85/223 kB | 81/163 kB | 85/196 kB | 16/52 kB
Progress (5): 49 kB | 90/223 kB | 81/163 kB | 85/196 kB | 16/52 kB
Progress (5): 49 kB | 90/223 kB | 81/163 kB | 90/196 kB | 16/52 kB
Progress (5): 49 kB | 90/223 kB | 85/163 kB | 90/196 kB | 16/52 kB
Progress (5): 49 kB | 94/223 kB | 85/163 kB | 90/196 kB | 16/52 kB
Progress (5): 49 kB | 94/223 kB | 90/163 kB | 90/196 kB | 16/52 kB
Progress (5): 49 kB | 94/223 kB | 90/163 kB | 90/196 kB | 20/52 kB
Progress (5): 49 kB | 94/223 kB | 90/163 kB | 94/196 kB | 20/52 kB
Progress (5): 49 kB | 94/223 kB | 90/163 kB | 94/196 kB | 24/52 kB
Progress (5): 49 kB | 94/223 kB | 94/163 kB | 94/196 kB | 24/52 kB
Progress (5): 49 kB | 98/223 kB | 94/163 kB | 94/196 kB | 24/52 kB
Progress (5): 49 kB | 98/223 kB | 98/163 kB | 94/196 kB | 24/52 kB
Progress (5): 49 kB | 98/223 kB | 98/163 kB | 94/196 kB | 28/52 kB
Progress (5): 49 kB | 98/223 kB | 98/163 kB | 98/196 kB | 28/52 kB
Progress (5): 49 kB | 98/223 kB | 98/163 kB | 98/196 kB | 32/52 kB
Progress (5): 49 kB | 102/223 kB | 98/163 kB | 98/196 kB | 32/52 kB
Progress (5): 49 kB | 102/223 kB | 102/163 kB | 98/196 kB | 32/52 kB
Progress (5): 49 kB | 106/223 kB | 102/163 kB | 98/196 kB | 32/52 kB
Progress (5): 49 kB | 106/223 kB | 102/163 kB | 102/196 kB | 32/52 kB
Progress (5): 49 kB | 106/223 kB | 106/163 kB | 102/196 kB | 32/52 kB
Progress (5): 49 kB | 106/223 kB | 106/163 kB | 106/196 kB | 32/52 kB
Progress (5): 49 kB | 106/223 kB | 106/163 kB | 106/196 kB | 36/52 kB
Progress (5): 49 kB | 110/223 kB | 106/163 kB | 106/196 kB | 36/52 kB
Progress (5): 49 kB | 110/223 kB | 106/163 kB | 106/196 kB | 40/52 kB
Progress (5): 49 kB | 110/223 kB | 106/163 kB | 110/196 kB | 40/52 kB
Progress (5): 49 kB | 110/223 kB | 110/163 kB | 110/196 kB | 40/52 kB
Progress (5): 49 kB | 110/223 kB | 110/163 kB | 114/196 kB | 40/52 kB
Progress (5): 49 kB | 110/223 kB | 110/163 kB | 114/196 kB | 45/52 kB
Progress (5): 49 kB | 114/223 kB | 110/163 kB | 114/196 kB | 45/52 kB
Progress (5): 49 kB | 114/223 kB | 110/163 kB | 114/196 kB | 49/52 kB
Progress (5): 49 kB | 114/223 kB | 114/163 kB | 114/196 kB | 49/52 kB
Progress (5): 49 kB | 114/223 kB | 114/163 kB | 118/196 kB | 49/52 kB
Progress (5): 49 kB | 114/223 kB | 114/163 kB | 118/196 kB | 52 kB   
Progress (5): 49 kB | 118/223 kB | 114/163 kB | 118/196 kB | 52 kB
Progress (5): 49 kB | 118/223 kB | 114/163 kB | 122/196 kB | 52 kB
Progress (5): 49 kB | 118/223 kB | 118/163 kB | 122/196 kB | 52 kB
Progress (5): 49 kB | 122/223 kB | 118/163 kB | 122/196 kB | 52 kB
Progress (5): 49 kB | 122/223 kB | 122/163 kB | 122/196 kB | 52 kB
Progress (5): 49 kB | 122/223 kB | 122/163 kB | 126/196 kB | 52 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar (49 kB at 965 kB/s)
18:10:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
18:10:41 Progress (4): 122/223 kB | 126/163 kB | 126/196 kB | 52 kB
Progress (4): 126/223 kB | 126/163 kB | 126/196 kB | 52 kB
Progress (4): 126/223 kB | 131/163 kB | 126/196 kB | 52 kB
Progress (4): 126/223 kB | 131/163 kB | 131/196 kB | 52 kB
Progress (4): 131/223 kB | 131/163 kB | 131/196 kB | 52 kB
Progress (4): 131/223 kB | 135/163 kB | 131/196 kB | 52 kB
Progress (4): 131/223 kB | 135/163 kB | 135/196 kB | 52 kB
Progress (4): 135/223 kB | 135/163 kB | 135/196 kB | 52 kB
Progress (4): 135/223 kB | 139/163 kB | 135/196 kB | 52 kB
Progress (4): 139/223 kB | 139/163 kB | 135/196 kB | 52 kB
Progress (4): 139/223 kB | 139/163 kB | 139/196 kB | 52 kB
Progress (4): 143/223 kB | 139/163 kB | 139/196 kB | 52 kB
Progress (4): 143/223 kB | 143/163 kB | 139/196 kB | 52 kB
Progress (4): 147/223 kB | 143/163 kB | 139/196 kB | 52 kB
Progress (4): 147/223 kB | 143/163 kB | 143/196 kB | 52 kB
Progress (4): 147/223 kB | 147/163 kB | 143/196 kB | 52 kB
Progress (4): 147/223 kB | 147/163 kB | 147/196 kB | 52 kB
Progress (4): 151/223 kB | 147/163 kB | 147/196 kB | 52 kB
Progress (4): 155/223 kB | 147/163 kB | 147/196 kB | 52 kB
Progress (4): 155/223 kB | 151/163 kB | 147/196 kB | 52 kB
Progress (4): 159/223 kB | 151/163 kB | 147/196 kB | 52 kB
Progress (4): 159/223 kB | 155/163 kB | 147/196 kB | 52 kB
Progress (4): 163/223 kB | 155/163 kB | 147/196 kB | 52 kB
Progress (4): 163/223 kB | 155/163 kB | 151/196 kB | 52 kB
Progress (4): 163/223 kB | 159/163 kB | 151/196 kB | 52 kB
Progress (4): 163/223 kB | 159/163 kB | 155/196 kB | 52 kB
Progress (4): 163/223 kB | 163/163 kB | 155/196 kB | 52 kB
Progress (4): 163/223 kB | 163/163 kB | 159/196 kB | 52 kB
Progress (4): 163/223 kB | 163 kB | 159/196 kB | 52 kB    
Progress (4): 167/223 kB | 163 kB | 159/196 kB | 52 kB
Progress (4): 167/223 kB | 163 kB | 163/196 kB | 52 kB
Progress (4): 171/223 kB | 163 kB | 163/196 kB | 52 kB
Progress (4): 176/223 kB | 163 kB | 163/196 kB | 52 kB
Progress (4): 180/223 kB | 163 kB | 163/196 kB | 52 kB
Progress (4): 180/223 kB | 163 kB | 167/196 kB | 52 kB
Progress (4): 180/223 kB | 163 kB | 171/196 kB | 52 kB
Progress (4): 180/223 kB | 163 kB | 176/196 kB | 52 kB
Progress (4): 184/223 kB | 163 kB | 176/196 kB | 52 kB
Progress (4): 184/223 kB | 163 kB | 180/196 kB | 52 kB
Progress (4): 188/223 kB | 163 kB | 180/196 kB | 52 kB
Progress (4): 192/223 kB | 163 kB | 180/196 kB | 52 kB
Progress (4): 196/223 kB | 163 kB | 180/196 kB | 52 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar (52 kB at 915 kB/s)
18:10:41 Progress (3): 196/223 kB | 163 kB | 184/196 kB
Progress (3): 200/223 kB | 163 kB | 184/196 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar
18:10:41 Progress (3): 204/223 kB | 163 kB | 184/196 kB
Progress (3): 204/223 kB | 163 kB | 188/196 kB
Progress (3): 208/223 kB | 163 kB | 188/196 kB
Progress (3): 208/223 kB | 163 kB | 192/196 kB
Progress (3): 212/223 kB | 163 kB | 192/196 kB
Progress (3): 212/223 kB | 163 kB | 196 kB    
Progress (3): 217/223 kB | 163 kB | 196 kB
Progress (3): 221/223 kB | 163 kB | 196 kB
Progress (3): 223 kB | 163 kB | 196 kB    
Progress (4): 223 kB | 163 kB | 196 kB | 4.1/230 kB
Progress (4): 223 kB | 163 kB | 196 kB | 7.7/230 kB
Progress (4): 223 kB | 163 kB | 196 kB | 12/230 kB 
Progress (4): 223 kB | 163 kB | 196 kB | 16/230 kB
Progress (5): 223 kB | 163 kB | 196 kB | 16/230 kB | 4.1/47 kB
Progress (5): 223 kB | 163 kB | 196 kB | 20/230 kB | 4.1/47 kB
Progress (5): 223 kB | 163 kB | 196 kB | 20/230 kB | 7.7/47 kB
Progress (5): 223 kB | 163 kB | 196 kB | 24/230 kB | 7.7/47 kB
Progress (5): 223 kB | 163 kB | 196 kB | 24/230 kB | 12/47 kB 
Progress (5): 223 kB | 163 kB | 196 kB | 28/230 kB | 12/47 kB
Progress (5): 223 kB | 163 kB | 196 kB | 28/230 kB | 16/47 kB
Progress (5): 223 kB | 163 kB | 196 kB | 32/230 kB | 16/47 kB
Progress (5): 223 kB | 163 kB | 196 kB | 32/230 kB | 20/47 kB
Progress (5): 223 kB | 163 kB | 196 kB | 32/230 kB | 24/47 kB
Progress (5): 223 kB | 163 kB | 196 kB | 32/230 kB | 28/47 kB
Progress (5): 223 kB | 163 kB | 196 kB | 36/230 kB | 28/47 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 3.1 MB/s)
18:10:41 Progress (4): 163 kB | 196 kB | 36/230 kB | 32/47 kB
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar
18:10:41 Progress (4): 163 kB | 196 kB | 40/230 kB | 32/47 kB
Progress (4): 163 kB | 196 kB | 45/230 kB | 32/47 kB
Progress (4): 163 kB | 196 kB | 45/230 kB | 36/47 kB
Progress (4): 163 kB | 196 kB | 49/230 kB | 36/47 kB
Progress (4): 163 kB | 196 kB | 49/230 kB | 40/47 kB
Progress (4): 163 kB | 196 kB | 49/230 kB | 45/47 kB
Progress (4): 163 kB | 196 kB | 49/230 kB | 47 kB   
Progress (4): 163 kB | 196 kB | 53/230 kB | 47 kB
Progress (4): 163 kB | 196 kB | 57/230 kB | 47 kB
Progress (4): 163 kB | 196 kB | 61/230 kB | 47 kB
Progress (4): 163 kB | 196 kB | 65/230 kB | 47 kB
Progress (4): 163 kB | 196 kB | 69/230 kB | 47 kB
Progress (4): 163 kB | 196 kB | 73/230 kB | 47 kB
Progress (4): 163 kB | 196 kB | 77/230 kB | 47 kB
Progress (4): 163 kB | 196 kB | 81/230 kB | 47 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar (163 kB at 2.2 MB/s)
18:10:41 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 619 kB/s)
18:10:41 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar (196 kB at 2.6 MB/s)
18:10:41 Progress (1): 85/230 kB
Progress (1): 90/230 kB
Progress (1): 94/230 kB
Progress (1): 98/230 kB
Progress (1): 102/230 kB
Progress (1): 106/230 kB
Progress (1): 110/230 kB
Progress (1): 114/230 kB
Progress (1): 118/230 kB
Progress (1): 122/230 kB
Progress (1): 126/230 kB
Progress (1): 131/230 kB
Progress (1): 135/230 kB
Progress (1): 139/230 kB
Progress (1): 143/230 kB
Progress (1): 147/230 kB
Progress (1): 151/230 kB
Progress (1): 155/230 kB
Progress (1): 159/230 kB
Progress (1): 163/230 kB
Progress (1): 167/230 kB
Progress (1): 171/230 kB
Progress (1): 176/230 kB
Progress (1): 180/230 kB
Progress (1): 184/230 kB
Progress (1): 188/230 kB
Progress (1): 192/230 kB
Progress (1): 196/230 kB
Progress (1): 200/230 kB
Progress (1): 204/230 kB
Progress (1): 208/230 kB
Progress (1): 212/230 kB
Progress (1): 217/230 kB
Progress (1): 221/230 kB
Progress (1): 225/230 kB
Progress (1): 229/230 kB
Progress (1): 230 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar (230 kB at 2.6 MB/s)
18:10:41 Progress (1): 4.1/484 kB
Progress (1): 7.7/484 kB
Progress (1): 12/484 kB 
Progress (1): 16/484 kB
Progress (1): 20/484 kB
Progress (1): 24/484 kB
Progress (1): 28/484 kB
Progress (1): 32/484 kB
Progress (1): 36/484 kB
Progress (1): 40/484 kB
Progress (1): 45/484 kB
Progress (1): 49/484 kB
Progress (1): 53/484 kB
Progress (1): 57/484 kB
Progress (1): 61/484 kB
Progress (1): 65/484 kB
Progress (1): 69/484 kB
Progress (1): 73/484 kB
Progress (1): 77/484 kB
Progress (1): 81/484 kB
Progress (1): 85/484 kB
Progress (1): 90/484 kB
Progress (1): 94/484 kB
Progress (1): 98/484 kB
Progress (1): 102/484 kB
Progress (1): 106/484 kB
Progress (1): 110/484 kB
Progress (1): 114/484 kB
Progress (1): 118/484 kB
Progress (1): 122/484 kB
Progress (1): 126/484 kB
Progress (1): 131/484 kB
Progress (1): 135/484 kB
Progress (1): 139/484 kB
Progress (1): 143/484 kB
Progress (1): 147/484 kB
Progress (1): 151/484 kB
Progress (1): 155/484 kB
Progress (1): 159/484 kB
Progress (1): 163/484 kB
Progress (1): 167/484 kB
Progress (1): 171/484 kB
Progress (1): 176/484 kB
Progress (1): 180/484 kB
Progress (1): 184/484 kB
Progress (1): 188/484 kB
Progress (1): 192/484 kB
Progress (1): 196/484 kB
Progress (1): 200/484 kB
Progress (1): 204/484 kB
Progress (1): 208/484 kB
Progress (1): 212/484 kB
Progress (1): 217/484 kB
Progress (1): 221/484 kB
Progress (1): 225/484 kB
Progress (1): 229/484 kB
Progress (1): 233/484 kB
Progress (1): 237/484 kB
Progress (1): 241/484 kB
Progress (1): 245/484 kB
Progress (1): 249/484 kB
Progress (1): 253/484 kB
Progress (1): 258/484 kB
Progress (1): 262/484 kB
Progress (1): 266/484 kB
Progress (1): 270/484 kB
Progress (1): 274/484 kB
Progress (1): 278/484 kB
Progress (1): 282/484 kB
Progress (1): 286/484 kB
Progress (1): 290/484 kB
Progress (1): 294/484 kB
Progress (1): 298/484 kB
Progress (1): 303/484 kB
Progress (1): 307/484 kB
Progress (1): 311/484 kB
Progress (1): 315/484 kB
Progress (1): 319/484 kB
Progress (1): 323/484 kB
Progress (1): 327/484 kB
Progress (1): 331/484 kB
Progress (1): 335/484 kB
Progress (1): 339/484 kB
Progress (1): 344/484 kB
Progress (1): 348/484 kB
Progress (1): 352/484 kB
Progress (1): 356/484 kB
Progress (1): 360/484 kB
Progress (1): 364/484 kB
Progress (1): 368/484 kB
Progress (1): 372/484 kB
Progress (1): 376/484 kB
Progress (1): 380/484 kB
Progress (1): 384/484 kB
Progress (1): 389/484 kB
Progress (1): 393/484 kB
Progress (1): 397/484 kB
Progress (1): 401/484 kB
Progress (1): 405/484 kB
Progress (1): 409/484 kB
Progress (1): 413/484 kB
Progress (1): 417/484 kB
Progress (1): 421/484 kB
Progress (1): 425/484 kB
Progress (1): 430/484 kB
Progress (1): 434/484 kB
Progress (1): 438/484 kB
Progress (1): 442/484 kB
Progress (1): 446/484 kB
Progress (1): 450/484 kB
Progress (1): 454/484 kB
Progress (1): 458/484 kB
Progress (1): 462/484 kB
Progress (1): 466/484 kB
Progress (1): 471/484 kB
Progress (1): 475/484 kB
Progress (1): 479/484 kB
Progress (1): 483/484 kB
Progress (1): 484 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar (484 kB at 3.3 MB/s)
18:10:41 [INFO] 
18:10:41 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.platform ---
18:10:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:10:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform/src/test/resources
18:10:41 [INFO] 
18:10:41 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform ---
18:10:41 [INFO] No sources to compile
18:10:41 [INFO] 
18:10:41 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.platform ---
18:10:41 [INFO] No tests to run.
18:10:41 [INFO] 
18:10:41 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.platform ---
18:10:41 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT.jar
18:10:41 [INFO] 
18:10:41 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.platform ---
18:10:41 [INFO] 
18:10:41 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.platform ---
18:10:41 [INFO] Skipping packaging of the test-jar
18:10:41 [INFO] 
18:10:41 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform ---
18:10:41 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT-sources.jar
18:10:41 [INFO] 
18:10:41 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform ---
18:10:41 [INFO] No sources in project. Archive not created.
18:10:41 [INFO] 
18:10:41 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.platform ---
18:10:41 [INFO] Skipping duplicate-finder execution!
18:10:41 [INFO] 
18:10:41 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.platform ---
18:10:41 [INFO] Signature checking is skipped.
18:10:41 [INFO] 
18:10:41 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.platform ---
18:10:41 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT.jar
18:10:41 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT.pom
18:10:41 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-6.0.300-SNAPSHOT-sources.jar
18:10:41 [INFO] 
18:10:41 [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test >-------
18:10:41 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test 6.0.300-SNAPSHOT [4/30]
18:10:41 [INFO] --------------------------------[ jar ]---------------------------------
18:10:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom
18:10:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom
18:10:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom
18:10:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom
18:10:42 Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom (1.3 kB at 30 kB/s)
18:10:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis/2.2/objenesis-2.2.pom
18:10:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/objenesis/objenesis/2.2/objenesis-2.2.pom
18:10:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/objenesis/objenesis/2.2/objenesis-2.2.pom
18:10:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.pom
18:10:42 Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.pom (2.5 kB at 35 kB/s)
18:10:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom
18:10:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom
18:10:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom
18:10:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom
18:10:42 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom (17 kB at 285 kB/s)
18:10:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar
18:10:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis/2.2/objenesis-2.2.jar
18:10:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar
18:10:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/objenesis/objenesis/2.2/objenesis-2.2.jar
18:10:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar
18:10:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/objenesis/objenesis/2.2/objenesis-2.2.jar
18:10:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar
18:10:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.jar
18:10:43 Progress (1): 4.1/53 kB
Progress (1): 7.7/53 kB
Progress (1): 12/53 kB 
Progress (1): 16/53 kB
Progress (1): 20/53 kB
Progress (1): 24/53 kB
Progress (1): 28/53 kB
Progress (1): 32/53 kB
Progress (1): 36/53 kB
Progress (1): 40/53 kB
Progress (1): 45/53 kB
Progress (1): 49/53 kB
Progress (1): 53 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.jar (53 kB at 1.0 MB/s)
18:10:43 Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.2/1.2 MB
Progress (1): 0.2/1.2 MB
Progress (1): 0.2/1.2 MB
Progress (1): 0.2/1.2 MB
Progress (1): 0.2/1.2 MB
Progress (1): 0.2/1.2 MB
Progress (1): 0.2/1.2 MB
Progress (1): 0.2/1.2 MB
Progress (1): 0.2/1.2 MB
Progress (1): 0.2/1.2 MB
Progress (1): 0.2/1.2 MB
Progress (1): 0.2/1.2 MB
Progress (1): 0.3/1.2 MB
Progress (1): 0.3/1.2 MB
Progress (1): 0.3/1.2 MB
Progress (1): 0.3/1.2 MB
Progress (1): 0.3/1.2 MB
Progress (1): 0.3/1.2 MB
Progress (1): 0.3/1.2 MB
Progress (1): 0.3/1.2 MB
Progress (1): 0.3/1.2 MB
Progress (1): 0.3/1.2 MB
Progress (1): 0.3/1.2 MB
Progress (1): 0.3/1.2 MB
Progress (1): 0.4/1.2 MB
Progress (1): 0.4/1.2 MB
Progress (1): 0.4/1.2 MB
Progress (1): 0.4/1.2 MB
Progress (1): 0.4/1.2 MB
Progress (1): 0.4/1.2 MB
Progress (1): 0.4/1.2 MB
Progress (1): 0.4/1.2 MB
Progress (1): 0.4/1.2 MB
Progress (1): 0.4/1.2 MB
Progress (1): 0.4/1.2 MB
Progress (1): 0.4/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar (1.2 MB at 6.3 MB/s)
18:10:43 [INFO] 
18:10:43 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.platform.test ---
18:10:43 [INFO] 
18:10:43 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform.test ---
18:10:43 [INFO] Skipping Rule Enforcement.
18:10:43 [INFO] 
18:10:43 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.platform.test ---
18:10:45 [INFO] 
18:10:45 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.platform.test ---
18:10:45 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform.test/../org.eclipse.scout.rt/target/jacoco-all.exec
18:10:45 [INFO] 
18:10:45 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.platform.test ---
18:10:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:10:45 [INFO] Copying 3 resources
18:10:45 [INFO] 
18:10:45 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.platform.test ---
18:10:45 [INFO] Changes detected - recompiling the module!
18:10:45 [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform.test/target/classes
18:10:45 [INFO] 
18:10:45 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.platform.test ---
18:10:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:10:45 [INFO] Copying 17 resources
18:10:45 [INFO] 
18:10:45 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform.test ---
18:10:45 [INFO] Changes detected - recompiling the module!
18:10:45 [INFO] Compiling 194 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes
18:10:46 [INFO] 
18:10:46 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.platform.test ---
18:10:46 [INFO] 
18:10:46 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.platform.test ---
18:10:46 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform.test/target/surefire-reports
18:10:46 
18:10:46 -------------------------------------------------------
18:10:46  T E S T S
18:10:46 -------------------------------------------------------
18:10:46 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:10:46 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:10:47 Running org.eclipse.scout.rt.testing.platform.util.date.FixedDateProviderTest
18:10:48 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.eclipse.scout.rt.testing.platform.util.date.FixedDateProviderTest
18:10:48 Running org.eclipse.scout.rt.testing.platform.util.concurrent.ThreadInterruptionTest
18:10:48 2020-03-01 23:10:48,360 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:10:48 2020-03-01 23:10:48,417 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 49.102762 ms - MDC[]
18:10:48 2020-03-01 23:10:48,512 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:10:48 2020-03-01 23:10:48,512 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:10:48 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec - in org.eclipse.scout.rt.testing.platform.util.concurrent.ThreadInterruptionTest
18:10:48 Running org.eclipse.scout.rt.testing.platform.util.concurrent.OptimisticLockTest
18:10:48 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.platform.util.concurrent.OptimisticLockTest
18:10:48 Running org.eclipse.scout.rt.testing.platform.util.ScoutAssertTest
18:10:48 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.platform.util.ScoutAssertTest
18:10:48 Running org.eclipse.scout.rt.testing.platform.util.BlockingCountDownLatchTest
18:10:49 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 sec - in org.eclipse.scout.rt.testing.platform.util.BlockingCountDownLatchTest
18:10:49 Running org.eclipse.scout.rt.testing.platform.runner.statement.ScheduledDescendantJobListenerPlatformTest
18:10:50 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.052 sec - in org.eclipse.scout.rt.testing.platform.runner.statement.ScheduledDescendantJobListenerPlatformTest
18:10:50 Running org.eclipse.scout.rt.testing.platform.runner.parameterized.SampleParameterizedPlatformTest
18:10:50 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.platform.runner.parameterized.SampleParameterizedPlatformTest
18:10:50 Running org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedTestRunnerExtensionTest
18:10:50 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedTestRunnerExtensionTest
18:10:50 Running org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedPlatformTestRunnerTest
18:10:50 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedPlatformTestRunnerTest
18:10:50 Running org.eclipse.scout.rt.testing.platform.runner.TimesMethodLevelTest
18:10:50 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.testing.platform.runner.TimesMethodLevelTest
18:10:50 Running org.eclipse.scout.rt.testing.platform.runner.TimesClassLevelTest
18:10:50 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.platform.runner.TimesClassLevelTest
18:10:50 Running org.eclipse.scout.rt.testing.platform.runner.MockBeanTest
18:10:50 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec - in org.eclipse.scout.rt.testing.platform.runner.MockBeanTest
18:10:50 Running org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest
18:10:50 2020-03-01 23:10:50,774 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=expected JUnit test exception] - MDC[]
18:10:50 2020-03-01 23:10:50,776 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=expected JUnit test exception [severity=ERROR]] - MDC[]
18:10:50 2020-03-01 23:10:50,777 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=expected JUnit test exception [severity=ERROR]] - MDC[]
18:10:50 2020-03-01 23:10:50,778 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=expected JUnit test exception] - MDC[]
18:10:50 2020-03-01 23:10:50,778 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because another exception was already handled. [current exception=org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestException2: expected JUnit test exception, other exception=expected JUnit test exception] - MDC[]
18:10:50 2020-03-01 23:10:50,785 ERROR [main] org.eclipse.scout.rt.platform.exception.ExceptionHandler - TestException1:expected JUnit test exception - MDC[]
18:10:50 org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestException1: expected JUnit test exception
18:10:50 	at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.testCustomExceptionHandler(JUnitExceptionHandlerTest.java:92)
18:10:50 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:10:50 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:10:50 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:10:50 	at java.lang.reflect.Method.invoke(Method.java:498)
18:10:50 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:10:50 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:10:50 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:10:50 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:10:50 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:10:50 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:10:50 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:10:50 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
18:10:50 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:10:50 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:10:50 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:10:50 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:10:50 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:10:50 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:10:50 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:10:50 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:10:50 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:10:50 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:10:50 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:10:50 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:10:50 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:10:50 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:10:50 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:10:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:10:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:10:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:10:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:10:50 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:10:50 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:10:50 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:10:50 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest
18:10:50 Running org.eclipse.scout.rt.testing.platform.mock.BeanAnnotationsTest
18:10:50 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.testing.platform.mock.BeanAnnotationsTest
18:10:50 Running org.eclipse.scout.rt.platform.util.date.DateUtilityTest
18:10:53 Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.646 sec - in org.eclipse.scout.rt.platform.util.date.DateUtilityTest
18:10:53 Running org.eclipse.scout.rt.platform.util.date.DateProviderTest
18:10:53 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.date.DateProviderTest
18:10:53 Running org.eclipse.scout.rt.platform.util.collection.OrderedCollectionTest
18:10:53 Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.eclipse.scout.rt.platform.util.collection.OrderedCollectionTest
18:10:53 Running org.eclipse.scout.rt.platform.util.XmlUtilityTest
18:10:53 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in org.eclipse.scout.rt.platform.util.XmlUtilityTest
18:10:53 Running org.eclipse.scout.rt.platform.util.XmlUtilityFactoryTest
18:10:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 sec - in org.eclipse.scout.rt.platform.util.XmlUtilityFactoryTest
18:10:53 Running org.eclipse.scout.rt.platform.util.UriUtilityTest
18:10:53 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.platform.util.UriUtilityTest
18:10:53 Running org.eclipse.scout.rt.platform.util.UriBuilderTest
18:10:53 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.util.UriBuilderTest
18:10:53 Running org.eclipse.scout.rt.platform.util.TypeCastUtilityTest
18:10:53 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.platform.util.TypeCastUtilityTest
18:10:53 Running org.eclipse.scout.rt.platform.util.TriStateTest
18:10:54 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.platform.util.TriStateTest
18:10:54 Running org.eclipse.scout.rt.platform.util.ToStringBuilderTest
18:10:54 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.platform.util.ToStringBuilderTest
18:10:54 Running org.eclipse.scout.rt.platform.util.ThreadLocalProcessorTest
18:10:54 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.ThreadLocalProcessorTest
18:10:54 Running org.eclipse.scout.rt.platform.util.StringUtilityTest
18:10:54 Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec - in org.eclipse.scout.rt.platform.util.StringUtilityTest
18:10:54 Running org.eclipse.scout.rt.platform.util.ReflectionUtilityTest
18:10:54 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.ReflectionUtilityTest
18:10:54 Running org.eclipse.scout.rt.platform.util.PreferredValueTest
18:10:54 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.PreferredValueTest
18:10:54 Running org.eclipse.scout.rt.platform.util.PathValidatorTest
18:10:54 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.PathValidatorTest
18:10:54 Running org.eclipse.scout.rt.platform.util.PairTest
18:10:54 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.PairTest
18:10:54 Running org.eclipse.scout.rt.platform.util.NumberUtilityTest
18:10:54 2020-03-01 23:10:54,121 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'NaN' - MDC[]
18:10:54 2020-03-01 23:10:54,121 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
18:10:54 2020-03-01 23:10:54,121 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
18:10:54 2020-03-01 23:10:54,122 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'NaN' - MDC[]
18:10:54 2020-03-01 23:10:54,122 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
18:10:54 2020-03-01 23:10:54,122 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
18:10:54 2020-03-01 23:10:54,123 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
18:10:54 2020-03-01 23:10:54,124 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
18:10:54 2020-03-01 23:10:54,124 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'NaN' - MDC[]
18:10:54 2020-03-01 23:10:54,124 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
18:10:54 2020-03-01 23:10:54,124 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
18:10:54 2020-03-01 23:10:54,124 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'NaN' - MDC[]
18:10:54 2020-03-01 23:10:54,126 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'NaN' - MDC[]
18:10:54 2020-03-01 23:10:54,126 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
18:10:54 2020-03-01 23:10:54,126 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
18:10:54 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.platform.util.NumberUtilityTest
18:10:54 Running org.eclipse.scout.rt.platform.util.MimeTypeDetectorTest
18:10:54 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.platform.util.MimeTypeDetectorTest
18:10:54 Running org.eclipse.scout.rt.platform.util.MatrixUtilityTest
18:10:54 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.platform.util.MatrixUtilityTest
18:10:54 Running org.eclipse.scout.rt.platform.util.IOUtilityTest
18:10:54 Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 sec - in org.eclipse.scout.rt.platform.util.IOUtilityTest
18:10:54 Running org.eclipse.scout.rt.platform.util.HexUtilityTest
18:10:54 #TUNING: decode[1000] sum=17.735905ms min=0.003181ms avg=0.017735ms median=0.016074ms max=0.589120ms  [without 10 smallest and 10 largest:  sum=16.693888 min=0.004285ms avg=0.017051ms median=0.016074ms max=0.043089ms]
18:10:54 #TUNING: encode[1000] sum=18.315610ms min=0.003111ms avg=0.018315ms median=0.016520ms max=0.546762ms  [without 10 smallest and 10 largest:  sum=17.254187 min=0.003840ms avg=0.017624ms median=0.016520ms max=0.042138ms]
18:10:54 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in org.eclipse.scout.rt.platform.util.HexUtilityTest
18:10:54 Running org.eclipse.scout.rt.platform.util.HTMLUtilityTest
18:10:54 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec - in org.eclipse.scout.rt.platform.util.HTMLUtilityTest
18:10:54 Running org.eclipse.scout.rt.platform.util.FormattingUtilityTest
18:10:54 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.platform.util.FormattingUtilityTest
18:10:54 Running org.eclipse.scout.rt.platform.util.FinalValueTest
18:10:54 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.util.FinalValueTest
18:10:54 Running org.eclipse.scout.rt.platform.util.FileUtilityTest
18:10:54 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.util.FileUtilityTest
18:10:54 Running org.eclipse.scout.rt.platform.util.EventListenerListTest
18:10:54 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.util.EventListenerListTest
18:10:54 Running org.eclipse.scout.rt.platform.util.ConfigurationUtilityTest
18:10:54 Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.platform.util.ConfigurationUtilityTest
18:10:54 Running org.eclipse.scout.rt.platform.util.ConcurrentExpiringMapTest
18:10:55 Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in org.eclipse.scout.rt.platform.util.ConcurrentExpiringMapTest
18:10:55 Running org.eclipse.scout.rt.platform.util.CompositeObjectTest
18:10:55 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.util.CompositeObjectTest
18:10:55 Running org.eclipse.scout.rt.platform.util.CompareUtilityTest
18:10:55 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.CompareUtilityTest
18:10:55 Running org.eclipse.scout.rt.platform.util.CollectionUtilityTest
18:10:55 Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.util.CollectionUtilityTest
18:10:55 Running org.eclipse.scout.rt.platform.util.CloneUtilityTest
18:10:55 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.util.CloneUtilityTest
18:10:55 Running org.eclipse.scout.rt.platform.util.ClassIdentifierTest
18:10:55 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.util.ClassIdentifierTest
18:10:55 Running org.eclipse.scout.rt.platform.util.BooleanUtilityTest
18:10:55 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.BooleanUtilityTest
18:10:55 Running org.eclipse.scout.rt.platform.util.BomInputStreamReaderTest
18:10:55 Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.eclipse.scout.rt.platform.util.BomInputStreamReaderTest
18:10:55 Running org.eclipse.scout.rt.platform.util.BeanUtilityTest
18:10:55 Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.util.BeanUtilityTest
18:10:55 Running org.eclipse.scout.rt.platform.util.Base64UtilityTest
18:10:55 #TUNING: decode[1000] sum=70.109896ms min=0.001780ms avg=0.070109ms median=0.022863ms max=42.095920ms  [without 10 smallest and 10 largest:  sum=27.214432 min=0.002500ms avg=0.027798ms median=0.022863ms max=0.073002ms]
18:10:55 #TUNING: encode[1000] sum=8.507410ms min=0.001433ms avg=0.008507ms median=0.008853ms max=0.039829ms  [without 10 smallest and 10 largest:  sum=8.135976 min=0.001563ms avg=0.008310ms median=0.008853ms max=0.031075ms]
18:10:55 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.eclipse.scout.rt.platform.util.Base64UtilityTest
18:10:55 Running org.eclipse.scout.rt.platform.util.AssertionsTest
18:10:55 Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.platform.util.AssertionsTest
18:10:55 Running org.eclipse.scout.rt.platform.util.AlphanumericComparatorTest
18:10:55 Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.util.AlphanumericComparatorTest
18:10:55 Running org.eclipse.scout.rt.platform.status.StatusTest
18:10:55 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.status.StatusTest
18:10:55 Running org.eclipse.scout.rt.platform.status.MultiStatusTest
18:10:55 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.status.MultiStatusTest
18:10:55 Running org.eclipse.scout.rt.platform.service.ServiceTest
18:10:55 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.service.ServiceTest
18:10:55 Running org.eclipse.scout.rt.platform.security.SubjectProcessorTest
18:10:55 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.security.SubjectProcessorTest
18:10:55 Running org.eclipse.scout.rt.platform.security.SecurityUtilityTest
18:10:55 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 sec - in org.eclipse.scout.rt.platform.security.SecurityUtilityTest
18:10:55 Running org.eclipse.scout.rt.platform.security.PublicKeyUtilityTest
18:10:55 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.platform.security.PublicKeyUtilityTest
18:10:55 Running org.eclipse.scout.rt.platform.security.MalwareScannerTest
18:10:55 Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.platform.security.MalwareScannerTest
18:10:55 Running org.eclipse.scout.rt.platform.resource.BinaryResourceTest
18:10:55 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.platform.resource.BinaryResourceTest
18:10:55 Running org.eclipse.scout.rt.platform.reflect.FastBeanUtilityTest
18:10:55 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.reflect.FastBeanUtilityTest
18:10:55 Running org.eclipse.scout.rt.platform.reflect.BasicPropertySupportTest
18:10:55 Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.platform.reflect.BasicPropertySupportTest
18:10:55 Running org.eclipse.scout.rt.platform.nls.DynamicNlsTest
18:10:55 Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.nls.DynamicNlsTest
18:10:55 Running org.eclipse.scout.rt.platform.nls.CollatorProviderTest
18:10:55 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.nls.CollatorProviderTest
18:10:55 Running org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest
18:10:55 2020-03-01 23:10:55,734 INFO  [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassStr=testCase] - MDC[]
18:10:55 2020-03-01 23:10:55,735 INFO  [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassStr=testCase] - MDC[]
18:10:55 2020-03-01 23:10:55,735 INFO  [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassStr=testCase] - MDC[]
18:10:55 2020-03-01 23:10:55,735 INFO  [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassStr=testCase] - MDC[]
18:10:55 2020-03-01 23:10:55,735 INFO  [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassStr=testCase] - MDC[]
18:10:55 2020-03-01 23:10:55,735 INFO  [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassStr=testCase] - MDC[]
18:10:55 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest
18:10:55 Running org.eclipse.scout.rt.platform.logger.LogbackLoggerSupportTest
18:10:55 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.logger.LogbackLoggerSupportTest
18:10:55 Running org.eclipse.scout.rt.platform.logger.Log4jLoggerSupportTest
18:10:55 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.platform.logger.Log4jLoggerSupportTest
18:10:55 Running org.eclipse.scout.rt.platform.logger.JulLoggerSupportTest
18:10:55 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.platform.logger.JulLoggerSupportTest
18:10:55 Running org.eclipse.scout.rt.platform.job.internal.ThreadNameDecoratorTest
18:10:55 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.eclipse.scout.rt.platform.job.internal.ThreadNameDecoratorTest
18:10:55 Running org.eclipse.scout.rt.platform.job.internal.TemporalValueComputationTest
18:11:09 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.048 sec - in org.eclipse.scout.rt.platform.job.internal.TemporalValueComputationTest
18:11:09 Running org.eclipse.scout.rt.platform.job.internal.SerialFutureExecutionTest
18:11:16 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.227 sec - in org.eclipse.scout.rt.platform.job.internal.SerialFutureExecutionTest
18:11:16 Running org.eclipse.scout.rt.platform.job.internal.PermitAcquisitionOrderTest
18:11:18 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.275 sec - in org.eclipse.scout.rt.platform.job.internal.PermitAcquisitionOrderTest
18:11:18 Running org.eclipse.scout.rt.platform.job.internal.NamedThreadFactoryTest
18:11:18 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.job.internal.NamedThreadFactoryTest
18:11:18 Running org.eclipse.scout.rt.platform.job.internal.MutualExclusionTest
18:11:19 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.057 sec - in org.eclipse.scout.rt.platform.job.internal.MutualExclusionTest
18:11:19 Running org.eclipse.scout.rt.platform.job.internal.MisfireTest
18:11:20 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.714 sec - in org.eclipse.scout.rt.platform.job.internal.MisfireTest
18:11:20 Running org.eclipse.scout.rt.platform.job.internal.JobManagerTest
18:11:20 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 sec - in org.eclipse.scout.rt.platform.job.internal.JobManagerTest
18:11:20 Running org.eclipse.scout.rt.platform.job.internal.JobManagerChainTest
18:11:20 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.eclipse.scout.rt.platform.job.internal.JobManagerChainTest
18:11:20 Running org.eclipse.scout.rt.platform.job.internal.FutureFinishedTest
18:11:22 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.009 sec - in org.eclipse.scout.rt.platform.job.internal.FutureFinishedTest
18:11:22 Running org.eclipse.scout.rt.platform.job.internal.ExecutionTriggerWithCalendarTest
18:11:27 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.002 sec - in org.eclipse.scout.rt.platform.job.internal.ExecutionTriggerWithCalendarTest
18:11:27 Running org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphoreTest
18:11:32 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.717 sec - in org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphoreTest
18:11:32 Running org.eclipse.scout.rt.platform.job.internal.ExceptionProcessorTest
18:11:32 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.platform.job.internal.ExceptionProcessorTest
18:11:32 Running org.eclipse.scout.rt.platform.job.internal.DevelopmentThreadNameDecoratorTest
18:11:32 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.eclipse.scout.rt.platform.job.internal.DevelopmentThreadNameDecoratorTest
18:11:32 Running org.eclipse.scout.rt.platform.job.internal.CompletionPromiseTest
18:11:32 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec - in org.eclipse.scout.rt.platform.job.internal.CompletionPromiseTest
18:11:32 Running org.eclipse.scout.rt.platform.job.filter.future.SingleExecutionFutureFilterTest
18:11:32 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.job.filter.future.SingleExecutionFutureFilterTest
18:11:32 Running org.eclipse.scout.rt.platform.job.filter.future.RunContextFutureFilterTest
18:11:32 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.job.filter.future.RunContextFutureFilterTest
18:11:32 Running org.eclipse.scout.rt.platform.job.filter.future.MutexFutureFilterTest
18:11:32 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.job.filter.future.MutexFutureFilterTest
18:11:32 Running org.eclipse.scout.rt.platform.job.filter.future.JobNameRegexFutureFilterTest
18:11:32 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.job.filter.future.JobNameRegexFutureFilterTest
18:11:32 Running org.eclipse.scout.rt.platform.job.filter.future.JobNameFutureFilterTest
18:11:32 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.job.filter.future.JobNameFutureFilterTest
18:11:32 Running org.eclipse.scout.rt.platform.job.filter.future.FutureFilterTest
18:11:32 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.future.FutureFilterTest
18:11:32 Running org.eclipse.scout.rt.platform.job.filter.future.FutureFilterBuilderTest
18:11:32 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.job.filter.future.FutureFilterBuilderTest
18:11:32 Running org.eclipse.scout.rt.platform.job.filter.future.ExecutionHintFutureFilterTest
18:11:32 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.job.filter.future.ExecutionHintFutureFilterTest
18:11:32 Running org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterTest
18:11:32 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterTest
18:11:32 Running org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterBuilderTest
18:11:32 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterBuilderTest
18:11:32 Running org.eclipse.scout.rt.platform.job.WhenDoneTest
18:11:34 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.012 sec - in org.eclipse.scout.rt.platform.job.WhenDoneTest
18:11:34 Running org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest
18:11:37 Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.463 sec - in org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest
18:11:37 Running org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest
18:11:38 2020-03-01 23:11:38,240 ERROR [scout-thread-21] org.eclipse.scout.rt.platform.exception.ExceptionHandler - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$7]
18:11:38 java.lang.Exception: expected JUnit test exception
18:11:38 	at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$7.run(ScheduleWithFixedDelayTest.java:282)
18:11:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:11:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:11:38 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:11:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:11:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:11:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:11:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:11:38 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
18:11:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:163)
18:11:38 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:48)
18:11:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:11:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:11:38 	at java.lang.Thread.run(Thread.java:748)
18:11:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:11:47 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.827 sec - in org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest
18:11:47 Running org.eclipse.scout.rt.platform.job.ScheduleDelayedTest
18:11:48 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.002 sec - in org.eclipse.scout.rt.platform.job.ScheduleDelayedTest
18:11:48 Running org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest
18:11:49 2020-03-01 23:11:49,064 ERROR [scout-thread-21] org.eclipse.scout.rt.platform.exception.ExceptionHandler - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$7]
18:11:49 java.lang.Exception: expected JUnit test exception
18:11:49 	at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$7.run(ScheduleAtFixedRateTest.java:295)
18:11:49 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:11:49 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:11:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:11:49 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:11:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:11:49 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:11:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:11:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:11:49 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:11:49 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:11:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:11:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:11:49 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:11:49 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
18:11:49 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:163)
18:11:49 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:48)
18:11:49 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:11:49 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:11:49 	at java.lang.Thread.run(Thread.java:748)
18:11:49 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:12:00 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.215 sec - in org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest
18:12:00 Running org.eclipse.scout.rt.platform.job.RunMonitorJobTest
18:12:00 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.job.RunMonitorJobTest
18:12:00 Running org.eclipse.scout.rt.platform.job.PeriodicJobMutexTest
18:12:01 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.606 sec - in org.eclipse.scout.rt.platform.job.PeriodicJobMutexTest
18:12:01 Running org.eclipse.scout.rt.platform.job.JobsTest
18:12:01 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.platform.job.JobsTest
18:12:01 Running org.eclipse.scout.rt.platform.job.JobStateTest
18:12:04 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.312 sec - in org.eclipse.scout.rt.platform.job.JobStateTest
18:12:04 Running org.eclipse.scout.rt.platform.job.JobScheduleTest
18:12:10 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.531 sec - in org.eclipse.scout.rt.platform.job.JobScheduleTest
18:12:10 Running org.eclipse.scout.rt.platform.job.JobManagerTest
18:12:10 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.platform.job.JobManagerTest
18:12:10 Running org.eclipse.scout.rt.platform.job.JobManagerLoadTest
18:12:15 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.771 sec - in org.eclipse.scout.rt.platform.job.JobManagerLoadTest
18:12:15 Running org.eclipse.scout.rt.platform.job.JobListenerTest
18:12:15 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.eclipse.scout.rt.platform.job.JobListenerTest
18:12:15 Running org.eclipse.scout.rt.platform.job.JobInputTest
18:12:15 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.job.JobInputTest
18:12:15 Running org.eclipse.scout.rt.platform.job.JobFutureVisitTest
18:12:15 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec - in org.eclipse.scout.rt.platform.job.JobFutureVisitTest
18:12:15 Running org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest
18:12:15 2020-03-01 23:12:15,619 ERROR [scout-thread-1034] org.eclipse.scout.rt.platform.exception.ExceptionHandler - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest$2]
18:12:15 java.lang.Exception: expected JUnit test exception
18:12:15 	at org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest.testWithExplicitExceptionTranslator(JobExceptionTranslationTest.java:64)
18:12:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:12:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:12:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:12:15 	at java.lang.reflect.Method.invoke(Method.java:498)
18:12:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:12:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:12:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:12:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:12:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:12:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:12:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:12:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:12:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:12:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:12:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:12:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:12:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:12:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:12:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:12:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:12:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:12:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:12:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:12:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:12:15 2020-03-01 23:12:15,625 ERROR [scout-thread-1034] org.eclipse.scout.rt.platform.exception.ExceptionHandler - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest$1]
18:12:15 java.lang.Exception: expected JUnit test exception
18:12:15 	at org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest.testWithImplicitExceptionTranslator(JobExceptionTranslationTest.java:43)
18:12:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:12:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:12:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:12:15 	at java.lang.reflect.Method.invoke(Method.java:498)
18:12:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:12:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:12:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:12:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:12:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:12:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:12:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:12:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:12:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:12:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:12:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:12:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:12:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:12:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:12:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:12:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:12:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:12:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:12:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:12:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:12:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:12:15 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest
18:12:15 Running org.eclipse.scout.rt.platform.job.JobCancelTest
18:12:17 Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.045 sec - in org.eclipse.scout.rt.platform.job.JobCancelTest
18:12:17 Running org.eclipse.scout.rt.platform.job.FutureAwaitTest
18:12:17 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec - in org.eclipse.scout.rt.platform.job.FutureAwaitTest
18:12:17 Running org.eclipse.scout.rt.platform.job.ExecutionTriggerTest
18:12:17 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.job.ExecutionTriggerTest
18:12:17 Running org.eclipse.scout.rt.platform.job.ExecutionHintTest
18:12:17 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.job.ExecutionHintTest
18:12:17 Running org.eclipse.scout.rt.platform.job.BlockingConditionTest
18:12:17 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.job.BlockingConditionTest
18:12:17 Running org.eclipse.scout.rt.platform.job.BlockingConditionInterruptionTest
18:12:17 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec - in org.eclipse.scout.rt.platform.job.BlockingConditionInterruptionTest
18:12:17 Running org.eclipse.scout.rt.platform.job.AwaitDoneTest
18:12:19 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.611 sec - in org.eclipse.scout.rt.platform.job.AwaitDoneTest
18:12:19 Running org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilderTest
18:12:19 2020-03-01 23:12:19,523 INFO  [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder - found no pre-built 'file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/inventory/internal/test%20repository/META-INF/jandex.idx'. scanning location... - MDC[]
18:12:19 2020-03-01 23:12:19,536 INFO  [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder - found no pre-built 'jar:file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/inventory/internal/test%20repository/test.jar_!/META-INF/jandex.idx'. scanning location... - MDC[]
18:12:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilderTest
18:12:19 Running org.eclipse.scout.rt.platform.inventory.internal.JandexClassInventoryTest
18:12:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.inventory.internal.JandexClassInventoryTest
18:12:19 Running org.eclipse.scout.rt.platform.inventory.internal.JandexClassInfoTest
18:12:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.inventory.internal.JandexClassInfoTest
18:12:19 Running org.eclipse.scout.rt.platform.internal.PlatformImplementorTest
18:12:19 2020-03-01 23:12:19,546 INFO  [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:12:19 2020-03-01 23:12:19,549 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Error during event listener notification. - MDC[]
18:12:19 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:343)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:317)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:138)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:119)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
18:12:19 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
18:12:19 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:12:19 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:12:19 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:12:19 	at java.lang.Thread.run(Thread.java:748)
18:12:19 2020-03-01 23:12:19,550 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Error during platform startup - MDC[]
18:12:19 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:343)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:317)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:138)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:119)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
18:12:19 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
18:12:19 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:12:19 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:12:19 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:12:19 	at java.lang.Thread.run(Thread.java:748)
18:12:19 2020-03-01 23:12:19,550 INFO  [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:12:19 2020-03-01 23:12:19,551 WARN  [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[]
18:12:19 2020-03-01 23:12:19,551 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Error during event listener notification. - MDC[]
18:12:19 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:343)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:317)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:158)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:119)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
18:12:19 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
18:12:19 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:12:19 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:12:19 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:12:19 	at java.lang.Thread.run(Thread.java:748)
18:12:19 2020-03-01 23:12:19,552 INFO  [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:12:19 2020-03-01 23:12:19,552 WARN  [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[]
18:12:19 2020-03-01 23:12:19,552 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Error during event listener notification. - MDC[]
18:12:19 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:343)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:317)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:144)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:119)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
18:12:19 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
18:12:19 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:12:19 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:12:19 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:12:19 	at java.lang.Thread.run(Thread.java:748)
18:12:19 2020-03-01 23:12:19,552 ERROR [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Error during platform startup - MDC[]
18:12:19 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:343)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:317)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:144)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:119)
18:12:19 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
18:12:19 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
18:12:19 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:12:19 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:12:19 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:12:19 	at java.lang.Thread.run(Thread.java:748)
18:12:19 2020-03-01 23:12:19,553 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:12:19 2020-03-01 23:12:19,553 WARN  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[]
18:12:19 2020-03-01 23:12:19,554 INFO  [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:12:19 2020-03-01 23:12:19,554 WARN  [pool-2004-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[]
18:12:19 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.platform.internal.PlatformImplementorTest
18:12:19 Running org.eclipse.scout.rt.platform.internal.BeanInstanceUtilTest
18:12:19 Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.platform.internal.BeanInstanceUtilTest
18:12:19 Running org.eclipse.scout.rt.platform.internal.BeanFilterTest
18:12:19 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.internal.BeanFilterTest
18:12:19 Running org.eclipse.scout.rt.platform.interceptor.DecoratingProxyTest
18:12:19 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.platform.interceptor.DecoratingProxyTest
18:12:19 Running org.eclipse.scout.rt.platform.index.IndexedStoreTest
18:12:19 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.index.IndexedStoreTest
18:12:19 Running org.eclipse.scout.rt.platform.html.HtmlHelperTest
18:12:19 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.html.HtmlHelperTest
18:12:19 Running org.eclipse.scout.rt.platform.html.HtmlContentBuilderTest
18:12:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.platform.html.HtmlContentBuilderTest
18:12:19 Running org.eclipse.scout.rt.platform.html.HTMLTest
18:12:19 Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.eclipse.scout.rt.platform.html.HTMLTest
18:12:19 Running org.eclipse.scout.rt.platform.filter.OrFilterTest
18:12:19 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.platform.filter.OrFilterTest
18:12:19 Running org.eclipse.scout.rt.platform.filter.NotFilterTest
18:12:19 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.filter.NotFilterTest
18:12:19 Running org.eclipse.scout.rt.platform.filter.AndFilterTest
18:12:19 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.filter.AndFilterTest
18:12:19 Running org.eclipse.scout.rt.platform.exception.VetoExceptionTest
18:12:19 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.exception.VetoExceptionTest
18:12:19 Running org.eclipse.scout.rt.platform.exception.ProcessingStatusTest
18:12:19 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.exception.ProcessingStatusTest
18:12:19 Running org.eclipse.scout.rt.platform.exception.ProcessingExceptionTest
18:12:19 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.exception.ProcessingExceptionTest
18:12:19 Running org.eclipse.scout.rt.platform.exception.PlatformExceptionTranslatorTest
18:12:19 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.platform.exception.PlatformExceptionTranslatorTest
18:12:19 Running org.eclipse.scout.rt.platform.exception.PlatformExceptionTest
18:12:19 Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.exception.PlatformExceptionTest
18:12:19 Running org.eclipse.scout.rt.platform.exception.PlaceholderExceptionTest
18:12:19 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.exception.PlaceholderExceptionTest
18:12:19 Running org.eclipse.scout.rt.platform.exception.NullExceptionTranslatorTest
18:12:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.exception.NullExceptionTranslatorTest
18:12:19 Running org.eclipse.scout.rt.platform.exception.ExceptionHandlerTest
18:12:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.exception.ExceptionHandlerTest
18:12:19 Running org.eclipse.scout.rt.platform.exception.DefaultRuntimeExceptionTranslatorTest
18:12:19 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.eclipse.scout.rt.platform.exception.DefaultRuntimeExceptionTranslatorTest
18:12:19 Running org.eclipse.scout.rt.platform.exception.DefaultExceptionTranslatorTest
18:12:19 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.exception.DefaultExceptionTranslatorTest
18:12:19 Running org.eclipse.scout.rt.platform.context.RunMonitorTest
18:12:19 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.context.RunMonitorTest
18:12:19 Running org.eclipse.scout.rt.platform.context.RunContextTest
18:12:19 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.context.RunContextTest
18:12:19 Running org.eclipse.scout.rt.platform.context.RunContextExceptionTranslationTest
18:12:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.context.RunContextExceptionTranslationTest
18:12:19 Running org.eclipse.scout.rt.platform.context.RunContextChainTest
18:12:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.context.RunContextChainTest
18:12:19 Running org.eclipse.scout.rt.platform.config.PropertiesHelperTest
18:12:19 2020-03-01 23:12:19,728 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper - Invalid boolean-value for property 'stringKey' configured: stringValue - MDC[]
18:12:19 2020-03-01 23:12:19,728 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper - Invalid boolean-value for property 'stringKey' configured: stringValue - MDC[]
18:12:19 2020-03-01 23:12:19,728 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper - Invalid long-value for property 'invalidNumberKey' configured: invalid - MDC[]
18:12:19 2020-03-01 23:12:19,729 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper - Invalid int-value for property 'invalidNumberKey' configured: invalid - MDC[]
18:12:19 2020-03-01 23:12:19,729 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper - Invalid double-value for property 'invalidNumberKey' configured: invalid - MDC[]
18:12:19 2020-03-01 23:12:19,729 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper - Invalid float-value for property 'invalidNumberKey' configured: invalid - MDC[]
18:12:19 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.config.PropertiesHelperTest
18:12:19 Running org.eclipse.scout.rt.platform.config.LongConfigPropertyTest
18:12:19 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.config.LongConfigPropertyTest
18:12:19 Running org.eclipse.scout.rt.platform.chain.callable.CallableChainTest
18:12:19 2020-03-01 23:12:19,744 ERROR [main] org.eclipse.scout.rt.platform.chain.callable.CallableChain - Unexpected error during the undecoration of a command's execution. [undecorator=org.eclipse.scout.rt.platform.chain.callable.CallableChainTest$6$1, command=org.eclipse.scout.rt.platform.chain.callable.CallableChainTest$9@5bc1eaa7] - MDC[]
18:12:19 java.lang.RuntimeException: expected JUnit test exception
18:12:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChainTest$6$1.undecorate(CallableChainTest.java:123)
18:12:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.undecorateSafe(CallableChain.java:197)
18:12:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:190)
18:12:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:12:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChainTest.testDecoratorChainWithException(CallableChainTest.java:147)
18:12:19 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:12:19 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:12:19 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:12:19 	at java.lang.reflect.Method.invoke(Method.java:498)
18:12:19 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:12:19 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:12:19 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:12:19 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:12:19 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:12:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:12:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:12:19 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:12:19 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:12:19 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:12:19 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:12:19 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:12:19 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:12:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:12:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:12:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:12:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:12:19 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:12:19 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:12:19 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:12:19 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.platform.chain.callable.CallableChainTest
18:12:19 Running org.eclipse.scout.rt.platform.SimpleInstanceTest
18:12:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.SimpleInstanceTest
18:12:19 Running org.eclipse.scout.rt.platform.SameBeanOrderTest
18:12:19 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.SameBeanOrderTest
18:12:19 Running org.eclipse.scout.rt.platform.ReUseVsReplaceTest
18:12:19 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.ReUseVsReplaceTest
18:12:19 Running org.eclipse.scout.rt.platform.PostConstructTest
18:12:19 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.PostConstructTest
18:12:19 Running org.eclipse.scout.rt.platform.InterfaceBeanTest
18:12:19 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.InterfaceBeanTest
18:12:19 Running org.eclipse.scout.rt.platform.InjectInstancesTest
18:12:19 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.InjectInstancesTest
18:12:19 Running org.eclipse.scout.rt.platform.InheritOrderTest
18:12:19 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.InheritOrderTest
18:12:19 Running org.eclipse.scout.rt.platform.DynamicAnnotationTest
18:12:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.DynamicAnnotationTest
18:12:19 Running org.eclipse.scout.rt.platform.DoubleReplaceTest
18:12:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.DoubleReplaceTest
18:12:19 Running org.eclipse.scout.rt.platform.BeansWithCircularDependenciesTest
18:12:19 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.platform.BeansWithCircularDependenciesTest
18:12:19 Running org.eclipse.scout.rt.platform.BeanRegisterUnregisterTest
18:12:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.BeanRegisterUnregisterTest
18:12:19 Running org.eclipse.scout.rt.platform.BeanOrderTest
18:12:19 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.platform.BeanOrderTest
18:12:19 Running org.eclipse.scout.rt.platform.BeanDoubleRegistrationTest
18:12:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.BeanDoubleRegistrationTest
18:12:19 Running org.eclipse.scout.rt.platform.BeanContextTest
18:12:19 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.BeanContextTest
18:12:19 Running org.eclipse.scout.rt.platform.BEANSTest
18:12:19 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.BEANSTest
18:12:19 Running org.eclipse.scout.rt.platform.ApplicationsScopedTest
18:12:19 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.ApplicationsScopedTest
18:12:19 Running org.eclipse.scout.rt.platform.ApplicationTest
18:12:19 2020-03-01 23:12:19,814 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:12:19 2020-03-01 23:12:19,816 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:12:19 2020-03-01 23:12:19,817 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:12:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.ApplicationTest
18:12:19 
18:12:19 Results :
18:12:19 
18:12:19 Tests run: 1398, Failures: 0, Errors: 0, Skipped: 4
18:12:19 
18:12:19 [INFO] 
18:12:19 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.platform.test ---
18:12:19 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT.jar
18:12:19 [INFO] 
18:12:19 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.platform.test ---
18:12:19 [INFO] 
18:12:19 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.platform.test ---
18:12:20 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-tests.jar
18:12:20 [INFO] 
18:12:20 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform.test ---
18:12:20 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-sources.jar
18:12:20 [INFO] 
18:12:20 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform.test ---
18:12:20 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-test-sources.jar
18:12:20 [INFO] 
18:12:20 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.platform.test ---
18:12:20 [INFO] Skipping duplicate-finder execution!
18:12:20 [INFO] 
18:12:20 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.platform.test ---
18:12:20 [INFO] Signature checking is skipped.
18:12:20 [INFO] 
18:12:20 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.platform.test ---
18:12:20 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT.jar
18:12:20 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT.pom
18:12:20 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-tests.jar
18:12:20 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-sources.jar
18:12:20 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT-test-sources.jar
18:12:20 [INFO] 
18:12:20 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared >----------
18:12:20 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared 6.0.300-SNAPSHOT [5/30]
18:12:20 [INFO] --------------------------------[ jar ]---------------------------------
18:12:20 [INFO] 
18:12:20 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.shared ---
18:12:20 [INFO] 
18:12:20 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared ---
18:12:20 [INFO] Skipping Rule Enforcement.
18:12:20 [INFO] 
18:12:20 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.shared ---
18:12:21 [INFO] 
18:12:21 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.shared ---
18:12:21 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared/../org.eclipse.scout.rt/target/jacoco-all.exec
18:12:21 [INFO] 
18:12:21 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.shared ---
18:12:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:12:21 [INFO] Copying 29 resources
18:12:21 [INFO] 
18:12:21 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.shared ---
18:12:21 [INFO] Changes detected - recompiling the module!
18:12:21 [INFO] Compiling 294 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared/target/classes
18:12:22 [INFO] 
18:12:22 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.shared ---
18:12:22 [INFO] 
18:12:22 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.shared ---
18:12:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:12:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared/src/test/resources
18:12:22 [INFO] 
18:12:22 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared ---
18:12:22 [INFO] No sources to compile
18:12:22 [INFO] 
18:12:22 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.shared ---
18:12:22 [INFO] No tests to run.
18:12:22 [INFO] 
18:12:22 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.shared ---
18:12:22 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT.jar
18:12:22 [INFO] 
18:12:22 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.shared ---
18:12:22 [INFO] 
18:12:22 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.shared ---
18:12:22 [INFO] Skipping packaging of the test-jar
18:12:22 [INFO] 
18:12:22 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared ---
18:12:22 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT-sources.jar
18:12:22 [INFO] 
18:12:22 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared ---
18:12:22 [INFO] No sources in project. Archive not created.
18:12:22 [INFO] 
18:12:22 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.shared ---
18:12:22 [INFO] Skipping duplicate-finder execution!
18:12:22 [INFO] 
18:12:22 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.shared ---
18:12:22 [INFO] Signature checking is skipped.
18:12:22 [INFO] 
18:12:22 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.shared ---
18:12:22 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT.jar
18:12:22 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT.pom
18:12:22 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-6.0.300-SNAPSHOT-sources.jar
18:12:22 [INFO] 
18:12:22 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test >--------
18:12:22 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test 6.0.300-SNAPSHOT [6/30]
18:12:22 [INFO] --------------------------------[ jar ]---------------------------------
18:12:22 [INFO] 
18:12:22 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.shared.test ---
18:12:22 [INFO] 
18:12:22 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared.test ---
18:12:22 [INFO] Skipping Rule Enforcement.
18:12:22 [INFO] 
18:12:22 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.shared.test ---
18:12:24 [INFO] 
18:12:24 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.shared.test ---
18:12:24 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared.test/../org.eclipse.scout.rt/target/jacoco-all.exec
18:12:24 [INFO] 
18:12:24 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.shared.test ---
18:12:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:12:24 [INFO] Copying 1 resource
18:12:24 [INFO] 
18:12:24 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.shared.test ---
18:12:24 [INFO] Changes detected - recompiling the module!
18:12:24 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared.test/target/classes
18:12:24 [INFO] 
18:12:24 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.shared.test ---
18:12:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:12:24 [INFO] Copying 9 resources
18:12:24 [INFO] 
18:12:24 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared.test ---
18:12:24 [INFO] Changes detected - recompiling the module!
18:12:24 [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared.test/target/test-classes
18:12:24 [INFO] 
18:12:24 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.shared.test ---
18:12:24 [INFO] 
18:12:24 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.shared.test ---
18:12:24 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared.test/target/surefire-reports
18:12:24 
18:12:24 -------------------------------------------------------
18:12:24  T E S T S
18:12:24 -------------------------------------------------------
18:12:24 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:12:24 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:12:25 Running org.eclipse.scout.rt.shared.ui.UserAgentTest
18:12:25 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 sec - in org.eclipse.scout.rt.shared.ui.UserAgentTest
18:12:25 Running org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest
18:12:25 2020-03-01 23:12:25,659 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent:  - MDC[]
18:12:25 org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
18:12:25 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
18:12:25 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94)
18:12:25 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest.testEmptyId(DefaultUserAgentParserTest.java:27)
18:12:25 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:12:25 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:12:25 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:12:25 	at java.lang.reflect.Method.invoke(Method.java:498)
18:12:25 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:12:25 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:12:25 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:12:25 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:12:25 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
18:12:25 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:12:25 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:12:25 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:12:25 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:12:25 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:12:25 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:12:25 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:12:25 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:12:25 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:12:25 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:12:25 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:12:25 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:12:25 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:12:25 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:12:25 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:12:25 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:12:25 2020-03-01 23:12:25,663 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent: XY|DESKTOP|UNKNOWN|Windows7 - MDC[]
18:12:25 org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
18:12:25 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
18:12:25 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94)
18:12:25 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest.testInvalidId(DefaultUserAgentParserTest.java:21)
18:12:25 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:12:25 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:12:25 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:12:25 	at java.lang.reflect.Method.invoke(Method.java:498)
18:12:25 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:12:25 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:12:25 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:12:25 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:12:25 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
18:12:25 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:12:25 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:12:25 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:12:25 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:12:25 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:12:25 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:12:25 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:12:25 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:12:25 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:12:25 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:12:25 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:12:25 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:12:25 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:12:25 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:12:25 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:12:25 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:12:25 2020-03-01 23:12:25,665 WARN  [main] org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser - Character which is used as delimiter has been found in uiDeviceId. Replaced with '_'. Old uiDeviceId: xxx|yyy. New uiDeviceId: xxx_yyy - MDC[]
18:12:25 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest
18:12:25 Running org.eclipse.scout.rt.shared.text.TextsTest
18:12:25 2020-03-01 23:12:25,740 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:12:25 2020-03-01 23:12:25,768 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 26.193983 ms - MDC[]
18:12:25 2020-03-01 23:12:25,929 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:12:25 2020-03-01 23:12:25,938 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 9 code type classes registered. - MDC[]
18:12:25 2020-03-01 23:12:25,939 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:12:26 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.4 sec - in org.eclipse.scout.rt.shared.text.TextsTest
18:12:26 Running org.eclipse.scout.rt.shared.text.HTMLTextTest
18:12:26 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.shared.text.HTMLTextTest
18:12:26 Running org.eclipse.scout.rt.shared.session.SessionDataTest
18:12:26 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.eclipse.scout.rt.shared.session.SessionDataTest
18:12:26 Running org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstallerTest
18:12:26 2020-03-01 23:12:26,131 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Successfully installed java.net.CookieManager@7bbfc5ff (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@7a682d35) - MDC[]
18:12:26 2020-03-01 23:12:26,275 WARN  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Overriding pre-installed cookie handler: Mock for CookieHandler, hashCode: 429462686 - MDC[]
18:12:26 2020-03-01 23:12:26,275 WARN  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Overriding pre-installed cookie handler: Mock for CookieManager, hashCode: 106787773 (Cookie store: null) - MDC[]
18:12:26 2020-03-01 23:12:26,281 WARN  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Overriding pre-installed cookie handler: Mock for CookieManager, hashCode: 106787773 (Cookie store: Mock for CookieStore, hashCode: 1149650230) - MDC[]
18:12:26 2020-03-01 23:12:26,282 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Don't overriding already installed MultiSessionCookieStore cookie handler from same deployment: java.net.CookieManager@7bbfc5ff (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@7a682d35) - MDC[]
18:12:26 2020-03-01 23:12:26,282 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Successfully uninstalled java.net.CookieManager@7bbfc5ff (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@7a682d35) - MDC[]
18:12:26 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec - in org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstallerTest
18:12:26 Running org.eclipse.scout.rt.shared.servicetunnel.http.HttpServiceTunnelTest
18:12:26 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.eclipse.scout.rt.shared.servicetunnel.http.HttpServiceTunnelTest
18:12:26 Running org.eclipse.scout.rt.shared.servicetunnel.http.DefaultAuthTokenTest
18:12:26 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in org.eclipse.scout.rt.shared.servicetunnel.http.DefaultAuthTokenTest
18:12:26 Running org.eclipse.scout.rt.shared.servicetunnel.SoapServiceTunnelContentHandlerTest
18:12:26 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.shared.servicetunnel.SoapServiceTunnelContentHandlerTest
18:12:26 Running org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest
18:12:26 2020-03-01 23:12:26,464 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:12:26 2020-03-01 23:12:26,470 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:12:26 2020-03-01 23:12:26,471 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:12:26 2020-03-01 23:12:26,471 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:12:26 2020-03-01 23:12:26,472 ERROR [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - The annotation @TunnelToServer can only be used on public interfaces, not on org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest$FixtureTunnelToServerEx3Impl - MDC[]
18:12:26 2020-03-01 23:12:26,472 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:12:26 2020-03-01 23:12:26,473 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:12:26 2020-03-01 23:12:26,474 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:12:26 2020-03-01 23:12:26,475 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:12:26 2020-03-01 23:12:26,476 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:12:26 2020-03-01 23:12:26,477 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:12:26 2020-03-01 23:12:26,506 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:12:26 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest
18:12:26 Running org.eclipse.scout.rt.shared.servicetunnel.LenientPermissionWrapperTest
18:12:26 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.servicetunnel.LenientPermissionWrapperTest
18:12:26 Running org.eclipse.scout.rt.shared.servicetunnel.BinaryServiceTunnelContentHandlerTest
18:12:26 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.shared.servicetunnel.BinaryServiceTunnelContentHandlerTest
18:12:26 Running org.eclipse.scout.rt.shared.services.lookup.LookupRowTest
18:12:26 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.shared.services.lookup.LookupRowTest
18:12:26 Running org.eclipse.scout.rt.shared.services.lookup.LocalLookupCallTest
18:12:26 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.services.lookup.LocalLookupCallTest
18:12:26 Running org.eclipse.scout.rt.shared.services.lookup.CodeLookupCallTest
18:12:26 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.eclipse.scout.rt.shared.services.lookup.CodeLookupCallTest
18:12:26 Running org.eclipse.scout.rt.shared.services.common.security.SharedAccessControlServiceTest
18:12:26 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.eclipse.scout.rt.shared.services.common.security.SharedAccessControlServiceTest
18:12:26 Running org.eclipse.scout.rt.shared.services.common.prefs.PreferencesTest
18:12:26 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.shared.services.common.prefs.PreferencesTest
18:12:26 Running org.eclipse.scout.rt.shared.services.common.jdbc.SearchFilterTest
18:12:26 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.shared.services.common.jdbc.SearchFilterTest
18:12:26 Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeWithAddRemoveCodeTest
18:12:26 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeWithAddRemoveCodeTest
18:12:26 Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeTest
18:12:26 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeTest
18:12:26 Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrationTest
18:12:26 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrationTest
18:12:26 Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeClassInventoryTest
18:12:26 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeClassInventoryTest
18:12:26 Running org.eclipse.scout.rt.shared.services.common.code.CodeServiceTest
18:12:26 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeServiceTest
18:12:26 Running org.eclipse.scout.rt.shared.services.common.code.CodeRowTest
18:12:26 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeRowTest
18:12:26 Running org.eclipse.scout.rt.shared.services.common.calendar.CalendarItemTest
18:12:26 Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.shared.services.common.calendar.CalendarItemTest
18:12:26 Running org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest
18:12:26 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest
18:12:26 Running org.eclipse.scout.rt.shared.notification.NotificationHandlerRegistryTest
18:12:26 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.shared.notification.NotificationHandlerRegistryTest
18:12:26 Running org.eclipse.scout.rt.shared.mail.MailUtilityTest
18:12:26 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec - in org.eclipse.scout.rt.shared.mail.MailUtilityTest
18:12:26 Running org.eclipse.scout.rt.shared.extension.service.common.code.CodeTypeAopTest
18:12:26 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.shared.extension.service.common.code.CodeTypeAopTest
18:12:26 Running org.eclipse.scout.rt.shared.extension.ExtensionChainTest
18:12:26 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.shared.extension.ExtensionChainTest
18:12:26 Running org.eclipse.scout.rt.shared.data.model.DataModelUtilityTest
18:12:27 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.329 sec - in org.eclipse.scout.rt.shared.data.model.DataModelUtilityTest
18:12:27 Running org.eclipse.scout.rt.shared.data.model.DataModelAttributeTest
18:12:27 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec - in org.eclipse.scout.rt.shared.data.model.DataModelAttributeTest
18:12:27 Running org.eclipse.scout.rt.shared.data.form.properties.FormDataPropertyTest
18:12:27 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.data.form.properties.FormDataPropertyTest
18:12:27 Running org.eclipse.scout.rt.shared.data.form.fields.tablefield.TableFieldBeanDataTest
18:12:27 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.data.form.fields.tablefield.TableFieldBeanDataTest
18:12:27 Running org.eclipse.scout.rt.shared.data.form.FormFieldDataTest
18:12:27 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.data.form.FormFieldDataTest
18:12:27 Running org.eclipse.scout.rt.shared.data.form.FormDataUtilityTest
18:12:27 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.shared.data.form.FormDataUtilityTest
18:12:27 Running org.eclipse.scout.rt.shared.data.form.FormDataTest
18:12:27 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.data.form.FormDataTest
18:12:27 Running org.eclipse.scout.rt.shared.data.form.FormDataInjectionTest
18:12:27 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.shared.data.form.FormDataInjectionTest
18:12:27 Running org.eclipse.scout.rt.shared.data.basic.table.AbstractTableRowDataTest
18:12:27 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.shared.data.basic.table.AbstractTableRowDataTest
18:12:27 Running org.eclipse.scout.rt.shared.csv.CsvHelperTest
18:12:27 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.eclipse.scout.rt.shared.csv.CsvHelperTest
18:12:27 Running org.eclipse.scout.rt.shared.calendar.CalendarTest
18:12:27 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.calendar.CalendarTest
18:12:27 Running org.eclipse.scout.rt.shared.cache.CacheRegistryServiceTest
18:12:27 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.shared.cache.CacheRegistryServiceTest
18:12:27 Running org.eclipse.scout.rt.shared.cache.CacheBuilderTest
18:12:27 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.shared.cache.CacheBuilderTest
18:12:27 Running org.eclipse.scout.rt.shared.cache.BasicCacheTest
18:12:27 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.shared.cache.BasicCacheTest
18:12:27 
18:12:27 Results :
18:12:27 
18:12:27 Tests run: 220, Failures: 0, Errors: 0, Skipped: 0
18:12:27 
18:12:27 [INFO] 
18:12:27 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.shared.test ---
18:12:27 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT.jar
18:12:27 [INFO] 
18:12:27 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.shared.test ---
18:12:27 [INFO] 
18:12:27 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.shared.test ---
18:12:27 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-tests.jar
18:12:27 [INFO] 
18:12:27 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared.test ---
18:12:27 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-sources.jar
18:12:27 [INFO] 
18:12:27 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared.test ---
18:12:27 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-test-sources.jar
18:12:27 [INFO] 
18:12:27 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.shared.test ---
18:12:27 [INFO] Skipping duplicate-finder execution!
18:12:27 [INFO] 
18:12:27 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.shared.test ---
18:12:27 [INFO] Signature checking is skipped.
18:12:27 [INFO] 
18:12:27 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.shared.test ---
18:12:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT.jar
18:12:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT.pom
18:12:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-tests.jar
18:12:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-sources.jar
18:12:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-6.0.300-SNAPSHOT-test-sources.jar
18:12:27 [INFO] 
18:12:27 [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons >------
18:12:27 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons 6.0.300-SNAPSHOT [7/30]
18:12:27 [INFO] --------------------------------[ jar ]---------------------------------
18:12:27 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom
18:12:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom
18:12:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom
18:12:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom
18:12:28 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 14 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 kB at 276 kB/s)
18:12:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/java/jvnet-parent/3/jvnet-parent-3.pom
18:12:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom
18:12:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/java/jvnet-parent/3/jvnet-parent-3.pom
18:12:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom
18:12:28 Progress (1): 4.1 kB
Progress (1): 4.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 114 kB/s)
18:12:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
18:12:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
18:12:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
18:12:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
18:12:28 Progress (1): 4.1/96 kB
Progress (1): 7.7/96 kB
Progress (1): 12/96 kB 
Progress (1): 16/96 kB
Progress (1): 20/96 kB
Progress (1): 24/96 kB
Progress (1): 28/96 kB
Progress (1): 32/96 kB
Progress (1): 36/96 kB
Progress (1): 40/96 kB
Progress (1): 45/96 kB
Progress (1): 49/96 kB
Progress (1): 53/96 kB
Progress (1): 57/96 kB
Progress (1): 61/96 kB
Progress (1): 65/96 kB
Progress (1): 69/96 kB
Progress (1): 73/96 kB
Progress (1): 77/96 kB
Progress (1): 81/96 kB
Progress (1): 85/96 kB
Progress (1): 90/96 kB
Progress (1): 94/96 kB
Progress (1): 96 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 1.5 MB/s)
18:12:28 [INFO] 
18:12:28 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.commons ---
18:12:28 [INFO] 
18:12:28 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons ---
18:12:28 [INFO] Skipping Rule Enforcement.
18:12:28 [INFO] 
18:12:28 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.commons ---
18:12:30 [INFO] 
18:12:30 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.commons ---
18:12:30 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons/../org.eclipse.scout.rt/target/jacoco-all.exec
18:12:30 [INFO] 
18:12:30 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.commons ---
18:12:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:12:30 [INFO] Copying 1 resource
18:12:30 [INFO] 
18:12:30 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.commons ---
18:12:30 [INFO] Changes detected - recompiling the module!
18:12:30 [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons/target/classes
18:12:30 [INFO] 
18:12:30 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.commons ---
18:12:30 [INFO] 
18:12:30 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons ---
18:12:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:12:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons/src/test/resources
18:12:30 [INFO] 
18:12:30 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons ---
18:12:30 [INFO] No sources to compile
18:12:30 [INFO] 
18:12:30 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.commons ---
18:12:30 [INFO] No tests to run.
18:12:30 [INFO] 
18:12:30 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.commons ---
18:12:30 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT.jar
18:12:30 [INFO] 
18:12:30 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.commons ---
18:12:30 [INFO] 
18:12:30 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons ---
18:12:30 [INFO] Skipping packaging of the test-jar
18:12:30 [INFO] 
18:12:30 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons ---
18:12:30 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT-sources.jar
18:12:30 [INFO] 
18:12:30 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons ---
18:12:30 [INFO] No sources in project. Archive not created.
18:12:30 [INFO] 
18:12:30 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.commons ---
18:12:30 [INFO] Skipping duplicate-finder execution!
18:12:30 [INFO] 
18:12:30 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.commons ---
18:12:30 [INFO] Signature checking is skipped.
18:12:30 [INFO] 
18:12:30 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.commons ---
18:12:30 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT.jar
18:12:30 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT.pom
18:12:30 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-6.0.300-SNAPSHOT-sources.jar
18:12:30 [INFO] 
18:12:30 [INFO] ---< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test >----
18:12:30 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test 6.0.300-SNAPSHOT [8/30]
18:12:30 [INFO] --------------------------------[ jar ]---------------------------------
18:12:30 [INFO] 
18:12:30 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.commons.test ---
18:12:30 [INFO] 
18:12:30 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons.test ---
18:12:30 [INFO] Skipping Rule Enforcement.
18:12:30 [INFO] 
18:12:30 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.commons.test ---
18:12:31 [INFO] 
18:12:31 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.commons.test ---
18:12:31 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons.test/../org.eclipse.scout.rt/target/jacoco-all.exec
18:12:31 [INFO] 
18:12:31 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.commons.test ---
18:12:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:12:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons.test/src/main/resources
18:12:31 [INFO] 
18:12:31 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.commons.test ---
18:12:31 [INFO] No sources to compile
18:12:31 [INFO] 
18:12:31 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons.test ---
18:12:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:12:31 [INFO] Copying 1 resource
18:12:31 [INFO] 
18:12:31 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons.test ---
18:12:31 [INFO] Changes detected - recompiling the module!
18:12:31 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons.test/target/test-classes
18:12:31 [INFO] 
18:12:31 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.commons.test ---
18:12:31 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons.test/target/surefire-reports
18:12:31 
18:12:31 -------------------------------------------------------
18:12:31  T E S T S
18:12:31 -------------------------------------------------------
18:12:31 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:12:31 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:12:32 Running org.eclipse.scout.rt.server.commons.servlet.ServletExceptionTranslatorTest
18:12:32 2020-03-01 23:12:32,775 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:12:32 2020-03-01 23:12:32,833 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 49.937343 ms - MDC[]
18:12:32 2020-03-01 23:12:32,984 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:12:33 2020-03-01 23:12:32,987 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
18:12:33 2020-03-01 23:12:32,988 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:12:33 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.666 sec - in org.eclipse.scout.rt.server.commons.servlet.ServletExceptionTranslatorTest
18:12:33 Running org.eclipse.scout.rt.server.commons.context.ServletRunContextTest
18:12:33 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 sec - in org.eclipse.scout.rt.server.commons.context.ServletRunContextTest
18:12:33 Running org.eclipse.scout.rt.server.commons.context.ServletRunContextChainTest
18:12:33 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.server.commons.context.ServletRunContextChainTest
18:12:33 Running org.eclipse.scout.rt.server.commons.cache.StickySessionCacheStoreServiceTest
18:12:33 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.eclipse.scout.rt.server.commons.cache.StickySessionCacheStoreServiceTest
18:12:33 Running org.eclipse.scout.rt.server.commons.cache.CacheElementTest
18:12:33 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.commons.cache.CacheElementTest
18:12:33 Running org.eclipse.scout.rt.server.commons.FileUtilityMimeTypeTest
18:12:33 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.eclipse.scout.rt.server.commons.FileUtilityMimeTypeTest
18:12:33 
18:12:33 Results :
18:12:33 
18:12:33 Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
18:12:33 
18:12:33 [INFO] 
18:12:33 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.commons.test ---
18:12:33 [WARNING] JAR will be empty - no content was marked for inclusion!
18:12:33 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT.jar
18:12:33 [INFO] 
18:12:33 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.commons.test ---
18:12:33 [INFO] 
18:12:33 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons.test ---
18:12:33 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-tests.jar
18:12:33 [INFO] 
18:12:33 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons.test ---
18:12:33 [INFO] No sources in project. Archive not created.
18:12:33 [INFO] 
18:12:33 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons.test ---
18:12:33 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-test-sources.jar
18:12:33 [INFO] 
18:12:33 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.commons.test ---
18:12:33 [INFO] Skipping duplicate-finder execution!
18:12:33 [INFO] 
18:12:33 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.commons.test ---
18:12:33 [INFO] Signature checking is skipped.
18:12:33 [INFO] 
18:12:33 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.commons.test ---
18:12:33 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT.jar
18:12:33 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT.pom
18:12:33 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-tests.jar
18:12:33 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-6.0.300-SNAPSHOT-test-sources.jar
18:12:33 [INFO] 
18:12:33 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.server >----------
18:12:33 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server 6.0.300-SNAPSHOT [9/30]
18:12:33 [INFO] --------------------------------[ jar ]---------------------------------
18:12:33 [INFO] 
18:12:33 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server ---
18:12:33 [INFO] 
18:12:33 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server ---
18:12:33 [INFO] Skipping Rule Enforcement.
18:12:33 [INFO] 
18:12:33 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server ---
18:12:34 [INFO] 
18:12:34 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server ---
18:12:34 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server/../org.eclipse.scout.rt/target/jacoco-all.exec
18:12:34 [INFO] 
18:12:34 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server ---
18:12:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:12:34 [INFO] Copying 1 resource
18:12:34 [INFO] 
18:12:34 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server ---
18:12:34 [INFO] Changes detected - recompiling the module!
18:12:34 [INFO] Compiling 150 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server/target/classes
18:12:35 [INFO] 
18:12:35 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server ---
18:12:35 [INFO] 
18:12:35 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server ---
18:12:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:12:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server/src/test/resources
18:12:35 [INFO] 
18:12:35 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server ---
18:12:35 [INFO] No sources to compile
18:12:35 [INFO] 
18:12:35 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server ---
18:12:35 [INFO] No tests to run.
18:12:35 [INFO] 
18:12:35 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server ---
18:12:35 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT.jar
18:12:35 [INFO] 
18:12:35 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server ---
18:12:35 [INFO] 
18:12:35 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server ---
18:12:35 [INFO] Skipping packaging of the test-jar
18:12:35 [INFO] 
18:12:35 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server ---
18:12:35 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT-sources.jar
18:12:35 [INFO] 
18:12:35 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server ---
18:12:35 [INFO] No sources in project. Archive not created.
18:12:35 [INFO] 
18:12:35 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server ---
18:12:35 [INFO] Skipping duplicate-finder execution!
18:12:35 [INFO] 
18:12:35 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server ---
18:12:35 [INFO] Signature checking is skipped.
18:12:35 [INFO] 
18:12:35 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server ---
18:12:35 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT.jar
18:12:35 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT.pom
18:12:35 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server-6.0.300-SNAPSHOT-sources.jar
18:12:35 [INFO] 
18:12:35 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.test >--------
18:12:35 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.test 6.0.300-SNAPSHOT [10/30]
18:12:35 [INFO] --------------------------------[ jar ]---------------------------------
18:12:35 [INFO] 
18:12:35 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.test ---
18:12:35 [INFO] 
18:12:35 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.test ---
18:12:35 [INFO] Skipping Rule Enforcement.
18:12:35 [INFO] 
18:12:35 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.test ---
18:12:36 [INFO] 
18:12:36 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.test ---
18:12:36 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.test/../org.eclipse.scout.rt/target/jacoco-all.exec
18:12:36 [INFO] 
18:12:36 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.test ---
18:12:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:12:36 [INFO] Copying 1 resource
18:12:36 [INFO] 
18:12:36 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.test ---
18:12:36 [INFO] Changes detected - recompiling the module!
18:12:36 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.test/target/classes
18:12:36 [INFO] 
18:12:36 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.test ---
18:12:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:12:36 [INFO] Copying 2 resources
18:12:36 [INFO] 
18:12:36 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.test ---
18:12:36 [INFO] Changes detected - recompiling the module!
18:12:36 [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes
18:12:36 [INFO] 
18:12:36 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.test ---
18:12:36 [INFO] 
18:12:36 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.test ---
18:12:36 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.test/target/surefire-reports
18:12:36 
18:12:36 -------------------------------------------------------
18:12:36  T E S T S
18:12:36 -------------------------------------------------------
18:12:36 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:12:36 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:12:37 Running org.eclipse.scout.rt.testing.server.runner.parameterized.SampleParameterizedServerTest
18:12:38 2020-03-01 23:12:38,026 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:12:38 2020-03-01 23:12:38,065 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 29.959377 ms - MDC[]
18:12:38 2020-03-01 23:12:38,293 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:12:38 2020-03-01 23:12:38,315 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 2 code type classes registered. - MDC[]
18:12:38 2020-03-01 23:12:38,316 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:12:38 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.721 sec - in org.eclipse.scout.rt.testing.server.runner.parameterized.SampleParameterizedServerTest
18:12:38 Running org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest
18:12:38 2020-03-01 23:12:38,464 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest$JUnitServerSession@7ab34619[id = 33245734-f262-47de-9b20-25a20e2ba936], user=anna] - MDC[principal=anna]
18:12:38 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest
18:12:38 Running org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTest
18:12:38 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTest
18:12:38 Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTransactionTest
18:12:38 2020-03-01 23:12:38,529 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@5349b246[id = e5597aa4-db6b-493d-a6c5-3d72c19dafe6], user=anna] - MDC[principal=anna]
18:12:38 2020-03-01 23:12:38,716 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=unexpected exception] - MDC[principal=anna]
18:12:38 2020-03-01 23:12:38,731 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=expected exception] - MDC[principal=anna]
18:12:38 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTransactionTest
18:12:38 Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTransactionTest
18:12:38 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTransactionTest
18:12:38 Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTest
18:12:38 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTest
18:12:38 Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest
18:12:38 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest
18:12:38 Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest
18:12:38 2020-03-01 23:12:38,878 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest$JUnitServerSession@7a64cb0c[id = ae4c6764-bf7d-47f1-b649-286a10a86d12], user=anna] - MDC[principal=anna]
18:12:38 2020-03-01 23:12:38,881 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest$JUnitServerSession@29bbc63c[id = 3e30956b-2bf9-4b47-a139-fe81fa5a1768], user=john] - MDC[principal=john]
18:12:38 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest
18:12:38 Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest
18:12:38 2020-03-01 23:12:38,885 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@234cd86c[id = 9bab7b2a-6b22-490c-ad2d-dd48c07db283], user=anna] - MDC[principal=anna]
18:12:38 2020-03-01 23:12:38,887 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@47fcefb3[id = 41f9696d-5499-4240-98c2-78080ce991ee], user=anna] - MDC[principal=anna]
18:12:38 2020-03-01 23:12:38,888 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@120aa40b[id = 8800f4e8-8531-40b5-b17d-662ea1d2deef], user=anna] - MDC[principal=anna]
18:12:38 2020-03-01 23:12:38,891 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession2@3f5dfe69[id = 20b63944-7ed1-4a68-b5e9-9b136db9a39c], user=anna] - MDC[principal=anna]
18:12:38 2020-03-01 23:12:38,892 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@430df350[id = e45bdce2-4699-4871-9e9b-c7740cf5adcd], user=anna] - MDC[principal=anna]
18:12:38 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest
18:12:38 Running org.eclipse.scout.rt.server.session.ServerSessionCacheTest
18:12:38 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.eclipse.scout.rt.server.session.ServerSessionCacheTest
18:12:38 Running org.eclipse.scout.rt.server.services.lookup.BatchNormalizerTest
18:12:38 2020-03-01 23:12:38,970 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache - class org.eclipse.scout.rt.server.services.lookup.BatchNormalizerTest$FruitLookupCallNonCacheable subclasses LookupCall with an additional member field 'FruitLookupCallNonCacheable.m_meta' and should therefore override the 'boolean equals(Object obj)' and 'int hashCode()' methods - MDC[]
18:12:39 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec - in org.eclipse.scout.rt.server.services.lookup.BatchNormalizerTest
18:12:39 Running org.eclipse.scout.rt.server.services.lookup.BatchLookupTest
18:12:39 2020-03-01 23:12:39,042 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache - class org.eclipse.scout.rt.server.services.lookup.BatchLookupTest$FlowerLookupCallWithMembersNoEqualsOverride subclasses LookupCall with an additional member field 'FlowerLookupCallWithMembersNoEqualsOverride.m_latinId' and should therefore override the 'boolean equals(Object obj)' and 'int hashCode()' methods - MDC[]
18:12:39 2020-03-01 23:12:39,069 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache - class org.eclipse.scout.rt.server.services.lookup.BatchLookupTest$LocalFlowerLookupCallWithMembersNoEqualsOverride subclasses LookupCall with an additional member field 'LocalFlowerLookupCallWithMembersNoEqualsOverride.m_latinId' and should therefore override the 'boolean equals(Object obj)' and 'int hashCode()' methods - MDC[]
18:12:39 2020-03-01 23:12:39,112 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache - class org.eclipse.scout.rt.server.services.lookup.BatchLookupTest$SubclassedLocalFlowerLookupCallWithMembersNoEqualsOverride subclasses LookupCall with an additional member field 'LocalFlowerLookupCallWithMembersNoEqualsOverride.m_latinId' and should therefore override the 'boolean equals(Object obj)' and 'int hashCode()' methods - MDC[]
18:12:39 2020-03-01 23:12:39,127 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache - class org.eclipse.scout.rt.server.services.lookup.BatchLookupTest$SubclassedFlowerLookupCallWithMembersNoEqualsOverride subclasses LookupCall with an additional member field 'FlowerLookupCallWithMembersNoEqualsOverride.m_latinId' and should therefore override the 'boolean equals(Object obj)' and 'int hashCode()' methods - MDC[]
18:12:39 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec - in org.eclipse.scout.rt.server.services.lookup.BatchLookupTest
18:12:39 Running org.eclipse.scout.rt.server.services.common.security.PermissionServiceTest
18:12:39 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.server.services.common.security.PermissionServiceTest
18:12:39 Running org.eclipse.scout.rt.server.services.common.security.AccessControlServiceTest
18:12:39 2020-03-01 23:12:39,153 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@1a497286[id = 38490693-5c5c-4d5b-af9e-cb26de794d2d], user=john] - MDC[principal=john]
18:12:39 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 sec - in org.eclipse.scout.rt.server.services.common.security.AccessControlServiceTest
18:12:39 Running org.eclipse.scout.rt.server.services.common.code.CodeTypeNotificationCoalescerTest
18:12:39 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.services.common.code.CodeTypeNotificationCoalescerTest
18:12:39 Running org.eclipse.scout.rt.server.services.common.code.CodeServiceTest
18:12:39 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.eclipse.scout.rt.server.services.common.code.CodeServiceTest
18:12:39 Running org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationServiceTest
18:12:39 2020-03-01 23:12:39,682 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@19bf47fc[id = 7aff551e-50cf-452e-929d-a90ae70c93a0], user=default] - MDC[principal=default]
18:12:39 2020-03-01 23:12:39,700 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@4c2ab536[id = 2d5dba68-28e6-42fa-ad1b-b3e3efa74f67], user=system] - MDC[principal=system]
18:12:39 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationServiceTest
18:12:39 Running org.eclipse.scout.rt.server.services.common.clustersync.ClusterNodeStatusInfoTest
18:12:39 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.services.common.clustersync.ClusterNodeStatusInfoTest
18:12:39 Running org.eclipse.scout.rt.server.services.common.clustersync.ClientNotificationClusterNotificationTest
18:12:39 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 sec - in org.eclipse.scout.rt.server.services.common.clustersync.ClientNotificationClusterNotificationTest
18:12:39 Running org.eclipse.scout.rt.server.services.ServiceWithSessionInterceptorTest
18:12:39 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.services.ServiceWithSessionInterceptorTest
18:12:39 Running org.eclipse.scout.rt.server.services.RemoteServiceAccessTest
18:12:39 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.server.services.RemoteServiceAccessTest
18:12:39 Running org.eclipse.scout.rt.server.scheduler.SchedulerTest
18:12:39 2020-03-01 23:12:39,963 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@786a3477[id = db6b0412-238e-4b54-bd29-7a29da38e90c], user=john] - MDC[principal=john]
18:12:39 2020-03-01 23:12:39,996 INFO  [main] org.eclipse.scout.rt.server.scheduler.AbstractScheduler - job [groupId.job-1] triggered at TickSignal[01.03.2020 23:12:39 dayOfWeek=7 dayOfMonthReverse=30 week=10 dayOfYear=61] - MDC[principal=john]
18:12:40 2020-03-01 23:12:39,999 INFO  [Scheduler.Dispatcher] org.eclipse.scout.rt.server.scheduler.AbstractScheduler - scheduler started - MDC[principal=john]
18:12:40 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.eclipse.scout.rt.server.scheduler.SchedulerTest
18:12:40 Running org.eclipse.scout.rt.server.notification.NotificationCoalescerTest
18:12:40 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.server.notification.NotificationCoalescerTest
18:12:40 Running org.eclipse.scout.rt.server.job.filter.future.SessionFutureFilterTest
18:12:40 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.server.job.filter.future.SessionFutureFilterTest
18:12:40 Running org.eclipse.scout.rt.server.job.filter.future.ServerRunContextFutureFilterTest
18:12:40 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.eclipse.scout.rt.server.job.filter.future.ServerRunContextFutureFilterTest
18:12:40 Running org.eclipse.scout.rt.server.job.filter.event.SessionJobEventFilterTest
18:12:40 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.server.job.filter.event.SessionJobEventFilterTest
18:12:40 Running org.eclipse.scout.rt.server.context.TransactionProcessorTest
18:12:40 java.lang.RuntimeException: Expected JUnit exception
18:12:40 	at org.eclipse.scout.rt.server.context.TransactionProcessorTest.testRequiresNewWithExistingTransactionAndError(TransactionProcessorTest.java:283)
18:12:40 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:12:40 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:12:40 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:12:40 	at java.lang.reflect.Method.invoke(Method.java:498)
18:12:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:12:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:12:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:12:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:333)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:12:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:12:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:12:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:12:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:12:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:12:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:12:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:12:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:12:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:12:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:12:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:12:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:12:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:12:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:12:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:12:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:12:40 2020-03-01 23:12:40,121 ERROR [main] org.eclipse.scout.rt.server.context.TwoPhaseTransactionCommitProtocol - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.server.transaction.BasicTransaction$$EnhancerByMockitoWithCGLIB$$d22da206@25109608] - MDC[]
18:12:40 java.lang.RuntimeException: Expected JUnit exception
18:12:40 	at org.eclipse.scout.rt.server.context.TransactionProcessorTest.testRequiresNewWithoutExistingTransactionAndErrorOnCommit(TransactionProcessorTest.java:217)
18:12:40 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:12:40 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:12:40 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:12:40 	at java.lang.reflect.Method.invoke(Method.java:498)
18:12:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:12:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:12:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:12:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:333)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:12:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:12:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:12:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:12:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:12:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:12:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:12:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:12:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:12:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:12:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:12:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:12:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:12:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:12:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:12:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:12:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:12:40 2020-03-01 23:12:40,127 ERROR [main] org.eclipse.scout.rt.server.context.TwoPhaseTransactionCommitProtocol - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.server.transaction.BasicTransaction$$EnhancerByMockitoWithCGLIB$$d22da206@734f8317] - MDC[]
18:12:40 java.lang.RuntimeException: Expected JUnit exception
18:12:40 	at org.eclipse.scout.rt.server.context.TransactionProcessorTest.testRequiredWithoutExistingTransactionAndErrorOnCommit(TransactionProcessorTest.java:381)
18:12:40 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:12:40 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:12:40 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:12:40 	at java.lang.reflect.Method.invoke(Method.java:498)
18:12:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:12:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:12:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:12:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:333)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:12:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:12:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:12:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:12:40 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:12:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:12:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:12:40 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:12:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:12:40 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:12:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:12:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:12:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:12:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:12:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:12:40 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:12:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:12:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:12:40 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.eclipse.scout.rt.server.context.TransactionProcessorTest
18:12:40 Running org.eclipse.scout.rt.server.context.ServerRunContextTest
18:12:40 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.context.ServerRunContextTest
18:12:40 Running org.eclipse.scout.rt.server.context.ServerRunContextProducerTest
18:12:40 2020-03-01 23:12:40,138 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@38d42ab7[id = 595e7573-5285-487a-b141-a0a65ccd3f7b], user=alpha] - MDC[principal=alpha]
18:12:40 2020-03-01 23:12:40,140 INFO  [scout-thread-23] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@77941850[id = 667895ee-1061-42a8-b72d-420ada6a84ea], user=beta] - MDC[principal=beta, jobName=org.eclipse.scout.rt.server.context.ServerRunContextProducerTest$1]
18:12:40 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.server.context.ServerRunContextProducerTest
18:12:40 Running org.eclipse.scout.rt.server.context.ServerRunContextChainTest
18:12:40 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.context.ServerRunContextChainTest
18:12:40 Running org.eclipse.scout.rt.server.context.RunMonitorCancelRegistryTest
18:12:40 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.server.context.RunMonitorCancelRegistryTest
18:12:40 Running org.eclipse.scout.rt.server.clientnotification.TransactionalClientNotificationCollectorTest
18:12:40 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.clientnotification.TransactionalClientNotificationCollectorTest
18:12:40 Running org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistryTest
18:12:41 Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.468 sec - in org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistryTest
18:12:41 Running org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueueTest
18:12:41 2020-03-01 23:12:41,869 WARN  [main] org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueue - Notification queue capacity reached. Remove oldest 1 notification messages. - MDC[]
18:12:42 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 sec - in org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueueTest
18:12:42 Running org.eclipse.scout.rt.server.cache.InvalidateCacheNofificationCoalescerTest
18:12:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.cache.InvalidateCacheNofificationCoalescerTest
18:12:42 Running org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMapTest
18:12:42 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMapTest
18:12:42 Running org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMapTest
18:12:42 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMapTest
18:12:42 Running org.eclipse.scout.rt.server.admin.inspector.SessionInspectorTest
18:12:42 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.server.admin.inspector.SessionInspectorTest
18:12:42 Running org.eclipse.scout.rt.server.ServiceTunnelServletTest
18:12:42 2020-03-01 23:12:42,153 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@1aeff8ca[id = testSessionId], user=default] - MDC[principal=default]
18:12:44 2020-03-01 23:12:44,182 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@6210666c[id = testid], user=default] - MDC[principal=default]
18:12:44 2020-03-01 23:12:44,191 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent: null - MDC[principal=default]
18:12:44 org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
18:12:44 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
18:12:44 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94)
18:12:44 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:103)
18:12:44 	at org.eclipse.scout.rt.server.ServiceTunnelServlet.doPost(ServiceTunnelServlet.java:148)
18:12:44 	at org.eclipse.scout.rt.server.ServiceTunnelServletTest.testPostSuccessful(ServiceTunnelServletTest.java:191)
18:12:44 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:12:44 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:12:44 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:12:44 	at java.lang.reflect.Method.invoke(Method.java:498)
18:12:44 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:12:44 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:12:44 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:12:44 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:12:44 	at org.eclipse.scout.rt.testing.server.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:333)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:12:44 	at org.eclipse.scout.rt.testing.server.runner.ServerSafeStatementInvoker.run(ServerSafeStatementInvoker.java:31)
18:12:44 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:12:44 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:12:44 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:12:44 	at org.eclipse.scout.rt.server.context.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:80)
18:12:44 	at org.eclipse.scout.rt.server.context.TransactionProcessor.intercept(TransactionProcessor.java:55)
18:12:44 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:12:44 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:12:44 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:12:44 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
18:12:44 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
18:12:44 	at org.eclipse.scout.rt.testing.server.runner.statement.ServerRunContextStatement.evaluateWithServerRunContext(ServerRunContextStatement.java:79)
18:12:44 	at org.eclipse.scout.rt.testing.server.runner.statement.ServerRunContextStatement.evaluate(ServerRunContextStatement.java:52)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:37)
18:12:44 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:12:44 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:12:44 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:12:44 	at org.eclipse.scout.rt.server.context.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:80)
18:12:44 	at org.eclipse.scout.rt.server.context.TransactionProcessor.intercept(TransactionProcessor.java:55)
18:12:44 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:12:44 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:12:44 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:12:44 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
18:12:44 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
18:12:44 	at org.eclipse.scout.rt.testing.server.runner.statement.ClientNotificationsStatement.evaluate(ClientNotificationsStatement.java:46)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:37)
18:12:44 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:12:44 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:12:44 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:12:44 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
18:12:44 	at java.security.AccessController.doPrivileged(Native Method)
18:12:44 	at javax.security.auth.Subject.doAs(Subject.java:422)
18:12:44 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
18:12:44 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:12:44 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:12:44 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:12:44 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
18:12:44 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:62)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:37)
18:12:44 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:12:44 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:12:44 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:12:44 	at org.eclipse.scout.rt.server.context.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:80)
18:12:44 	at org.eclipse.scout.rt.server.context.TransactionProcessor.intercept(TransactionProcessor.java:55)
18:12:44 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:12:44 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:12:44 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:12:44 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
18:12:44 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
18:12:44 	at org.eclipse.scout.rt.testing.server.runner.statement.ClearServerRunContextStatement.evaluate(ClearServerRunContextStatement.java:34)
18:12:44 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:12:44 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:12:44 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:12:44 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:12:44 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:12:44 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:12:44 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:12:44 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:12:44 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:12:44 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:12:44 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:12:44 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:12:44 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:12:44 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:12:44 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:12:44 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:12:44 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.061 sec - in org.eclipse.scout.rt.server.ServiceTunnelServletTest
18:12:44 Running org.eclipse.scout.rt.server.ServiceOperationInvokerTest
18:12:44 2020-03-01 23:12:44,210 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=xxx [severity=ERROR, service.name=org.eclipse.scout.rt.shared.services.common.ping.IPingService, service.operation=ping]] - MDC[]
18:12:44 2020-03-01 23:12:44,223 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=xxx [severity=ERROR, service.name=org.eclipse.scout.rt.shared.services.common.ping.IPingService, service.operation=ping]] - MDC[]
18:12:44 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.eclipse.scout.rt.server.ServiceOperationInvokerTest
18:12:44 Running org.eclipse.scout.rt.server.ServerSessionListenerTest
18:12:44 2020-03-01 23:12:44,227 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@517a46f3[id = ], user=null] - MDC[]
18:12:44 2020-03-01 23:12:44,228 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@152e7703[id = ], user=null] - MDC[]
18:12:44 2020-03-01 23:12:44,228 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session stopped [session=org.eclipse.scout.rt.server.TestServerSession@152e7703[id = ], user=null] - MDC[]
18:12:44 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.ServerSessionListenerTest
18:12:44 Running org.eclipse.scout.rt.server.PiggyBackClientNotificationTest
18:12:44 2020-03-01 23:12:44,231 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent: null - MDC[]
18:12:44 org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
18:12:44 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
18:12:44 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94)
18:12:44 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:103)
18:12:44 	at org.eclipse.scout.rt.server.ServiceTunnelServlet.doPost(ServiceTunnelServlet.java:148)
18:12:44 	at org.eclipse.scout.rt.server.PiggyBackClientNotificationTest.testPiggyBack(PiggyBackClientNotificationTest.java:68)
18:12:44 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:12:44 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:12:44 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:12:44 	at java.lang.reflect.Method.invoke(Method.java:498)
18:12:44 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:12:44 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:12:44 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:12:44 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:333)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:12:44 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:12:44 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:12:44 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:12:44 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:12:44 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:12:44 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:12:44 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:12:44 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:12:44 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:12:44 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:12:44 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:12:44 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:12:44 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:12:44 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:12:44 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:12:44 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:12:44 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:12:44 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.server.PiggyBackClientNotificationTest
18:12:44 Running org.eclipse.scout.rt.server.AbstractServerSessionTest
18:12:44 2020-03-01 23:12:44,256 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@280d5a82[id = 8b26ab48-aab3-4979-bd61-61f79a83874e], user=john] - MDC[principal=john]
18:12:44 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.eclipse.scout.rt.server.AbstractServerSessionTest
18:12:44 
18:12:44 Results :
18:12:44 
18:12:44 Tests run: 185, Failures: 0, Errors: 0, Skipped: 0
18:12:44 
18:12:44 [INFO] 
18:12:44 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.test ---
18:12:44 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT.jar
18:12:44 [INFO] 
18:12:44 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.test ---
18:12:44 [INFO] 
18:12:44 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.test ---
18:12:44 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-tests.jar
18:12:44 [INFO] 
18:12:44 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.test ---
18:12:44 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-sources.jar
18:12:44 [INFO] 
18:12:44 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.test ---
18:12:44 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-test-sources.jar
18:12:44 [INFO] 
18:12:44 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.test ---
18:12:44 [INFO] Skipping duplicate-finder execution!
18:12:44 [INFO] 
18:12:44 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.test ---
18:12:44 [INFO] Signature checking is skipped.
18:12:44 [INFO] 
18:12:44 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.test ---
18:12:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT.jar
18:12:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT.pom
18:12:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-tests.jar
18:12:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-sources.jar
18:12:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-6.0.300-SNAPSHOT-test-sources.jar
18:12:44 [INFO] 
18:12:44 [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms >--------
18:12:44 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms 6.0.300-SNAPSHOT [11/30]
18:12:44 [INFO] --------------------------------[ jar ]---------------------------------
18:12:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/jms/jms-api/1.1-rev-1/jms-api-1.1-rev-1.pom
18:12:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/jms/jms-api/1.1-rev-1/jms-api-1.1-rev-1.pom
18:12:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/jms/jms-api/1.1-rev-1/jms-api-1.1-rev-1.pom
18:12:45 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/jms-api/1.1-rev-1/jms-api-1.1-rev-1.pom
18:12:45 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/jms-api/1.1-rev-1/jms-api-1.1-rev-1.pom (3.1 kB at 40 kB/s)
18:12:45 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/api/api/1/api-1.pom
18:12:45 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/glassfish/api/api/1/api-1.pom
18:12:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/glassfish/api/api/1/api-1.pom
18:12:45 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/api/api/1/api-1.pom
18:12:45 Progress (1): 4.1 kB
Progress (1): 5.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/api/api/1/api-1.pom (5.2 kB at 75 kB/s)
18:12:45 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/pom/2/pom-2.pom
18:12:45 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/glassfish/pom/2/pom-2.pom
18:12:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/glassfish/pom/2/pom-2.pom
18:12:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pom/2/pom-2.pom
18:12:46 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pom/2/pom-2.pom (9.0 kB at 35 kB/s)
18:12:46 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/jms/jms-api/1.1-rev-1/jms-api-1.1-rev-1.jar
18:12:46 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/jms/jms-api/1.1-rev-1/jms-api-1.1-rev-1.jar
18:12:46 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/jms/jms-api/1.1-rev-1/jms-api-1.1-rev-1.jar
18:12:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/jms-api/1.1-rev-1/jms-api-1.1-rev-1.jar
18:12:46 Progress (1): 4.1/39 kB
Progress (1): 7.7/39 kB
Progress (1): 12/39 kB 
Progress (1): 16/39 kB
Progress (1): 20/39 kB
Progress (1): 24/39 kB
Progress (1): 28/39 kB
Progress (1): 32/39 kB
Progress (1): 36/39 kB
Progress (1): 39 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/jms-api/1.1-rev-1/jms-api-1.1-rev-1.jar (39 kB at 329 kB/s)
18:12:46 [INFO] 
18:12:46 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jms ---
18:12:46 [INFO] 
18:12:46 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jms ---
18:12:46 [INFO] Skipping Rule Enforcement.
18:12:46 [INFO] 
18:12:46 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jms ---
18:12:48 [INFO] 
18:12:48 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jms ---
18:12:48 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jms/../org.eclipse.scout.rt/target/jacoco-all.exec
18:12:48 [INFO] 
18:12:48 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jms ---
18:12:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:12:48 [INFO] Copying 1 resource
18:12:48 [INFO] 
18:12:48 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jms ---
18:12:48 [INFO] Changes detected - recompiling the module!
18:12:48 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jms/target/classes
18:12:48 [INFO] 
18:12:48 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jms ---
18:12:48 [INFO] 
18:12:48 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jms ---
18:12:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:12:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jms/src/test/resources
18:12:48 [INFO] 
18:12:48 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jms ---
18:12:48 [INFO] No sources to compile
18:12:48 [INFO] 
18:12:48 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jms ---
18:12:48 [INFO] No tests to run.
18:12:48 [INFO] 
18:12:48 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jms ---
18:12:48 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT.jar
18:12:48 [INFO] 
18:12:48 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jms ---
18:12:48 [INFO] 
18:12:48 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jms ---
18:12:48 [INFO] Skipping packaging of the test-jar
18:12:48 [INFO] 
18:12:48 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jms ---
18:12:48 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT-sources.jar
18:12:48 [INFO] 
18:12:48 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jms ---
18:12:48 [INFO] No sources in project. Archive not created.
18:12:48 [INFO] 
18:12:48 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jms ---
18:12:48 [INFO] Skipping duplicate-finder execution!
18:12:48 [INFO] 
18:12:48 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jms ---
18:12:48 [INFO] Signature checking is skipped.
18:12:48 [INFO] 
18:12:48 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jms ---
18:12:48 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT.jar
18:12:48 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jms/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT.pom
18:12:48 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jms-6.0.300-SNAPSHOT-sources.jar
18:12:48 [INFO] 
18:12:48 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws >-------
18:12:48 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws 6.0.300-SNAPSHOT [12/30]
18:12:48 [INFO] --------------------------------[ jar ]---------------------------------
18:12:48 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/xml/ws/jaxws-api/2.2.10/jaxws-api-2.2.10.pom
18:12:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/xml/ws/jaxws-api/2.2.10/jaxws-api-2.2.10.pom
18:12:48 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/xml/ws/jaxws-api/2.2.10/jaxws-api-2.2.10.pom
18:12:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/ws/jaxws-api/2.2.10/jaxws-api-2.2.10.pom
18:12:48 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/ws/jaxws-api/2.2.10/jaxws-api-2.2.10.pom (17 kB at 61 kB/s)
18:12:48 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/java/jvnet-parent/4/jvnet-parent-4.pom
18:12:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/java/jvnet-parent/4/jvnet-parent-4.pom
18:12:48 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/java/jvnet-parent/4/jvnet-parent-4.pom
18:12:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom
18:12:49 Progress (1): 4.1 kB
Progress (1): 7.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 204 kB/s)
18:12:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/xml/bind/jaxb-api/2.2.9/jaxb-api-2.2.9.pom
18:12:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/xml/bind/jaxb-api/2.2.9/jaxb-api-2.2.9.pom
18:12:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/xml/bind/jaxb-api/2.2.9/jaxb-api-2.2.9.pom
18:12:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.9/jaxb-api-2.2.9.pom
18:12:49 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.9/jaxb-api-2.2.9.pom (11 kB at 176 kB/s)
18:12:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/xml/soap/javax.xml.soap-api/1.3.5/javax.xml.soap-api-1.3.5.pom
18:12:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/xml/soap/javax.xml.soap-api/1.3.5/javax.xml.soap-api-1.3.5.pom
18:12:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/xml/soap/javax.xml.soap-api/1.3.5/javax.xml.soap-api-1.3.5.pom
18:12:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/soap/javax.xml.soap-api/1.3.5/javax.xml.soap-api-1.3.5.pom
18:12:50 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/soap/javax.xml.soap-api/1.3.5/javax.xml.soap-api-1.3.5.pom (12 kB at 56 kB/s)
18:12:50 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
18:12:50 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
18:12:50 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
18:12:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
18:12:50 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 353 kB/s)
18:12:50 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/jws/jsr181-api/1.0-MR1/jsr181-api-1.0-MR1.pom
18:12:50 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/jws/jsr181-api/1.0-MR1/jsr181-api-1.0-MR1.pom
18:12:50 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/jws/jsr181-api/1.0-MR1/jsr181-api-1.0-MR1.pom
18:12:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jws/jsr181-api/1.0-MR1/jsr181-api-1.0-MR1.pom
18:12:51 Progress (1): 778 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jws/jsr181-api/1.0-MR1/jsr181-api-1.0-MR1.pom (778 B at 1.5 kB/s)
18:12:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/xml/ws/jaxws-api/2.2.10/jaxws-api-2.2.10.jar
18:12:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/xml/soap/javax.xml.soap-api/1.3.5/javax.xml.soap-api-1.3.5.jar
18:12:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/xml/bind/jaxb-api/2.2.9/jaxb-api-2.2.9.jar
18:12:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/jws/jsr181-api/1.0-MR1/jsr181-api-1.0-MR1.jar
18:12:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
18:12:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/xml/ws/jaxws-api/2.2.10/jaxws-api-2.2.10.jar
18:12:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/xml/soap/javax.xml.soap-api/1.3.5/javax.xml.soap-api-1.3.5.jar
18:12:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/xml/bind/jaxb-api/2.2.9/jaxb-api-2.2.9.jar
18:12:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/jws/jsr181-api/1.0-MR1/jsr181-api-1.0-MR1.jar
18:12:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
18:12:51 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/xml/ws/jaxws-api/2.2.10/jaxws-api-2.2.10.jar
18:12:51 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/jws/jsr181-api/1.0-MR1/jsr181-api-1.0-MR1.jar
18:12:51 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
18:12:51 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/xml/soap/javax.xml.soap-api/1.3.5/javax.xml.soap-api-1.3.5.jar
18:12:51 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/xml/bind/jaxb-api/2.2.9/jaxb-api-2.2.9.jar
18:12:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/ws/jaxws-api/2.2.10/jaxws-api-2.2.10.jar
18:12:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jws/jsr181-api/1.0-MR1/jsr181-api-1.0-MR1.jar
18:12:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
18:12:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/soap/javax.xml.soap-api/1.3.5/javax.xml.soap-api-1.3.5.jar
18:12:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.9/jaxb-api-2.2.9.jar
18:12:51 Progress (1): 4.1/8.0 kB
Progress (1): 7.7/8.0 kB
Progress (1): 8.0 kB    
Progress (2): 8.0 kB | 4.1/50 kB
Progress (2): 8.0 kB | 7.7/50 kB
Progress (2): 8.0 kB | 12/50 kB 
Progress (2): 8.0 kB | 16/50 kB
Progress (2): 8.0 kB | 20/50 kB
Progress (2): 8.0 kB | 24/50 kB
Progress (2): 8.0 kB | 28/50 kB
Progress (2): 8.0 kB | 32/50 kB
Progress (2): 8.0 kB | 36/50 kB
Progress (2): 8.0 kB | 40/50 kB
Progress (2): 8.0 kB | 45/50 kB
Progress (2): 8.0 kB | 49/50 kB
Progress (2): 8.0 kB | 50 kB   
Progress (3): 8.0 kB | 50 kB | 4.1/101 kB
Progress (3): 8.0 kB | 50 kB | 7.7/101 kB
Progress (3): 8.0 kB | 50 kB | 12/101 kB 
Progress (3): 8.0 kB | 50 kB | 16/101 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jws/jsr181-api/1.0-MR1/jsr181-api-1.0-MR1.jar (8.0 kB at 121 kB/s)
18:12:51 Progress (2): 50 kB | 20/101 kB
Progress (2): 50 kB | 24/101 kB
Progress (2): 50 kB | 28/101 kB
Progress (2): 50 kB | 32/101 kB
Progress (2): 50 kB | 36/101 kB
Progress (2): 50 kB | 40/101 kB
Progress (2): 50 kB | 45/101 kB
Progress (2): 50 kB | 49/101 kB
Progress (2): 50 kB | 53/101 kB
Progress (2): 50 kB | 57/101 kB
Progress (2): 50 kB | 61/101 kB
Progress (2): 50 kB | 65/101 kB
Progress (2): 50 kB | 69/101 kB
Progress (2): 50 kB | 73/101 kB
Progress (2): 50 kB | 77/101 kB
Progress (2): 50 kB | 81/101 kB
Progress (2): 50 kB | 85/101 kB
Progress (2): 50 kB | 90/101 kB
Progress (2): 50 kB | 94/101 kB
Progress (2): 50 kB | 98/101 kB
Progress (2): 50 kB | 101 kB   
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.9/jaxb-api-2.2.9.jar (101 kB at 1.3 MB/s)
18:12:51 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/ws/jaxws-api/2.2.10/jaxws-api-2.2.10.jar (50 kB at 586 kB/s)
18:12:52 Progress (1): 4.1/41 kB
Progress (1): 7.7/41 kB
Progress (1): 12/41 kB 
Progress (1): 16/41 kB
Progress (1): 20/41 kB
Progress (1): 24/41 kB
Progress (1): 28/41 kB
Progress (1): 32/41 kB
Progress (1): 36/41 kB
Progress (1): 40/41 kB
Progress (1): 41 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/soap/javax.xml.soap-api/1.3.5/javax.xml.soap-api-1.3.5.jar (41 kB at 123 kB/s)
18:12:52 Progress (1): 4.1/26 kB
Progress (1): 7.7/26 kB
Progress (1): 12/26 kB 
Progress (1): 16/26 kB
Progress (1): 20/26 kB
Progress (1): 24/26 kB
Progress (1): 26 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 25 kB/s)
18:12:52 [INFO] 
18:12:52 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jaxws ---
18:12:52 [INFO] 
18:12:52 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws ---
18:12:52 [INFO] Skipping Rule Enforcement.
18:12:52 [INFO] 
18:12:52 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jaxws ---
18:12:54 [INFO] 
18:12:54 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws ---
18:12:54 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws/../org.eclipse.scout.rt/target/jacoco-all.exec
18:12:54 [INFO] 
18:12:54 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws ---
18:12:54 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:12:54 [INFO] Copying 1 resource
18:12:54 [INFO] 
18:12:54 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws ---
18:12:54 [INFO] Changes detected - recompiling the module!
18:12:54 [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws/target/classes
18:12:54 [INFO] 
18:12:54 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws ---
18:12:54 [INFO] 
18:12:54 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws ---
18:12:54 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:12:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws/src/test/resources
18:12:54 [INFO] 
18:12:54 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws ---
18:12:54 [INFO] No sources to compile
18:12:54 [INFO] 
18:12:54 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jaxws ---
18:12:54 [INFO] No tests to run.
18:12:54 [INFO] 
18:12:54 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws ---
18:12:54 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT.jar
18:12:54 [INFO] 
18:12:54 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jaxws ---
18:12:54 [INFO] 
18:12:54 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws ---
18:12:54 [INFO] Skipping packaging of the test-jar
18:12:54 [INFO] 
18:12:54 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws ---
18:12:54 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT-sources.jar
18:12:54 [INFO] 
18:12:54 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws ---
18:12:54 [INFO] No sources in project. Archive not created.
18:12:54 [INFO] 
18:12:54 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jaxws ---
18:12:54 [INFO] Skipping duplicate-finder execution!
18:12:54 [INFO] 
18:12:54 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jaxws ---
18:12:54 [INFO] Signature checking is skipped.
18:12:54 [INFO] 
18:12:54 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jaxws ---
18:12:54 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT.jar
18:12:54 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT.pom
18:12:54 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-6.0.300-SNAPSHOT-sources.jar
18:12:54 [INFO] 
18:12:54 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt >----------
18:12:54 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt 6.0.300-SNAPSHOT [13/30]
18:12:54 [INFO] --------------------------------[ jar ]---------------------------------
18:12:54 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/unquietcode/tools/jcodemodel/codemodel/1.0.3/codemodel-1.0.3.pom
18:12:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/unquietcode/tools/jcodemodel/codemodel/1.0.3/codemodel-1.0.3.pom
18:12:54 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/unquietcode/tools/jcodemodel/codemodel/1.0.3/codemodel-1.0.3.pom
18:12:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/unquietcode/tools/jcodemodel/codemodel/1.0.3/codemodel-1.0.3.pom
18:12:55 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/unquietcode/tools/jcodemodel/codemodel/1.0.3/codemodel-1.0.3.pom (1.6 kB at 3.5 kB/s)
18:12:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/unquietcode/tools/jcodemodel/codemodel/1.0.3/codemodel-1.0.3.jar
18:12:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/unquietcode/tools/jcodemodel/codemodel/1.0.3/codemodel-1.0.3.jar
18:12:55 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/unquietcode/tools/jcodemodel/codemodel/1.0.3/codemodel-1.0.3.jar
18:12:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/unquietcode/tools/jcodemodel/codemodel/1.0.3/codemodel-1.0.3.jar
18:12:55 Progress (1): 4.1/154 kB
Progress (1): 7.7/154 kB
Progress (1): 12/154 kB 
Progress (1): 16/154 kB
Progress (1): 20/154 kB
Progress (1): 24/154 kB
Progress (1): 28/154 kB
Progress (1): 32/154 kB
Progress (1): 36/154 kB
Progress (1): 40/154 kB
Progress (1): 45/154 kB
Progress (1): 49/154 kB
Progress (1): 53/154 kB
Progress (1): 57/154 kB
Progress (1): 61/154 kB
Progress (1): 65/154 kB
Progress (1): 69/154 kB
Progress (1): 73/154 kB
Progress (1): 77/154 kB
Progress (1): 81/154 kB
Progress (1): 85/154 kB
Progress (1): 90/154 kB
Progress (1): 94/154 kB
Progress (1): 98/154 kB
Progress (1): 102/154 kB
Progress (1): 106/154 kB
Progress (1): 110/154 kB
Progress (1): 114/154 kB
Progress (1): 118/154 kB
Progress (1): 122/154 kB
Progress (1): 126/154 kB
Progress (1): 131/154 kB
Progress (1): 135/154 kB
Progress (1): 139/154 kB
Progress (1): 143/154 kB
Progress (1): 147/154 kB
Progress (1): 151/154 kB
Progress (1): 154 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/unquietcode/tools/jcodemodel/codemodel/1.0.3/codemodel-1.0.3.jar (154 kB at 678 kB/s)
18:12:55 [INFO] 
18:12:55 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.jaxws.apt ---
18:12:55 [INFO] 
18:12:55 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.jaxws.apt ---
18:12:55 [INFO] Skipping Rule Enforcement.
18:12:55 [INFO] 
18:12:55 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.jaxws.apt ---
18:12:57 [INFO] 
18:12:57 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.jaxws.apt ---
18:12:57 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.jaxws.apt/../org.eclipse.scout.rt/target/jacoco-all.exec
18:12:57 [INFO] 
18:12:57 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.jaxws.apt ---
18:12:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:12:57 [INFO] Copying 1 resource
18:12:57 [INFO] 
18:12:57 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.jaxws.apt ---
18:12:57 [INFO] Changes detected - recompiling the module!
18:12:57 [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.jaxws.apt/target/classes
18:12:57 [INFO] 
18:12:57 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.jaxws.apt ---
18:12:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:12:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.jaxws.apt/src/test/resources
18:12:57 [INFO] 
18:12:57 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.jaxws.apt ---
18:12:57 [INFO] No sources to compile
18:12:57 [INFO] 
18:12:57 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.jaxws.apt ---
18:12:57 [INFO] No tests to run.
18:12:57 [INFO] 
18:12:57 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.jaxws.apt ---
18:12:57 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT.jar
18:12:57 [INFO] 
18:12:57 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.jaxws.apt ---
18:12:57 [INFO] 
18:12:57 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.jaxws.apt ---
18:12:57 [INFO] Skipping packaging of the test-jar
18:12:57 [INFO] 
18:12:57 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.jaxws.apt ---
18:12:57 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT-sources.jar
18:12:57 [INFO] 
18:12:57 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.jaxws.apt ---
18:12:57 [INFO] No sources in project. Archive not created.
18:12:57 [INFO] 
18:12:57 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.jaxws.apt ---
18:12:57 [INFO] Skipping duplicate-finder execution!
18:12:57 [INFO] 
18:12:57 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.jaxws.apt ---
18:12:57 [INFO] Signature checking is skipped.
18:12:57 [INFO] 
18:12:57 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.jaxws.apt ---
18:12:57 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/6.0.300-SNAPSHOT/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT.jar
18:12:57 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.jaxws.apt/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/6.0.300-SNAPSHOT/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT.pom
18:12:57 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/6.0.300-SNAPSHOT/org.eclipse.scout.jaxws.apt-6.0.300-SNAPSHOT-sources.jar
18:12:57 [INFO] 
18:12:57 [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test >-----
18:12:57 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test 6.0.300-SNAPSHOT [14/30]
18:12:57 [INFO] --------------------------------[ jar ]---------------------------------
18:12:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/jaxws-maven-plugin/2.4/jaxws-maven-plugin-2.4.pom
18:12:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/jaxws-maven-plugin/2.4/jaxws-maven-plugin-2.4.pom
18:12:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/mojo/jaxws-maven-plugin/2.4/jaxws-maven-plugin-2.4.pom
18:12:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/jaxws-maven-plugin/2.4/jaxws-maven-plugin-2.4.pom
18:12:57 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/jaxws-maven-plugin/2.4/jaxws-maven-plugin-2.4.pom (20 kB at 258 kB/s)
18:12:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/jaxws-maven-plugin/2.4/jaxws-maven-plugin-2.4.jar
18:12:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/jaxws-maven-plugin/2.4/jaxws-maven-plugin-2.4.jar
18:12:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/mojo/jaxws-maven-plugin/2.4/jaxws-maven-plugin-2.4.jar
18:12:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/jaxws-maven-plugin/2.4/jaxws-maven-plugin-2.4.jar
18:12:58 Progress (1): 4.1/55 kB
Progress (1): 7.7/55 kB
Progress (1): 12/55 kB 
Progress (1): 16/55 kB
Progress (1): 20/55 kB
Progress (1): 24/55 kB
Progress (1): 28/55 kB
Progress (1): 32/55 kB
Progress (1): 36/55 kB
Progress (1): 40/55 kB
Progress (1): 45/55 kB
Progress (1): 49/55 kB
Progress (1): 53/55 kB
Progress (1): 55 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/jaxws-maven-plugin/2.4/jaxws-maven-plugin-2.4.jar (55 kB at 901 kB/s)
18:12:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/build-helper-maven-plugin/1.9.1/build-helper-maven-plugin-1.9.1.pom
18:12:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/build-helper-maven-plugin/1.9.1/build-helper-maven-plugin-1.9.1.pom
18:12:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/mojo/build-helper-maven-plugin/1.9.1/build-helper-maven-plugin-1.9.1.pom
18:12:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.9.1/build-helper-maven-plugin-1.9.1.pom
18:12:58 Progress (1): 4.1 kB
Progress (1): 6.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.9.1/build-helper-maven-plugin-1.9.1.pom (6.8 kB at 139 kB/s)
18:12:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom
18:12:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom
18:12:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom
18:12:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom
18:12:58 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): 26 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom (26 kB at 452 kB/s)
18:12:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
18:12:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
18:12:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
18:12:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
18:12:59 Progress (1): 4.1 kB
Progress (1): 4.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 112 kB/s)
18:12:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/build-helper-maven-plugin/1.9.1/build-helper-maven-plugin-1.9.1.jar
18:12:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/build-helper-maven-plugin/1.9.1/build-helper-maven-plugin-1.9.1.jar
18:12:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/mojo/build-helper-maven-plugin/1.9.1/build-helper-maven-plugin-1.9.1.jar
18:12:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.9.1/build-helper-maven-plugin-1.9.1.jar
18:12:59 Progress (1): 4.1/47 kB
Progress (1): 7.7/47 kB
Progress (1): 12/47 kB 
Progress (1): 16/47 kB
Progress (1): 20/47 kB
Progress (1): 24/47 kB
Progress (1): 28/47 kB
Progress (1): 32/47 kB
Progress (1): 36/47 kB
Progress (1): 40/47 kB
Progress (1): 45/47 kB
Progress (1): 47 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.9.1/build-helper-maven-plugin-1.9.1.jar (47 kB at 1.3 MB/s)
18:12:59 [INFO] 
18:12:59 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jaxws.test ---
18:12:59 [INFO] 
18:12:59 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws.test ---
18:12:59 [INFO] Skipping Rule Enforcement.
18:12:59 [INFO] 
18:12:59 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:00 [INFO] 
18:13:00 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:00 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/../org.eclipse.scout.rt/target/jacoco-all.exec
18:13:00 [INFO] 
18:13:00 [INFO] --- jaxws-maven-plugin:2.4:wsimport (wsimport-1) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/jaxws-tools/2.2.10/jaxws-tools-2.2.10.pom
18:13:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/ws/jaxws-tools/2.2.10/jaxws-tools-2.2.10.pom
18:13:00 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/ws/jaxws-tools/2.2.10/jaxws-tools-2.2.10.pom
18:13:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-tools/2.2.10/jaxws-tools-2.2.10.pom
18:13:01 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-tools/2.2.10/jaxws-tools-2.2.10.pom (12 kB at 121 kB/s)
18:13:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/bundles/2.2.10/bundles-2.2.10.pom
18:13:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/ws/bundles/2.2.10/bundles-2.2.10.pom
18:13:01 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/ws/bundles/2.2.10/bundles-2.2.10.pom
18:13:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/bundles/2.2.10/bundles-2.2.10.pom
18:13:01 Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/bundles/2.2.10/bundles-2.2.10.pom (3.4 kB at 32 kB/s)
18:13:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/project/2.2.10/project-2.2.10.pom
18:13:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/ws/project/2.2.10/project-2.2.10.pom
18:13:01 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/ws/project/2.2.10/project-2.2.10.pom
18:13:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/project/2.2.10/project-2.2.10.pom
18:13:02 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): 41 kB
Progress (1): 42 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/project/2.2.10/project-2.2.10.pom (42 kB at 743 kB/s)
18:13:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/jaxws-ri-bom-ext/2.2.10/jaxws-ri-bom-ext-2.2.10.pom
18:13:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/ws/jaxws-ri-bom-ext/2.2.10/jaxws-ri-bom-ext-2.2.10.pom
18:13:02 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/ws/jaxws-ri-bom-ext/2.2.10/jaxws-ri-bom-ext-2.2.10.pom
18:13:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-ri-bom-ext/2.2.10/jaxws-ri-bom-ext-2.2.10.pom
18:13:02 Progress (1): 4.1 kB
Progress (1): 4.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-ri-bom-ext/2.2.10/jaxws-ri-bom-ext-2.2.10.pom (4.9 kB at 95 kB/s)
18:13:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/jaxws-ri-bom/2.2.10/jaxws-ri-bom-2.2.10.pom
18:13:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/ws/jaxws-ri-bom/2.2.10/jaxws-ri-bom-2.2.10.pom
18:13:02 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/ws/jaxws-ri-bom/2.2.10/jaxws-ri-bom-2.2.10.pom
18:13:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-ri-bom/2.2.10/jaxws-ri-bom-2.2.10.pom
18:13:02 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-ri-bom/2.2.10/jaxws-ri-bom-2.2.10.pom (15 kB at 230 kB/s)
18:13:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jaxb/jaxb-bom/2.2.10-b140802.1033/jaxb-bom-2.2.10-b140802.1033.pom
18:13:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/glassfish/jaxb/jaxb-bom/2.2.10-b140802.1033/jaxb-bom-2.2.10-b140802.1033.pom
18:13:02 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/glassfish/jaxb/jaxb-bom/2.2.10-b140802.1033/jaxb-bom-2.2.10-b140802.1033.pom
18:13:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-bom/2.2.10-b140802.1033/jaxb-bom-2.2.10-b140802.1033.pom
18:13:03 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-bom/2.2.10-b140802.1033/jaxb-bom-2.2.10-b140802.1033.pom (9.9 kB at 202 kB/s)
18:13:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/jaxws-rt/2.2.10/jaxws-rt-2.2.10.pom
18:13:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/ws/jaxws-rt/2.2.10/jaxws-rt-2.2.10.pom
18:13:03 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/ws/jaxws-rt/2.2.10/jaxws-rt-2.2.10.pom
18:13:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-rt/2.2.10/jaxws-rt-2.2.10.pom
18:13:03 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 14 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-rt/2.2.10/jaxws-rt-2.2.10.pom (14 kB at 226 kB/s)
18:13:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/jaxb-api-2.2.12-b140109.1041.pom
18:13:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/jaxb-api-2.2.12-b140109.1041.pom
18:13:03 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/jaxb-api-2.2.12-b140109.1041.pom
18:13:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/jaxb-api-2.2.12-b140109.1041.pom
18:13:03 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/jaxb-api-2.2.12-b140109.1041.pom (15 kB at 277 kB/s)
18:13:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/xml/ws/jaxws-api/2.2.11/jaxws-api-2.2.11.pom
18:13:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/xml/ws/jaxws-api/2.2.11/jaxws-api-2.2.11.pom
18:13:03 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/xml/ws/jaxws-api/2.2.11/jaxws-api-2.2.11.pom
18:13:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/ws/jaxws-api/2.2.11/jaxws-api-2.2.11.pom
18:13:04 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/ws/jaxws-api/2.2.11/jaxws-api-2.2.11.pom (17 kB at 340 kB/s)
18:13:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/annotation/javax.annotation-api/1.2-b03/javax.annotation-api-1.2-b03.pom
18:13:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/annotation/javax.annotation-api/1.2-b03/javax.annotation-api-1.2-b03.pom
18:13:04 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/annotation/javax.annotation-api/1.2-b03/javax.annotation-api-1.2-b03.pom
18:13:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2-b03/javax.annotation-api-1.2-b03.pom
18:13:04 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2-b03/javax.annotation-api-1.2-b03.pom (12 kB at 130 kB/s)
18:13:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/xml/soap/javax.xml.soap-api/1.3.7/javax.xml.soap-api-1.3.7.pom
18:13:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/xml/soap/javax.xml.soap-api/1.3.7/javax.xml.soap-api-1.3.7.pom
18:13:04 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/xml/soap/javax.xml.soap-api/1.3.7/javax.xml.soap-api-1.3.7.pom
18:13:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/soap/javax.xml.soap-api/1.3.7/javax.xml.soap-api-1.3.7.pom
18:13:05 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/soap/javax.xml.soap-api/1.3.7/javax.xml.soap-api-1.3.7.pom (13 kB at 269 kB/s)
18:13:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/jaxb-core/2.2.10-b140802.1033/jaxb-core-2.2.10-b140802.1033.pom
18:13:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/bind/jaxb-core/2.2.10-b140802.1033/jaxb-core-2.2.10-b140802.1033.pom
18:13:05 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/bind/jaxb-core/2.2.10-b140802.1033/jaxb-core-2.2.10-b140802.1033.pom
18:13:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-core/2.2.10-b140802.1033/jaxb-core-2.2.10-b140802.1033.pom
18:13:05 Progress (1): 4.1 kB
Progress (1): 7.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-core/2.2.10-b140802.1033/jaxb-core-2.2.10-b140802.1033.pom (7.3 kB at 133 kB/s)
18:13:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/mvn/jaxb-bundles/2.2.10-b140802.1033/jaxb-bundles-2.2.10-b140802.1033.pom
18:13:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/bind/mvn/jaxb-bundles/2.2.10-b140802.1033/jaxb-bundles-2.2.10-b140802.1033.pom
18:13:05 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/bind/mvn/jaxb-bundles/2.2.10-b140802.1033/jaxb-bundles-2.2.10-b140802.1033.pom
18:13:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-bundles/2.2.10-b140802.1033/jaxb-bundles-2.2.10-b140802.1033.pom
18:13:05 Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-bundles/2.2.10-b140802.1033/jaxb-bundles-2.2.10-b140802.1033.pom (2.8 kB at 34 kB/s)
18:13:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/mvn/jaxb-parent/2.2.10-b140802.1033/jaxb-parent-2.2.10-b140802.1033.pom
18:13:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/bind/mvn/jaxb-parent/2.2.10-b140802.1033/jaxb-parent-2.2.10-b140802.1033.pom
18:13:05 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/bind/mvn/jaxb-parent/2.2.10-b140802.1033/jaxb-parent-2.2.10-b140802.1033.pom
18:13:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-parent/2.2.10-b140802.1033/jaxb-parent-2.2.10-b140802.1033.pom
18:13:06 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.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-parent/2.2.10-b140802.1033/jaxb-parent-2.2.10-b140802.1033.pom (35 kB at 498 kB/s)
18:13:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/jaxb-bom-ext/2.2.10-b140802.1033/jaxb-bom-ext-2.2.10-b140802.1033.pom
18:13:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/bind/jaxb-bom-ext/2.2.10-b140802.1033/jaxb-bom-ext-2.2.10-b140802.1033.pom
18:13:06 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/bind/jaxb-bom-ext/2.2.10-b140802.1033/jaxb-bom-ext-2.2.10-b140802.1033.pom
18:13:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-bom-ext/2.2.10-b140802.1033/jaxb-bom-ext-2.2.10-b140802.1033.pom
18:13:06 Progress (1): 4.1 kB
Progress (1): 5.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-bom-ext/2.2.10-b140802.1033/jaxb-bom-ext-2.2.10-b140802.1033.pom (5.4 kB at 118 kB/s)
18:13:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/jaxb-impl/2.2.10-b140802.1033/jaxb-impl-2.2.10-b140802.1033.pom
18:13:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/bind/jaxb-impl/2.2.10-b140802.1033/jaxb-impl-2.2.10-b140802.1033.pom
18:13:06 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/bind/jaxb-impl/2.2.10-b140802.1033/jaxb-impl-2.2.10-b140802.1033.pom
18:13:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.10-b140802.1033/jaxb-impl-2.2.10-b140802.1033.pom
18:13:07 Progress (1): 4.1 kB
Progress (1): 6.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.10-b140802.1033/jaxb-impl-2.2.10-b140802.1033.pom (6.9 kB at 110 kB/s)
18:13:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/policy/2.4/policy-2.4.pom
18:13:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/ws/policy/2.4/policy-2.4.pom
18:13:07 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/ws/policy/2.4/policy-2.4.pom
18:13:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/policy/2.4/policy-2.4.pom
18:13:07 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/policy/2.4/policy-2.4.pom (16 kB at 227 kB/s)
18:13:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/gmbal/gmbal-api-only/3.1.0-b001/gmbal-api-only-3.1.0-b001.pom
18:13:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/glassfish/gmbal/gmbal-api-only/3.1.0-b001/gmbal-api-only-3.1.0-b001.pom
18:13:07 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/glassfish/gmbal/gmbal-api-only/3.1.0-b001/gmbal-api-only-3.1.0-b001.pom
18:13:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal-api-only/3.1.0-b001/gmbal-api-only-3.1.0-b001.pom
18:13:08 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal-api-only/3.1.0-b001/gmbal-api-only-3.1.0-b001.pom (9.1 kB at 85 kB/s)
18:13:08 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/external/management-api/3.0.0-b012/management-api-3.0.0-b012.pom
18:13:08 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/glassfish/external/management-api/3.0.0-b012/management-api-3.0.0-b012.pom
18:13:08 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/glassfish/external/management-api/3.0.0-b012/management-api-3.0.0-b012.pom
18:13:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.0.0-b012/management-api-3.0.0-b012.pom
18:13:08 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.0.0-b012/management-api-3.0.0-b012.pom (2.7 kB at 34 kB/s)
18:13:08 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.pom
18:13:08 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.pom
18:13:08 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.pom
18:13:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.pom
18:13:09 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.pom (11 kB at 44 kB/s)
18:13:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/stream/buffer/streambuffer/1.5.3/streambuffer-1.5.3.pom
18:13:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/stream/buffer/streambuffer/1.5.3/streambuffer-1.5.3.pom
18:13:09 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/stream/buffer/streambuffer/1.5.3/streambuffer-1.5.3.pom
18:13:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/stream/buffer/streambuffer/1.5.3/streambuffer-1.5.3.pom
18:13:09 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/stream/buffer/streambuffer/1.5.3/streambuffer-1.5.3.pom (13 kB at 159 kB/s)
18:13:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/staxex/stax-ex/1.7.1/stax-ex-1.7.1.pom
18:13:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jvnet/staxex/stax-ex/1.7.1/stax-ex-1.7.1.pom
18:13:09 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jvnet/staxex/stax-ex/1.7.1/stax-ex-1.7.1.pom
18:13:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/1.7.1/stax-ex-1.7.1.pom
18:13:09 Progress (1): 4.1 kB
Progress (1): 5.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/1.7.1/stax-ex-1.7.1.pom (5.4 kB at 93 kB/s)
18:13:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/mimepull/mimepull/1.9.4/mimepull-1.9.4.pom
18:13:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jvnet/mimepull/mimepull/1.9.4/mimepull-1.9.4.pom
18:13:09 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jvnet/mimepull/mimepull/1.9.4/mimepull-1.9.4.pom
18:13:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/mimepull/mimepull/1.9.4/mimepull-1.9.4.pom
18:13:10 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 14 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/mimepull/mimepull/1.9.4/mimepull-1.9.4.pom (14 kB at 149 kB/s)
18:13:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.pom
18:13:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.pom
18:13:10 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.pom
18:13:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.pom
18:13:10 Progress (1): 4.1 kB
Progress (1): 4.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.pom (4.3 kB at 62 kB/s)
18:13:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/fastinfoset/fastinfoset-project/1.2.13/fastinfoset-project-1.2.13.pom
18:13:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/fastinfoset/fastinfoset-project/1.2.13/fastinfoset-project-1.2.13.pom
18:13:10 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/fastinfoset/fastinfoset-project/1.2.13/fastinfoset-project-1.2.13.pom
18:13:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/fastinfoset-project/1.2.13/fastinfoset-project-1.2.13.pom
18:13:11 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 14 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/fastinfoset-project/1.2.13/fastinfoset-project-1.2.13.pom (14 kB at 146 kB/s)
18:13:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/ha/ha-api/3.1.9/ha-api-3.1.9.pom
18:13:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/glassfish/ha/ha-api/3.1.9/ha-api-3.1.9.pom
18:13:11 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/glassfish/ha/ha-api/3.1.9/ha-api-3.1.9.pom
18:13:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.9/ha-api-3.1.9.pom
18:13:11 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.9/ha-api-3.1.9.pom (9.9 kB at 115 kB/s)
18:13:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/messaging/saaj/saaj-impl/1.3.25/saaj-impl-1.3.25.pom
18:13:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/messaging/saaj/saaj-impl/1.3.25/saaj-impl-1.3.25.pom
18:13:11 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/messaging/saaj/saaj-impl/1.3.25/saaj-impl-1.3.25.pom
18:13:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/messaging/saaj/saaj-impl/1.3.25/saaj-impl-1.3.25.pom
18:13:11 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/messaging/saaj/saaj-impl/1.3.25/saaj-impl-1.3.25.pom (13 kB at 129 kB/s)
18:13:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/mimepull/mimepull/1.9/mimepull-1.9.pom
18:13:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jvnet/mimepull/mimepull/1.9/mimepull-1.9.pom
18:13:11 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jvnet/mimepull/mimepull/1.9/mimepull-1.9.pom
18:13:12 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/mimepull/mimepull/1.9/mimepull-1.9.pom
18:13:12 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 8.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/mimepull/mimepull/1.9/mimepull-1.9.pom (8.9 kB at 82 kB/s)
18:13:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom
18:13:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom
18:13:12 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom
18:13:12 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom
18:13:12 Progress (1): 962 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 7.5 kB/s)
18:13:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom
18:13:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom
18:13:12 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom
18:13:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom
18:13:13 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom (1.8 kB at 10 kB/s)
18:13:13 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.pom
18:13:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.pom
18:13:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.pom
18:13:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.pom
18:13:13 Progress (1): 183 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.pom (183 B at 2.5 kB/s)
18:13:13 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/jaxb-xjc/2.2.10-b140802.1033/jaxb-xjc-2.2.10-b140802.1033.pom
18:13:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/bind/jaxb-xjc/2.2.10-b140802.1033/jaxb-xjc-2.2.10-b140802.1033.pom
18:13:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/bind/jaxb-xjc/2.2.10-b140802.1033/jaxb-xjc-2.2.10-b140802.1033.pom
18:13:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-xjc/2.2.10-b140802.1033/jaxb-xjc-2.2.10-b140802.1033.pom
18:13:14 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-xjc/2.2.10-b140802.1033/jaxb-xjc-2.2.10-b140802.1033.pom (11 kB at 205 kB/s)
18:13:14 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/jaxb-jxc/2.2.10-b140802.1033/jaxb-jxc-2.2.10-b140802.1033.pom
18:13:14 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/bind/jaxb-jxc/2.2.10-b140802.1033/jaxb-jxc-2.2.10-b140802.1033.pom
18:13:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/bind/jaxb-jxc/2.2.10-b140802.1033/jaxb-jxc-2.2.10-b140802.1033.pom
18:13:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-jxc/2.2.10-b140802.1033/jaxb-jxc-2.2.10-b140802.1033.pom
18:13:14 Progress (1): 4.1 kB
Progress (1): 8.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-jxc/2.2.10-b140802.1033/jaxb-jxc-2.2.10-b140802.1033.pom (8.0 kB at 125 kB/s)
18:13:14 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/jaxb2_commons/jaxb2-basics/0.6.4/jaxb2-basics-0.6.4.pom
18:13:14 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jvnet/jaxb2_commons/jaxb2-basics/0.6.4/jaxb2-basics-0.6.4.pom
18:13:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jvnet/jaxb2_commons/jaxb2-basics/0.6.4/jaxb2-basics-0.6.4.pom
18:13:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/jaxb2_commons/jaxb2-basics/0.6.4/jaxb2-basics-0.6.4.pom
18:13:14 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/jaxb2_commons/jaxb2-basics/0.6.4/jaxb2-basics-0.6.4.pom (3.0 kB at 66 kB/s)
18:13:14 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/jaxb2_commons/jaxb2-basics-project/0.6.4/jaxb2-basics-project-0.6.4.pom
18:13:14 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jvnet/jaxb2_commons/jaxb2-basics-project/0.6.4/jaxb2-basics-project-0.6.4.pom
18:13:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jvnet/jaxb2_commons/jaxb2-basics-project/0.6.4/jaxb2-basics-project-0.6.4.pom
18:13:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/jaxb2_commons/jaxb2-basics-project/0.6.4/jaxb2-basics-project-0.6.4.pom
18:13:15 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 10 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/jaxb2_commons/jaxb2-basics-project/0.6.4/jaxb2-basics-project-0.6.4.pom (10 kB at 30 kB/s)
18:13:15 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/jaxb2_commons/jaxb2-basics-runtime/0.6.4/jaxb2-basics-runtime-0.6.4.pom
18:13:15 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jvnet/jaxb2_commons/jaxb2-basics-runtime/0.6.4/jaxb2-basics-runtime-0.6.4.pom
18:13:15 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jvnet/jaxb2_commons/jaxb2-basics-runtime/0.6.4/jaxb2-basics-runtime-0.6.4.pom
18:13:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/jaxb2_commons/jaxb2-basics-runtime/0.6.4/jaxb2-basics-runtime-0.6.4.pom
18:13:15 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/jaxb2_commons/jaxb2-basics-runtime/0.6.4/jaxb2-basics-runtime-0.6.4.pom (1.9 kB at 30 kB/s)
18:13:15 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/jaxb2_commons/jaxb2-basics-tools/0.6.4/jaxb2-basics-tools-0.6.4.pom
18:13:15 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jvnet/jaxb2_commons/jaxb2-basics-tools/0.6.4/jaxb2-basics-tools-0.6.4.pom
18:13:16 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jvnet/jaxb2_commons/jaxb2-basics-tools/0.6.4/jaxb2-basics-tools-0.6.4.pom
18:13:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/jaxb2_commons/jaxb2-basics-tools/0.6.4/jaxb2-basics-tools-0.6.4.pom
18:13:16 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/jaxb2_commons/jaxb2-basics-tools/0.6.4/jaxb2-basics-tools-0.6.4.pom (1.5 kB at 28 kB/s)
18:13:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.2/commons-lang-2.2.pom
18:13:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.2/commons-lang-2.2.pom
18:13:16 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-lang/commons-lang/2.2/commons-lang-2.2.pom
18:13:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.2/commons-lang-2.2.pom
18:13:16 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.2/commons-lang-2.2.pom (11 kB at 237 kB/s)
18:13:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/javaparser/javaparser/1.0.8/javaparser-1.0.8.pom
18:13:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/code/javaparser/javaparser/1.0.8/javaparser-1.0.8.pom
18:13:16 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/code/javaparser/javaparser/1.0.8/javaparser-1.0.8.pom
18:13:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/javaparser/javaparser/1.0.8/javaparser-1.0.8.pom
18:13:17 Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/javaparser/javaparser/1.0.8/javaparser-1.0.8.pom (4.1 kB at 64 kB/s)
18:13:17 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
18:13:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
18:13:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
18:13:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
18:13:17 Progress (1): 815 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 15 kB/s)
18:13:17 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
18:13:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
18:13:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
18:13:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
18:13:17 Progress (1): 4.1 kB
Progress (1): 4.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 132 kB/s)
18:13:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
18:13:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
18:13:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
18:13:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
18:13:18 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 413 kB/s)
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/jaxws-tools/2.2.10/jaxws-tools-2.2.10.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/jaxws-rt/2.2.10/jaxws-rt-2.2.10.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/policy/2.4/policy-2.4.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/jaxb-impl/2.2.10-b140802.1033/jaxb-impl-2.2.10-b140802.1033.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/jaxb-core/2.2.10-b140802.1033/jaxb-core-2.2.10-b140802.1033.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/gmbal/gmbal-api-only/3.1.0-b001/gmbal-api-only-3.1.0-b001.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/external/management-api/3.0.0-b012/management-api-3.0.0-b012.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/stream/buffer/streambuffer/1.5.3/streambuffer-1.5.3.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/mimepull/mimepull/1.9.4/mimepull-1.9.4.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/ha/ha-api/3.1.9/ha-api-3.1.9.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/messaging/saaj/saaj-impl/1.3.25/saaj-impl-1.3.25.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/jaxb-xjc/2.2.10-b140802.1033/jaxb-xjc-2.2.10-b140802.1033.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/jaxb-jxc/2.2.10-b140802.1033/jaxb-jxc-2.2.10-b140802.1033.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/xml/ws/jaxws-api/2.2.11/jaxws-api-2.2.11.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/jaxb-api-2.2.12-b140109.1041.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/xml/soap/javax.xml.soap-api/1.3.7/javax.xml.soap-api-1.3.7.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/jaxb2_commons/jaxb2-basics/0.6.4/jaxb2-basics-0.6.4.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/jaxb2_commons/jaxb2-basics-runtime/0.6.4/jaxb2-basics-runtime-0.6.4.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/jaxb2_commons/jaxb2-basics-tools/0.6.4/jaxb2-basics-tools-0.6.4.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.2/commons-lang-2.2.jar
18:13:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/javaparser/javaparser/1.0.8/javaparser-1.0.8.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/ws/jaxws-tools/2.2.10/jaxws-tools-2.2.10.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/bind/jaxb-core/2.2.10-b140802.1033/jaxb-core-2.2.10-b140802.1033.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/ws/jaxws-rt/2.2.10/jaxws-rt-2.2.10.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/ws/policy/2.4/policy-2.4.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/bind/jaxb-impl/2.2.10-b140802.1033/jaxb-impl-2.2.10-b140802.1033.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/glassfish/gmbal/gmbal-api-only/3.1.0-b001/gmbal-api-only-3.1.0-b001.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/glassfish/external/management-api/3.0.0-b012/management-api-3.0.0-b012.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/stream/buffer/streambuffer/1.5.3/streambuffer-1.5.3.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jvnet/mimepull/mimepull/1.9.4/mimepull-1.9.4.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/glassfish/ha/ha-api/3.1.9/ha-api-3.1.9.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/messaging/saaj/saaj-impl/1.3.25/saaj-impl-1.3.25.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/bind/jaxb-xjc/2.2.10-b140802.1033/jaxb-xjc-2.2.10-b140802.1033.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/bind/jaxb-jxc/2.2.10-b140802.1033/jaxb-jxc-2.2.10-b140802.1033.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/xml/ws/jaxws-api/2.2.11/jaxws-api-2.2.11.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/jaxb-api-2.2.12-b140109.1041.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/xml/soap/javax.xml.soap-api/1.3.7/javax.xml.soap-api-1.3.7.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jvnet/jaxb2_commons/jaxb2-basics/0.6.4/jaxb2-basics-0.6.4.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jvnet/jaxb2_commons/jaxb2-basics-runtime/0.6.4/jaxb2-basics-runtime-0.6.4.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jvnet/jaxb2_commons/jaxb2-basics-tools/0.6.4/jaxb2-basics-tools-0.6.4.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.2/commons-lang-2.2.jar
18:13:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/code/javaparser/javaparser/1.0.8/javaparser-1.0.8.jar
18:13:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/ws/jaxws-tools/2.2.10/jaxws-tools-2.2.10.jar
18:13:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/ws/policy/2.4/policy-2.4.jar
18:13:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/bind/jaxb-impl/2.2.10-b140802.1033/jaxb-impl-2.2.10-b140802.1033.jar
18:13:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/bind/jaxb-core/2.2.10-b140802.1033/jaxb-core-2.2.10-b140802.1033.jar
18:13:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/ws/jaxws-rt/2.2.10/jaxws-rt-2.2.10.jar
18:13:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/glassfish/gmbal/gmbal-api-only/3.1.0-b001/gmbal-api-only-3.1.0-b001.jar
18:13:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/glassfish/external/management-api/3.0.0-b012/management-api-3.0.0-b012.jar
18:13:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.jar
18:13:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/stream/buffer/streambuffer/1.5.3/streambuffer-1.5.3.jar
18:13:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jvnet/mimepull/mimepull/1.9.4/mimepull-1.9.4.jar
18:13:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.jar
18:13:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/glassfish/ha/ha-api/3.1.9/ha-api-3.1.9.jar
18:13:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/messaging/saaj/saaj-impl/1.3.25/saaj-impl-1.3.25.jar
18:13:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar
18:13:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar
18:13:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.jar
18:13:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/bind/jaxb-xjc/2.2.10-b140802.1033/jaxb-xjc-2.2.10-b140802.1033.jar
18:13:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/sun/xml/bind/jaxb-jxc/2.2.10-b140802.1033/jaxb-jxc-2.2.10-b140802.1033.jar
18:13:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/xml/ws/jaxws-api/2.2.11/jaxws-api-2.2.11.jar
18:13:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/jaxb-api-2.2.12-b140109.1041.jar
18:13:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/javax/xml/soap/javax.xml.soap-api/1.3.7/javax.xml.soap-api-1.3.7.jar
18:13:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jvnet/jaxb2_commons/jaxb2-basics/0.6.4/jaxb2-basics-0.6.4.jar
18:13:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jvnet/jaxb2_commons/jaxb2-basics-runtime/0.6.4/jaxb2-basics-runtime-0.6.4.jar
18:13:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/jvnet/jaxb2_commons/jaxb2-basics-tools/0.6.4/jaxb2-basics-tools-0.6.4.jar
18:13:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-lang/commons-lang/2.2/commons-lang-2.2.jar
18:13:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/code/javaparser/javaparser/1.0.8/javaparser-1.0.8.jar
18:13:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-tools/2.2.10/jaxws-tools-2.2.10.jar
18:13:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-rt/2.2.10/jaxws-rt-2.2.10.jar
18:13:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-core/2.2.10-b140802.1033/jaxb-core-2.2.10-b140802.1033.jar
18:13:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/policy/2.4/policy-2.4.jar
18:13:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.10-b140802.1033/jaxb-impl-2.2.10-b140802.1033.jar
18:13:20 Progress (1): 4.1/162 kB
Progress (1): 7.7/162 kB
Progress (1): 12/162 kB 
Progress (1): 16/162 kB
Progress (1): 20/162 kB
Progress (1): 24/162 kB
Progress (1): 28/162 kB
Progress (1): 32/162 kB
Progress (1): 36/162 kB
Progress (1): 40/162 kB
Progress (1): 45/162 kB
Progress (1): 49/162 kB
Progress (1): 53/162 kB
Progress (2): 53/162 kB | 7.7/842 kB
Progress (2): 57/162 kB | 7.7/842 kB
Progress (2): 57/162 kB | 16/842 kB 
Progress (2): 61/162 kB | 16/842 kB
Progress (2): 65/162 kB | 16/842 kB
Progress (2): 65/162 kB | 24/842 kB
Progress (2): 65/162 kB | 32/842 kB
Progress (2): 69/162 kB | 32/842 kB
Progress (3): 69/162 kB | 32/842 kB | 4.1/234 kB
Progress (3): 73/162 kB | 32/842 kB | 4.1/234 kB
Progress (3): 73/162 kB | 32/842 kB | 7.7/234 kB
Progress (3): 73/162 kB | 40/842 kB | 7.7/234 kB
Progress (3): 73/162 kB | 40/842 kB | 12/234 kB 
Progress (3): 73/162 kB | 49/842 kB | 12/234 kB
Progress (3): 77/162 kB | 49/842 kB | 12/234 kB
Progress (3): 77/162 kB | 49/842 kB | 16/234 kB
Progress (3): 81/162 kB | 49/842 kB | 16/234 kB
Progress (3): 81/162 kB | 57/842 kB | 16/234 kB
Progress (3): 81/162 kB | 57/842 kB | 20/234 kB
Progress (3): 81/162 kB | 57/842 kB | 24/234 kB
Progress (3): 81/162 kB | 65/842 kB | 24/234 kB
Progress (3): 81/162 kB | 65/842 kB | 28/234 kB
Progress (3): 81/162 kB | 65/842 kB | 32/234 kB
Progress (3): 85/162 kB | 65/842 kB | 32/234 kB
Progress (3): 90/162 kB | 65/842 kB | 32/234 kB
Progress (3): 94/162 kB | 65/842 kB | 32/234 kB
Progress (3): 94/162 kB | 65/842 kB | 36/234 kB
Progress (3): 94/162 kB | 73/842 kB | 36/234 kB
Progress (3): 94/162 kB | 73/842 kB | 40/234 kB
Progress (3): 98/162 kB | 73/842 kB | 40/234 kB
Progress (3): 98/162 kB | 73/842 kB | 45/234 kB
Progress (3): 98/162 kB | 81/842 kB | 45/234 kB
Progress (3): 98/162 kB | 81/842 kB | 49/234 kB
Progress (3): 98/162 kB | 81/842 kB | 53/234 kB
Progress (3): 98/162 kB | 90/842 kB | 53/234 kB
Progress (3): 102/162 kB | 90/842 kB | 53/234 kB
Progress (3): 102/162 kB | 98/842 kB | 53/234 kB
Progress (3): 102/162 kB | 98/842 kB | 57/234 kB
Progress (3): 106/162 kB | 98/842 kB | 57/234 kB
Progress (3): 106/162 kB | 98/842 kB | 61/234 kB
Progress (3): 110/162 kB | 98/842 kB | 61/234 kB
Progress (3): 110/162 kB | 98/842 kB | 65/234 kB
Progress (3): 114/162 kB | 98/842 kB | 65/234 kB
Progress (3): 114/162 kB | 106/842 kB | 65/234 kB
Progress (3): 114/162 kB | 114/842 kB | 65/234 kB
Progress (3): 114/162 kB | 114/842 kB | 69/234 kB
Progress (3): 114/162 kB | 114/842 kB | 73/234 kB
Progress (3): 118/162 kB | 114/842 kB | 73/234 kB
Progress (3): 118/162 kB | 114/842 kB | 77/234 kB
Progress (3): 122/162 kB | 114/842 kB | 77/234 kB
Progress (3): 122/162 kB | 114/842 kB | 81/234 kB
Progress (3): 126/162 kB | 114/842 kB | 81/234 kB
Progress (3): 126/162 kB | 122/842 kB | 81/234 kB
Progress (3): 131/162 kB | 122/842 kB | 81/234 kB
Progress (3): 131/162 kB | 131/842 kB | 81/234 kB
Progress (3): 131/162 kB | 131/842 kB | 85/234 kB
Progress (3): 131/162 kB | 131/842 kB | 90/234 kB
Progress (3): 135/162 kB | 131/842 kB | 90/234 kB
Progress (3): 135/162 kB | 131/842 kB | 94/234 kB
Progress (3): 139/162 kB | 131/842 kB | 94/234 kB
Progress (3): 139/162 kB | 139/842 kB | 94/234 kB
Progress (3): 139/162 kB | 139/842 kB | 98/234 kB
Progress (3): 143/162 kB | 139/842 kB | 98/234 kB
Progress (3): 143/162 kB | 147/842 kB | 98/234 kB
Progress (3): 147/162 kB | 147/842 kB | 98/234 kB
Progress (3): 147/162 kB | 147/842 kB | 102/234 kB
Progress (3): 151/162 kB | 147/842 kB | 102/234 kB
Progress (3): 151/162 kB | 147/842 kB | 106/234 kB
Progress (3): 155/162 kB | 147/842 kB | 106/234 kB
Progress (3): 155/162 kB | 147/842 kB | 110/234 kB
Progress (3): 159/162 kB | 147/842 kB | 110/234 kB
Progress (3): 159/162 kB | 147/842 kB | 114/234 kB
Progress (3): 162 kB | 147/842 kB | 114/234 kB    
Progress (3): 162 kB | 147/842 kB | 118/234 kB
Progress (3): 162 kB | 147/842 kB | 122/234 kB
Progress (3): 162 kB | 147/842 kB | 126/234 kB
Progress (3): 162 kB | 147/842 kB | 131/234 kB
Progress (3): 162 kB | 147/842 kB | 135/234 kB
Progress (3): 162 kB | 147/842 kB | 139/234 kB
Progress (3): 162 kB | 147/842 kB | 143/234 kB
Progress (3): 162 kB | 147/842 kB | 147/234 kB
Progress (3): 162 kB | 147/842 kB | 151/234 kB
Progress (3): 162 kB | 147/842 kB | 155/234 kB
Progress (3): 162 kB | 147/842 kB | 159/234 kB
Progress (3): 162 kB | 147/842 kB | 163/234 kB
Progress (3): 162 kB | 147/842 kB | 167/234 kB
Progress (3): 162 kB | 147/842 kB | 171/234 kB
Progress (3): 162 kB | 147/842 kB | 176/234 kB
Progress (3): 162 kB | 147/842 kB | 180/234 kB
Progress (3): 162 kB | 147/842 kB | 184/234 kB
Progress (3): 162 kB | 147/842 kB | 188/234 kB
Progress (3): 162 kB | 147/842 kB | 192/234 kB
Progress (3): 162 kB | 147/842 kB | 196/234 kB
Progress (3): 162 kB | 147/842 kB | 200/234 kB
Progress (3): 162 kB | 147/842 kB | 204/234 kB
Progress (3): 162 kB | 147/842 kB | 208/234 kB
Progress (3): 162 kB | 147/842 kB | 212/234 kB
Progress (3): 162 kB | 147/842 kB | 217/234 kB
Progress (3): 162 kB | 147/842 kB | 221/234 kB
Progress (3): 162 kB | 147/842 kB | 225/234 kB
Progress (3): 162 kB | 147/842 kB | 229/234 kB
Progress (3): 162 kB | 147/842 kB | 233/234 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/policy/2.4/policy-2.4.jar (162 kB at 1.5 MB/s)
18:13:20 Progress (2): 147/842 kB | 234 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal-api-only/3.1.0-b001/gmbal-api-only-3.1.0-b001.jar
18:13:20 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-core/2.2.10-b140802.1033/jaxb-core-2.2.10-b140802.1033.jar (234 kB at 1.9 MB/s)
18:13:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.0.0-b012/management-api-3.0.0-b012.jar
18:13:21 Progress (2): 147/842 kB | 0/2.5 MB
Progress (2): 147/842 kB | 0/2.5 MB
Progress (2): 147/842 kB | 0/2.5 MB
Progress (2): 147/842 kB | 0.1/2.5 MB
Progress (2): 147/842 kB | 0.1/2.5 MB
Progress (2): 147/842 kB | 0.1/2.5 MB
Progress (2): 147/842 kB | 0.1/2.5 MB
Progress (2): 147/842 kB | 0.1/2.5 MB
Progress (2): 147/842 kB | 0.1/2.5 MB
Progress (2): 147/842 kB | 0.2/2.5 MB
Progress (2): 147/842 kB | 0.2/2.5 MB
Progress (2): 147/842 kB | 0.2/2.5 MB
Progress (2): 147/842 kB | 0.2/2.5 MB
Progress (2): 147/842 kB | 0.2/2.5 MB
Progress (2): 147/842 kB | 0.2/2.5 MB
Progress (2): 147/842 kB | 0.3/2.5 MB
Progress (2): 147/842 kB | 0.3/2.5 MB
Progress (2): 147/842 kB | 0.3/2.5 MB
Progress (2): 147/842 kB | 0.3/2.5 MB
Progress (2): 147/842 kB | 0.3/2.5 MB
Progress (2): 147/842 kB | 0.3/2.5 MB
Progress (2): 147/842 kB | 0.4/2.5 MB
Progress (2): 147/842 kB | 0.4/2.5 MB
Progress (2): 147/842 kB | 0.4/2.5 MB
Progress (2): 147/842 kB | 0.4/2.5 MB
Progress (2): 147/842 kB | 0.4/2.5 MB
Progress (2): 147/842 kB | 0.4/2.5 MB
Progress (2): 147/842 kB | 0.5/2.5 MB
Progress (3): 147/842 kB | 0.5/2.5 MB | 4.1/22 kB
Progress (3): 147/842 kB | 0.5/2.5 MB | 7.7/22 kB
Progress (3): 147/842 kB | 0.5/2.5 MB | 12/22 kB 
Progress (3): 147/842 kB | 0.5/2.5 MB | 16/22 kB
Progress (3): 147/842 kB | 0.5/2.5 MB | 16/22 kB
Progress (3): 147/842 kB | 0.5/2.5 MB | 20/22 kB
Progress (3): 147/842 kB | 0.5/2.5 MB | 22 kB   
Progress (3): 147/842 kB | 0.5/2.5 MB | 22 kB
Progress (3): 147/842 kB | 0.5/2.5 MB | 22 kB
Progress (3): 147/842 kB | 0.5/2.5 MB | 22 kB
Progress (3): 147/842 kB | 0.5/2.5 MB | 22 kB
Progress (3): 147/842 kB | 0.6/2.5 MB | 22 kB
Progress (3): 147/842 kB | 0.6/2.5 MB | 22 kB
Progress (3): 147/842 kB | 0.6/2.5 MB | 22 kB
Progress (3): 147/842 kB | 0.6/2.5 MB | 22 kB
Progress (3): 147/842 kB | 0.6/2.5 MB | 22 kB
Progress (3): 147/842 kB | 0.6/2.5 MB | 22 kB
Progress (3): 147/842 kB | 0.7/2.5 MB | 22 kB
Progress (3): 147/842 kB | 0.7/2.5 MB | 22 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal-api-only/3.1.0-b001/gmbal-api-only-3.1.0-b001.jar (22 kB at 19 kB/s)
18:13:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.jar
18:13:21 Progress (2): 147/842 kB | 0.7/2.5 MB
Progress (2): 147/842 kB | 0.7/2.5 MB
Progress (2): 147/842 kB | 0.7/2.5 MB
Progress (2): 147/842 kB | 0.7/2.5 MB
Progress (2): 147/842 kB | 0.8/2.5 MB
Progress (2): 147/842 kB | 0.8/2.5 MB
Progress (2): 147/842 kB | 0.8/2.5 MB
Progress (2): 147/842 kB | 0.8/2.5 MB
Progress (2): 147/842 kB | 0.8/2.5 MB
Progress (2): 147/842 kB | 0.8/2.5 MB
Progress (2): 147/842 kB | 0.9/2.5 MB
Progress (2): 147/842 kB | 0.9/2.5 MB
Progress (2): 147/842 kB | 0.9/2.5 MB
Progress (2): 147/842 kB | 0.9/2.5 MB
Progress (2): 147/842 kB | 0.9/2.5 MB
Progress (2): 147/842 kB | 0.9/2.5 MB
Progress (2): 147/842 kB | 0.9/2.5 MB
Progress (2): 147/842 kB | 1.0/2.5 MB
Progress (2): 147/842 kB | 1.0/2.5 MB
Progress (3): 147/842 kB | 1.0/2.5 MB | 4.1/42 kB
Progress (3): 147/842 kB | 1.0/2.5 MB | 4.1/42 kB
Progress (3): 147/842 kB | 1.0/2.5 MB | 7.7/42 kB
Progress (3): 147/842 kB | 1.0/2.5 MB | 12/42 kB 
Progress (3): 147/842 kB | 1.0/2.5 MB | 16/42 kB
Progress (3): 147/842 kB | 1.0/2.5 MB | 16/42 kB
Progress (3): 147/842 kB | 1.0/2.5 MB | 20/42 kB
Progress (3): 147/842 kB | 1.0/2.5 MB | 24/42 kB
Progress (3): 147/842 kB | 1.0/2.5 MB | 28/42 kB
Progress (3): 147/842 kB | 1.0/2.5 MB | 28/42 kB
Progress (3): 147/842 kB | 1.0/2.5 MB | 32/42 kB
Progress (3): 147/842 kB | 1.0/2.5 MB | 36/42 kB
Progress (3): 147/842 kB | 1.0/2.5 MB | 36/42 kB
Progress (3): 147/842 kB | 1.0/2.5 MB | 40/42 kB
Progress (3): 147/842 kB | 1.0/2.5 MB | 42 kB   
Progress (3): 147/842 kB | 1.1/2.5 MB | 42 kB
Progress (3): 147/842 kB | 1.1/2.5 MB | 42 kB
Progress (3): 147/842 kB | 1.1/2.5 MB | 42 kB
Progress (3): 147/842 kB | 1.1/2.5 MB | 42 kB
Progress (3): 147/842 kB | 1.1/2.5 MB | 42 kB
Progress (3): 147/842 kB | 1.1/2.5 MB | 42 kB
Progress (3): 147/842 kB | 1.2/2.5 MB | 42 kB
Progress (3): 147/842 kB | 1.2/2.5 MB | 42 kB
Progress (3): 147/842 kB | 1.2/2.5 MB | 42 kB
Progress (3): 147/842 kB | 1.2/2.5 MB | 42 kB
Progress (3): 147/842 kB | 1.2/2.5 MB | 42 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.0.0-b012/management-api-3.0.0-b012.jar (42 kB at 36 kB/s)
18:13:21 Progress (2): 147/842 kB | 1.2/2.5 MB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/stream/buffer/streambuffer/1.5.3/streambuffer-1.5.3.jar
18:13:21 Progress (2): 147/842 kB | 1.3/2.5 MB
Progress (2): 147/842 kB | 1.3/2.5 MB
Progress (2): 147/842 kB | 1.3/2.5 MB
Progress (2): 147/842 kB | 1.3/2.5 MB
Progress (2): 147/842 kB | 1.3/2.5 MB
Progress (2): 147/842 kB | 1.3/2.5 MB
Progress (2): 147/842 kB | 1.4/2.5 MB
Progress (2): 147/842 kB | 1.4/2.5 MB
Progress (2): 147/842 kB | 1.4/2.5 MB
Progress (2): 147/842 kB | 1.4/2.5 MB
Progress (2): 147/842 kB | 1.4/2.5 MB
Progress (2): 147/842 kB | 1.4/2.5 MB
Progress (2): 147/842 kB | 1.5/2.5 MB
Progress (2): 147/842 kB | 1.5/2.5 MB
Progress (2): 147/842 kB | 1.5/2.5 MB
Progress (2): 147/842 kB | 1.5/2.5 MB
Progress (2): 147/842 kB | 1.5/2.5 MB
Progress (2): 147/842 kB | 1.5/2.5 MB
Progress (2): 147/842 kB | 1.6/2.5 MB
Progress (2): 147/842 kB | 1.6/2.5 MB
Progress (2): 147/842 kB | 1.6/2.5 MB
Progress (2): 147/842 kB | 1.6/2.5 MB
Progress (2): 147/842 kB | 1.6/2.5 MB
Progress (2): 147/842 kB | 1.6/2.5 MB
Progress (2): 147/842 kB | 1.7/2.5 MB
Progress (2): 147/842 kB | 1.7/2.5 MB
Progress (2): 147/842 kB | 1.7/2.5 MB
Progress (2): 147/842 kB | 1.7/2.5 MB
Progress (2): 147/842 kB | 1.7/2.5 MB
Progress (2): 147/842 kB | 1.7/2.5 MB
Progress (2): 147/842 kB | 1.8/2.5 MB
Progress (2): 147/842 kB | 1.8/2.5 MB
Progress (2): 147/842 kB | 1.8/2.5 MB
Progress (2): 147/842 kB | 1.8/2.5 MB
Progress (2): 147/842 kB | 1.8/2.5 MB
Progress (2): 147/842 kB | 1.8/2.5 MB
Progress (2): 147/842 kB | 1.9/2.5 MB
Progress (2): 147/842 kB | 1.9/2.5 MB
Progress (2): 147/842 kB | 1.9/2.5 MB
Progress (2): 147/842 kB | 1.9/2.5 MB
Progress (2): 147/842 kB | 1.9/2.5 MB
Progress (2): 147/842 kB | 1.9/2.5 MB
Progress (2): 147/842 kB | 1.9/2.5 MB
Progress (2): 147/842 kB | 2.0/2.5 MB
Progress (2): 147/842 kB | 2.0/2.5 MB
Progress (2): 147/842 kB | 2.0/2.5 MB
Progress (2): 147/842 kB | 2.0/2.5 MB
Progress (2): 147/842 kB | 2.0/2.5 MB
Progress (2): 147/842 kB | 2.0/2.5 MB
Progress (2): 147/842 kB | 2.1/2.5 MB
Progress (2): 147/842 kB | 2.1/2.5 MB
Progress (2): 147/842 kB | 2.1/2.5 MB
Progress (2): 147/842 kB | 2.1/2.5 MB
Progress (2): 147/842 kB | 2.1/2.5 MB
Progress (2): 147/842 kB | 2.1/2.5 MB
Progress (2): 147/842 kB | 2.2/2.5 MB
Progress (2): 147/842 kB | 2.2/2.5 MB
Progress (3): 147/842 kB | 2.2/2.5 MB | 4.1/66 kB
Progress (3): 147/842 kB | 2.2/2.5 MB | 7.7/66 kB
Progress (3): 147/842 kB | 2.2/2.5 MB | 7.7/66 kB
Progress (3): 147/842 kB | 2.2/2.5 MB | 12/66 kB 
Progress (3): 147/842 kB | 2.2/2.5 MB | 16/66 kB
Progress (3): 147/842 kB | 2.2/2.5 MB | 16/66 kB
Progress (3): 147/842 kB | 2.2/2.5 MB | 20/66 kB
Progress (3): 147/842 kB | 2.2/2.5 MB | 24/66 kB
Progress (3): 147/842 kB | 2.2/2.5 MB | 28/66 kB
Progress (3): 147/842 kB | 2.2/2.5 MB | 28/66 kB
Progress (3): 147/842 kB | 2.2/2.5 MB | 32/66 kB
Progress (3): 147/842 kB | 2.2/2.5 MB | 32/66 kB
Progress (3): 147/842 kB | 2.2/2.5 MB | 36/66 kB
Progress (3): 147/842 kB | 2.2/2.5 MB | 40/66 kB
Progress (3): 147/842 kB | 2.2/2.5 MB | 45/66 kB
Progress (3): 147/842 kB | 2.2/2.5 MB | 49/66 kB
Progress (3): 147/842 kB | 2.3/2.5 MB | 49/66 kB
Progress (3): 147/842 kB | 2.3/2.5 MB | 53/66 kB
Progress (3): 147/842 kB | 2.3/2.5 MB | 57/66 kB
Progress (3): 147/842 kB | 2.3/2.5 MB | 57/66 kB
Progress (3): 147/842 kB | 2.3/2.5 MB | 61/66 kB
Progress (3): 147/842 kB | 2.3/2.5 MB | 65/66 kB
Progress (3): 147/842 kB | 2.3/2.5 MB | 66 kB   
Progress (3): 147/842 kB | 2.3/2.5 MB | 66 kB
Progress (3): 147/842 kB | 2.3/2.5 MB | 66 kB
Progress (3): 147/842 kB | 2.3/2.5 MB | 66 kB
Progress (3): 147/842 kB | 2.3/2.5 MB | 66 kB
Progress (3): 147/842 kB | 2.4/2.5 MB | 66 kB
Progress (3): 147/842 kB | 2.4/2.5 MB | 66 kB
Progress (3): 147/842 kB | 2.4/2.5 MB | 66 kB
Progress (3): 147/842 kB | 2.4/2.5 MB | 66 kB
Progress (3): 147/842 kB | 2.4/2.5 MB | 66 kB
Progress (3): 147/842 kB | 2.4/2.5 MB | 66 kB
Progress (3): 147/842 kB | 2.5/2.5 MB | 66 kB
Progress (3): 147/842 kB | 2.5/2.5 MB | 66 kB
Progress (3): 147/842 kB | 2.5/2.5 MB | 66 kB
Progress (3): 147/842 kB | 2.5 MB | 66 kB    
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/stream/buffer/streambuffer/1.5.3/streambuffer-1.5.3.jar (66 kB at 53 kB/s)
18:13:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/mimepull/mimepull/1.9.4/mimepull-1.9.4.jar
18:13:21 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-rt/2.2.10/jaxws-rt-2.2.10.jar (2.5 MB at 2.0 MB/s)
18:13:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.jar
18:13:21 Progress (2): 147/842 kB | 0/1.0 MB
Progress (2): 147/842 kB | 0/1.0 MB
Progress (2): 147/842 kB | 0/1.0 MB
Progress (2): 147/842 kB | 0/1.0 MB
Progress (2): 147/842 kB | 0/1.0 MB
Progress (2): 147/842 kB | 0/1.0 MB
Progress (2): 147/842 kB | 0.1/1.0 MB
Progress (2): 147/842 kB | 0.1/1.0 MB
Progress (2): 147/842 kB | 0.1/1.0 MB
Progress (2): 147/842 kB | 0.1/1.0 MB
Progress (2): 147/842 kB | 0.1/1.0 MB
Progress (2): 147/842 kB | 0.1/1.0 MB
Progress (2): 147/842 kB | 0.1/1.0 MB
Progress (2): 147/842 kB | 0.1/1.0 MB
Progress (2): 147/842 kB | 0.1/1.0 MB
Progress (2): 147/842 kB | 0.1/1.0 MB
Progress (2): 147/842 kB | 0.1/1.0 MB
Progress (2): 147/842 kB | 0.1/1.0 MB
Progress (2): 147/842 kB | 0.2/1.0 MB
Progress (2): 147/842 kB | 0.2/1.0 MB
Progress (2): 147/842 kB | 0.2/1.0 MB
Progress (2): 147/842 kB | 0.2/1.0 MB
Progress (2): 147/842 kB | 0.2/1.0 MB
Progress (2): 147/842 kB | 0.2/1.0 MB
Progress (2): 147/842 kB | 0.2/1.0 MB
Progress (2): 147/842 kB | 0.2/1.0 MB
Progress (3): 147/842 kB | 0.2/1.0 MB | 4.1/297 kB
Progress (3): 147/842 kB | 0.2/1.0 MB | 7.7/297 kB
Progress (3): 147/842 kB | 0.2/1.0 MB | 12/297 kB 
Progress (3): 147/842 kB | 0.2/1.0 MB | 12/297 kB
Progress (3): 147/842 kB | 0.2/1.0 MB | 16/297 kB
Progress (3): 147/842 kB | 0.2/1.0 MB | 16/297 kB
Progress (3): 147/842 kB | 0.2/1.0 MB | 20/297 kB
Progress (3): 147/842 kB | 0.2/1.0 MB | 20/297 kB
Progress (3): 147/842 kB | 0.2/1.0 MB | 24/297 kB
Progress (3): 147/842 kB | 0.2/1.0 MB | 24/297 kB
Progress (3): 147/842 kB | 0.2/1.0 MB | 28/297 kB
Progress (3): 147/842 kB | 0.2/1.0 MB | 32/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 32/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 36/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 36/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 40/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 45/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 49/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 49/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 49/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 53/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 57/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 61/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 65/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 65/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 65/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 69/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 73/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 77/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 77/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 81/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 81/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 85/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 85/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 90/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 90/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 94/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 98/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 98/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 98/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 102/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 106/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 110/297 kB
Progress (3): 147/842 kB | 0.3/1.0 MB | 114/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 114/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 114/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 118/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 122/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 126/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 126/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 131/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 131/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 135/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 135/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 139/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 139/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 143/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 147/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 147/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 151/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 151/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 155/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 159/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 163/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 163/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 163/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 167/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 171/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 176/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 180/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 180/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 180/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 184/297 kB
Progress (3): 147/842 kB | 0.4/1.0 MB | 188/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 188/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 192/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 192/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 196/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 196/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 200/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 200/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 204/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 208/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 212/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 212/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 212/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 217/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 221/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 225/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 225/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 229/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 229/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 233/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 233/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 237/297 kB
Progress (3): 147/842 kB | 0.5/1.0 MB | 237/297 kB
Progress (4): 147/842 kB | 0.5/1.0 MB | 237/297 kB | 4.1/63 kB
Progress (4): 147/842 kB | 0.5/1.0 MB | 241/297 kB | 4.1/63 kB
Progress (4): 147/842 kB | 0.5/1.0 MB | 241/297 kB | 7.7/63 kB
Progress (4): 147/842 kB | 0.5/1.0 MB | 241/297 kB | 7.7/63 kB
Progress (4): 147/842 kB | 0.5/1.0 MB | 245/297 kB | 7.7/63 kB
Progress (4): 147/842 kB | 0.5/1.0 MB | 245/297 kB | 7.7/63 kB
Progress (4): 147/842 kB | 0.5/1.0 MB | 245/297 kB | 12/63 kB 
Progress (4): 147/842 kB | 0.5/1.0 MB | 245/297 kB | 16/63 kB
Progress (4): 147/842 kB | 0.5/1.0 MB | 249/297 kB | 16/63 kB
Progress (4): 147/842 kB | 0.5/1.0 MB | 249/297 kB | 16/63 kB
Progress (4): 147/842 kB | 0.5/1.0 MB | 253/297 kB | 16/63 kB
Progress (4): 147/842 kB | 0.6/1.0 MB | 253/297 kB | 16/63 kB
Progress (4): 147/842 kB | 0.6/1.0 MB | 258/297 kB | 16/63 kB
Progress (4): 147/842 kB | 0.6/1.0 MB | 258/297 kB | 20/63 kB
Progress (4): 147/842 kB | 0.6/1.0 MB | 262/297 kB | 20/63 kB
Progress (4): 147/842 kB | 0.6/1.0 MB | 262/297 kB | 24/63 kB
Progress (4): 147/842 kB | 0.6/1.0 MB | 262/297 kB | 24/63 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 262/297 kB | 24/63 kB | 4.1/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 262/297 kB | 24/63 kB | 4.1/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 262/297 kB | 28/63 kB | 4.1/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 266/297 kB | 28/63 kB | 4.1/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 266/297 kB | 28/63 kB | 7.7/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 266/297 kB | 28/63 kB | 7.7/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 270/297 kB | 28/63 kB | 7.7/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 270/297 kB | 32/63 kB | 7.7/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 274/297 kB | 32/63 kB | 7.7/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 274/297 kB | 32/63 kB | 7.7/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 274/297 kB | 32/63 kB | 12/34 kB 
Progress (5): 147/842 kB | 0.6/1.0 MB | 278/297 kB | 32/63 kB | 12/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 278/297 kB | 32/63 kB | 16/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 278/297 kB | 32/63 kB | 16/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 278/297 kB | 36/63 kB | 16/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 282/297 kB | 36/63 kB | 16/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 282/297 kB | 36/63 kB | 16/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 286/297 kB | 36/63 kB | 16/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 286/297 kB | 36/63 kB | 20/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 286/297 kB | 40/63 kB | 20/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 286/297 kB | 40/63 kB | 24/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 290/297 kB | 40/63 kB | 24/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 290/297 kB | 40/63 kB | 28/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 290/297 kB | 40/63 kB | 28/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 290/297 kB | 45/63 kB | 28/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 290/297 kB | 45/63 kB | 28/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 290/297 kB | 45/63 kB | 32/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 294/297 kB | 45/63 kB | 32/34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 294/297 kB | 45/63 kB | 34 kB   
Progress (5): 147/842 kB | 0.6/1.0 MB | 294/297 kB | 49/63 kB | 34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 294/297 kB | 49/63 kB | 34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 297 kB | 49/63 kB | 34 kB    
Progress (5): 147/842 kB | 0.6/1.0 MB | 297 kB | 49/63 kB | 34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 297 kB | 53/63 kB | 34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 297 kB | 57/63 kB | 34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 297 kB | 61/63 kB | 34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 297 kB | 61/63 kB | 34 kB
Progress (5): 147/842 kB | 0.6/1.0 MB | 297 kB | 63 kB | 34 kB   
Progress (5): 147/842 kB | 0.7/1.0 MB | 297 kB | 63 kB | 34 kB
Progress (5): 147/842 kB | 0.7/1.0 MB | 297 kB | 63 kB | 34 kB
Progress (5): 147/842 kB | 0.7/1.0 MB | 297 kB | 63 kB | 34 kB
Progress (5): 147/842 kB | 0.7/1.0 MB | 297 kB | 63 kB | 34 kB
Progress (5): 147/842 kB | 0.7/1.0 MB | 297 kB | 63 kB | 34 kB
Progress (5): 147/842 kB | 0.7/1.0 MB | 297 kB | 63 kB | 34 kB
Progress (5): 147/842 kB | 0.7/1.0 MB | 297 kB | 63 kB | 34 kB
Progress (5): 147/842 kB | 0.7/1.0 MB | 297 kB | 63 kB | 34 kB
Progress (5): 147/842 kB | 0.7/1.0 MB | 297 kB | 63 kB | 34 kB
Progress (5): 147/842 kB | 0.7/1.0 MB | 297 kB | 63 kB | 34 kB
Progress (5): 147/842 kB | 0.7/1.0 MB | 297 kB | 63 kB | 34 kB
Progress (5): 147/842 kB | 0.7/1.0 MB | 297 kB | 63 kB | 34 kB
Progress (5): 147/842 kB | 0.8/1.0 MB | 297 kB | 63 kB | 34 kB
Progress (5): 147/842 kB | 0.8/1.0 MB | 297 kB | 63 kB | 34 kB
Progress (5): 147/842 kB | 0.8/1.0 MB | 297 kB | 63 kB | 34 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.jar (34 kB at 25 kB/s)
18:13:21 Progress (4): 147/842 kB | 0.8/1.0 MB | 297 kB | 63 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.jar (297 kB at 221 kB/s)
18:13:21 Progress (3): 147/842 kB | 0.8/1.0 MB | 63 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.9/ha-api-3.1.9.jar
18:13:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/messaging/saaj/saaj-impl/1.3.25/saaj-impl-1.3.25.jar
18:13:21 Progress (3): 147/842 kB | 0.8/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.8/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.8/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.8/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.8/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.8/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.8/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.9/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.9/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.9/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.9/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.9/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.9/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.9/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.9/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.9/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.9/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.9/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.9/1.0 MB | 63 kB
Progress (3): 147/842 kB | 0.9/1.0 MB | 63 kB
Progress (3): 147/842 kB | 1.0/1.0 MB | 63 kB
Progress (3): 147/842 kB | 1.0/1.0 MB | 63 kB
Progress (3): 147/842 kB | 1.0/1.0 MB | 63 kB
Progress (3): 147/842 kB | 1.0/1.0 MB | 63 kB
Progress (3): 147/842 kB | 1.0/1.0 MB | 63 kB
Progress (3): 147/842 kB | 1.0/1.0 MB | 63 kB
Progress (3): 147/842 kB | 1.0/1.0 MB | 63 kB
Progress (3): 147/842 kB | 1.0/1.0 MB | 63 kB
Progress (3): 147/842 kB | 1.0/1.0 MB | 63 kB
Progress (3): 147/842 kB | 1.0/1.0 MB | 63 kB
Progress (3): 147/842 kB | 1.0/1.0 MB | 63 kB
Progress (3): 147/842 kB | 1.0 MB | 63 kB    
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/mimepull/mimepull/1.9.4/mimepull-1.9.4.jar (63 kB at 47 kB/s)
18:13:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar
18:13:21 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.10-b140802.1033/jaxb-impl-2.2.10-b140802.1033.jar (1.0 MB at 764 kB/s)
18:13:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar
18:13:21 Progress (1): 155/842 kB
Progress (1): 163/842 kB
Progress (1): 171/842 kB
Progress (1): 180/842 kB
Progress (1): 188/842 kB
Progress (1): 196/842 kB
Progress (1): 204/842 kB
Progress (1): 212/842 kB
Progress (1): 221/842 kB
Progress (1): 229/842 kB
Progress (1): 237/842 kB
Progress (1): 245/842 kB
Progress (1): 253/842 kB
Progress (1): 262/842 kB
Progress (1): 270/842 kB
Progress (1): 278/842 kB
Progress (1): 286/842 kB
Progress (1): 294/842 kB
Progress (1): 303/842 kB
Progress (1): 311/842 kB
Progress (1): 319/842 kB
Progress (1): 327/842 kB
Progress (1): 335/842 kB
Progress (1): 344/842 kB
Progress (1): 352/842 kB
Progress (1): 360/842 kB
Progress (1): 368/842 kB
Progress (1): 376/842 kB
Progress (1): 384/842 kB
Progress (1): 393/842 kB
Progress (1): 401/842 kB
Progress (1): 409/842 kB
Progress (1): 417/842 kB
Progress (1): 425/842 kB
Progress (1): 434/842 kB
Progress (1): 442/842 kB
Progress (1): 450/842 kB
Progress (1): 458/842 kB
Progress (1): 466/842 kB
Progress (1): 475/842 kB
Progress (1): 483/842 kB
Progress (1): 491/842 kB
Progress (1): 499/842 kB
Progress (1): 507/842 kB
Progress (1): 516/842 kB
Progress (1): 524/842 kB
Progress (1): 532/842 kB
Progress (1): 540/842 kB
Progress (1): 548/842 kB
Progress (1): 557/842 kB
Progress (1): 565/842 kB
Progress (1): 573/842 kB
Progress (1): 581/842 kB
Progress (1): 589/842 kB
Progress (1): 597/842 kB
Progress (1): 606/842 kB
Progress (1): 614/842 kB
Progress (1): 622/842 kB
Progress (1): 630/842 kB
Progress (1): 638/842 kB
Progress (1): 647/842 kB
Progress (1): 655/842 kB
Progress (1): 663/842 kB
Progress (1): 671/842 kB
Progress (1): 679/842 kB
Progress (1): 688/842 kB
Progress (1): 696/842 kB
Progress (1): 704/842 kB
Progress (1): 712/842 kB
Progress (1): 720/842 kB
Progress (1): 729/842 kB
Progress (1): 737/842 kB
Progress (1): 745/842 kB
Progress (1): 753/842 kB
Progress (1): 761/842 kB
Progress (1): 770/842 kB
Progress (1): 778/842 kB
Progress (1): 786/842 kB
Progress (1): 794/842 kB
Progress (1): 802/842 kB
Progress (1): 810/842 kB
Progress (1): 819/842 kB
Progress (1): 827/842 kB
Progress (1): 835/842 kB
Progress (1): 842 kB    
Progress (2): 842 kB | 4.1/182 kB
Progress (2): 842 kB | 7.7/182 kB
Progress (2): 842 kB | 12/182 kB 
Progress (2): 842 kB | 16/182 kB
Progress (2): 842 kB | 20/182 kB
Progress (2): 842 kB | 24/182 kB
Progress (2): 842 kB | 28/182 kB
Progress (2): 842 kB | 32/182 kB
Progress (2): 842 kB | 36/182 kB
Progress (2): 842 kB | 40/182 kB
Progress (2): 842 kB | 45/182 kB
Progress (2): 842 kB | 49/182 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-tools/2.2.10/jaxws-tools-2.2.10.jar (842 kB at 555 kB/s)
18:13:21 Progress (1): 53/182 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.jar
18:13:21 Progress (1): 57/182 kB
Progress (1): 61/182 kB
Progress (1): 65/182 kB
Progress (1): 69/182 kB
Progress (1): 73/182 kB
Progress (1): 77/182 kB
Progress (1): 81/182 kB
Progress (1): 85/182 kB
Progress (1): 90/182 kB
Progress (1): 94/182 kB
Progress (1): 98/182 kB
Progress (1): 102/182 kB
Progress (1): 106/182 kB
Progress (1): 110/182 kB
Progress (1): 114/182 kB
Progress (1): 118/182 kB
Progress (1): 122/182 kB
Progress (1): 126/182 kB
Progress (1): 131/182 kB
Progress (1): 135/182 kB
Progress (1): 139/182 kB
Progress (1): 143/182 kB
Progress (1): 147/182 kB
Progress (1): 151/182 kB
Progress (1): 155/182 kB
Progress (1): 159/182 kB
Progress (1): 163/182 kB
Progress (1): 167/182 kB
Progress (1): 171/182 kB
Progress (1): 176/182 kB
Progress (1): 180/182 kB
Progress (1): 182 kB    
Progress (2): 182 kB | 4.1/475 kB
Progress (2): 182 kB | 7.7/475 kB
Progress (2): 182 kB | 12/475 kB 
Progress (2): 182 kB | 16/475 kB
Progress (2): 182 kB | 20/475 kB
Progress (2): 182 kB | 24/475 kB
Progress (2): 182 kB | 28/475 kB
Progress (2): 182 kB | 32/475 kB
Progress (2): 182 kB | 36/475 kB
Progress (2): 182 kB | 40/475 kB
Progress (2): 182 kB | 45/475 kB
Progress (2): 182 kB | 49/475 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar (182 kB at 118 kB/s)
18:13:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-xjc/2.2.10-b140802.1033/jaxb-xjc-2.2.10-b140802.1033.jar
18:13:21 Progress (1): 53/475 kB
Progress (1): 57/475 kB
Progress (1): 61/475 kB
Progress (1): 65/475 kB
Progress (1): 69/475 kB
Progress (1): 73/475 kB
Progress (1): 77/475 kB
Progress (1): 81/475 kB
Progress (1): 85/475 kB
Progress (1): 90/475 kB
Progress (1): 94/475 kB
Progress (1): 98/475 kB
Progress (1): 102/475 kB
Progress (1): 106/475 kB
Progress (1): 110/475 kB
Progress (1): 114/475 kB
Progress (1): 118/475 kB
Progress (1): 122/475 kB
Progress (1): 126/475 kB
Progress (1): 131/475 kB
Progress (1): 135/475 kB
Progress (1): 139/475 kB
Progress (1): 143/475 kB
Progress (1): 147/475 kB
Progress (1): 151/475 kB
Progress (1): 155/475 kB
Progress (2): 155/475 kB | 4.1/36 kB
Progress (2): 159/475 kB | 4.1/36 kB
Progress (2): 159/475 kB | 7.7/36 kB
Progress (2): 163/475 kB | 7.7/36 kB
Progress (2): 163/475 kB | 12/36 kB 
Progress (2): 163/475 kB | 16/36 kB
Progress (2): 167/475 kB | 16/36 kB
Progress (2): 171/475 kB | 16/36 kB
Progress (2): 176/475 kB | 16/36 kB
Progress (2): 176/475 kB | 20/36 kB
Progress (2): 180/475 kB | 20/36 kB
Progress (2): 180/475 kB | 24/36 kB
Progress (2): 180/475 kB | 28/36 kB
Progress (2): 180/475 kB | 32/36 kB
Progress (2): 180/475 kB | 36/36 kB
Progress (2): 184/475 kB | 36/36 kB
Progress (2): 184/475 kB | 36 kB   
Progress (2): 188/475 kB | 36 kB
Progress (2): 192/475 kB | 36 kB
Progress (2): 196/475 kB | 36 kB
Progress (2): 200/475 kB | 36 kB
Progress (2): 204/475 kB | 36 kB
Progress (2): 208/475 kB | 36 kB
Progress (2): 212/475 kB | 36 kB
Progress (2): 217/475 kB | 36 kB
Progress (2): 221/475 kB | 36 kB
Progress (2): 225/475 kB | 36 kB
Progress (2): 229/475 kB | 36 kB
Progress (2): 233/475 kB | 36 kB
Progress (2): 237/475 kB | 36 kB
Progress (2): 241/475 kB | 36 kB
Progress (2): 245/475 kB | 36 kB
Progress (2): 249/475 kB | 36 kB
Progress (2): 253/475 kB | 36 kB
Progress (2): 258/475 kB | 36 kB
Progress (2): 262/475 kB | 36 kB
Progress (2): 266/475 kB | 36 kB
Progress (2): 270/475 kB | 36 kB
Progress (2): 274/475 kB | 36 kB
Progress (2): 278/475 kB | 36 kB
Progress (2): 282/475 kB | 36 kB
Progress (2): 286/475 kB | 36 kB
Progress (2): 290/475 kB | 36 kB
Progress (2): 294/475 kB | 36 kB
Progress (2): 298/475 kB | 36 kB
Progress (2): 303/475 kB | 36 kB
Progress (2): 307/475 kB | 36 kB
Progress (2): 311/475 kB | 36 kB
Progress (2): 315/475 kB | 36 kB
Progress (2): 319/475 kB | 36 kB
Progress (2): 323/475 kB | 36 kB
Progress (2): 327/475 kB | 36 kB
Progress (2): 331/475 kB | 36 kB
Progress (2): 335/475 kB | 36 kB
Progress (2): 339/475 kB | 36 kB
Progress (2): 344/475 kB | 36 kB
Progress (2): 348/475 kB | 36 kB
Progress (2): 352/475 kB | 36 kB
Progress (2): 356/475 kB | 36 kB
Progress (2): 360/475 kB | 36 kB
Progress (2): 364/475 kB | 36 kB
Progress (2): 368/475 kB | 36 kB
Progress (2): 372/475 kB | 36 kB
Progress (2): 376/475 kB | 36 kB
Progress (2): 380/475 kB | 36 kB
Progress (2): 384/475 kB | 36 kB
Progress (2): 389/475 kB | 36 kB
Progress (2): 393/475 kB | 36 kB
Progress (2): 397/475 kB | 36 kB
Progress (2): 401/475 kB | 36 kB
Progress (2): 405/475 kB | 36 kB
Progress (2): 409/475 kB | 36 kB
Progress (2): 413/475 kB | 36 kB
Progress (2): 417/475 kB | 36 kB
Progress (2): 421/475 kB | 36 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.9/ha-api-3.1.9.jar (36 kB at 23 kB/s)
18:13:21 Progress (1): 425/475 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-jxc/2.2.10-b140802.1033/jaxb-jxc-2.2.10-b140802.1033.jar
18:13:21 Progress (1): 430/475 kB
Progress (1): 434/475 kB
Progress (1): 438/475 kB
Progress (1): 442/475 kB
Progress (1): 446/475 kB
Progress (1): 450/475 kB
Progress (1): 454/475 kB
Progress (1): 458/475 kB
Progress (1): 462/475 kB
Progress (1): 466/475 kB
Progress (1): 471/475 kB
Progress (1): 475/475 kB
Progress (1): 475 kB    
Progress (2): 475 kB | 4.1/68 kB
Progress (2): 475 kB | 7.7/68 kB
Progress (2): 475 kB | 12/68 kB 
Progress (2): 475 kB | 16/68 kB
Progress (2): 475 kB | 20/68 kB
Progress (2): 475 kB | 24/68 kB
Progress (2): 475 kB | 28/68 kB
Progress (2): 475 kB | 32/68 kB
Progress (2): 475 kB | 36/68 kB
Progress (2): 475 kB | 40/68 kB
Progress (2): 475 kB | 45/68 kB
Progress (2): 475 kB | 49/68 kB
Progress (2): 475 kB | 53/68 kB
Progress (2): 475 kB | 57/68 kB
Progress (2): 475 kB | 61/68 kB
Progress (2): 475 kB | 65/68 kB
Progress (2): 475 kB | 68 kB   
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/messaging/saaj/saaj-impl/1.3.25/saaj-impl-1.3.25.jar (475 kB at 302 kB/s)
18:13:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/ws/jaxws-api/2.2.11/jaxws-api-2.2.11.jar
18:13:21 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.jar (68 kB at 43 kB/s)
18:13:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/jaxb-api-2.2.12-b140109.1041.jar
18:13:21 Progress (1): 4.1/482 kB
Progress (1): 7.7/482 kB
Progress (1): 12/482 kB 
Progress (1): 16/482 kB
Progress (1): 20/482 kB
Progress (1): 24/482 kB
Progress (1): 28/482 kB
Progress (1): 32/482 kB
Progress (1): 36/482 kB
Progress (1): 40/482 kB
Progress (1): 45/482 kB
Progress (1): 49/482 kB
Progress (1): 53/482 kB
Progress (1): 57/482 kB
Progress (1): 61/482 kB
Progress (1): 65/482 kB
Progress (1): 69/482 kB
Progress (1): 73/482 kB
Progress (1): 77/482 kB
Progress (1): 81/482 kB
Progress (1): 85/482 kB
Progress (1): 90/482 kB
Progress (1): 94/482 kB
Progress (1): 98/482 kB
Progress (1): 102/482 kB
Progress (1): 106/482 kB
Progress (1): 110/482 kB
Progress (1): 114/482 kB
Progress (1): 118/482 kB
Progress (1): 122/482 kB
Progress (1): 126/482 kB
Progress (1): 131/482 kB
Progress (1): 135/482 kB
Progress (1): 139/482 kB
Progress (1): 143/482 kB
Progress (1): 147/482 kB
Progress (1): 151/482 kB
Progress (1): 155/482 kB
Progress (1): 159/482 kB
Progress (1): 163/482 kB
Progress (1): 167/482 kB
Progress (1): 171/482 kB
Progress (1): 176/482 kB
Progress (1): 180/482 kB
Progress (1): 184/482 kB
Progress (1): 188/482 kB
Progress (1): 192/482 kB
Progress (1): 196/482 kB
Progress (1): 200/482 kB
Progress (1): 204/482 kB
Progress (1): 208/482 kB
Progress (1): 212/482 kB
Progress (1): 217/482 kB
Progress (1): 221/482 kB
Progress (1): 225/482 kB
Progress (1): 229/482 kB
Progress (1): 233/482 kB
Progress (1): 237/482 kB
Progress (1): 241/482 kB
Progress (1): 245/482 kB
Progress (1): 249/482 kB
Progress (1): 253/482 kB
Progress (1): 258/482 kB
Progress (1): 262/482 kB
Progress (1): 266/482 kB
Progress (1): 270/482 kB
Progress (1): 274/482 kB
Progress (1): 278/482 kB
Progress (1): 282/482 kB
Progress (1): 286/482 kB
Progress (1): 290/482 kB
Progress (1): 294/482 kB
Progress (1): 298/482 kB
Progress (1): 303/482 kB
Progress (1): 307/482 kB
Progress (1): 311/482 kB
Progress (1): 315/482 kB
Progress (1): 319/482 kB
Progress (1): 323/482 kB
Progress (1): 327/482 kB
Progress (1): 331/482 kB
Progress (1): 335/482 kB
Progress (1): 339/482 kB
Progress (1): 344/482 kB
Progress (1): 348/482 kB
Progress (1): 352/482 kB
Progress (1): 356/482 kB
Progress (1): 360/482 kB
Progress (2): 360/482 kB | 4.1/102 kB
Progress (2): 360/482 kB | 7.7/102 kB
Progress (2): 360/482 kB | 12/102 kB 
Progress (2): 364/482 kB | 12/102 kB
Progress (2): 364/482 kB | 16/102 kB
Progress (2): 368/482 kB | 16/102 kB
Progress (2): 372/482 kB | 16/102 kB
Progress (2): 376/482 kB | 16/102 kB
Progress (2): 376/482 kB | 20/102 kB
Progress (2): 376/482 kB | 24/102 kB
Progress (2): 376/482 kB | 28/102 kB
Progress (2): 376/482 kB | 32/102 kB
Progress (2): 380/482 kB | 32/102 kB
Progress (2): 384/482 kB | 32/102 kB
Progress (2): 389/482 kB | 32/102 kB
Progress (2): 393/482 kB | 32/102 kB
Progress (2): 393/482 kB | 36/102 kB
Progress (2): 393/482 kB | 40/102 kB
Progress (2): 393/482 kB | 45/102 kB
Progress (2): 393/482 kB | 49/102 kB
Progress (2): 397/482 kB | 49/102 kB
Progress (2): 401/482 kB | 49/102 kB
Progress (2): 401/482 kB | 53/102 kB
Progress (2): 405/482 kB | 53/102 kB
Progress (2): 405/482 kB | 57/102 kB
Progress (2): 409/482 kB | 57/102 kB
Progress (2): 409/482 kB | 61/102 kB
Progress (2): 409/482 kB | 65/102 kB
Progress (2): 413/482 kB | 65/102 kB
Progress (2): 417/482 kB | 65/102 kB
Progress (2): 417/482 kB | 69/102 kB
Progress (2): 421/482 kB | 69/102 kB
Progress (2): 421/482 kB | 73/102 kB
Progress (2): 425/482 kB | 73/102 kB
Progress (2): 425/482 kB | 77/102 kB
Progress (2): 425/482 kB | 81/102 kB
Progress (2): 430/482 kB | 81/102 kB
Progress (2): 434/482 kB | 81/102 kB
Progress (2): 434/482 kB | 85/102 kB
Progress (2): 438/482 kB | 85/102 kB
Progress (2): 438/482 kB | 90/102 kB
Progress (2): 442/482 kB | 90/102 kB
Progress (2): 442/482 kB | 94/102 kB
Progress (2): 442/482 kB | 98/102 kB
Progress (2): 442/482 kB | 102/102 kB
Progress (2): 442/482 kB | 102 kB    
Progress (2): 446/482 kB | 102 kB
Progress (2): 450/482 kB | 102 kB
Progress (2): 454/482 kB | 102 kB
Progress (2): 458/482 kB | 102 kB
Progress (3): 458/482 kB | 102 kB | 0/2.0 MB
Progress (3): 462/482 kB | 102 kB | 0/2.0 MB
Progress (3): 466/482 kB | 102 kB | 0/2.0 MB
Progress (3): 466/482 kB | 102 kB | 0/2.0 MB
Progress (3): 471/482 kB | 102 kB | 0/2.0 MB
Progress (3): 471/482 kB | 102 kB | 0/2.0 MB
Progress (3): 475/482 kB | 102 kB | 0/2.0 MB
Progress (3): 479/482 kB | 102 kB | 0/2.0 MB
Progress (3): 482 kB | 102 kB | 0/2.0 MB    
Progress (3): 482 kB | 102 kB | 0/2.0 MB
Progress (3): 482 kB | 102 kB | 0/2.0 MB
Progress (3): 482 kB | 102 kB | 0.1/2.0 MB
Progress (3): 482 kB | 102 kB | 0.1/2.0 MB
Progress (3): 482 kB | 102 kB | 0.1/2.0 MB
Progress (3): 482 kB | 102 kB | 0.1/2.0 MB
Progress (3): 482 kB | 102 kB | 0.1/2.0 MB
Progress (3): 482 kB | 102 kB | 0.1/2.0 MB
Progress (3): 482 kB | 102 kB | 0.1/2.0 MB
Progress (3): 482 kB | 102 kB | 0.1/2.0 MB
Progress (3): 482 kB | 102 kB | 0.1/2.0 MB
Progress (3): 482 kB | 102 kB | 0.1/2.0 MB
Progress (3): 482 kB | 102 kB | 0.1/2.0 MB
Progress (3): 482 kB | 102 kB | 0.1/2.0 MB
Progress (3): 482 kB | 102 kB | 0.2/2.0 MB
Progress (3): 482 kB | 102 kB | 0.2/2.0 MB
Progress (3): 482 kB | 102 kB | 0.2/2.0 MB
Progress (3): 482 kB | 102 kB | 0.2/2.0 MB
Progress (4): 482 kB | 102 kB | 0.2/2.0 MB | 4.1/50 kB
Progress (4): 482 kB | 102 kB | 0.2/2.0 MB | 7.7/50 kB
Progress (4): 482 kB | 102 kB | 0.2/2.0 MB | 12/50 kB 
Progress (4): 482 kB | 102 kB | 0.2/2.0 MB | 16/50 kB
Progress (4): 482 kB | 102 kB | 0.2/2.0 MB | 20/50 kB
Progress (4): 482 kB | 102 kB | 0.2/2.0 MB | 24/50 kB
Progress (4): 482 kB | 102 kB | 0.2/2.0 MB | 28/50 kB
Progress (4): 482 kB | 102 kB | 0.2/2.0 MB | 32/50 kB
Progress (4): 482 kB | 102 kB | 0.2/2.0 MB | 36/50 kB
Progress (4): 482 kB | 102 kB | 0.2/2.0 MB | 40/50 kB
Progress (4): 482 kB | 102 kB | 0.2/2.0 MB | 45/50 kB
Progress (4): 482 kB | 102 kB | 0.2/2.0 MB | 49/50 kB
Progress (4): 482 kB | 102 kB | 0.2/2.0 MB | 50 kB   
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/jaxb-api-2.2.12-b140109.1041.jar (102 kB at 61 kB/s)
18:13:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/soap/javax.xml.soap-api/1.3.7/javax.xml.soap-api-1.3.7.jar
18:13:21 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar (482 kB at 287 kB/s)
18:13:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/jaxb2_commons/jaxb2-basics/0.6.4/jaxb2-basics-0.6.4.jar
18:13:21 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/ws/jaxws-api/2.2.11/jaxws-api-2.2.11.jar (50 kB at 30 kB/s)
18:13:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/jaxb2_commons/jaxb2-basics-runtime/0.6.4/jaxb2-basics-runtime-0.6.4.jar
18:13:21 Progress (1): 0.2/2.0 MB
Progress (1): 0.2/2.0 MB
Progress (1): 0.2/2.0 MB
Progress (1): 0.2/2.0 MB
Progress (2): 0.2/2.0 MB | 4.1/123 kB
Progress (2): 0.2/2.0 MB | 7.7/123 kB
Progress (2): 0.2/2.0 MB | 12/123 kB 
Progress (2): 0.2/2.0 MB | 12/123 kB
Progress (2): 0.2/2.0 MB | 16/123 kB
Progress (2): 0.2/2.0 MB | 16/123 kB
Progress (2): 0.2/2.0 MB | 20/123 kB
Progress (2): 0.2/2.0 MB | 24/123 kB
Progress (2): 0.2/2.0 MB | 24/123 kB
Progress (2): 0.2/2.0 MB | 28/123 kB
Progress (2): 0.2/2.0 MB | 28/123 kB
Progress (2): 0.2/2.0 MB | 32/123 kB
Progress (2): 0.2/2.0 MB | 36/123 kB
Progress (2): 0.3/2.0 MB | 36/123 kB
Progress (2): 0.3/2.0 MB | 40/123 kB
Progress (2): 0.3/2.0 MB | 45/123 kB
Progress (2): 0.3/2.0 MB | 45/123 kB
Progress (2): 0.3/2.0 MB | 49/123 kB
Progress (2): 0.3/2.0 MB | 53/123 kB
Progress (2): 0.3/2.0 MB | 53/123 kB
Progress (2): 0.3/2.0 MB | 57/123 kB
Progress (2): 0.3/2.0 MB | 57/123 kB
Progress (2): 0.3/2.0 MB | 61/123 kB
Progress (2): 0.3/2.0 MB | 65/123 kB
Progress (2): 0.3/2.0 MB | 65/123 kB
Progress (2): 0.3/2.0 MB | 69/123 kB
Progress (2): 0.3/2.0 MB | 69/123 kB
Progress (2): 0.3/2.0 MB | 73/123 kB
Progress (2): 0.3/2.0 MB | 77/123 kB
Progress (2): 0.3/2.0 MB | 81/123 kB
Progress (2): 0.3/2.0 MB | 81/123 kB
Progress (2): 0.3/2.0 MB | 81/123 kB
Progress (2): 0.3/2.0 MB | 85/123 kB
Progress (2): 0.3/2.0 MB | 90/123 kB
Progress (2): 0.3/2.0 MB | 94/123 kB
Progress (2): 0.3/2.0 MB | 98/123 kB
Progress (2): 0.3/2.0 MB | 98/123 kB
Progress (2): 0.3/2.0 MB | 98/123 kB
Progress (2): 0.3/2.0 MB | 102/123 kB
Progress (2): 0.3/2.0 MB | 106/123 kB
Progress (2): 0.3/2.0 MB | 110/123 kB
Progress (2): 0.3/2.0 MB | 114/123 kB
Progress (2): 0.3/2.0 MB | 114/123 kB
Progress (2): 0.3/2.0 MB | 118/123 kB
Progress (2): 0.3/2.0 MB | 118/123 kB
Progress (2): 0.3/2.0 MB | 122/123 kB
Progress (2): 0.3/2.0 MB | 123 kB    
Progress (2): 0.4/2.0 MB | 123 kB
Progress (2): 0.4/2.0 MB | 123 kB
Progress (2): 0.4/2.0 MB | 123 kB
Progress (2): 0.4/2.0 MB | 123 kB
Progress (2): 0.4/2.0 MB | 123 kB
Progress (2): 0.4/2.0 MB | 123 kB
Progress (2): 0.4/2.0 MB | 123 kB
Progress (2): 0.4/2.0 MB | 123 kB
Progress (2): 0.4/2.0 MB | 123 kB
Progress (2): 0.4/2.0 MB | 123 kB
Progress (3): 0.4/2.0 MB | 123 kB | 4.1/41 kB
Progress (3): 0.4/2.0 MB | 123 kB | 7.7/41 kB
Progress (3): 0.4/2.0 MB | 123 kB | 7.7/41 kB
Progress (3): 0.4/2.0 MB | 123 kB | 12/41 kB 
Progress (3): 0.4/2.0 MB | 123 kB | 12/41 kB
Progress (3): 0.4/2.0 MB | 123 kB | 16/41 kB
Progress (3): 0.5/2.0 MB | 123 kB | 16/41 kB
Progress (3): 0.5/2.0 MB | 123 kB | 20/41 kB
Progress (3): 0.5/2.0 MB | 123 kB | 20/41 kB
Progress (3): 0.5/2.0 MB | 123 kB | 24/41 kB
Progress (3): 0.5/2.0 MB | 123 kB | 28/41 kB
Progress (3): 0.5/2.0 MB | 123 kB | 32/41 kB
Progress (3): 0.5/2.0 MB | 123 kB | 32/41 kB
Progress (3): 0.5/2.0 MB | 123 kB | 32/41 kB
Progress (3): 0.5/2.0 MB | 123 kB | 36/41 kB
Progress (3): 0.5/2.0 MB | 123 kB | 40/41 kB
Progress (3): 0.5/2.0 MB | 123 kB | 41 kB   
Progress (3): 0.5/2.0 MB | 123 kB | 41 kB
Progress (3): 0.5/2.0 MB | 123 kB | 41 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-jxc/2.2.10-b140802.1033/jaxb-jxc-2.2.10-b140802.1033.jar (123 kB at 72 kB/s)
18:13:21 Progress (2): 0.5/2.0 MB | 41 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/jaxb2_commons/jaxb2-basics-tools/0.6.4/jaxb2-basics-tools-0.6.4.jar
18:13:21 Progress (2): 0.5/2.0 MB | 41 kB
Progress (2): 0.5/2.0 MB | 41 kB
Progress (2): 0.5/2.0 MB | 41 kB
Progress (2): 0.5/2.0 MB | 41 kB
Progress (2): 0.5/2.0 MB | 41 kB
Progress (2): 0.5/2.0 MB | 41 kB
Progress (2): 0.6/2.0 MB | 41 kB
Progress (2): 0.6/2.0 MB | 41 kB
Progress (2): 0.6/2.0 MB | 41 kB
Progress (2): 0.6/2.0 MB | 41 kB
Progress (2): 0.6/2.0 MB | 41 kB
Progress (2): 0.6/2.0 MB | 41 kB
Progress (2): 0.6/2.0 MB | 41 kB
Progress (2): 0.6/2.0 MB | 41 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/soap/javax.xml.soap-api/1.3.7/javax.xml.soap-api-1.3.7.jar (41 kB at 24 kB/s)
18:13:21 Progress (1): 0.6/2.0 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.2/commons-lang-2.2.jar
18:13:22 Progress (1): 0.6/2.0 MB
Progress (1): 0.6/2.0 MB
Progress (1): 0.6/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.1/2.0 MB
Progress (1): 1.1/2.0 MB
Progress (2): 1.1/2.0 MB | 4.1/80 kB
Progress (2): 1.1/2.0 MB | 7.7/80 kB
Progress (2): 1.1/2.0 MB | 12/80 kB 
Progress (2): 1.1/2.0 MB | 16/80 kB
Progress (2): 1.1/2.0 MB | 20/80 kB
Progress (2): 1.1/2.0 MB | 24/80 kB
Progress (2): 1.1/2.0 MB | 24/80 kB
Progress (2): 1.1/2.0 MB | 28/80 kB
Progress (2): 1.1/2.0 MB | 28/80 kB
Progress (2): 1.1/2.0 MB | 32/80 kB
Progress (2): 1.1/2.0 MB | 32/80 kB
Progress (2): 1.1/2.0 MB | 36/80 kB
Progress (2): 1.1/2.0 MB | 36/80 kB
Progress (2): 1.1/2.0 MB | 40/80 kB
Progress (2): 1.1/2.0 MB | 45/80 kB
Progress (2): 1.1/2.0 MB | 49/80 kB
Progress (2): 1.1/2.0 MB | 49/80 kB
Progress (2): 1.1/2.0 MB | 49/80 kB
Progress (2): 1.1/2.0 MB | 53/80 kB
Progress (2): 1.1/2.0 MB | 57/80 kB
Progress (2): 1.1/2.0 MB | 61/80 kB
Progress (2): 1.1/2.0 MB | 65/80 kB
Progress (2): 1.1/2.0 MB | 65/80 kB
Progress (2): 1.1/2.0 MB | 65/80 kB
Progress (2): 1.1/2.0 MB | 69/80 kB
Progress (2): 1.1/2.0 MB | 73/80 kB
Progress (2): 1.1/2.0 MB | 77/80 kB
Progress (2): 1.1/2.0 MB | 80 kB   
Progress (2): 1.1/2.0 MB | 80 kB
Progress (2): 1.1/2.0 MB | 80 kB
Progress (2): 1.2/2.0 MB | 80 kB
Progress (2): 1.2/2.0 MB | 80 kB
Progress (2): 1.2/2.0 MB | 80 kB
Progress (2): 1.2/2.0 MB | 80 kB
Progress (2): 1.2/2.0 MB | 80 kB
Progress (2): 1.2/2.0 MB | 80 kB
Progress (2): 1.2/2.0 MB | 80 kB
Progress (2): 1.2/2.0 MB | 80 kB
Progress (2): 1.2/2.0 MB | 80 kB
Progress (2): 1.2/2.0 MB | 80 kB
Progress (2): 1.2/2.0 MB | 80 kB
Progress (2): 1.2/2.0 MB | 80 kB
Progress (2): 1.3/2.0 MB | 80 kB
Progress (2): 1.3/2.0 MB | 80 kB
Progress (2): 1.3/2.0 MB | 80 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/jaxb2_commons/jaxb2-basics/0.6.4/jaxb2-basics-0.6.4.jar (80 kB at 46 kB/s)
18:13:22 Progress (1): 1.3/2.0 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/javaparser/javaparser/1.0.8/javaparser-1.0.8.jar
18:13:22 Progress (1): 1.3/2.0 MB
Progress (1): 1.3/2.0 MB
Progress (2): 1.3/2.0 MB | 4.1/128 kB
Progress (2): 1.3/2.0 MB | 7.7/128 kB
Progress (2): 1.3/2.0 MB | 12/128 kB 
Progress (2): 1.3/2.0 MB | 12/128 kB
Progress (2): 1.3/2.0 MB | 16/128 kB
Progress (2): 1.3/2.0 MB | 16/128 kB
Progress (2): 1.3/2.0 MB | 20/128 kB
Progress (2): 1.3/2.0 MB | 20/128 kB
Progress (2): 1.3/2.0 MB | 24/128 kB
Progress (2): 1.3/2.0 MB | 24/128 kB
Progress (2): 1.3/2.0 MB | 28/128 kB
Progress (2): 1.3/2.0 MB | 32/128 kB
Progress (2): 1.3/2.0 MB | 32/128 kB
Progress (2): 1.3/2.0 MB | 32/128 kB
Progress (2): 1.3/2.0 MB | 36/128 kB
Progress (2): 1.3/2.0 MB | 40/128 kB
Progress (2): 1.3/2.0 MB | 45/128 kB
Progress (2): 1.3/2.0 MB | 49/128 kB
Progress (2): 1.4/2.0 MB | 49/128 kB
Progress (3): 1.4/2.0 MB | 49/128 kB | 4.1/243 kB
Progress (3): 1.4/2.0 MB | 49/128 kB | 4.1/243 kB
Progress (3): 1.4/2.0 MB | 49/128 kB | 7.7/243 kB
Progress (3): 1.4/2.0 MB | 49/128 kB | 12/243 kB 
Progress (3): 1.4/2.0 MB | 53/128 kB | 12/243 kB
Progress (3): 1.4/2.0 MB | 53/128 kB | 16/243 kB
Progress (3): 1.4/2.0 MB | 57/128 kB | 16/243 kB
Progress (3): 1.4/2.0 MB | 57/128 kB | 16/243 kB
Progress (3): 1.4/2.0 MB | 61/128 kB | 16/243 kB
Progress (3): 1.4/2.0 MB | 61/128 kB | 16/243 kB
Progress (3): 1.4/2.0 MB | 65/128 kB | 16/243 kB
Progress (3): 1.4/2.0 MB | 65/128 kB | 20/243 kB
Progress (3): 1.4/2.0 MB | 65/128 kB | 24/243 kB
Progress (3): 1.4/2.0 MB | 65/128 kB | 28/243 kB
Progress (3): 1.4/2.0 MB | 65/128 kB | 32/243 kB
Progress (3): 1.4/2.0 MB | 65/128 kB | 32/243 kB
Progress (3): 1.4/2.0 MB | 69/128 kB | 32/243 kB
Progress (3): 1.4/2.0 MB | 69/128 kB | 32/243 kB
Progress (3): 1.4/2.0 MB | 73/128 kB | 32/243 kB
Progress (3): 1.4/2.0 MB | 73/128 kB | 36/243 kB
Progress (3): 1.4/2.0 MB | 77/128 kB | 36/243 kB
Progress (3): 1.4/2.0 MB | 77/128 kB | 40/243 kB
Progress (3): 1.4/2.0 MB | 81/128 kB | 40/243 kB
Progress (3): 1.4/2.0 MB | 81/128 kB | 45/243 kB
Progress (3): 1.4/2.0 MB | 81/128 kB | 45/243 kB
Progress (3): 1.4/2.0 MB | 81/128 kB | 49/243 kB
Progress (3): 1.4/2.0 MB | 81/128 kB | 49/243 kB
Progress (3): 1.4/2.0 MB | 85/128 kB | 49/243 kB
Progress (3): 1.4/2.0 MB | 85/128 kB | 53/243 kB
Progress (3): 1.4/2.0 MB | 90/128 kB | 53/243 kB
Progress (3): 1.4/2.0 MB | 90/128 kB | 57/243 kB
Progress (3): 1.4/2.0 MB | 94/128 kB | 57/243 kB
Progress (3): 1.4/2.0 MB | 94/128 kB | 57/243 kB
Progress (3): 1.4/2.0 MB | 94/128 kB | 61/243 kB
Progress (3): 1.4/2.0 MB | 98/128 kB | 61/243 kB
Progress (3): 1.4/2.0 MB | 98/128 kB | 65/243 kB
Progress (3): 1.4/2.0 MB | 98/128 kB | 65/243 kB
Progress (3): 1.4/2.0 MB | 98/128 kB | 69/243 kB
Progress (3): 1.4/2.0 MB | 102/128 kB | 69/243 kB
Progress (3): 1.4/2.0 MB | 102/128 kB | 69/243 kB
Progress (3): 1.4/2.0 MB | 102/128 kB | 73/243 kB
Progress (3): 1.4/2.0 MB | 102/128 kB | 73/243 kB
Progress (3): 1.4/2.0 MB | 106/128 kB | 73/243 kB
Progress (3): 1.4/2.0 MB | 106/128 kB | 77/243 kB
Progress (3): 1.4/2.0 MB | 110/128 kB | 77/243 kB
Progress (3): 1.4/2.0 MB | 110/128 kB | 81/243 kB
Progress (3): 1.4/2.0 MB | 114/128 kB | 81/243 kB
Progress (3): 1.4/2.0 MB | 114/128 kB | 81/243 kB
Progress (3): 1.5/2.0 MB | 114/128 kB | 81/243 kB
Progress (3): 1.5/2.0 MB | 114/128 kB | 85/243 kB
Progress (3): 1.5/2.0 MB | 114/128 kB | 90/243 kB
Progress (3): 1.5/2.0 MB | 118/128 kB | 90/243 kB
Progress (3): 1.5/2.0 MB | 118/128 kB | 94/243 kB
Progress (3): 1.5/2.0 MB | 122/128 kB | 94/243 kB
Progress (3): 1.5/2.0 MB | 122/128 kB | 94/243 kB
Progress (3): 1.5/2.0 MB | 122/128 kB | 98/243 kB
Progress (3): 1.5/2.0 MB | 126/128 kB | 98/243 kB
Progress (3): 1.5/2.0 MB | 126/128 kB | 98/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 98/243 kB    
Progress (3): 1.5/2.0 MB | 128 kB | 102/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 106/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 110/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 110/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 114/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 114/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 118/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 118/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 122/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 122/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 126/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 131/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 131/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 135/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 135/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 139/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 143/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 147/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 147/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 147/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 151/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 155/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 159/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 163/243 kB
Progress (3): 1.5/2.0 MB | 128 kB | 163/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 163/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 167/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 171/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 176/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 180/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 180/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 180/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 184/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 188/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 192/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 196/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 196/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 196/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 200/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 204/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 208/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 208/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 212/243 kB
Progress (3): 1.6/2.0 MB | 128 kB | 212/243 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/jaxb2_commons/jaxb2-basics-runtime/0.6.4/jaxb2-basics-runtime-0.6.4.jar (128 kB at 73 kB/s)
18:13:22 Progress (2): 1.6/2.0 MB | 212/243 kB
Progress (2): 1.6/2.0 MB | 217/243 kB
Progress (2): 1.6/2.0 MB | 217/243 kB
Progress (2): 1.6/2.0 MB | 221/243 kB
Progress (2): 1.6/2.0 MB | 225/243 kB
Progress (2): 1.6/2.0 MB | 229/243 kB
Progress (2): 1.6/2.0 MB | 229/243 kB
Progress (2): 1.6/2.0 MB | 233/243 kB
Progress (2): 1.6/2.0 MB | 233/243 kB
Progress (2): 1.6/2.0 MB | 237/243 kB
Progress (2): 1.6/2.0 MB | 241/243 kB
Progress (2): 1.6/2.0 MB | 243 kB    
Progress (2): 1.6/2.0 MB | 243 kB
Progress (2): 1.7/2.0 MB | 243 kB
Progress (2): 1.7/2.0 MB | 243 kB
Progress (2): 1.7/2.0 MB | 243 kB
Progress (2): 1.7/2.0 MB | 243 kB
Progress (2): 1.7/2.0 MB | 243 kB
Progress (2): 1.7/2.0 MB | 243 kB
Progress (2): 1.7/2.0 MB | 243 kB
Progress (3): 1.7/2.0 MB | 243 kB | 4.1/99 kB
Progress (3): 1.7/2.0 MB | 243 kB | 7.7/99 kB
Progress (3): 1.7/2.0 MB | 243 kB | 7.7/99 kB
Progress (3): 1.7/2.0 MB | 243 kB | 12/99 kB 
Progress (3): 1.7/2.0 MB | 243 kB | 12/99 kB
Progress (3): 1.7/2.0 MB | 243 kB | 16/99 kB
Progress (3): 1.7/2.0 MB | 243 kB | 20/99 kB
Progress (3): 1.7/2.0 MB | 243 kB | 20/99 kB
Progress (3): 1.7/2.0 MB | 243 kB | 24/99 kB
Progress (3): 1.7/2.0 MB | 243 kB | 24/99 kB
Progress (3): 1.7/2.0 MB | 243 kB | 28/99 kB
Progress (3): 1.7/2.0 MB | 243 kB | 32/99 kB
Progress (3): 1.7/2.0 MB | 243 kB | 32/99 kB
Progress (3): 1.7/2.0 MB | 243 kB | 36/99 kB
Progress (3): 1.8/2.0 MB | 243 kB | 36/99 kB
Progress (3): 1.8/2.0 MB | 243 kB | 40/99 kB
Progress (3): 1.8/2.0 MB | 243 kB | 45/99 kB
Progress (3): 1.8/2.0 MB | 243 kB | 49/99 kB
Progress (3): 1.8/2.0 MB | 243 kB | 49/99 kB
Progress (3): 1.8/2.0 MB | 243 kB | 49/99 kB
Progress (3): 1.8/2.0 MB | 243 kB | 53/99 kB
Progress (3): 1.8/2.0 MB | 243 kB | 57/99 kB
Progress (3): 1.8/2.0 MB | 243 kB | 61/99 kB
Progress (3): 1.8/2.0 MB | 243 kB | 65/99 kB
Progress (3): 1.8/2.0 MB | 243 kB | 65/99 kB
Progress (3): 1.8/2.0 MB | 243 kB | 65/99 kB
Progress (3): 1.8/2.0 MB | 243 kB | 69/99 kB
Progress (3): 1.8/2.0 MB | 243 kB | 73/99 kB
Progress (3): 1.8/2.0 MB | 243 kB | 77/99 kB
Progress (3): 1.8/2.0 MB | 243 kB | 81/99 kB
Progress (3): 1.8/2.0 MB | 243 kB | 81/99 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.2/commons-lang-2.2.jar (243 kB at 137 kB/s)
18:13:22 Progress (2): 1.8/2.0 MB | 81/99 kB
Progress (2): 1.8/2.0 MB | 85/99 kB
Progress (2): 1.8/2.0 MB | 90/99 kB
Progress (2): 1.8/2.0 MB | 94/99 kB
Progress (2): 1.8/2.0 MB | 98/99 kB
Progress (2): 1.8/2.0 MB | 99 kB   
Progress (2): 1.8/2.0 MB | 99 kB
Progress (2): 1.8/2.0 MB | 99 kB
Progress (2): 1.8/2.0 MB | 99 kB
Progress (2): 1.8/2.0 MB | 99 kB
Progress (2): 1.8/2.0 MB | 99 kB
Progress (2): 1.9/2.0 MB | 99 kB
Progress (2): 1.9/2.0 MB | 99 kB
Progress (2): 1.9/2.0 MB | 99 kB
Progress (2): 1.9/2.0 MB | 99 kB
Progress (2): 1.9/2.0 MB | 99 kB
Progress (2): 1.9/2.0 MB | 99 kB
Progress (2): 1.9/2.0 MB | 99 kB
Progress (2): 1.9/2.0 MB | 99 kB
Progress (3): 1.9/2.0 MB | 99 kB | 4.1/241 kB
Progress (3): 1.9/2.0 MB | 99 kB | 4.1/241 kB
Progress (3): 1.9/2.0 MB | 99 kB | 7.7/241 kB
Progress (3): 1.9/2.0 MB | 99 kB | 12/241 kB 
Progress (3): 1.9/2.0 MB | 99 kB | 16/241 kB
Progress (3): 1.9/2.0 MB | 99 kB | 16/241 kB
Progress (3): 1.9/2.0 MB | 99 kB | 16/241 kB
Progress (3): 1.9/2.0 MB | 99 kB | 20/241 kB
Progress (3): 1.9/2.0 MB | 99 kB | 24/241 kB
Progress (3): 1.9/2.0 MB | 99 kB | 28/241 kB
Progress (3): 1.9/2.0 MB | 99 kB | 32/241 kB
Progress (3): 1.9/2.0 MB | 99 kB | 32/241 kB
Progress (3): 1.9/2.0 MB | 99 kB | 32/241 kB
Progress (3): 1.9/2.0 MB | 99 kB | 36/241 kB
Progress (3): 1.9/2.0 MB | 99 kB | 40/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 40/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 45/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 45/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 49/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 49/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 53/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 53/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 57/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 61/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 65/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 65/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 65/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 69/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 73/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 77/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 77/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 81/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 81/241 kB
Progress (3): 2.0/2.0 MB | 99 kB | 81/241 kB
Progress (3): 2.0 MB | 99 kB | 81/241 kB    
Progress (3): 2.0 MB | 99 kB | 85/241 kB
Progress (3): 2.0 MB | 99 kB | 90/241 kB
Progress (3): 2.0 MB | 99 kB | 94/241 kB
Progress (3): 2.0 MB | 99 kB | 98/241 kB
Progress (3): 2.0 MB | 99 kB | 102/241 kB
Progress (3): 2.0 MB | 99 kB | 106/241 kB
Progress (3): 2.0 MB | 99 kB | 110/241 kB
Progress (3): 2.0 MB | 99 kB | 114/241 kB
Progress (3): 2.0 MB | 99 kB | 118/241 kB
Progress (3): 2.0 MB | 99 kB | 122/241 kB
Progress (3): 2.0 MB | 99 kB | 126/241 kB
Progress (3): 2.0 MB | 99 kB | 131/241 kB
Progress (3): 2.0 MB | 99 kB | 135/241 kB
Progress (3): 2.0 MB | 99 kB | 139/241 kB
Progress (3): 2.0 MB | 99 kB | 143/241 kB
Progress (3): 2.0 MB | 99 kB | 147/241 kB
Progress (3): 2.0 MB | 99 kB | 151/241 kB
Progress (3): 2.0 MB | 99 kB | 155/241 kB
Progress (3): 2.0 MB | 99 kB | 159/241 kB
Progress (3): 2.0 MB | 99 kB | 163/241 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/jaxb2_commons/jaxb2-basics-tools/0.6.4/jaxb2-basics-tools-0.6.4.jar (99 kB at 54 kB/s)
18:13:22 Progress (2): 2.0 MB | 167/241 kB
Progress (2): 2.0 MB | 171/241 kB
Progress (2): 2.0 MB | 176/241 kB
Progress (2): 2.0 MB | 180/241 kB
Progress (2): 2.0 MB | 184/241 kB
Progress (2): 2.0 MB | 188/241 kB
Progress (2): 2.0 MB | 192/241 kB
Progress (2): 2.0 MB | 196/241 kB
Progress (2): 2.0 MB | 200/241 kB
Progress (2): 2.0 MB | 204/241 kB
Progress (2): 2.0 MB | 208/241 kB
Progress (2): 2.0 MB | 212/241 kB
Progress (2): 2.0 MB | 217/241 kB
Progress (2): 2.0 MB | 221/241 kB
Progress (2): 2.0 MB | 225/241 kB
Progress (2): 2.0 MB | 229/241 kB
Progress (2): 2.0 MB | 233/241 kB
Progress (2): 2.0 MB | 237/241 kB
Progress (2): 2.0 MB | 241 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-xjc/2.2.10-b140802.1033/jaxb-xjc-2.2.10-b140802.1033.jar (2.0 MB at 1.1 MB/s)
18:13:22 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/javaparser/javaparser/1.0.8/javaparser-1.0.8.jar (241 kB at 131 kB/s)
18:13:22 [INFO] Processing: file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsConsumerTestService.wsdl
18:13:22 [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -d, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -verbose, -encoding, UTF-8, -Xnocompile, -wsdllocation, WEB-INF/wsdl/JaxWsConsumerTestService.wsdl, -target, 2.1, -Xdebug, -XdisableSSLHostnameVerification, -XdisableAuthenticator, -b, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/binding/global-binding.xml', "file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsConsumerTestService.wsdl"]
18:13:22 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:13:22 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:13:22 parsing WSDL...
18:13:22 
18:13:22 
18:13:23 
18:13:23 Generating code...
18:13:23 
18:13:23 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/EchoRequest.java
18:13:23 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/EchoResponse.java
18:13:23 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/GetHeaderRequest.java
18:13:23 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/GetHeaderResponse.java
18:13:23 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/JaxWsConsumerTestService.java
18:13:23 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/JaxWsConsumerTestServicePortType.java
18:13:23 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/ObjectFactory.java
18:13:23 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SetHeaderRequest.java
18:13:23 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SetHeaderResponse.java
18:13:23 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SleepRequest.java
18:13:23 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SleepResponse.java
18:13:23 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/package-info.java
18:13:23 [INFO] 
18:13:23 [INFO] --- jaxws-maven-plugin:2.4:wsimport (wsimport-2) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:23 [INFO] Processing: file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsPingTestService.wsdl
18:13:23 [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -d, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -verbose, -encoding, UTF-8, -Xnocompile, -wsdllocation, WEB-INF/wsdl/JaxWsPingTestService.wsdl, -target, 2.1, -Xdebug, -XdisableSSLHostnameVerification, -XdisableAuthenticator, -b, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/binding/global-binding.xml', "file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsPingTestService.wsdl"]
18:13:23 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:13:23 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:13:23 parsing WSDL...
18:13:23 
18:13:23 
18:13:23 
18:13:23 Generating code...
18:13:23 
18:13:23 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/JaxWsPingTestService.java
18:13:23 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/JaxWsPingTestServicePortType.java
18:13:23 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/ObjectFactory.java
18:13:23 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/PingRequest.java
18:13:23 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/PingResponse.java
18:13:23 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/package-info.java
18:13:24 [INFO] 
18:13:24 [INFO] --- build-helper-maven-plugin:1.9.1:add-source (add-wsimport-source) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:24 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
18:13:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
18:13:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
18:13:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
18:13:24 Progress (1): 643 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom (643 B at 11 kB/s)
18:13:24 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
18:13:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
18:13:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
18:13:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
18:13:24 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.1/maven-2.0.1.pom (11 kB at 575 kB/s)
18:13:24 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
18:13:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
18:13:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
18:13:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
18:13:25 Progress (1): 4.1/268 kB
Progress (1): 7.7/268 kB
Progress (1): 12/268 kB 
Progress (1): 16/268 kB
Progress (1): 20/268 kB
Progress (1): 24/268 kB
Progress (1): 28/268 kB
Progress (1): 32/268 kB
Progress (1): 36/268 kB
Progress (1): 40/268 kB
Progress (1): 45/268 kB
Progress (1): 49/268 kB
Progress (1): 53/268 kB
Progress (1): 57/268 kB
Progress (1): 61/268 kB
Progress (1): 65/268 kB
Progress (1): 69/268 kB
Progress (1): 73/268 kB
Progress (1): 77/268 kB
Progress (1): 81/268 kB
Progress (1): 85/268 kB
Progress (1): 90/268 kB
Progress (1): 94/268 kB
Progress (1): 98/268 kB
Progress (1): 102/268 kB
Progress (1): 106/268 kB
Progress (1): 110/268 kB
Progress (1): 114/268 kB
Progress (1): 118/268 kB
Progress (1): 122/268 kB
Progress (1): 126/268 kB
Progress (1): 131/268 kB
Progress (1): 135/268 kB
Progress (1): 139/268 kB
Progress (1): 143/268 kB
Progress (1): 147/268 kB
Progress (1): 151/268 kB
Progress (1): 155/268 kB
Progress (1): 159/268 kB
Progress (1): 163/268 kB
Progress (1): 167/268 kB
Progress (1): 171/268 kB
Progress (1): 176/268 kB
Progress (1): 180/268 kB
Progress (1): 184/268 kB
Progress (1): 188/268 kB
Progress (1): 192/268 kB
Progress (1): 196/268 kB
Progress (1): 200/268 kB
Progress (1): 204/268 kB
Progress (1): 208/268 kB
Progress (1): 212/268 kB
Progress (1): 217/268 kB
Progress (1): 221/268 kB
Progress (1): 225/268 kB
Progress (1): 229/268 kB
Progress (1): 233/268 kB
Progress (1): 237/268 kB
Progress (1): 241/268 kB
Progress (1): 245/268 kB
Progress (1): 249/268 kB
Progress (1): 253/268 kB
Progress (1): 258/268 kB
Progress (1): 262/268 kB
Progress (1): 266/268 kB
Progress (1): 268 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (268 kB at 3.2 MB/s)
18:13:25 [INFO] Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport added.
18:13:25 [INFO] 
18:13:25 [INFO] --- build-helper-maven-plugin:1.9.1:add-source (add-apt-source) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:25 [INFO] Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/annotations added.
18:13:25 [INFO] 
18:13:25 [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wsimport-artifacts) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:13:25 [INFO] Copying 0 resource
18:13:25 [INFO] 
18:13:25 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:13:25 [INFO] Copying 3 resources
18:13:25 [INFO] 
18:13:25 [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-jaxws-artifacts-to-meta-inf) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:13:25 [INFO] Copying 2 resources
18:13:25 [INFO] 
18:13:25 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
18:13:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
18:13:25 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
18:13:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
18:13:25 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 179 kB/s)
18:13:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
18:13:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
18:13:25 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
18:13:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
18:13:25 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 496 kB/s)
18:13:25 [INFO] Changes detected - recompiling the module!
18:13:25 [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/classes
18:13:26 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
18:13:26 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'org.eclipse.scout.jaxws.consumer.jaxwsconsumertestservice.JaxWsConsumerTestServicePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
18:13:26 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'org.eclipse.scout.jaxws.consumer.jaxwspingtestservice.JaxWsPingTestServicePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
18:13:26 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
18:13:26 [INFO] 
18:13:26 [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-apt-artifacts) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:13:26 [INFO] Copying 0 resource
18:13:26 [INFO] 
18:13:26 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:13:26 [INFO] Copying 2 resources
18:13:26 [INFO] 
18:13:26 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:26 [INFO] Changes detected - recompiling the module!
18:13:26 [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/test-classes
18:13:26 [INFO] 
18:13:26 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:26 [INFO] 
18:13:26 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:26 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/surefire-reports
18:13:26 
18:13:26 -------------------------------------------------------
18:13:26  T E S T S
18:13:26 -------------------------------------------------------
18:13:26 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:13:26 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:13:27 Running org.eclipse.scout.rt.server.jaxws.provider.context.JaxWsServletRunContextChainTest
18:13:28 2020-03-01 23:13:28,416 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:13:28 2020-03-01 23:13:28,462 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 34.801130 ms - MDC[]
18:13:28 2020-03-01 23:13:28,730 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:13:28 2020-03-01 23:13:28,734 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor specific class installed: org.eclipse.scout.rt.server.jaxws.implementor.JaxWsRISpecifics - MDC[]
18:13:28 2020-03-01 23:13:28,735 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
18:13:28 2020-03-01 23:13:28,736 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:13:28 2020-03-01 23:13:28,755 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener - JAX-WS implementor: JAX-WS RI 2.2.9-b130926.1035 svn-revision#5f6196f2b90e9460065a4c2f4e30e065b245e51e (http://jax-ws.java.net, Oracle Corporation, bundled with JRE) - MDC[]
18:13:28 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.061 sec - in org.eclipse.scout.rt.server.jaxws.provider.context.JaxWsServletRunContextChainTest
18:13:28 Running org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandlerTest
18:13:29 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec - in org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandlerTest
18:13:29 Running org.eclipse.scout.rt.server.jaxws.handler.WsConsumerCorrelationIdHandlerTest
18:13:29 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.server.jaxws.handler.WsConsumerCorrelationIdHandlerTest
18:13:29 Running org.eclipse.scout.rt.server.jaxws.consumer.PortCacheTest
18:13:29 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.eclipse.scout.rt.server.jaxws.consumer.PortCacheTest
18:13:29 Running org.eclipse.scout.rt.server.jaxws.consumer.JaxWsRiClientTest
18:13:29 2020-03-01 23:13:29,248 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServerSession@2accaec2[id = 949ebcc2-de37-4a70-bd0d-ac8256c176d1], user=default] - MDC[principal=default]
18:13:29 2020-03-01 23:13:29,503 INFO  [main] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsTestProviderInstaller - Published JaxWsConsumerTestServiceProvider on endpoint http://localhost:45883/WS/JaxWsConsumerTestService - MDC[principal=default]
18:13:29 2020-03-01 23:13:29,521 INFO  [main] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsTestProviderInstaller - Published JaxWsPingTestServiceProvider on endpoint http://localhost:45883/WS/JaxWsPingTestService - MDC[principal=default]
18:13:29 2020-03-01 23:13:29,615 INFO  [pool-1-thread-1] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message' - MDC[principal=default]
18:13:29 2020-03-01 23:13:29,628 INFO  [pool-1-thread-1] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'test message' - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,180 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'test message' - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,189 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - get header ['X-Scout-JaxWsTestHeader'='test header value', headerSet=true] - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,234 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - get header ['X-Scout-JaxWsTestHeader'='null', headerSet=false] - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,283 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'test message' - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,330 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - set header ['X-Scout-JaxWsTestHeader'='test header value'] - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,375 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'test message' - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,423 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - get header ['X-Scout-JaxWsTestHeader'='null', headerSet=false] - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,466 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - get header ['X-Scout-JaxWsTestHeader'='test header value', headerSet=true] - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,510 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - get header ['X-Scout-JaxWsTestHeader'='test header value', headerSet=true] - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,554 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - get header ['X-Scout-JaxWsTestHeader'='null', headerSet=false] - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,603 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,648 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 1' - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,692 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 2' - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,736 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 3' - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,783 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 4' - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,827 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 5' - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,871 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 6' - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,915 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 7' - MDC[principal=default]
18:13:30 2020-03-01 23:13:30,959 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 8' - MDC[principal=default]
18:13:31 2020-03-01 23:13:31,002 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 9' - MDC[principal=default]
18:13:31 2020-03-01 23:13:31,048 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - get header ['X-Scout-JaxWsTestHeader'='null', headerSet=false] - MDC[principal=default]
18:13:31 2020-03-01 23:13:31,117 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
18:13:31 2020-03-01 23:13:31,163 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
18:13:31 2020-03-01 23:13:31,208 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
18:13:31 2020-03-01 23:13:31,265 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsPingTestServiceProvider - echo 'ping' - MDC[principal=default]
18:13:31 2020-03-01 23:13:31,310 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
18:13:31 2020-03-01 23:13:31,355 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 1' - MDC[principal=default]
18:13:31 2020-03-01 23:13:31,948 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - set header ['X-Scout-JaxWsTestHeader'='test header value'] - MDC[principal=default]
18:13:32 2020-03-01 23:13:32,497 INFO  [pool-1-thread-3] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'test message' - MDC[principal=default]
18:13:32 2020-03-01 23:13:32,503 INFO  [pool-1-thread-3] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - set header ['X-Scout-JaxWsTestHeader'='test header value'] - MDC[principal=default]
18:13:32 2020-03-01 23:13:32,550 INFO  [pool-1-thread-3] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - get header ['X-Scout-JaxWsTestHeader'='test header value', headerSet=true] - MDC[principal=default]
18:13:32 2020-03-01 23:13:32,680 INFO  [pool-1-thread-4] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
18:13:32 2020-03-01 23:13:32,686 INFO  [pool-1-thread-4] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - set header ['X-Scout-JaxWsTestHeader'='test header value'] - MDC[principal=default]
18:13:33 2020-03-01 23:13:33,234 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'test message' - MDC[principal=default]
18:13:33 2020-03-01 23:13:33,244 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
18:13:33 2020-03-01 23:13:33,300 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
18:13:33 2020-03-01 23:13:33,346 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 1' - MDC[principal=default]
18:13:33 2020-03-01 23:13:33,346 INFO  [pool-1-thread-6] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 1' - MDC[principal=default]
18:13:34 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.19 sec - in org.eclipse.scout.rt.server.jaxws.consumer.JaxWsRiClientTest
18:13:34 Running org.eclipse.scout.rt.server.jaxws.consumer.InvocationContextTest
18:13:34 2020-03-01 23:13:34,401 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.jaxws.JaxWsTestServerSession@5ed5b321[id = 25db3da1-3306-475e-b9d8-e0a7dd21fbd5], user=jaxws-user] - MDC[principal=jaxws-user]
18:13:34 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in org.eclipse.scout.rt.server.jaxws.consumer.InvocationContextTest
18:13:34 Running org.eclipse.scout.rt.server.jaxws.adapter.UtcDateTimeAdapterTest
18:13:34 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.eclipse.scout.rt.server.jaxws.adapter.UtcDateTimeAdapterTest
18:13:34 Running org.eclipse.scout.rt.server.jaxws.adapter.DefaultTimezoneDateTimeAdapterTest
18:13:34 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.server.jaxws.adapter.DefaultTimezoneDateTimeAdapterTest
18:13:34 Running org.eclipse.scout.rt.server.jaxws.adapter.CalendarDateTimeAdapterTest
18:13:34 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.server.jaxws.adapter.CalendarDateTimeAdapterTest
18:13:34 
18:13:34 Results :
18:13:34 
18:13:34 Tests run: 40, Failures: 0, Errors: 0, Skipped: 0
18:13:34 
18:13:34 [INFO] 
18:13:34 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:34 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT.jar
18:13:34 [INFO] 
18:13:34 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:34 [INFO] 
18:13:34 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:34 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-tests.jar
18:13:34 [INFO] 
18:13:34 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:34 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-sources.jar
18:13:34 [INFO] 
18:13:34 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:34 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-test-sources.jar
18:13:34 [INFO] 
18:13:34 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:34 [INFO] Skipping duplicate-finder execution!
18:13:34 [INFO] 
18:13:34 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:34 [INFO] Signature checking is skipped.
18:13:34 [INFO] 
18:13:34 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jaxws.test ---
18:13:34 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT.jar
18:13:34 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT.pom
18:13:34 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-tests.jar
18:13:34 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-sources.jar
18:13:34 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.0.300-SNAPSHOT-test-sources.jar
18:13:34 [INFO] 
18:13:34 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc >--------
18:13:34 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc 6.0.300-SNAPSHOT [15/30]
18:13:34 [INFO] --------------------------------[ jar ]---------------------------------
18:13:34 [INFO] 
18:13:34 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jdbc ---
18:13:34 [INFO] 
18:13:34 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc ---
18:13:34 [INFO] Skipping Rule Enforcement.
18:13:34 [INFO] 
18:13:34 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jdbc ---
18:13:35 [INFO] 
18:13:35 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc ---
18:13:35 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc/../org.eclipse.scout.rt/target/jacoco-all.exec
18:13:35 [INFO] 
18:13:35 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc ---
18:13:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:13:35 [INFO] Copying 1 resource
18:13:35 [INFO] 
18:13:35 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jdbc ---
18:13:35 [INFO] Changes detected - recompiling the module!
18:13:35 [INFO] Compiling 75 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc/target/classes
18:13:36 [INFO] 
18:13:36 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc ---
18:13:36 [INFO] 
18:13:36 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc ---
18:13:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:13:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc/src/test/resources
18:13:36 [INFO] 
18:13:36 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc ---
18:13:36 [INFO] No sources to compile
18:13:36 [INFO] 
18:13:36 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jdbc ---
18:13:36 [INFO] No tests to run.
18:13:36 [INFO] 
18:13:36 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc ---
18:13:36 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT.jar
18:13:36 [INFO] 
18:13:36 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jdbc ---
18:13:36 [INFO] 
18:13:36 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc ---
18:13:36 [INFO] Skipping packaging of the test-jar
18:13:36 [INFO] 
18:13:36 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc ---
18:13:36 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT-sources.jar
18:13:36 [INFO] 
18:13:36 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc ---
18:13:36 [INFO] No sources in project. Archive not created.
18:13:36 [INFO] 
18:13:36 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jdbc ---
18:13:36 [INFO] Skipping duplicate-finder execution!
18:13:36 [INFO] 
18:13:36 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jdbc ---
18:13:36 [INFO] Signature checking is skipped.
18:13:36 [INFO] 
18:13:36 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jdbc ---
18:13:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT.jar
18:13:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT.pom
18:13:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-6.0.300-SNAPSHOT-sources.jar
18:13:36 [INFO] 
18:13:36 [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test >-----
18:13:36 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test 6.0.300-SNAPSHOT [16/30]
18:13:36 [INFO] --------------------------------[ jar ]---------------------------------
18:13:36 [INFO] 
18:13:36 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jdbc.test ---
18:13:36 [INFO] 
18:13:36 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc.test ---
18:13:36 [INFO] Skipping Rule Enforcement.
18:13:36 [INFO] 
18:13:36 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jdbc.test ---
18:13:37 [INFO] 
18:13:37 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc.test ---
18:13:37 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc.test/../org.eclipse.scout.rt/target/jacoco-all.exec
18:13:37 [INFO] 
18:13:37 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc.test ---
18:13:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:13:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc.test/src/main/resources
18:13:37 [INFO] 
18:13:37 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jdbc.test ---
18:13:37 [INFO] No sources to compile
18:13:37 [INFO] 
18:13:37 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc.test ---
18:13:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:13:37 [INFO] Copying 13 resources
18:13:37 [INFO] 
18:13:37 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc.test ---
18:13:37 [INFO] Changes detected - recompiling the module!
18:13:37 [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc.test/target/test-classes
18:13:37 [INFO] 
18:13:37 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc.test ---
18:13:37 [ERROR] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc.test/target/classes. Directory does not exist!
18:13:37 [INFO] 
18:13:37 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jdbc.test ---
18:13:37 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc.test/target/surefire-reports
18:13:37 
18:13:37 -------------------------------------------------------
18:13:37  T E S T S
18:13:37 -------------------------------------------------------
18:13:37 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:13:37 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:13:38 Running org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyleTest
18:13:39 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 sec - in org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyleTest
18:13:39 Running org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatterTest
18:13:39 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 sec - in org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatterTest
18:13:39 Running org.eclipse.scout.rt.server.jdbc.parsers.SqlFunctionReplaceTest
18:13:39 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.eclipse.scout.rt.server.jdbc.parsers.SqlFunctionReplaceTest
18:13:39 Running org.eclipse.scout.rt.server.jdbc.parsers.BindParserTest
18:13:39 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.jdbc.parsers.BindParserTest
18:13:39 Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorTest
18:13:39 2020-03-01 23:13:39,674 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:13:39 2020-03-01 23:13:39,729 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 45.606419 ms - MDC[]
18:13:39 2020-03-01 23:13:39,958 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:13:39 2020-03-01 23:13:39,961 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
18:13:39 2020-03-01 23:13:39,963 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:13:40 2020-03-01 23:13:40,071 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestJdbcServerSession@65d9e72a[id = aa54aa94-819d-48a5-9fd7-8cc356bdbf6d], user=default] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,113 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - SQL Log 'INFO': statements are logged with bind details, but not as plaintext. Use level 'FINE' to also log SQL as plain text (suitable for direct use in executable form) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,121 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    :bind1,
18:13:40           :bind2
18:13:40 FROM      DUAL
18:13:40 IN  :bind1 => ? [NULL null]
18:13:40 IN  :bind2 => ? [NULL null] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,124 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    :bind1,
18:13:40           :bind2
18:13:40 FROM      DUAL
18:13:40 IN  :bind1 => ? [NULL null]
18:13:40 IN  :bind2 => ? [NULL null] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,126 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    1,
18:13:40           2
18:13:40 FROM      DUAL
18:13:40 INTO      :bind1,
18:13:40           :bind2
18:13:40 OUT :bind1 => ? [Integer]
18:13:40 OUT :bind2 => ? [Integer] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,128 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    1,
18:13:40           2
18:13:40 FROM      DUAL
18:13:40 INTO      :bind1,
18:13:40           :bind2
18:13:40 OUT :bind1 => ? [Integer]
18:13:40 OUT :bind2 => ? [Integer] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,129 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    :userId,
18:13:40           :bind1
18:13:40 FROM      DUAL
18:13:40 IN  :userId => ? [NULL null]
18:13:40 IN  :bind1 => ? [NULL null] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,130 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    :bind1,
18:13:40           :bind2
18:13:40 FROM      DUAL
18:13:40 IN  :bind1 => ? [NULL null]
18:13:40 IN  :bind2 => ? [NULL null] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,131 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    1,
18:13:40           2
18:13:40 FROM      DUAL
18:13:40 INTO      :bind1,
18:13:40           :bind2
18:13:40 OUT :bind1 => ? [Integer]
18:13:40 OUT :bind2 => ? [Integer] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,150 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    P.PERSON_NR,
18:13:40           P.NAME
18:13:40 FROM      PERSON P
18:13:40 WHERE     P.PERSON_NR = :key
18:13:40           AND P.NAME LIKE '%' || :text || '%'
18:13:40 IN  :key => ? [VARCHAR null]
18:13:40 IN  :text => ? [VARCHAR null] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,164 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    COUNT(*)
18:13:40 FROM      PERSON P
18:13:40 WHERE     NVL(:birthdate, TO_DATE('1.1.3000', 'dd.mm.yyyy')) >= SYSDATE
18:13:40           AND :name LIKE '%Me%'
18:13:40           AND :{addressTable.street} LIKE '%Park%'
18:13:40 INTO      :countConcurrent
18:13:40 IN  :birthdate => ? [TIMESTAMP null]
18:13:40 IN  :name => ? [VARCHAR null]
18:13:40 IN  :{addressTable.street} => ? [VARCHAR null]
18:13:40 OUT :countConcurrent => ? [Integer] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,165 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    COUNT(*)
18:13:40 FROM      PERSON P
18:13:40 WHERE     NVL(:birthdate, TO_DATE('1.1.3000', 'dd.mm.yyyy')) >= SYSDATE
18:13:40           AND :name LIKE '%Me%'
18:13:40           AND :{addressTable.street} LIKE '%Park%'
18:13:40 INTO      :countConcurrent
18:13:40 IN  :birthdate => ? [TIMESTAMP null]
18:13:40 IN  :name => ? [VARCHAR null]
18:13:40 IN  :{addressTable.street} => ? [VARCHAR null]
18:13:40 OUT :countConcurrent => ? [Integer] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,171 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    BP_NR
18:13:40 FROM      FLM_BP
18:13:40 WHERE     BP_NO LIKE :bpNo
18:13:40 INTO      :bpNr
18:13:40 IN  :bpNo => ? [VARCHAR 12]
18:13:40 OUT :bpNr => ? [Long] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,176 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    1
18:13:40 FROM      DUAL
18:13:40 INTO      :active
18:13:40 OUT :active => ? [Integer] - MDC[principal=default]
18:13:40 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.567 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorTest
18:13:40 Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorFindNextBindTest
18:13:40 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorFindNextBindTest
18:13:40 Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorCreateSqlDumpTest
18:13:40 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorCreateSqlDumpTest
18:13:40 Running org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderWithComposerTest
18:13:40 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderWithComposerTest
18:13:40 Running org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderTest
18:13:40 Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderTest
18:13:40 Running org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtilityTest
18:13:40 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtilityTest
18:13:40 Running org.eclipse.scout.rt.server.jdbc.SelectIntoTest
18:13:40 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.eclipse.scout.rt.server.jdbc.SelectIntoTest
18:13:40 Running org.eclipse.scout.rt.server.jdbc.SelectIntoArrayTest
18:13:40 2020-03-01 23:13:40,415 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,415 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,424 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0
18:13:40 INTO      :{h.active},
18:13:40           :{h.state},
18:13:40           :{h.name}
18:13:40 OUT :{h.active} => ? [Active]
18:13:40 OUT :{h.state} => ? [State]
18:13:40 OUT :{h.name} => ? [Name] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,461 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     A = :{h.active}
18:13:40           AND B = :{h.state}
18:13:40           AND C = :{h.name}
18:13:40 IN  :{h.active} => ? [INTEGER 1]
18:13:40 IN  :{h.state} => ? [INTEGER 1]
18:13:40 IN  :{h.name} => ? [VARCHAR abc] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,462 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     A = :{h.active}
18:13:40           AND B = :{h.state}
18:13:40           AND C = :{h.name}
18:13:40 IN  :{h.active} => ? [INTEGER null]
18:13:40 IN  :{h.state} => ? [INTEGER null]
18:13:40 IN  :{h.name} => ? [VARCHAR null] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,468 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 SELECT    ROLE_NR
18:13:40 FROM      USER_ROLE
18:13:40 WHERE     USER_NR = 42 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,468 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,469 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    ROLE_NR
18:13:40 FROM      USER_ROLE
18:13:40 WHERE     USER_NR = :personNr
18:13:40 INTO      :{roles}
18:13:40 IN  :personNr => ? [BIGINT 42]
18:13:40 OUT :{roles} => ? - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,473 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,473 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,474 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0
18:13:40 INTO      :{table.active},
18:13:40           :{table.state},
18:13:40           :{table.name}
18:13:40 OUT :{table.active} => ? [Boolean]
18:13:40 OUT :{table.state} => ? [Integer]
18:13:40 OUT :{table.name} => ? [String] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,478 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 SELECT    ROLE_NR
18:13:40 FROM      USER_ROLE
18:13:40 WHERE     USER_NR = 63 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,506 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,507 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    ROLE_NR
18:13:40 FROM      USER_ROLE
18:13:40 WHERE     USER_NR = :personNr
18:13:40 INTO      :{roles}
18:13:40 IN  :personNr => ? [BIGINT 63]
18:13:40 OUT :{roles} => ? - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,512 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,512 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,512 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0
18:13:40 INTO      :{table.active},
18:13:40           :{table.state},
18:13:40           :{table.name}
18:13:40 OUT :{table.active} => ? [Boolean]
18:13:40 OUT :{table.state} => ? [Integer]
18:13:40 OUT :{table.name} => ? [String] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,516 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,516 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,516 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0
18:13:40 INTO      :{table.active},
18:13:40           :{table.state},
18:13:40           :{table.name}
18:13:40 OUT :{table.active} => ? [Boolean]
18:13:40 OUT :{table.state} => ? [Integer]
18:13:40 OUT :{table.name} => ? [String] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,521 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,521 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,522 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0
18:13:40 INTO      :{tableFieldData.active},
18:13:40           :{tableFieldData.state},
18:13:40           :{tableFieldData.name}
18:13:40 OUT :{tableFieldData.active} => ? [Boolean]
18:13:40 OUT :{tableFieldData.state} => ? [Integer]
18:13:40 OUT :{tableFieldData.name} => ? [String] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,525 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,525 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,526 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0
18:13:40 INTO      :{table.active},
18:13:40           :{table.state},
18:13:40           :{table.name}
18:13:40 OUT :{table.active} => ? [Boolean]
18:13:40 OUT :{table.state} => ? [Integer]
18:13:40 OUT :{table.name} => ? [String] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,532 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 SELECT    ROLE_NR
18:13:40 FROM      USER_ROLE
18:13:40 WHERE     USER_NR = 42 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,532 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,533 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    ROLE_NR
18:13:40 FROM      USER_ROLE
18:13:40 WHERE     USER_NR = :personNr
18:13:40 INTO      :{roles}
18:13:40 IN  :personNr => ? [BIGINT 42]
18:13:40 OUT :{roles} => ? [Long] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,536 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,536 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,537 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0
18:13:40 INTO      :{tableFieldBeanData.active},
18:13:40           :{tableFieldBeanData.state},
18:13:40           :{tableFieldBeanData.name}
18:13:40 OUT :{tableFieldBeanData.active} => ? [Boolean]
18:13:40 OUT :{tableFieldBeanData.state} => ? [Integer]
18:13:40 OUT :{tableFieldBeanData.name} => ? [String] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,539 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,540 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,540 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0
18:13:40 INTO      :active,
18:13:40           :state,
18:13:40           :name
18:13:40 OUT :active => ? [Boolean]
18:13:40 OUT :state => ? [Integer]
18:13:40 OUT :name => ? [String] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,544 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 SELECT    ROLE_NR
18:13:40 FROM      USER_ROLE
18:13:40 WHERE     USER_NR = 42 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,544 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,545 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    ROLE_NR
18:13:40 FROM      USER_ROLE
18:13:40 WHERE     USER_NR = :personNr
18:13:40 INTO      :{roles}
18:13:40 IN  :personNr => ? [BIGINT 42]
18:13:40 OUT :{roles} => ? - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,550 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,550 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,551 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0
18:13:40 INTO      :{h.active},
18:13:40           :{h.state},
18:13:40           :{h.name}
18:13:40 OUT :{h.active} => ? [boolean]
18:13:40 OUT :{h.state} => ? [int]
18:13:40 OUT :{h.name} => ? [String] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,554 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,558 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,558 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,559 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    A,
18:13:40           B,
18:13:40           C
18:13:40 FROM      T
18:13:40 WHERE     D = 0
18:13:40 INTO      :active,
18:13:40           :state,
18:13:40           :name
18:13:40 OUT :active => ? [Boolean]
18:13:40 OUT :state => ? [Integer]
18:13:40 OUT :name => ? [String] - MDC[principal=default]
18:13:40 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec - in org.eclipse.scout.rt.server.jdbc.SelectIntoArrayTest
18:13:40 Running org.eclipse.scout.rt.server.jdbc.SelectInputBindTest
18:13:40 2020-03-01 23:13:40,607 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,607 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,608 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
18:13:40 IN  :{table.active} => ? [INTEGER 1]
18:13:40 IN  :{table.state} => ? [INTEGER 3]
18:13:40 IN  :{table.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,610 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
18:13:40 IN  :{table.active} => ? [INTEGER 0]
18:13:40 IN  :{table.state} => ? [INTEGER 6]
18:13:40 IN  :{table.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,614 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,614 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,615 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
18:13:40 IN  :{filter.active} => ? [INTEGER 1]
18:13:40 IN  :{filter.state} => ? [INTEGER 3]
18:13:40 IN  :{filter.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,616 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
18:13:40 IN  :{filter.active} => ? [INTEGER 0]
18:13:40 IN  :{filter.state} => ? [INTEGER 6]
18:13:40 IN  :{filter.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,619 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,619 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,620 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
18:13:40 IN  :{table.active} => ? [INTEGER 1]
18:13:40 IN  :{table.state} => ? [INTEGER 3]
18:13:40 IN  :{table.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,621 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
18:13:40 IN  :{table.active} => ? [INTEGER 0]
18:13:40 IN  :{table.state} => ? [INTEGER 6]
18:13:40 IN  :{table.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,624 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,624 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,625 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:13:40 IN  :value => ? [VARCHAR lorem]
18:13:40 IN  :{roles} => ? [BIGINT 5]
18:13:40 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,626 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:13:40 IN  :value => ? [VARCHAR lorem]
18:13:40 IN  :{roles} => ? [BIGINT 6]
18:13:40 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,628 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,628 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,629 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
18:13:40 IN  :{active} => ? [INTEGER 1]
18:13:40 IN  :{state} => ? [INTEGER 3]
18:13:40 IN  :{name} => ? [VARCHAR lorem] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,630 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
18:13:40 IN  :{active} => ? [INTEGER 0]
18:13:40 IN  :{state} => ? [INTEGER 6]
18:13:40 IN  :{name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,633 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,633 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,634 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{TableHolderFilter.active} , S = :{TableHolderFilter.state} WHERE N = :{TableHolderFilter.name}
18:13:40 IN  :{TableHolderFilter.active} => ? [INTEGER 1]
18:13:40 IN  :{TableHolderFilter.state} => ? [INTEGER 3]
18:13:40 IN  :{TableHolderFilter.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,635 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{TableHolderFilter.active} , S = :{TableHolderFilter.state} WHERE N = :{TableHolderFilter.name}
18:13:40 IN  :{TableHolderFilter.active} => ? [INTEGER 0]
18:13:40 IN  :{TableHolderFilter.state} => ? [INTEGER 6]
18:13:40 IN  :{TableHolderFilter.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,638 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,638 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,639 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
18:13:40 IN  :{table.active} => ? [INTEGER 1]
18:13:40 IN  :{table.state} => ? [INTEGER 3]
18:13:40 IN  :{table.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,640 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
18:13:40 IN  :{table.active} => ? [INTEGER 0]
18:13:40 IN  :{table.state} => ? [INTEGER 6]
18:13:40 IN  :{table.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,642 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,642 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,643 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:13:40 IN  :value => ? [VARCHAR lorem]
18:13:40 IN  :{roles} => ? [BIGINT 5]
18:13:40 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,644 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:13:40 IN  :value => ? [VARCHAR lorem]
18:13:40 IN  :{roles} => ? [BIGINT 6]
18:13:40 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,648 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,648 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,649 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
18:13:40 IN  :{active} => ? [INTEGER 1]
18:13:40 IN  :{state} => ? [INTEGER 3]
18:13:40 IN  :{name} => ? [VARCHAR lorem] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,650 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
18:13:40 IN  :{active} => ? [INTEGER 0]
18:13:40 IN  :{state} => ? [INTEGER 6]
18:13:40 IN  :{name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,652 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,652 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,653 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
18:13:40 IN  :{filter.active} => ? [INTEGER 1]
18:13:40 IN  :{filter.state} => ? [INTEGER 3]
18:13:40 IN  :{filter.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,654 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
18:13:40 IN  :{filter.active} => ? [INTEGER 0]
18:13:40 IN  :{filter.state} => ? [INTEGER 6]
18:13:40 IN  :{filter.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,657 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,657 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,658 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{TableBeanHolderFilter.active} , S = :{TableBeanHolderFilter.state} WHERE N = :{TableBeanHolderFilter.name}
18:13:40 IN  :{TableBeanHolderFilter.active} => ? [INTEGER 1]
18:13:40 IN  :{TableBeanHolderFilter.state} => ? [INTEGER 3]
18:13:40 IN  :{TableBeanHolderFilter.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,659 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{TableBeanHolderFilter.active} , S = :{TableBeanHolderFilter.state} WHERE N = :{TableBeanHolderFilter.name}
18:13:40 IN  :{TableBeanHolderFilter.active} => ? [INTEGER 0]
18:13:40 IN  :{TableBeanHolderFilter.state} => ? [INTEGER 6]
18:13:40 IN  :{TableBeanHolderFilter.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,662 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,662 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,663 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{tableFieldData.active} , S = :{tableFieldData.state} WHERE N = :{tableFieldData.name}
18:13:40 IN  :{tableFieldData.active} => ? [INTEGER 1]
18:13:40 IN  :{tableFieldData.state} => ? [INTEGER 3]
18:13:40 IN  :{tableFieldData.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,663 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{tableFieldData.active} , S = :{tableFieldData.state} WHERE N = :{tableFieldData.name}
18:13:40 IN  :{tableFieldData.active} => ? [INTEGER 0]
18:13:40 IN  :{tableFieldData.state} => ? [INTEGER 6]
18:13:40 IN  :{tableFieldData.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,666 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,666 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,667 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{tableFieldBeanData.active} , S = :{tableFieldBeanData.state} WHERE N = :{tableFieldBeanData.name}
18:13:40 IN  :{tableFieldBeanData.active} => ? [INTEGER 1]
18:13:40 IN  :{tableFieldBeanData.state} => ? [INTEGER 3]
18:13:40 IN  :{tableFieldBeanData.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,707 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{tableFieldBeanData.active} , S = :{tableFieldBeanData.state} WHERE N = :{tableFieldBeanData.name}
18:13:40 IN  :{tableFieldBeanData.active} => ? [INTEGER 0]
18:13:40 IN  :{tableFieldBeanData.state} => ? [INTEGER 6]
18:13:40 IN  :{tableFieldBeanData.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,709 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,710 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,710 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:13:40 IN  :value => ? [VARCHAR lorem]
18:13:40 IN  :{roles} => ? [BIGINT 5]
18:13:40 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,711 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:13:40 IN  :value => ? [VARCHAR lorem]
18:13:40 IN  :{roles} => ? [BIGINT 6]
18:13:40 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,714 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,714 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,715 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:13:40 IN  :value => ? [VARCHAR lorem]
18:13:40 IN  :{roles} => ? [BIGINT 5]
18:13:40 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,716 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:13:40 IN  :value => ? [VARCHAR lorem]
18:13:40 IN  :{roles} => ? [BIGINT 6]
18:13:40 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,718 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,719 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,719 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
18:13:40 IN  :{table.active} => ? [INTEGER 1]
18:13:40 IN  :{table.state} => ? [INTEGER 3]
18:13:40 IN  :{table.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,720 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
18:13:40 IN  :{table.active} => ? [INTEGER 0]
18:13:40 IN  :{table.state} => ? [INTEGER 6]
18:13:40 IN  :{table.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,723 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,723 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,724 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:13:40 IN  :value => ? [VARCHAR lorem]
18:13:40 IN  :{roles} => ? [BIGINT 5]
18:13:40 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,725 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:13:40 IN  :value => ? [VARCHAR lorem]
18:13:40 IN  :{roles} => ? [BIGINT 6]
18:13:40 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,727 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,727 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,728 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
18:13:40 IN  :{filter.active} => ? [INTEGER 1]
18:13:40 IN  :{filter.state} => ? [INTEGER 3]
18:13:40 IN  :{filter.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,729 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
18:13:40 IN  :{filter.active} => ? [INTEGER 0]
18:13:40 IN  :{filter.state} => ? [INTEGER 6]
18:13:40 IN  :{filter.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,732 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,732 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,733 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:13:40 IN  :value => ? [VARCHAR lorem]
18:13:40 IN  :{roles} => ? [BIGINT 5]
18:13:40 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,734 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:13:40 IN  :value => ? [VARCHAR lorem]
18:13:40 IN  :{roles} => ? [BIGINT 6]
18:13:40 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,736 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,736 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,737 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
18:13:40 IN  :{active} => ? [INTEGER 1]
18:13:40 IN  :{state} => ? [INTEGER 3]
18:13:40 IN  :{name} => ? [VARCHAR lorem] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,738 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
18:13:40 IN  :{active} => ? [INTEGER 0]
18:13:40 IN  :{state} => ? [INTEGER 6]
18:13:40 IN  :{name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,741 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,741 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,742 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
18:13:40 IN  :{filter.active} => ? [INTEGER 1]
18:13:40 IN  :{filter.state} => ? [INTEGER 3]
18:13:40 IN  :{filter.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,742 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
18:13:40 IN  :{filter.active} => ? [INTEGER 0]
18:13:40 IN  :{filter.state} => ? [INTEGER 6]
18:13:40 IN  :{filter.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,745 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,745 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,746 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
18:13:40 IN  :{active} => ? [INTEGER 1]
18:13:40 IN  :{state} => ? [INTEGER 3]
18:13:40 IN  :{name} => ? [VARCHAR lorem] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,747 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
18:13:40 IN  :{active} => ? [INTEGER 0]
18:13:40 IN  :{state} => ? [INTEGER 6]
18:13:40 IN  :{name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,749 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 6 AND P = 9 - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,749 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,750 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:13:40 IN  :value => ? [VARCHAR lorem]
18:13:40 IN  :{roles} => ? [BIGINT 6]
18:13:40 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,751 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 *** UNPARSED ***
18:13:40 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:13:40 IN  :value => ? [VARCHAR lorem]
18:13:40 IN  :{roles} => ? [BIGINT 5]
18:13:40 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:13:40 Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 sec - in org.eclipse.scout.rt.server.jdbc.SelectInputBindTest
18:13:40 Running org.eclipse.scout.rt.server.jdbc.BindValueTest
18:13:40 2020-03-01 23:13:40,753 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    A
18:13:40 FROM      T
18:13:40 WHERE     A = :a
18:13:40 IN  :a => ? [BIGINT null] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,755 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    A
18:13:40 FROM      T
18:13:40 WHERE     A = :a
18:13:40 IN  :a => ? [BIGINT null] - MDC[principal=default]
18:13:40 2020-03-01 23:13:40,757 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:13:40 SQL with binds:
18:13:40 SELECT    A
18:13:40 FROM      T
18:13:40 WHERE     A = :a
18:13:40 IN  :a => ? [NULL null] - MDC[principal=default]
18:13:40 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.jdbc.BindValueTest
18:13:40 
18:13:40 Results :
18:13:40 
18:13:40 Tests run: 107, Failures: 0, Errors: 0, Skipped: 0
18:13:40 
18:13:40 [INFO] 
18:13:40 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc.test ---
18:13:40 [WARNING] JAR will be empty - no content was marked for inclusion!
18:13:40 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT.jar
18:13:40 [INFO] 
18:13:40 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jdbc.test ---
18:13:40 [INFO] 
18:13:40 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc.test ---
18:13:40 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-tests.jar
18:13:40 [INFO] 
18:13:40 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc.test ---
18:13:40 [INFO] No sources in project. Archive not created.
18:13:40 [INFO] 
18:13:40 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc.test ---
18:13:40 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-test-sources.jar
18:13:40 [INFO] 
18:13:40 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jdbc.test ---
18:13:40 [INFO] Skipping duplicate-finder execution!
18:13:40 [INFO] 
18:13:40 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jdbc.test ---
18:13:40 [INFO] Signature checking is skipped.
18:13:40 [INFO] 
18:13:40 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jdbc.test ---
18:13:40 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT.jar
18:13:40 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT.pom
18:13:40 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-tests.jar
18:13:40 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.0.300-SNAPSHOT-test-sources.jar
18:13:40 [INFO] 
18:13:40 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.client >----------
18:13:40 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client 6.0.300-SNAPSHOT [17/30]
18:13:40 [INFO] --------------------------------[ jar ]---------------------------------
18:13:40 [INFO] 
18:13:40 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.client ---
18:13:40 [INFO] 
18:13:40 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client ---
18:13:40 [INFO] Skipping Rule Enforcement.
18:13:40 [INFO] 
18:13:40 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.client ---
18:13:42 [INFO] 
18:13:42 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.client ---
18:13:42 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client/../org.eclipse.scout.rt/target/jacoco-all.exec
18:13:42 [INFO] 
18:13:42 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.client ---
18:13:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:13:42 [INFO] Copying 3 resources
18:13:42 [INFO] 
18:13:42 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.client ---
18:13:42 [INFO] Changes detected - recompiling the module!
18:13:42 [INFO] Compiling 884 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client/target/classes
18:13:44 [INFO] 
18:13:44 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.client ---
18:13:44 [INFO] 
18:13:44 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.client ---
18:13:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:13:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client/src/test/resources
18:13:44 [INFO] 
18:13:44 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.client ---
18:13:44 [INFO] No sources to compile
18:13:44 [INFO] 
18:13:44 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.client ---
18:13:44 [INFO] No tests to run.
18:13:44 [INFO] 
18:13:44 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.client ---
18:13:44 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT.jar
18:13:45 [INFO] 
18:13:45 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.client ---
18:13:45 [INFO] 
18:13:45 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.client ---
18:13:45 [INFO] Skipping packaging of the test-jar
18:13:45 [INFO] 
18:13:45 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client ---
18:13:45 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT-sources.jar
18:13:45 [INFO] 
18:13:45 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client ---
18:13:45 [INFO] No sources in project. Archive not created.
18:13:45 [INFO] 
18:13:45 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.client ---
18:13:45 [INFO] Skipping duplicate-finder execution!
18:13:45 [INFO] 
18:13:45 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.client ---
18:13:45 [INFO] Signature checking is skipped.
18:13:45 [INFO] 
18:13:45 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.client ---
18:13:45 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT.jar
18:13:45 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT.pom
18:13:45 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client-6.0.300-SNAPSHOT-sources.jar
18:13:45 [INFO] 
18:13:45 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.client.test >--------
18:13:45 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client.test 6.0.300-SNAPSHOT [18/30]
18:13:45 [INFO] --------------------------------[ jar ]---------------------------------
18:13:45 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-math3/3.5/commons-math3-3.5.pom
18:13:45 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-math3/3.5/commons-math3-3.5.pom
18:13:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-math3/3.5/commons-math3-3.5.pom
18:13:45 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.5/commons-math3-3.5.pom
18:13:46 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): 28 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.5/commons-math3-3.5.pom (28 kB at 217 kB/s)
18:13:46 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-math3/3.5/commons-math3-3.5.jar
18:13:46 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-math3/3.5/commons-math3-3.5.jar
18:13:46 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-math3/3.5/commons-math3-3.5.jar
18:13:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.5/commons-math3-3.5.jar
18:13:46 Progress (1): 0/2.0 MB
Progress (1): 0/2.0 MB
Progress (1): 0/2.0 MB
Progress (1): 0/2.0 MB
Progress (1): 0/2.0 MB
Progress (1): 0.1/2.0 MB
Progress (1): 0.1/2.0 MB
Progress (1): 0.1/2.0 MB
Progress (1): 0.1/2.0 MB
Progress (1): 0.1/2.0 MB
Progress (1): 0.1/2.0 MB
Progress (1): 0.1/2.0 MB
Progress (1): 0.1/2.0 MB
Progress (1): 0.1/2.0 MB
Progress (1): 0.1/2.0 MB
Progress (1): 0.1/2.0 MB
Progress (1): 0.1/2.0 MB
Progress (1): 0.2/2.0 MB
Progress (1): 0.2/2.0 MB
Progress (1): 0.2/2.0 MB
Progress (1): 0.2/2.0 MB
Progress (1): 0.2/2.0 MB
Progress (1): 0.2/2.0 MB
Progress (1): 0.2/2.0 MB
Progress (1): 0.2/2.0 MB
Progress (1): 0.2/2.0 MB
Progress (1): 0.2/2.0 MB
Progress (1): 0.2/2.0 MB
Progress (1): 0.2/2.0 MB
Progress (1): 0.3/2.0 MB
Progress (1): 0.3/2.0 MB
Progress (1): 0.3/2.0 MB
Progress (1): 0.3/2.0 MB
Progress (1): 0.3/2.0 MB
Progress (1): 0.3/2.0 MB
Progress (1): 0.3/2.0 MB
Progress (1): 0.3/2.0 MB
Progress (1): 0.3/2.0 MB
Progress (1): 0.3/2.0 MB
Progress (1): 0.3/2.0 MB
Progress (1): 0.3/2.0 MB
Progress (1): 0.4/2.0 MB
Progress (1): 0.4/2.0 MB
Progress (1): 0.4/2.0 MB
Progress (1): 0.4/2.0 MB
Progress (1): 0.4/2.0 MB
Progress (1): 0.4/2.0 MB
Progress (1): 0.4/2.0 MB
Progress (1): 0.4/2.0 MB
Progress (1): 0.4/2.0 MB
Progress (1): 0.4/2.0 MB
Progress (1): 0.4/2.0 MB
Progress (1): 0.4/2.0 MB
Progress (1): 0.5/2.0 MB
Progress (1): 0.5/2.0 MB
Progress (1): 0.5/2.0 MB
Progress (1): 0.5/2.0 MB
Progress (1): 0.5/2.0 MB
Progress (1): 0.5/2.0 MB
Progress (1): 0.5/2.0 MB
Progress (1): 0.5/2.0 MB
Progress (1): 0.5/2.0 MB
Progress (1): 0.5/2.0 MB
Progress (1): 0.5/2.0 MB
Progress (1): 0.5/2.0 MB
Progress (1): 0.5/2.0 MB
Progress (1): 0.6/2.0 MB
Progress (1): 0.6/2.0 MB
Progress (1): 0.6/2.0 MB
Progress (1): 0.6/2.0 MB
Progress (1): 0.6/2.0 MB
Progress (1): 0.6/2.0 MB
Progress (1): 0.6/2.0 MB
Progress (1): 0.6/2.0 MB
Progress (1): 0.6/2.0 MB
Progress (1): 0.6/2.0 MB
Progress (1): 0.6/2.0 MB
Progress (1): 0.6/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.7/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.8/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 0.9/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.0/2.0 MB
Progress (1): 1.1/2.0 MB
Progress (1): 1.1/2.0 MB
Progress (1): 1.1/2.0 MB
Progress (1): 1.1/2.0 MB
Progress (1): 1.1/2.0 MB
Progress (1): 1.1/2.0 MB
Progress (1): 1.1/2.0 MB
Progress (1): 1.1/2.0 MB
Progress (1): 1.1/2.0 MB
Progress (1): 1.1/2.0 MB
Progress (1): 1.1/2.0 MB
Progress (1): 1.1/2.0 MB
Progress (1): 1.2/2.0 MB
Progress (1): 1.2/2.0 MB
Progress (1): 1.2/2.0 MB
Progress (1): 1.2/2.0 MB
Progress (1): 1.2/2.0 MB
Progress (1): 1.2/2.0 MB
Progress (1): 1.2/2.0 MB
Progress (1): 1.2/2.0 MB
Progress (1): 1.2/2.0 MB
Progress (1): 1.2/2.0 MB
Progress (1): 1.2/2.0 MB
Progress (1): 1.2/2.0 MB
Progress (1): 1.3/2.0 MB
Progress (1): 1.3/2.0 MB
Progress (1): 1.3/2.0 MB
Progress (1): 1.3/2.0 MB
Progress (1): 1.3/2.0 MB
Progress (1): 1.3/2.0 MB
Progress (1): 1.3/2.0 MB
Progress (1): 1.3/2.0 MB
Progress (1): 1.3/2.0 MB
Progress (1): 1.3/2.0 MB
Progress (1): 1.3/2.0 MB
Progress (1): 1.3/2.0 MB
Progress (1): 1.4/2.0 MB
Progress (1): 1.4/2.0 MB
Progress (1): 1.4/2.0 MB
Progress (1): 1.4/2.0 MB
Progress (1): 1.4/2.0 MB
Progress (1): 1.4/2.0 MB
Progress (1): 1.4/2.0 MB
Progress (1): 1.4/2.0 MB
Progress (1): 1.4/2.0 MB
Progress (1): 1.4/2.0 MB
Progress (1): 1.4/2.0 MB
Progress (1): 1.4/2.0 MB
Progress (1): 1.4/2.0 MB
Progress (1): 1.5/2.0 MB
Progress (1): 1.5/2.0 MB
Progress (1): 1.5/2.0 MB
Progress (1): 1.5/2.0 MB
Progress (1): 1.5/2.0 MB
Progress (1): 1.5/2.0 MB
Progress (1): 1.5/2.0 MB
Progress (1): 1.5/2.0 MB
Progress (1): 1.5/2.0 MB
Progress (1): 1.5/2.0 MB
Progress (1): 1.5/2.0 MB
Progress (1): 1.5/2.0 MB
Progress (1): 1.6/2.0 MB
Progress (1): 1.6/2.0 MB
Progress (1): 1.6/2.0 MB
Progress (1): 1.6/2.0 MB
Progress (1): 1.6/2.0 MB
Progress (1): 1.6/2.0 MB
Progress (1): 1.6/2.0 MB
Progress (1): 1.6/2.0 MB
Progress (1): 1.6/2.0 MB
Progress (1): 1.6/2.0 MB
Progress (1): 1.6/2.0 MB
Progress (1): 1.6/2.0 MB
Progress (1): 1.7/2.0 MB
Progress (1): 1.7/2.0 MB
Progress (1): 1.7/2.0 MB
Progress (1): 1.7/2.0 MB
Progress (1): 1.7/2.0 MB
Progress (1): 1.7/2.0 MB
Progress (1): 1.7/2.0 MB
Progress (1): 1.7/2.0 MB
Progress (1): 1.7/2.0 MB
Progress (1): 1.7/2.0 MB
Progress (1): 1.7/2.0 MB
Progress (1): 1.7/2.0 MB
Progress (1): 1.8/2.0 MB
Progress (1): 1.8/2.0 MB
Progress (1): 1.8/2.0 MB
Progress (1): 1.8/2.0 MB
Progress (1): 1.8/2.0 MB
Progress (1): 1.8/2.0 MB
Progress (1): 1.8/2.0 MB
Progress (1): 1.8/2.0 MB
Progress (1): 1.8/2.0 MB
Progress (1): 1.8/2.0 MB
Progress (1): 1.8/2.0 MB
Progress (1): 1.8/2.0 MB
Progress (1): 1.9/2.0 MB
Progress (1): 1.9/2.0 MB
Progress (1): 1.9/2.0 MB
Progress (1): 1.9/2.0 MB
Progress (1): 1.9/2.0 MB
Progress (1): 1.9/2.0 MB
Progress (1): 1.9/2.0 MB
Progress (1): 1.9/2.0 MB
Progress (1): 1.9/2.0 MB
Progress (1): 1.9/2.0 MB
Progress (1): 1.9/2.0 MB
Progress (1): 1.9/2.0 MB
Progress (1): 1.9/2.0 MB
Progress (1): 2.0/2.0 MB
Progress (1): 2.0/2.0 MB
Progress (1): 2.0/2.0 MB
Progress (1): 2.0/2.0 MB
Progress (1): 2.0/2.0 MB
Progress (1): 2.0/2.0 MB
Progress (1): 2.0/2.0 MB
Progress (1): 2.0/2.0 MB
Progress (1): 2.0/2.0 MB
Progress (1): 2.0/2.0 MB
Progress (1): 2.0 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.5/commons-math3-3.5.jar (2.0 MB at 8.9 MB/s)
18:13:46 [INFO] 
18:13:46 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.client.test ---
18:13:46 [INFO] 
18:13:46 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client.test ---
18:13:46 [INFO] Skipping Rule Enforcement.
18:13:46 [INFO] 
18:13:46 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.client.test ---
18:13:47 [INFO] 
18:13:47 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.client.test ---
18:13:47 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec
18:13:47 [INFO] 
18:13:47 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.client.test ---
18:13:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:13:47 [INFO] Copying 1 resource
18:13:47 [INFO] 
18:13:47 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.client.test ---
18:13:47 [INFO] Changes detected - recompiling the module!
18:13:47 [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client.test/target/classes
18:13:48 [INFO] 
18:13:48 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.client.test ---
18:13:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:13:48 [INFO] Copying 2 resources
18:13:48 [INFO] 
18:13:48 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.client.test ---
18:13:48 [INFO] Changes detected - recompiling the module!
18:13:48 [INFO] Compiling 325 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client.test/target/test-classes
18:13:49 [INFO] 
18:13:49 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.client.test ---
18:13:49 [INFO] 
18:13:49 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.client.test ---
18:13:49 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client.test/target/surefire-reports
18:13:49 
18:13:49 -------------------------------------------------------
18:13:49  T E S T S
18:13:49 -------------------------------------------------------
18:13:49 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:13:49 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:13:51 Running org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerLoginTest
18:13:51 2020-03-01 23:13:51,652 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:13:51 2020-03-01 23:13:51,751 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 89.573328 ms - MDC[]
18:13:51 2020-03-01 23:13:51,944 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:13:51 2020-03-01 23:13:51,947 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 4 code type classes registered. - MDC[]
18:13:51 2020-03-01 23:13:51,948 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:13:52 2020-03-01 23:13:52,048 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=ScoutClientTestRunnerLoginTest]
18:13:52 2020-03-01 23:13:52,052 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=ScoutClientTestRunnerLoginTest]
18:13:52 2020-03-01 23:13:52,132 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@4b375162[id = e6eaa77e-5fe1-4331-af44-cf8510158b42], user=default] - MDC[principal=ScoutClientTestRunnerLoginTest, jobName=Starting ClientSession [sessionId=e6eaa77e-5fe1-4331-af44-cf8510158b42]]
18:13:52 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.917 sec - in org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerLoginTest
18:13:52 Running org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerAdditionalLoginTest
18:13:52 2020-03-01 23:13:52,246 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=ScoutClientTestRunnerAdditionalLoginTest]
18:13:52 2020-03-01 23:13:52,247 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=ScoutClientTestRunnerAdditionalLoginTest]
18:13:52 2020-03-01 23:13:52,250 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@63121621[id = 54029670-d7cf-4f97-827f-1fc3fccff401], user=default] - MDC[principal=ScoutClientTestRunnerAdditionalLoginTest, jobName=Starting ClientSession [sessionId=54029670-d7cf-4f97-827f-1fc3fccff401]]
18:13:52 2020-03-01 23:13:52,253 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=otherUser]
18:13:52 2020-03-01 23:13:52,254 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=otherUser]
18:13:52 2020-03-01 23:13:52,256 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@2c66e3b8[id = 86435f43-c872-4e65-b868-1ad7aa30b7a0], user=default] - MDC[principal=otherUser, jobName=Starting ClientSession [sessionId=86435f43-c872-4e65-b868-1ad7aa30b7a0]]
18:13:52 2020-03-01 23:13:52,260 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=thirdUser]
18:13:52 2020-03-01 23:13:52,260 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=thirdUser]
18:13:52 2020-03-01 23:13:52,262 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@7737c9f8[id = 33a507aa-5d7b-43e3-8e48-527ac351f768], user=default] - MDC[principal=thirdUser, jobName=Starting ClientSession [sessionId=33a507aa-5d7b-43e3-8e48-527ac351f768]]
18:13:52 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerAdditionalLoginTest
18:13:52 Running org.eclipse.scout.rt.testing.client.runner.parameterized.SampleParameterizedClientTest
18:13:52 2020-03-01 23:13:52,268 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=default]
18:13:52 2020-03-01 23:13:52,268 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=default]
18:13:52 2020-03-01 23:13:52,270 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6849ee8e[id = 9451b478-b340-4a91-bb4e-274b9fa1f9b7], user=default] - MDC[principal=default, jobName=Starting ClientSession [sessionId=9451b478-b340-4a91-bb4e-274b9fa1f9b7]]
18:13:52 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.testing.client.runner.parameterized.SampleParameterizedClientTest
18:13:52 Running org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest
18:13:52 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest
18:13:52 Running org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedClientTestRunnerTest
18:13:52 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedClientTestRunnerTest
18:13:52 Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutTest
18:13:52 2020-03-01 23:13:52,337 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=anna]
18:13:52 2020-03-01 23:13:52,337 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:13:52 2020-03-01 23:13:52,338 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest$JUnitClientSession@7fa46a54[id = 1562ad52-57b0-41d2-9023-707cf8b278a9], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=1562ad52-57b0-41d2-9023-707cf8b278a9]]
18:13:52 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutTest
18:13:52 Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutPropertyMapTest
18:13:52 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutPropertyMapTest
18:13:52 Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest
18:13:52 2020-03-01 23:13:52,467 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=anna]
18:13:52 2020-03-01 23:13:52,467 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:13:52 2020-03-01 23:13:52,468 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest$JUnitClientSession@6a4cfbd2[id = 3b455b22-b4a7-4b82-953c-81851dfaad59], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=3b455b22-b4a7-4b82-953c-81851dfaad59]]
18:13:52 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest
18:13:52 Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest
18:13:52 2020-03-01 23:13:52,479 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=john]
18:13:52 2020-03-01 23:13:52,479 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=john]
18:13:52 2020-03-01 23:13:52,480 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest$JUnitClientSession@60ca99fa[id = 92ab3f7f-dbc9-404c-98e0-16ba0859542c], user=null] - MDC[principal=john, jobName=Starting ClientSession [sessionId=92ab3f7f-dbc9-404c-98e0-16ba0859542c]]
18:13:52 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest
18:13:52 Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest
18:13:52 2020-03-01 23:13:52,484 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:13:52 2020-03-01 23:13:52,485 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@719d9f77[id = 2c24a36b-2fe4-4b58-9f17-e8f37d54c82f], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=2c24a36b-2fe4-4b58-9f17-e8f37d54c82f]]
18:13:52 2020-03-01 23:13:52,487 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:13:52 2020-03-01 23:13:52,488 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@50f6d2d2[id = 7d8ae22d-c242-476c-837e-c4e30b38173b], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=7d8ae22d-c242-476c-837e-c4e30b38173b]]
18:13:52 2020-03-01 23:13:52,490 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:13:52 2020-03-01 23:13:52,491 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@222acf31[id = 01229fb2-70e3-4723-a190-9136f7b46772], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=01229fb2-70e3-4723-a190-9136f7b46772]]
18:13:52 2020-03-01 23:13:52,497 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=anna]
18:13:52 2020-03-01 23:13:52,497 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:13:52 2020-03-01 23:13:52,498 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession2@1c246c93[id = 8e35e93e-25fc-465e-b604-bc60d94cd7f9], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=8e35e93e-25fc-465e-b604-bc60d94cd7f9]]
18:13:52 2020-03-01 23:13:52,508 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:13:52 2020-03-01 23:13:52,508 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@5bada24a[id = 55a5fc19-06b8-400c-a81d-f085c45dc02d], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=55a5fc19-06b8-400c-a81d-f085c45dc02d]]
18:13:52 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest
18:13:52 Running org.eclipse.scout.rt.shared.extension.services.common.code.MoveCodesTest
18:13:52 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in org.eclipse.scout.rt.shared.extension.services.common.code.MoveCodesTest
18:13:52 Running org.eclipse.scout.rt.shared.extension.dto.WrappedFormExtensionTest
18:13:52 2020-03-01 23:13:52,587 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=anna]
18:13:52 2020-03-01 23:13:52,588 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:13:52 2020-03-01 23:13:52,609 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4075c7f8[id = 2305cf74-5e4a-4bd5-afe6-afb624cc64fb], user=default] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=2305cf74-5e4a-4bd5-afe6-afb624cc64fb]]
18:13:52 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec - in org.eclipse.scout.rt.shared.extension.dto.WrappedFormExtensionTest
18:13:52 Running org.eclipse.scout.rt.shared.extension.dto.TableFieldExtensionTest
18:13:52 2020-03-01 23:13:52,878 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.services.common.prefs.FileSystemUserPreferencesStorageService - No user area property found. Using '/home/jenkins/user' as fallback. Consider specifying a user area using property 'user.area'. - MDC[principal=anna, jobName=Running JUnit test in model job]
18:13:52 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.eclipse.scout.rt.shared.extension.dto.TableFieldExtensionTest
18:13:52 Running org.eclipse.scout.rt.shared.extension.dto.PageDataExtensionTest
18:13:53 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 sec - in org.eclipse.scout.rt.shared.extension.dto.PageDataExtensionTest
18:13:53 Running org.eclipse.scout.rt.shared.extension.dto.FormDataTemplateExtensionTest
18:13:53 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataTemplateExtensionTest
18:13:53 Running org.eclipse.scout.rt.shared.extension.dto.FormDataSingleExtensionTest
18:13:53 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataSingleExtensionTest
18:13:53 Running org.eclipse.scout.rt.shared.extension.dto.FormDataPropertyExtensionTest
18:13:53 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataPropertyExtensionTest
18:13:53 Running org.eclipse.scout.rt.shared.extension.dto.FormDataMultipleExtensionTest
18:13:53 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataMultipleExtensionTest
18:13:53 Running org.eclipse.scout.rt.shared.extension.dto.ContributionOnlyOneTemplateTest
18:13:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.shared.extension.dto.ContributionOnlyOneTemplateTest
18:13:53 Running org.eclipse.scout.rt.shared.extension.data.model.MoveDataModelEntitiyAndAttributeTest
18:13:53 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.eclipse.scout.rt.shared.extension.data.model.MoveDataModelEntitiyAndAttributeTest
18:13:53 Running org.eclipse.scout.rt.shared.extension.ExtensionRegistryInstantiationTest
18:13:53 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.eclipse.scout.rt.shared.extension.ExtensionRegistryInstantiationTest
18:13:53 Running org.eclipse.scout.rt.shared.extension.ExtensionRegistryExtensionRegistrationTest
18:13:53 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.shared.extension.ExtensionRegistryExtensionRegistrationTest
18:13:53 Running org.eclipse.scout.rt.shared.data.form.FormDataValidationTest
18:13:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec - in org.eclipse.scout.rt.shared.data.form.FormDataValidationTest
18:13:53 Running org.eclipse.scout.rt.shared.data.form.FormDataImportWithTemplatesTest
18:13:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.eclipse.scout.rt.shared.data.form.FormDataImportWithTemplatesTest
18:13:53 Running org.eclipse.scout.rt.shared.data.form.FormDataImportWithPropertiesTest
18:13:53 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.scout.rt.shared.data.form.FormDataImportWithPropertiesTest
18:13:53 Running org.eclipse.scout.rt.shared.data.form.FormDataCloneTest
18:13:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.shared.data.form.FormDataCloneTest
18:13:53 Running org.eclipse.scout.rt.platform.TypeCastUtilityClientTest
18:13:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.TypeCastUtilityClientTest
18:13:53 Running org.eclipse.scout.rt.client.ui.wizard.AbstractWizardTest
18:13:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.eclipse.scout.rt.client.ui.wizard.AbstractWizardTest
18:13:53 Running org.eclipse.scout.rt.client.ui.messagebox.MessageBoxTest
18:13:54 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 sec - in org.eclipse.scout.rt.client.ui.messagebox.MessageBoxTest
18:13:54 Running org.eclipse.scout.rt.client.ui.form.menu.AbstractMenuTest
18:13:54 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.form.menu.AbstractMenuTest
18:13:54 Running org.eclipse.scout.rt.client.ui.form.internal.FindFieldByFormDataIdVisitorTest
18:13:54 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec - in org.eclipse.scout.rt.client.ui.form.internal.FindFieldByFormDataIdVisitorTest
18:13:54 Running org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest
18:13:54 2020-03-01 23:13:54,351 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:54 2020-03-01 23:13:54,360 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$AutoSelectTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:54 2020-03-01 23:13:54,370 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$AutoSelectTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:54 2020-03-01 23:13:54,379 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:54 2020-03-01 23:13:54,411 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$ValidatingTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:54 2020-03-01 23:13:54,419 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$AutoSelectTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:54 2020-03-01 23:13:54,426 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:54 2020-03-01 23:13:54,433 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$ValidatingTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:54 2020-03-01 23:13:54,438 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:54 2020-03-01 23:13:54,446 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:54 2020-03-01 23:13:54,453 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:54 2020-03-01 23:13:54,459 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$AutoSelectTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:54 2020-03-01 23:13:54,465 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$1'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:54 2020-03-01 23:13:54,466 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$1'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:54 2020-03-01 23:13:54,473 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:54 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec - in org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest
18:13:54 Running org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxInFormTest
18:13:54 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxInFormTest
18:13:54 Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.TableFieldTest
18:13:54 2020-03-01 23:13:54,555 WARN  [main] org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableField - Validation Error on Column without header text, using className for error message. - MDC[]
18:13:54 2020-03-01 23:13:54,578 WARN  [main] org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableField - Validation Error on Column without header text, using className for error message. - MDC[]
18:13:54 2020-03-01 23:13:54,659 WARN  [main] org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableField - Validation Error on Column without header text, using className for error message. - MDC[]
18:13:54 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec - in org.eclipse.scout.rt.client.ui.form.fields.tablefield.TableFieldTest
18:13:54 Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldTest
18:13:54 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldTest
18:13:54 Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldMoveRowTest
18:13:54 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldMoveRowTest
18:13:54 Running org.eclipse.scout.rt.client.ui.form.fields.stringfield.StringFieldSetMultilineTextTest
18:13:54 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.form.fields.stringfield.StringFieldSetMultilineTextTest
18:13:54 Running org.eclipse.scout.rt.client.ui.form.fields.stringfield.AbstractStringFieldTest
18:13:54 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.client.ui.form.fields.stringfield.AbstractStringFieldTest
18:13:54 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest
18:13:54 2020-03-01 23:13:54,816 ERROR [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.smartfield.HierarchicalContentAssistDataFetcher -  - MDC[principal=default, jobName=org.eclipse.scout.rt.platform.job.internal.JobFutureTask$3]
18:13:54 java.lang.AssertionError: No lookup should be performed for that test-case
18:13:54 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest$StyleLookupService.checkLookupAllowed(SmartFieldTest.java:223)
18:13:54 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest$StyleLookupService.getDataByText(SmartFieldTest.java:241)
18:13:54 	at org.eclipse.scout.rt.shared.services.lookup.LookupCall.getDataByText(LookupCall.java:322)
18:13:54 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.AbstractContentAssistField$4.provide(AbstractContentAssistField.java:1516)
18:13:54 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper$1.call(LookupRowHelper.java:61)
18:13:54 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper$1.call(LookupRowHelper.java:1)
18:13:54 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:13:54 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:13:54 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:13:54 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
18:13:54 	at java.security.AccessController.doPrivileged(Native Method)
18:13:54 	at javax.security.auth.Subject.doAs(Subject.java:422)
18:13:54 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
18:13:54 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:13:54 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:13:54 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:13:54 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:13:54 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:13:54 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:13:54 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:13:54 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:13:54 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:13:54 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:13:54 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:13:54 	at java.lang.Thread.run(Thread.java:748)
18:13:54 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:13:54 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest
18:13:54 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldSingleResultTest
18:13:54 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldSingleResultTest
18:13:54 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldParseValueTest
18:13:55 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldParseValueTest
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldMultilineTest
18:13:55 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldMultilineTest
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldLookupTest
18:13:55 2020-03-01 23:13:55,138 WARN  [scout-thread-23] org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper - Fetching data for empty lookup call - MDC[principal=default, jobName=Lookup [lookupCall=null, provider=ILookupRowProvider@6e89dd64[Rec Lookup, parentKey=1, activeState=TRUE]]]
18:13:55 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldLookupTest
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.ProposalFieldTest
18:13:55 Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.082 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.ProposalFieldTest
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.IncrementalTreeBuilderTest
18:13:55 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.IncrementalTreeBuilderTest
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.sequencebox.SequenceBoxTest
18:13:55 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.eclipse.scout.rt.client.ui.form.fields.sequencebox.SequenceBoxTest
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest
18:13:55 2020-03-01 23:13:55,341 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:55 2020-03-01 23:13:55,342 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:55 2020-03-01 23:13:55,379 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:55 2020-03-01 23:13:55,380 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:55 2020-03-01 23:13:55,406 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:55 2020-03-01 23:13:55,407 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:55 2020-03-01 23:13:55,416 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:55 2020-03-01 23:13:55,417 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:55 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec - in org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldTest
18:13:55 Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec - in org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldTest
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.longfield.AbstractLongFieldTest
18:13:55 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.client.ui.form.fields.longfield.AbstractLongFieldTest
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxTest
18:13:55 2020-03-01 23:13:55,673 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox - The key of a lookup row may not be null. Row has been removed for list box 'org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxTest'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:55 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec - in org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxTest
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxInFormTest
18:13:55 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxInFormTest
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.integerfield.AbstractIntegerFieldTest
18:13:55 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.eclipse.scout.rt.client.ui.form.fields.integerfield.AbstractIntegerFieldTest
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.imagebox.ImageFieldTest
18:13:55 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.imagebox.ImageFieldTest
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest
18:13:55 2020-03-01 23:13:55,820 ERROR [main] org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField - Malformed URL 'data' - MDC[]
18:13:55 java.net.MalformedURLException: no protocol: data
18:13:55 	at java.net.URL.<init>(URL.java:593)
18:13:55 	at java.net.URL.<init>(URL.java:490)
18:13:55 	at java.net.URL.<init>(URL.java:439)
18:13:55 	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField.execAppLinkAction(AbstractHtmlField.java:94)
18:13:55 	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest$P_HtmlField.execAppLinkAction(AbstractHtmlFieldTest.java:45)
18:13:55 	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField$LocalHtmlFieldExtension.execAppLinkAction(AbstractHtmlField.java:235)
18:13:55 	at org.eclipse.scout.rt.client.extension.ui.form.fields.htmlfield.HtmlFieldChains$HtmlFieldAppLinkActionChain$1.callMethod(HtmlFieldChains.java:42)
18:13:55 	at org.eclipse.scout.rt.client.extension.ui.form.fields.htmlfield.HtmlFieldChains$HtmlFieldAppLinkActionChain$1.callMethod(HtmlFieldChains.java:1)
18:13:55 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:122)
18:13:55 	at org.eclipse.scout.rt.client.extension.ui.form.fields.htmlfield.HtmlFieldChains$HtmlFieldAppLinkActionChain.execAppLinkAction(HtmlFieldChains.java:45)
18:13:55 	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField.interceptAppLinkAction(AbstractHtmlField.java:224)
18:13:55 	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField.doAppLinkAction(AbstractHtmlField.java:114)
18:13:55 	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField$P_UIFacade.fireAppLinkActionFromUI(AbstractHtmlField.java:192)
18:13:55 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:13:55 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:13:55 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:13:55 	at java.lang.reflect.Method.invoke(Method.java:498)
18:13:55 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:13:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:13:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:13:55 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:13:55 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:13:55 	at com.sun.proxy.$Proxy53.fireAppLinkActionFromUI(Unknown Source)
18:13:55 	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest.testExecHyperlinkAction(AbstractHtmlFieldTest.java:33)
18:13:55 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:13:55 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:13:55 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:13:55 	at java.lang.reflect.Method.invoke(Method.java:498)
18:13:55 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:13:55 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:13:55 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:13:55 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:13:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:13:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:13:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:13:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
18:13:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:13:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:13:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:13:55 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:13:55 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:13:55 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:13:55 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:13:55 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:13:55 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:13:55 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:13:55 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:13:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:13:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:13:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:13:55 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:13:55 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:13:55 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:13:55 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:13:55 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:13:55 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:13:55 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:13:55 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:13:55 2020-03-01 23:13:55,821 INFO  [main] org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField - execHyperlinkAction null (in org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest$P_HtmlField) - MDC[]
18:13:55 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout11Test
18:13:55 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout11Test
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout10Test
18:13:55 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout10Test
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout09Test
18:13:55 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout09Test
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout08Test
18:13:55 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout08Test
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout07Test
18:13:55 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout07Test
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout06Test
18:13:55 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout06Test
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout05Test
18:13:55 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout05Test
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout04Test
18:13:55 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout04Test
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout02Test
18:13:55 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout02Test
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout01Test
18:13:55 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout01Test
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout0100Test
18:13:55 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout0100Test
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.AbstractGroupBoxTest
18:13:55 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.AbstractGroupBoxTest
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.filechooserfield.FileChooserFieldTest
18:13:55 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.client.ui.form.fields.filechooserfield.FileChooserFieldTest
18:13:55 Running org.eclipse.scout.rt.client.ui.form.fields.decimalfield.AbstractDecimalFieldTest
18:13:56 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec - in org.eclipse.scout.rt.client.ui.form.fields.decimalfield.AbstractDecimalFieldTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.fields.composer.ComposerFieldTest
18:13:56 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec - in org.eclipse.scout.rt.client.ui.form.fields.composer.ComposerFieldTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.fields.colorfield.ColorFieldTest
18:13:56 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.eclipse.scout.rt.client.ui.form.fields.colorfield.ColorFieldTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.fields.button.ButtonTest
18:13:56 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.form.fields.button.ButtonTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.fields.button.AbstractRadioButtonTest
18:13:56 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.form.fields.button.AbstractRadioButtonTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.fields.browserfield.AbstractBrowserFieldTest
18:13:56 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.client.ui.form.fields.browserfield.AbstractBrowserFieldTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.fields.booleanfield.AbstractBooleanFieldTest
18:13:56 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.booleanfield.AbstractBooleanFieldTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.fields.bigintegerfield.AbstractBigIntegerFieldTest
18:13:56 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.eclipse.scout.rt.client.ui.form.fields.bigintegerfield.AbstractBigIntegerFieldTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.fields.bigdecimalfield.AbstractBigDecimalFieldTest
18:13:56 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.client.ui.form.fields.bigdecimalfield.AbstractBigDecimalFieldTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest
18:13:56 2020-03-01 23:13:56,271 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField - Unexpected Error:  - MDC[principal=anna, jobName=Running JUnit test in model job]
18:13:56 org.eclipse.scout.rt.platform.exception.ProcessingException: "EXCEPTION!!!" is an invalid value [severity=ERROR]
18:13:56 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setValue(AbstractValueField.java:346)
18:13:56 	at org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest.testValidateException(ValueFieldTest.java:116)
18:13:56 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:13:56 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:13:56 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:13:56 	at java.lang.reflect.Method.invoke(Method.java:498)
18:13:56 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:13:56 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:13:56 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:13:56 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:13:56 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:13:56 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:13:56 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:13:56 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:37)
18:13:56 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:13:56 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:13:56 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:13:56 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:13:56 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:13:56 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:13:56 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:13:56 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
18:13:56 	at java.security.AccessController.doPrivileged(Native Method)
18:13:56 	at javax.security.auth.Subject.doAs(Subject.java:422)
18:13:56 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
18:13:56 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:13:56 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:13:56 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:13:56 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:13:56 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:13:56 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:13:56 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:13:56 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:13:56 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:13:56 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:13:56 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:13:56 	at java.lang.Thread.run(Thread.java:748)
18:13:56 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:13:56 Caused by: java.lang.RuntimeException: EXCEPTION!!!
18:13:56 	at org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest$ParseErrorField.execValidateValue(ValueFieldTest.java:232)
18:13:56 	at org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest$ParseErrorField.execValidateValue(ValueFieldTest.java:1)
18:13:56 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField$LocalValueFieldExtension.execValidateValue(AbstractValueField.java:670)
18:13:56 	at org.eclipse.scout.rt.client.extension.ui.form.fields.ValueFieldChains$ValueFieldExecValidateChain$1.callMethod(ValueFieldChains.java:46)
18:13:56 	at org.eclipse.scout.rt.client.extension.ui.form.fields.ValueFieldChains$ValueFieldExecValidateChain$1.callMethod(ValueFieldChains.java:1)
18:13:56 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:122)
18:13:56 	at org.eclipse.scout.rt.client.extension.ui.form.fields.ValueFieldChains$ValueFieldExecValidateChain.execValidateValue(ValueFieldChains.java:49)
18:13:56 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.interceptValidateValue(AbstractValueField.java:697)
18:13:56 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.validateValue(AbstractValueField.java:471)
18:13:56 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setValue(AbstractValueField.java:337)
18:13:56 	... 37 common frames omitted
18:13:56 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.fields.ValueFieldAutoDisplayTextTest
18:13:56 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.eclipse.scout.rt.client.ui.form.fields.ValueFieldAutoDisplayTextTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.fields.ReplaceFieldTest
18:13:56 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.eclipse.scout.rt.client.ui.form.fields.ReplaceFieldTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.fields.OrderedComparatorTest
18:13:56 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.client.ui.form.fields.OrderedComparatorTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.fields.MasterSlaveRelationWithTemplatesFieldTest
18:13:56 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.client.ui.form.fields.MasterSlaveRelationWithTemplatesFieldTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest
18:13:56 2020-03-01 23:13:56,438 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField - Found a duplicate classid for SimpleTestFormField_org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest$TestForm, adding field index. Override classId for dynamically injected fields. - MDC[principal=anna, jobName=Running JUnit test in model job]
18:13:56 2020-03-01 23:13:56,439 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField - Found a duplicate classid for SimpleTestFormField_org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest$TestForm, adding field index. Override classId for dynamically injected fields. - MDC[principal=anna, jobName=Running JUnit test in model job]
18:13:56 2020-03-01 23:13:56,463 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField - Found a duplicate classid for DUPLICATEDUPLICATE, adding field index. Override classId for dynamically injected fields. - MDC[principal=anna, jobName=Running JUnit test in model job]
18:13:56 2020-03-01 23:13:56,464 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField - Found a duplicate classid for DUPLICATEDUPLICATE, adding field index. Override classId for dynamically injected fields. - MDC[principal=anna, jobName=Running JUnit test in model job]
18:13:56 Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldTest
18:13:56 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldInjectFieldTest
18:13:56 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldInjectFieldTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldAddRemoveMoveFieldTest
18:13:56 Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec - in org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldAddRemoveMoveFieldTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml3FormTest
18:13:56 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml3FormTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml2FormTest
18:13:56 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml2FormTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml1FormTest
18:13:56 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml1FormTest
18:13:56 Running org.eclipse.scout.rt.client.ui.form.ImportFormDataWithFiltersTest
18:13:57 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.eclipse.scout.rt.client.ui.form.ImportFormDataWithFiltersTest
18:13:57 Running org.eclipse.scout.rt.client.ui.form.FormWithTableFieldTest
18:13:57 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.client.ui.form.FormWithTableFieldTest
18:13:57 Running org.eclipse.scout.rt.client.ui.form.FormWaitForTest
18:13:57 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.ui.form.FormWaitForTest
18:13:57 Running org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest
18:13:57 2020-03-01 23:13:57,046 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:57 2020-03-01 23:13:57,051 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:57 2020-03-01 23:13:57,054 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:57 2020-03-01 23:13:57,057 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:57 2020-03-01 23:13:57,060 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:57 2020-03-01 23:13:57,064 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:57 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest
18:13:57 Running org.eclipse.scout.rt.client.ui.form.FormStoredTest
18:13:57 2020-03-01 23:13:57,068 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:57 2020-03-01 23:13:57,075 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Implementation throws a consumed VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:57 2020-03-01 23:13:57,108 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Implementation throws a consumed VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:57 2020-03-01 23:13:57,140 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:57 2020-03-01 23:13:57,144 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:57 2020-03-01 23:13:57,151 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:57 2020-03-01 23:13:57,158 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:57 2020-03-01 23:13:57,160 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:57 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec - in org.eclipse.scout.rt.client.ui.form.FormStoredTest
18:13:57 Running org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest
18:13:57 filterFields: null/MainBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox)
18:13:57 filterFields: null/TopBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox$TopBox)
18:13:57 injectFields: null/TopBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox$TopBox)
18:13:57 injectFields: null/MainBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox)
18:13:57 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest
18:13:57 Running org.eclipse.scout.rt.client.ui.form.FormBasicTest
18:13:57 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 sec - in org.eclipse.scout.rt.client.ui.form.FormBasicTest
18:13:57 Running org.eclipse.scout.rt.client.ui.form.AbstractFormTest
18:13:58 2020-03-01 23:13:58,014 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.form.AbstractForm - there are fields with errors - MDC[principal=anna, jobName=Running JUnit test in model job]
18:13:58 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.eclipse.scout.rt.client.ui.form.AbstractFormTest
18:13:58 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithSortingTest
18:13:58 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.449 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithSortingTest
18:13:58 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithHeaderSortColumnsTest
18:13:58 2020-03-01 23:13:58,472 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.ColumnSet - Invalid column grouping config. Column marked as grouped but there are non-grouped or non-visible sort columns with smaller sort index. Grouping will be set to false. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:58 2020-03-01 23:13:58,477 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.ColumnSet - Invalid column grouping config. Column marked as grouped but there are non-grouped or non-visible sort columns with smaller sort index. Grouping will be set to false. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:58 2020-03-01 23:13:58,655 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.ColumnSet - Invalid column grouping config. Column marked as grouped but there are non-grouped or non-visible sort columns with smaller sort index. Grouping will be set to false. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:58 2020-03-01 23:13:58,794 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.ColumnSet - Invalid column grouping config. Column marked as grouped but there are non-grouped or non-visible sort columns with smaller sort index. Grouping will be set to false. - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:59 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithHeaderSortColumnsTest
18:13:59 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingTest
18:13:59 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingTest
18:13:59 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndTableCustomizerWhenEditingThenMissingSelectionTest
18:13:59 Edit: change data 'Account'
18:13:59 Edit: change data 'Account'
18:13:59 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndTableCustomizerWhenEditingThenMissingSelectionTest
18:13:59 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndPageBeanTest
18:13:59 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndPageBeanTest
18:13:59 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable7Test
18:13:59 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable7Test
18:13:59 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable6Test
18:13:59 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable6Test
18:13:59 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable3Test
18:13:59 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable3Test
18:13:59 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable2Test
18:13:59 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable2Test
18:13:59 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable1Test
18:13:59 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable1Test
18:13:59 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithNodesTest
18:13:59 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithNodesTest
18:13:59 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest
18:13:59 2020-03-01 23:13:59,916 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=null] - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:59 2020-03-01 23:13:59,922 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=null] - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:59 2020-03-01 23:13:59,924 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=undefined [severity=ERROR]] - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:59 2020-03-01 23:13:59,938 INFO  [scout-model-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=undefined [severity=ERROR]] - MDC[principal=default, jobName=Running JUnit test in model job]
18:13:59 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest
18:13:59 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuTest
18:13:59 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuTest
18:13:59 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest
18:13:59  r- org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest$PageWithTable$Table$PageWithTableRowMenu@10442b3d
18:13:59  r- org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest$SubPageWithTable$Table$SubPageWithTableEmptySpaceMenu@71d4c432
18:13:59  m- OutlineMenuWrapper[wrappedMenu=SubPageWithTableEmptySpaceMenu text='EmptySpace' enabled=true enabledGranted=true inheritAccessibility=true visible=true visibleGranted=true]
18:13:59  m- OutlineMenuWrapper[wrappedMenu=PageWithTableRowMenu text='Edit' enabled=true enabledGranted=true inheritAccessibility=true visible=true visibleGranted=true]
18:13:59 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest
18:13:59 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithTableTest
18:14:00 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithTableTest
18:14:00 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithNodesTest
18:14:00 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithNodesTest
18:14:00 Running org.eclipse.scout.rt.client.ui.desktop.outline.OutlineTest
18:14:00 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.OutlineTest
18:14:00 Running org.eclipse.scout.rt.client.ui.desktop.outline.BookmarkToInvisibleOutlineTest
18:14:00 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.416 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.BookmarkToInvisibleOutlineTest
18:14:00 Running org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest
18:14:00 2020-03-01 23:14:00,588 ERROR [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility - Bookmark key is not serializable. Falling back to toString() which is not overriden by the given class [class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKey] - MDC[]
18:14:00 2020-03-01 23:14:00,589 ERROR [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility - Bookmark key is not serializable. Falling back to toString() which is not overriden by the given class [class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKey] - MDC[]
18:14:00 2020-03-01 23:14:00,590 WARN  [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility - Bookmark key is not serializable. Falling back to toString(). Note: keys may not be stable [class=class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKeyWithToString, string representation:UnSerializablePrimaryKeyWithToString [m_id=1234]] - MDC[]
18:14:00 2020-03-01 23:14:00,590 WARN  [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility - Bookmark key is not serializable. Falling back to toString(). Note: keys may not be stable [class=class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKeyWithToString, string representation:UnSerializablePrimaryKeyWithToString [m_id=1234]] - MDC[]
18:14:00 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest
18:14:00 Running org.eclipse.scout.rt.client.ui.desktop.AbstractDesktopTest
18:14:00 2020-03-01 23:14:00,599 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=default]
18:14:00 2020-03-01 23:14:00,601 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3ac124a9[id = 24d6a04a-34d7-414b-bc41-764d03871735], user=default] - MDC[principal=default, jobName=Starting ClientSession [sessionId=24d6a04a-34d7-414b-bc41-764d03871735]]
18:14:00 2020-03-01 23:14:00,650 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.deeplink.DeepLinks - Registered 1 deep-link handlers:
18:14:00 - org.eclipse.scout.rt.client.ui.desktop.AbstractDesktopTest$P_TestDeepLinkHandler@38ab8f95 - MDC[principal=default, jobName=Running JUnit test in model job]
18:14:00 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec - in org.eclipse.scout.rt.client.ui.desktop.AbstractDesktopTest
18:14:00 Running org.eclipse.scout.rt.client.ui.basic.tree.VirtualTreeNodeTest
18:14:00 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.client.ui.basic.tree.VirtualTreeNodeTest
18:14:00 Running org.eclipse.scout.rt.client.ui.basic.tree.TreeUtilityTest
18:14:00 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeUtilityTest
18:14:00 Running org.eclipse.scout.rt.client.ui.basic.tree.TreeNodeTest
18:14:00 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeNodeTest
18:14:00 Running org.eclipse.scout.rt.client.ui.basic.tree.TreeEventTest
18:14:00 Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeEventTest
18:14:00 Running org.eclipse.scout.rt.client.ui.basic.tree.TreeEventBufferTest
18:14:10 Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.871 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeEventBufferTest
18:14:10 Running org.eclipse.scout.rt.client.ui.basic.tree.OutlineEventBufferTest
18:14:10 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.basic.tree.OutlineEventBufferTest
18:14:10 Running org.eclipse.scout.rt.client.ui.basic.tree.AbstractTreeTest
18:14:10 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.client.ui.basic.tree.AbstractTreeTest
18:14:10 Running org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManagerTest
18:14:10 2020-03-01 23:14:10,613 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@68cac601 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:14:10 2020-03-01 23:14:10,616 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@2dea5481 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:14:10 2020-03-01 23:14:10,617 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@5a1ee9b5 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:14:10 2020-03-01 23:14:10,617 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter removed org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@2dea5481 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:14:10 2020-03-01 23:14:10,618 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@56a5100f - MDC[principal=anna, jobName=Running JUnit test in model job]
18:14:10 2020-03-01 23:14:10,621 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@7faa5d75 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:14:10 2020-03-01 23:14:10,622 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@60dbb4cc - MDC[principal=anna, jobName=Running JUnit test in model job]
18:14:10 2020-03-01 23:14:10,624 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@4804cb77 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:14:10 2020-03-01 23:14:10,625 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@1b68689d - MDC[principal=anna, jobName=Running JUnit test in model job]
18:14:10 2020-03-01 23:14:10,626 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter removed org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@1b68689d - MDC[principal=anna, jobName=Running JUnit test in model job]
18:14:10 2020-03-01 23:14:10,628 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@13d8f085 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:14:10 2020-03-01 23:14:10,628 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@58a5137d - MDC[principal=anna, jobName=Running JUnit test in model job]
18:14:10 2020-03-01 23:14:10,631 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@43813dc - MDC[principal=anna, jobName=Running JUnit test in model job]
18:14:10 2020-03-01 23:14:10,631 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@4ec1d61d - MDC[principal=anna, jobName=Running JUnit test in model job]
18:14:10 2020-03-01 23:14:10,632 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@4b4de03 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:14:10 2020-03-01 23:14:10,632 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter removed org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@4ec1d61d - MDC[principal=anna, jobName=Running JUnit test in model job]
18:14:10 2020-03-01 23:14:10,632 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@fbd0f90 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:14:10 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManagerTest
18:14:10 Running org.eclipse.scout.rt.client.ui.basic.table.organizer.ShowInvisibleColumnsFormTest
18:14:10 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.client.ui.basic.table.organizer.ShowInvisibleColumnsFormTest
18:14:10 Running org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormTest
18:14:10 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormTest
18:14:10 Running org.eclipse.scout.rt.client.ui.basic.table.internal.InternalTableRowTest
18:14:11 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 sec - in org.eclipse.scout.rt.client.ui.basic.table.internal.InternalTableRowTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.HtmlEnabledTest
18:14:11 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.HtmlEnabledTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnVisibilityTest
18:14:11 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnVisibilityTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnEditableTest
18:14:11 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnEditableTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnAutoResizeTest
18:14:11 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnAutoResizeTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractStringColumnTest
18:14:11 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractStringColumnTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractSmartColumnTest
18:14:11 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractSmartColumnTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractRowDataColumnTest
18:14:11 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractRowDataColumnTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractProposalColumnTest
18:14:11 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractProposalColumnTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractNumberColumnTest
18:14:11 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractNumberColumnTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractMixedSmartColumnTest
18:14:11 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractMixedSmartColumnTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractLongColumnTest
18:14:11 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractLongColumnTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractIntegerColumnTest
18:14:11 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractIntegerColumnTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDecimalColumnTest
18:14:11 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDecimalColumnTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDateColumnTest
18:14:11 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDateColumnTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest
18:14:11 2020-03-01 23:14:11,754 WARN  [main] org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn - Exception decorating cell - MDC[]
18:14:11 org.eclipse.scout.rt.platform.exception.ProcessingException: decoration on empty column [severity=ERROR]
18:14:11 	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest$TestDecorationTable$C2Column.execDecorateCell(AbstractColumnTest.java:378)
18:14:11 	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn$LocalColumnExtension.execDecorateCell(AbstractColumn.java:1981)
18:14:11 	at org.eclipse.scout.rt.client.extension.ui.basic.table.columns.ColumnChains$ColumnDecorateCellChain$1.callMethod(ColumnChains.java:149)
18:14:11 	at org.eclipse.scout.rt.client.extension.ui.basic.table.columns.ColumnChains$ColumnDecorateCellChain$1.callMethod(ColumnChains.java:1)
18:14:11 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:122)
18:14:11 	at org.eclipse.scout.rt.client.extension.ui.basic.table.columns.ColumnChains$ColumnDecorateCellChain.execDecorateCell(ColumnChains.java:152)
18:14:11 	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.interceptDecorateCell(AbstractColumn.java:2030)
18:14:11 	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.decorateCell(AbstractColumn.java:1616)
18:14:11 	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.decorateCells(AbstractColumn.java:1607)
18:14:11 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.applyRowDecorations(AbstractTable.java:3717)
18:14:11 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.processDecorationBuffer(AbstractTable.java:3664)
18:14:11 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.setTableChanging(AbstractTable.java:1609)
18:14:11 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRows(AbstractTable.java:2900)
18:14:11 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRows(AbstractTable.java:2856)
18:14:11 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRow(AbstractTable.java:2845)
18:14:11 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRow(AbstractTable.java:2835)
18:14:11 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRow(AbstractTable.java:2830)
18:14:11 	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest.testUpdateDisplayText(AbstractColumnTest.java:275)
18:14:11 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:14:11 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:14:11 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:14:11 	at java.lang.reflect.Method.invoke(Method.java:498)
18:14:11 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:14:11 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:14:11 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:14:11 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:14:11 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:14:11 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:14:11 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:14:11 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
18:14:11 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:14:11 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:14:11 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:14:11 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:14:11 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:14:11 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:14:11 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:14:11 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:14:11 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:14:11 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:14:11 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:14:11 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:14:11 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:14:11 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:14:11 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:14:11 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:14:11 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:14:11 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:14:11 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:14:11 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:14:11 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:14:11 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:14:11 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBooleanColumnTest
18:14:11 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBooleanColumnTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigIntegerColumnTest
18:14:11 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigIntegerColumnTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigDecimalColumnTest
18:14:11 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigDecimalColumnTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBeanColumnTest
18:14:11 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBeanColumnTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.TableWithIgnoredColumnsTest
18:14:11 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableWithIgnoredColumnsTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.TableValidationTest
18:14:11 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableValidationTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.TableUtilityTest
18:14:11 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableUtilityTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.TableTest
18:14:11 Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.TableRowInsertOrderTest
18:14:11 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableRowInsertOrderTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.TableRowDataPropertyFilterTest
18:14:11 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableRowDataPropertyFilterTest
18:14:11 Running org.eclipse.scout.rt.client.ui.basic.table.TableLoadingPerfTest
18:14:12 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableLoadingPerfTest
18:14:12 Running org.eclipse.scout.rt.client.ui.basic.table.TableImportTest
18:14:12 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableImportTest
18:14:12 Running org.eclipse.scout.rt.client.ui.basic.table.TableEventTest
18:14:12 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableEventTest
18:14:12 Running org.eclipse.scout.rt.client.ui.basic.table.TableEventOrderTest
18:14:12 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableEventOrderTest
18:14:12 Running org.eclipse.scout.rt.client.ui.basic.table.TableEventBufferTest
18:14:13 Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.057 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableEventBufferTest
18:14:13 Running org.eclipse.scout.rt.client.ui.basic.table.ReplaceTableTest
18:14:13 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.eclipse.scout.rt.client.ui.basic.table.ReplaceTableTest
18:14:13 Running org.eclipse.scout.rt.client.ui.basic.table.ColumnMandatoryTest
18:14:13 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.basic.table.ColumnMandatoryTest
18:14:13 Running org.eclipse.scout.rt.client.ui.basic.table.CheckRowsInTableTest
18:14:13 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.eclipse.scout.rt.client.ui.basic.table.CheckRowsInTableTest
18:14:13 Running org.eclipse.scout.rt.client.ui.basic.planner.PlannerTest
18:14:14 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.eclipse.scout.rt.client.ui.basic.planner.PlannerTest
18:14:14 Running org.eclipse.scout.rt.client.ui.basic.planner.PlannerMenuTest
18:14:14 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.basic.planner.PlannerMenuTest
18:14:14 Running org.eclipse.scout.rt.client.ui.basic.planner.PlannerEventBufferTest
18:14:14 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.eclipse.scout.rt.client.ui.basic.planner.PlannerEventBufferTest
18:14:14 Running org.eclipse.scout.rt.client.ui.basic.cell.CellTest
18:14:14 Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.basic.cell.CellTest
18:14:14 Running org.eclipse.scout.rt.client.ui.basic.calendar.CalendarComponentTest
18:14:14 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.basic.calendar.CalendarComponentTest
18:14:14 Running org.eclipse.scout.rt.client.ui.action.menu.TreeMenuTest
18:14:14 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.action.menu.TreeMenuTest
18:14:14 Running org.eclipse.scout.rt.client.ui.action.menu.TableMenuTest
18:14:14 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.client.ui.action.menu.TableMenuTest
18:14:14 Running org.eclipse.scout.rt.client.ui.action.menu.NestedMenusTest
18:14:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.action.menu.NestedMenusTest
18:14:14 Running org.eclipse.scout.rt.client.ui.action.menu.DetailFormMenuTest
18:14:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.eclipse.scout.rt.client.ui.action.menu.DetailFormMenuTest
18:14:14 Running org.eclipse.scout.rt.client.ui.action.keystroke.KeyStrokeNormalizerTest
18:14:14 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.action.keystroke.KeyStrokeNormalizerTest
18:14:14 Running org.eclipse.scout.rt.client.ui.action.ActionUtilityTest
18:14:14 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.action.ActionUtilityTest
18:14:14 Running org.eclipse.scout.rt.client.ui.action.ActionTest
18:14:14 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.eclipse.scout.rt.client.ui.action.ActionTest
18:14:14 Running org.eclipse.scout.rt.client.ui.StyleHelperTest
18:14:14 Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.StyleHelperTest
18:14:14 Running org.eclipse.scout.rt.client.ui.ClientUIPreferencesTest
18:14:14 2020-03-01 23:14:14,161 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:14:14 2020-03-01 23:14:14,163 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5e94e7fc[id = 60599a47-a640-469c-928a-5d098160974e], user=default] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=60599a47-a640-469c-928a-5d098160974e]]
18:14:14 2020-03-01 23:14:14,172 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:14:14 2020-03-01 23:14:14,173 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3058d3e6[id = 2eec948a-9862-4430-99d2-3498b547bded], user=default] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=2eec948a-9862-4430-99d2-3498b547bded]]
18:14:14 2020-03-01 23:14:14,175 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:14:14 2020-03-01 23:14:14,176 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@61d4b82[id = 128dba00-16c9-4b8e-934d-42c7821ae2d9], user=default] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=128dba00-16c9-4b8e-934d-42c7821ae2d9]]
18:14:14 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.client.ui.ClientUIPreferencesTest
18:14:14 Running org.eclipse.scout.rt.client.services.common.search.DefaultSearchFilterServiceTest
18:14:14 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.eclipse.scout.rt.client.services.common.search.DefaultSearchFilterServiceTest
18:14:14 Running org.eclipse.scout.rt.client.services.common.notifications.NotificationDispatcherTest
18:14:14 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.client.services.common.notifications.NotificationDispatcherTest
18:14:14 Running org.eclipse.scout.rt.client.services.common.file.FileServiceTest
18:14:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.eclipse.scout.rt.client.services.common.file.FileServiceTest
18:14:14 Running org.eclipse.scout.rt.client.services.common.code.CodeServiceClientProxyTest
18:14:14 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.client.services.common.code.CodeServiceClientProxyTest
18:14:14 Running org.eclipse.scout.rt.client.services.common.bookmark.BookmarkServiceTest
18:14:14 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.client.services.common.bookmark.BookmarkServiceTest
18:14:14 Running org.eclipse.scout.rt.client.services.ServiceWithSessionInterceptorTest
18:14:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.services.ServiceWithSessionInterceptorTest
18:14:14 Running org.eclipse.scout.rt.client.job.filter.future.SessionFutureFilterTest
18:14:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.job.filter.future.SessionFutureFilterTest
18:14:14 Running org.eclipse.scout.rt.client.job.filter.future.ModelJobFutureFilterTest
18:14:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.job.filter.future.ModelJobFutureFilterTest
18:14:14 Running org.eclipse.scout.rt.client.job.filter.future.ClientRunContextFutureFilterTest
18:14:14 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.client.job.filter.future.ClientRunContextFutureFilterTest
18:14:14 Running org.eclipse.scout.rt.client.job.filter.event.SessionJobEventFilterTest
18:14:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.job.filter.event.SessionJobEventFilterTest
18:14:14 Running org.eclipse.scout.rt.client.job.filter.event.ModelJobEventFilterTest
18:14:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.job.filter.event.ModelJobEventFilterTest
18:14:14 Running org.eclipse.scout.rt.client.job.MutualExclusionTest
18:14:14 2020-03-01 23:14:14,349 INFO  [scout-thread-23] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler - Exception will be re-thrown for JUnit assertion. [exception=Assertion error: Potential deadlock detected: Cannot wait for a job which is assigned to the same semaphore as the current job [semaphore=ExecutionSemaphore@10b90500[permitOwners=[JobFutureTask@2c26c8ca[job=org.eclipse.scout.rt.client.job.MutualExclusionTest$4, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5eec50e7[job=org.eclipse.scout.rt.client.job.MutualExclusionTest$4$1, state=WAITING_FOR_PERMIT]]]]] - MDC[jobName=org.eclipse.scout.rt.client.job.MutualExclusionTest$4]
18:14:14 2020-03-01 23:14:14,423 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@25c4258[job=job-1, state=DONE], semaphore=ExecutionSemaphore@74429223[permitOwners=[JobFutureTask@2ea81c9b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@25c4258[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@13f21027[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@74429223[permitOwners=[JobFutureTask@2ea81c9b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@25c4258[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@13f21027[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,427 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@19519dfe[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4a0d311a[permitOwners=[JobFutureTask@1324fda2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@19519dfe[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@10d4b4c9[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4a0d311a[permitOwners=[JobFutureTask@1324fda2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@19519dfe[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@10d4b4c9[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,430 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@6ab9b09e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@766bd2ed[permitOwners=[JobFutureTask@5ec49986[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6ab9b09e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6b030c6b[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@766bd2ed[permitOwners=[JobFutureTask@5ec49986[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6ab9b09e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6b030c6b[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,433 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@20808d4d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@69b3af63[permitOwners=[JobFutureTask@5a723872[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@20808d4d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@29610703[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@69b3af63[permitOwners=[JobFutureTask@5a723872[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@20808d4d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@29610703[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,436 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@5d66fba2[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1e7d3cc2[permitOwners=[JobFutureTask@161ce9d4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5d66fba2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3764bd0b[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1e7d3cc2[permitOwners=[JobFutureTask@161ce9d4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5d66fba2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3764bd0b[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,438 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@12590fd5[job=job-1, state=DONE], semaphore=ExecutionSemaphore@dcf1c4e[permitOwners=[JobFutureTask@476470[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@12590fd5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@53f504b2[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@dcf1c4e[permitOwners=[JobFutureTask@476470[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@12590fd5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@53f504b2[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,441 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1df9e72[job=job-1, state=DONE], semaphore=ExecutionSemaphore@324754d0[permitOwners=[JobFutureTask@7a74da6f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1df9e72[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@762bdb37[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@324754d0[permitOwners=[JobFutureTask@7a74da6f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1df9e72[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@762bdb37[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,444 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@310d9a8a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@d01f075[permitOwners=[JobFutureTask@6d768966[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@310d9a8a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@452c159c[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@d01f075[permitOwners=[JobFutureTask@6d768966[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@310d9a8a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@452c159c[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,447 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@31d69d57[job=job-1, state=DONE], semaphore=ExecutionSemaphore@52740b31[permitOwners=[JobFutureTask@68320fb2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@31d69d57[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4d1777dd[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@52740b31[permitOwners=[JobFutureTask@68320fb2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@31d69d57[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4d1777dd[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,450 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@301854cf[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2e27852e[permitOwners=[JobFutureTask@48af82e1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@301854cf[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3e70adb6[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2e27852e[permitOwners=[JobFutureTask@48af82e1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@301854cf[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3e70adb6[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,453 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@737ac227[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7aa05728[permitOwners=[JobFutureTask@4776fe23[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@737ac227[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7c50e666[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7aa05728[permitOwners=[JobFutureTask@4776fe23[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@737ac227[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7c50e666[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,456 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@6a9c1069[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5a1bff3e[permitOwners=[JobFutureTask@1a6b7cff[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6a9c1069[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6173ca02[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5a1bff3e[permitOwners=[JobFutureTask@1a6b7cff[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6a9c1069[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6173ca02[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,459 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@302d7e7c[job=job-1, state=DONE], semaphore=ExecutionSemaphore@525cb2f[permitOwners=[JobFutureTask@71e06002[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@302d7e7c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@e3c87e6[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@525cb2f[permitOwners=[JobFutureTask@71e06002[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@302d7e7c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@e3c87e6[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,462 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2e8a7e86[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2f43a55f[permitOwners=[JobFutureTask@5c98eb25[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2e8a7e86[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@367144e7[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2f43a55f[permitOwners=[JobFutureTask@5c98eb25[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2e8a7e86[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@367144e7[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,506 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@477764f2[job=job-1, state=DONE], semaphore=ExecutionSemaphore@777a6539[permitOwners=[JobFutureTask@5cad7efa[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@477764f2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@60474ff4[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@777a6539[permitOwners=[JobFutureTask@5cad7efa[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@477764f2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@60474ff4[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,510 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@33f190bc[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2d436a9a[permitOwners=[JobFutureTask@699351d9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@33f190bc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@17269017[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2d436a9a[permitOwners=[JobFutureTask@699351d9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@33f190bc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@17269017[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,512 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@4fb58b77[job=job-1, state=DONE], semaphore=ExecutionSemaphore@f9b65e9[permitOwners=[JobFutureTask@3cdb16c1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4fb58b77[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1f5e8f65[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@f9b65e9[permitOwners=[JobFutureTask@3cdb16c1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4fb58b77[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1f5e8f65[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,515 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@78a490ba[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3f5f94e9[permitOwners=[JobFutureTask@1cadfc71[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@78a490ba[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@77e36d26[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3f5f94e9[permitOwners=[JobFutureTask@1cadfc71[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@78a490ba[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@77e36d26[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,517 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@7a124de0[job=job-1, state=DONE], semaphore=ExecutionSemaphore@65c12be7[permitOwners=[JobFutureTask@9af68a7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7a124de0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@65c9bee9[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@65c12be7[permitOwners=[JobFutureTask@9af68a7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7a124de0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@65c9bee9[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,520 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@522a3c6d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3ab87e33[permitOwners=[JobFutureTask@20b29cdf[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@522a3c6d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@82440d6[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3ab87e33[permitOwners=[JobFutureTask@20b29cdf[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@522a3c6d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@82440d6[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,523 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@49cf151f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4e96f8c3[permitOwners=[JobFutureTask@7daf3c9d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@49cf151f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@57a7f10e[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4e96f8c3[permitOwners=[JobFutureTask@7daf3c9d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@49cf151f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@57a7f10e[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,525 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@99c866[job=job-1, state=DONE], semaphore=ExecutionSemaphore@8634d66[permitOwners=[JobFutureTask@456573c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@99c866[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6c91e939[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@8634d66[permitOwners=[JobFutureTask@456573c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@99c866[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6c91e939[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,528 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@69a484c2[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6a611f85[permitOwners=[JobFutureTask@5f7dd17d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@69a484c2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3c46238a[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6a611f85[permitOwners=[JobFutureTask@5f7dd17d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@69a484c2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3c46238a[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,530 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@538ef6d4[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3e42f14a[permitOwners=[JobFutureTask@62c923e1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@538ef6d4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6f1e0641[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3e42f14a[permitOwners=[JobFutureTask@62c923e1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@538ef6d4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6f1e0641[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,532 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@5ac80203[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3e818b0d[permitOwners=[JobFutureTask@7135e490[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5ac80203[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6e06d8f9[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3e818b0d[permitOwners=[JobFutureTask@7135e490[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5ac80203[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6e06d8f9[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,535 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@29d77422[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7d79c2b7[permitOwners=[JobFutureTask@779814ec[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@29d77422[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2f81dbf6[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7d79c2b7[permitOwners=[JobFutureTask@779814ec[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@29d77422[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2f81dbf6[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,537 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@236c35d0[job=job-1, state=DONE], semaphore=ExecutionSemaphore@52f30129[permitOwners=[JobFutureTask@14646a25[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@236c35d0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@351b4d34[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@52f30129[permitOwners=[JobFutureTask@14646a25[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@236c35d0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@351b4d34[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,539 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@76e2861[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4c962cd[permitOwners=[JobFutureTask@30ec4feb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@76e2861[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5ff1d62f[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4c962cd[permitOwners=[JobFutureTask@30ec4feb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@76e2861[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5ff1d62f[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,541 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1ece1124[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2bdaab54[permitOwners=[JobFutureTask@4c0f8601[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1ece1124[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1d9e7101[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2bdaab54[permitOwners=[JobFutureTask@4c0f8601[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1ece1124[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1d9e7101[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,543 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3369a851[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1653074f[permitOwners=[JobFutureTask@3e61fb3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3369a851[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6d1e60b7[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1653074f[permitOwners=[JobFutureTask@3e61fb3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3369a851[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6d1e60b7[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,545 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@487fba79[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4925149d[permitOwners=[JobFutureTask@7bd73f42[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@487fba79[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6552f357[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4925149d[permitOwners=[JobFutureTask@7bd73f42[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@487fba79[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6552f357[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,547 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@333cea20[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3f326c6e[permitOwners=[JobFutureTask@71d3ee2a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@333cea20[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@369730c[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3f326c6e[permitOwners=[JobFutureTask@71d3ee2a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@333cea20[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@369730c[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,549 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@78fd3f10[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7bce3757[permitOwners=[JobFutureTask@16312c9b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@78fd3f10[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5e08cc42[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7bce3757[permitOwners=[JobFutureTask@16312c9b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@78fd3f10[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5e08cc42[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,551 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@463b74b6[job=job-1, state=DONE], semaphore=ExecutionSemaphore@ced6d45[permitOwners=[JobFutureTask@59f1cd1e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@463b74b6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@410370be[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@ced6d45[permitOwners=[JobFutureTask@59f1cd1e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@463b74b6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@410370be[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,553 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@752103b0[job=job-1, state=DONE], semaphore=ExecutionSemaphore@317e9b4e[permitOwners=[JobFutureTask@226fb937[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@752103b0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7833bb44[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@317e9b4e[permitOwners=[JobFutureTask@226fb937[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@752103b0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7833bb44[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,555 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@7f8c6b1a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@43fdb91f[permitOwners=[JobFutureTask@2075d3dd[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7f8c6b1a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@45f9b50c[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@43fdb91f[permitOwners=[JobFutureTask@2075d3dd[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7f8c6b1a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@45f9b50c[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,608 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3533ed89[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4f80063e[permitOwners=[JobFutureTask@3bd63bc9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3533ed89[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@338fb86a[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4f80063e[permitOwners=[JobFutureTask@3bd63bc9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3533ed89[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@338fb86a[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,611 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@6ccc2058[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4d1ab750[permitOwners=[JobFutureTask@664e467b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6ccc2058[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@284cee30[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4d1ab750[permitOwners=[JobFutureTask@664e467b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6ccc2058[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@284cee30[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,614 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2d2b3775[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2ee062af[permitOwners=[JobFutureTask@3942d135[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2d2b3775[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@76308543[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2ee062af[permitOwners=[JobFutureTask@3942d135[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2d2b3775[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@76308543[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,616 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@62329d78[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6167f381[permitOwners=[JobFutureTask@4dd63372[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@62329d78[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3f3ead16[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6167f381[permitOwners=[JobFutureTask@4dd63372[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@62329d78[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3f3ead16[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,618 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@6b6739e5[job=job-1, state=DONE], semaphore=ExecutionSemaphore@241e9cab[permitOwners=[JobFutureTask@1756da58[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6b6739e5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5dca93b9[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@241e9cab[permitOwners=[JobFutureTask@1756da58[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6b6739e5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5dca93b9[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,620 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@57536c4e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6873dad[permitOwners=[JobFutureTask@7676e8e6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@57536c4e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7fa8eaca[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6873dad[permitOwners=[JobFutureTask@7676e8e6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@57536c4e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7fa8eaca[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,622 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@789fe243[job=job-1, state=DONE], semaphore=ExecutionSemaphore@61ffc78d[permitOwners=[JobFutureTask@396f046e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@789fe243[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1295733[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@61ffc78d[permitOwners=[JobFutureTask@396f046e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@789fe243[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1295733[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,624 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@24af2bf7[job=job-1, state=DONE], semaphore=ExecutionSemaphore@289c4923[permitOwners=[JobFutureTask@65220778[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@24af2bf7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2ef95420[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@289c4923[permitOwners=[JobFutureTask@65220778[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@24af2bf7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2ef95420[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,626 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@7ab9dadb[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2e819c7a[permitOwners=[JobFutureTask@fd51b33[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7ab9dadb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6b6906bd[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2e819c7a[permitOwners=[JobFutureTask@fd51b33[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7ab9dadb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6b6906bd[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,628 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@5dced0a3[job=job-1, state=DONE], semaphore=ExecutionSemaphore@30a4db57[permitOwners=[JobFutureTask@7ae544aa[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5dced0a3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@599ae9a5[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@30a4db57[permitOwners=[JobFutureTask@7ae544aa[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5dced0a3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@599ae9a5[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,630 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@36a915fc[job=job-1, state=DONE], semaphore=ExecutionSemaphore@359761f[permitOwners=[JobFutureTask@66b9c797[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@36a915fc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6860cd24[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@359761f[permitOwners=[JobFutureTask@66b9c797[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@36a915fc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6860cd24[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,632 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@47a93150[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6e01cd39[permitOwners=[JobFutureTask@6f04c34d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@47a93150[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1e32a64[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6e01cd39[permitOwners=[JobFutureTask@6f04c34d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@47a93150[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1e32a64[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,634 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@388389d2[job=job-1, state=DONE], semaphore=ExecutionSemaphore@53f2491b[permitOwners=[JobFutureTask@71d43b24[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@388389d2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@69fc8f70[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@53f2491b[permitOwners=[JobFutureTask@71d43b24[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@388389d2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@69fc8f70[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,636 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@b123fb0[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5154ef01[permitOwners=[JobFutureTask@5bcf38ed[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@b123fb0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5645bbeb[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5154ef01[permitOwners=[JobFutureTask@5bcf38ed[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@b123fb0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5645bbeb[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,638 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3ccf34b1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4c2e2f47[permitOwners=[JobFutureTask@1ee56b95[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3ccf34b1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@65041141[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4c2e2f47[permitOwners=[JobFutureTask@1ee56b95[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3ccf34b1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@65041141[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,641 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@55e74824[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1b4b7159[permitOwners=[JobFutureTask@606b28ce[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@55e74824[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@25a0a39b[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1b4b7159[permitOwners=[JobFutureTask@606b28ce[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@55e74824[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@25a0a39b[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,643 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1e94d264[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6e6e08f4[permitOwners=[JobFutureTask@2700b420[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1e94d264[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@71c7720[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6e6e08f4[permitOwners=[JobFutureTask@2700b420[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1e94d264[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@71c7720[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,645 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@26f75615[job=job-1, state=DONE], semaphore=ExecutionSemaphore@da36f04[permitOwners=[JobFutureTask@474475f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@26f75615[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@60b59586[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@da36f04[permitOwners=[JobFutureTask@474475f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@26f75615[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@60b59586[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,647 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@27ff9d35[job=job-1, state=DONE], semaphore=ExecutionSemaphore@264f62a8[permitOwners=[JobFutureTask@117782a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@27ff9d35[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4dc2c42b[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@264f62a8[permitOwners=[JobFutureTask@117782a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@27ff9d35[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4dc2c42b[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,648 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@cac2e26[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6d2b138c[permitOwners=[JobFutureTask@36c0c1b1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@cac2e26[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6df8b8de[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6d2b138c[permitOwners=[JobFutureTask@36c0c1b1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@cac2e26[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6df8b8de[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,650 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@5f48f80b[job=job-1, state=DONE], semaphore=ExecutionSemaphore@67345deb[permitOwners=[JobFutureTask@6fb5671a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5f48f80b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@47a30c7a[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@67345deb[permitOwners=[JobFutureTask@6fb5671a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5f48f80b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@47a30c7a[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,652 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2cd3741c[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1b71d5cf[permitOwners=[JobFutureTask@681a5b2b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2cd3741c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@37055a8e[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1b71d5cf[permitOwners=[JobFutureTask@681a5b2b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2cd3741c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@37055a8e[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,708 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2e7d88cc[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5a5d125d[permitOwners=[JobFutureTask@14844d2b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2e7d88cc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@948b41f[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5a5d125d[permitOwners=[JobFutureTask@14844d2b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2e7d88cc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@948b41f[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,710 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1939537d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5bf0ae41[permitOwners=[JobFutureTask@2fe2a864[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1939537d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@634609cb[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5bf0ae41[permitOwners=[JobFutureTask@2fe2a864[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1939537d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@634609cb[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,712 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@6ff18147[job=job-1, state=DONE], semaphore=ExecutionSemaphore@446a984a[permitOwners=[JobFutureTask@556aa555[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6ff18147[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@631f662[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@446a984a[permitOwners=[JobFutureTask@556aa555[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6ff18147[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@631f662[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,714 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@5d695c82[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4dbd3174[permitOwners=[JobFutureTask@5d291a77[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5d695c82[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@54227556[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4dbd3174[permitOwners=[JobFutureTask@5d291a77[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5d695c82[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@54227556[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,716 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@75b21772[job=job-1, state=DONE], semaphore=ExecutionSemaphore@19ede84d[permitOwners=[JobFutureTask@605d5111[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@75b21772[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@27120089[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@19ede84d[permitOwners=[JobFutureTask@605d5111[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@75b21772[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@27120089[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,718 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@66a5e71c[job=job-1, state=DONE], semaphore=ExecutionSemaphore@783fec3c[permitOwners=[JobFutureTask@6c7af700[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@66a5e71c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5bdbb44e[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@783fec3c[permitOwners=[JobFutureTask@6c7af700[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@66a5e71c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5bdbb44e[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,720 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@5a42cb25[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5cf3259e[permitOwners=[JobFutureTask@61bbf59a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5a42cb25[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@67444427[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5cf3259e[permitOwners=[JobFutureTask@61bbf59a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5a42cb25[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@67444427[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,722 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@a3e173b[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6d758159[permitOwners=[JobFutureTask@349734c3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@a3e173b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@71372b0a[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6d758159[permitOwners=[JobFutureTask@349734c3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@a3e173b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@71372b0a[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,724 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@293d592[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6e8e1ba7[permitOwners=[JobFutureTask@f2fc82f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@293d592[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4708cdbb[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6e8e1ba7[permitOwners=[JobFutureTask@f2fc82f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@293d592[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4708cdbb[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,726 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@575a8153[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3329a810[permitOwners=[JobFutureTask@26c55527[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@575a8153[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@27213151[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3329a810[permitOwners=[JobFutureTask@26c55527[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@575a8153[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@27213151[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,728 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2018ac47[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7e3666f4[permitOwners=[JobFutureTask@2cf8b90e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2018ac47[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@27dae79[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7e3666f4[permitOwners=[JobFutureTask@2cf8b90e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2018ac47[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@27dae79[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,730 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1bdece08[job=job-1, state=DONE], semaphore=ExecutionSemaphore@173b1990[permitOwners=[JobFutureTask@720734b4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1bdece08[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1de642eb[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@173b1990[permitOwners=[JobFutureTask@720734b4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1bdece08[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1de642eb[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,732 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@76be2a0[job=job-1, state=DONE], semaphore=ExecutionSemaphore@86f56ff[permitOwners=[JobFutureTask@4c02c46d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@76be2a0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@63dc261c[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@86f56ff[permitOwners=[JobFutureTask@4c02c46d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@76be2a0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@63dc261c[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,734 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@17053b65[job=job-1, state=DONE], semaphore=ExecutionSemaphore@10625947[permitOwners=[JobFutureTask@4d7ea444[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@17053b65[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4f109731[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@10625947[permitOwners=[JobFutureTask@4d7ea444[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@17053b65[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4f109731[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,735 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@23f7b3f2[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4d755db9[permitOwners=[JobFutureTask@1b937f4c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@23f7b3f2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@50f1da10[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4d755db9[permitOwners=[JobFutureTask@1b937f4c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@23f7b3f2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@50f1da10[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,737 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@685f36e1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@51dc7d5b[permitOwners=[JobFutureTask@68365db9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@685f36e1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@36c93bf5[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@51dc7d5b[permitOwners=[JobFutureTask@68365db9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@685f36e1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@36c93bf5[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,739 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1abb07a5[job=job-1, state=DONE], semaphore=ExecutionSemaphore@53b83493[permitOwners=[JobFutureTask@403a5ade[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1abb07a5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3f53c7bf[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@53b83493[permitOwners=[JobFutureTask@403a5ade[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1abb07a5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3f53c7bf[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,741 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@60486fcc[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2f4b3658[permitOwners=[JobFutureTask@72b625b1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@60486fcc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@53f97a67[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2f4b3658[permitOwners=[JobFutureTask@72b625b1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@60486fcc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@53f97a67[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,743 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3434ad52[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1ef4f9d6[permitOwners=[JobFutureTask@776c9dc8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3434ad52[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6fdeeb00[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1ef4f9d6[permitOwners=[JobFutureTask@776c9dc8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3434ad52[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6fdeeb00[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,745 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@65982755[job=job-1, state=DONE], semaphore=ExecutionSemaphore@60f34db8[permitOwners=[JobFutureTask@768964f3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@65982755[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6e9707c9[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@60f34db8[permitOwners=[JobFutureTask@768964f3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@65982755[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6e9707c9[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,747 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@4ddfbb0[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6c5e8c59[permitOwners=[JobFutureTask@394ea924[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4ddfbb0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6fb1488b[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6c5e8c59[permitOwners=[JobFutureTask@394ea924[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4ddfbb0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6fb1488b[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,749 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@7a6c3e3d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@62d99880[permitOwners=[JobFutureTask@3627bfdd[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7a6c3e3d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@53375c82[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@62d99880[permitOwners=[JobFutureTask@3627bfdd[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7a6c3e3d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@53375c82[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,750 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@63235cba[job=job-1, state=DONE], semaphore=ExecutionSemaphore@ba18cfe[permitOwners=[JobFutureTask@68f1de54[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@63235cba[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@14b4c84[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@ba18cfe[permitOwners=[JobFutureTask@68f1de54[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@63235cba[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@14b4c84[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,752 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@28c35bc1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@505d0725[permitOwners=[JobFutureTask@4e2623f3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@28c35bc1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@155279df[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@505d0725[permitOwners=[JobFutureTask@4e2623f3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@28c35bc1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@155279df[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,754 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@166e586c[job=job-1, state=DONE], semaphore=ExecutionSemaphore@192f3db5[permitOwners=[JobFutureTask@69a8d8e9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@166e586c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6f32d882[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@192f3db5[permitOwners=[JobFutureTask@69a8d8e9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@166e586c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6f32d882[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,756 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2705389d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@26521280[permitOwners=[JobFutureTask@8c5d304[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2705389d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@714aec56[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@26521280[permitOwners=[JobFutureTask@8c5d304[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2705389d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@714aec56[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,807 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@59c2bd46[job=job-1, state=DONE], semaphore=ExecutionSemaphore@20ac5d0f[permitOwners=[JobFutureTask@7fb91889[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@59c2bd46[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@59b76374[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@20ac5d0f[permitOwners=[JobFutureTask@7fb91889[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@59c2bd46[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@59b76374[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,809 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2f538d73[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5cb6057f[permitOwners=[JobFutureTask@1899b540[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2f538d73[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7ad7d9e4[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5cb6057f[permitOwners=[JobFutureTask@1899b540[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2f538d73[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7ad7d9e4[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,811 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1317aac1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@38082107[permitOwners=[JobFutureTask@46f13e56[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1317aac1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2add795[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@38082107[permitOwners=[JobFutureTask@46f13e56[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1317aac1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2add795[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,813 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@68070e79[job=job-1, state=DONE], semaphore=ExecutionSemaphore@72058bf1[permitOwners=[JobFutureTask@27cb8ea1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@68070e79[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4bb6f4b2[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@72058bf1[permitOwners=[JobFutureTask@27cb8ea1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@68070e79[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4bb6f4b2[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,814 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1ad55daf[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3fc98c84[permitOwners=[JobFutureTask@619076d2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1ad55daf[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1dff0d36[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3fc98c84[permitOwners=[JobFutureTask@619076d2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1ad55daf[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1dff0d36[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,816 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@68f1ddd4[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4a59debb[permitOwners=[JobFutureTask@a3510fe[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@68f1ddd4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6f462a33[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4a59debb[permitOwners=[JobFutureTask@a3510fe[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@68f1ddd4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6f462a33[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,818 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1f8a3ade[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5febcc5d[permitOwners=[JobFutureTask@3d1a6b31[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1f8a3ade[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6353c913[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5febcc5d[permitOwners=[JobFutureTask@3d1a6b31[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1f8a3ade[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6353c913[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,820 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@4e6b95b4[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7c291362[permitOwners=[JobFutureTask@20c63cab[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4e6b95b4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5d2062f1[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7c291362[permitOwners=[JobFutureTask@20c63cab[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4e6b95b4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5d2062f1[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,821 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@75897b1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1deda68a[permitOwners=[JobFutureTask@16eac095[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@75897b1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@48831f53[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1deda68a[permitOwners=[JobFutureTask@16eac095[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@75897b1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@48831f53[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,823 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@7debbddb[job=job-1, state=DONE], semaphore=ExecutionSemaphore@10587c65[permitOwners=[JobFutureTask@3d45249b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7debbddb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6d6ccde7[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@10587c65[permitOwners=[JobFutureTask@3d45249b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7debbddb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6d6ccde7[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,825 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@19d5cfd6[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6414bc29[permitOwners=[JobFutureTask@d20418b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@19d5cfd6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6a8b63d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6414bc29[permitOwners=[JobFutureTask@d20418b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@19d5cfd6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6a8b63d[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,827 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@dbadfdb[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4edc379c[permitOwners=[JobFutureTask@299ebfe[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@dbadfdb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4143acce[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4edc379c[permitOwners=[JobFutureTask@299ebfe[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@dbadfdb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4143acce[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,828 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@109115d1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@174aa183[permitOwners=[JobFutureTask@5d9aca26[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@109115d1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1632887[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@174aa183[permitOwners=[JobFutureTask@5d9aca26[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@109115d1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1632887[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,830 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2008c7b1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4a7494fa[permitOwners=[JobFutureTask@2bc8f26c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2008c7b1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@33f7c082[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4a7494fa[permitOwners=[JobFutureTask@2bc8f26c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2008c7b1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@33f7c082[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,832 INFO  [scout-model-thread-23] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@165fa8d9[job=job-1, state=DONE], semaphore=ExecutionSemaphore@16c20e13[permitOwners=[JobFutureTask@7a6873ec[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@165fa8d9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@77164ff3[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@16c20e13[permitOwners=[JobFutureTask@7a6873ec[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@165fa8d9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@77164ff3[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:14 2020-03-01 23:14:14,834 INFO  [scout-model-thread-24] org.eclipse.scout.rt.platform.job.internal.BlockingCondition - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@a9fb54f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7ef22cd5[permitOwners=[JobFutureTask@33d140e3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@a9fb54f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@767df8bd[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:14:14 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7ef22cd5[permitOwners=[JobFutureTask@33d140e3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@a9fb54f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@767df8bd[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:14:14 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:14 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:14 	at java.lang.Thread.run(Thread.java:748)
18:14:14 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:15 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.616 sec - in org.eclipse.scout.rt.client.job.MutualExclusionTest
18:14:15 Running org.eclipse.scout.rt.client.job.MultipleSessionTest
18:14:15 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.job.MultipleSessionTest
18:14:15 Running org.eclipse.scout.rt.client.job.ModelJobsTest
18:14:15 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.job.ModelJobsTest
18:14:15 Running org.eclipse.scout.rt.client.job.ModelJobValidatorTest
18:14:15 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.job.ModelJobValidatorTest
18:14:15 Running org.eclipse.scout.rt.client.job.ModelJobTest
18:14:15 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.job.ModelJobTest
18:14:15 Running org.eclipse.scout.rt.client.job.JobListenerBlockedFutureTest
18:14:18 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.109 sec - in org.eclipse.scout.rt.client.job.JobListenerBlockedFutureTest
18:14:18 Running org.eclipse.scout.rt.client.extension.ui.wizard.MoveWizardStepTest
18:14:18 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.client.extension.ui.wizard.MoveWizardStepTest
18:14:18 Running org.eclipse.scout.rt.client.extension.ui.outline.pages.TablePageExtensionTest
18:14:18 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.eclipse.scout.rt.client.extension.ui.outline.pages.TablePageExtensionTest
18:14:18 Running org.eclipse.scout.rt.client.extension.ui.outline.desktop.DesktopMoveOutlinesTest
18:14:18 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.extension.ui.outline.desktop.DesktopMoveOutlinesTest
18:14:18 Running org.eclipse.scout.rt.client.extension.ui.form.fields.SubScopeExtensionTest
18:14:18 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.SubScopeExtensionTest
18:14:18 Running org.eclipse.scout.rt.client.extension.ui.form.fields.MultipeChainCallsTest
18:14:18 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.MultipeChainCallsTest
18:14:18 Running org.eclipse.scout.rt.client.extension.ui.form.fields.FieldExtensionTest
18:14:18 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.FieldExtensionTest
18:14:18 Running org.eclipse.scout.rt.client.extension.ui.form.fields.ExtendAbstractStringFieldTest
18:14:18 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.ExtendAbstractStringFieldTest
18:14:18 Running org.eclipse.scout.rt.client.extension.ui.form.fields.ExecMethodExtensionTest
18:14:18 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.ExecMethodExtensionTest
18:14:18 Running org.eclipse.scout.rt.client.extension.ui.form.MoveFormFieldTest
18:14:18 Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec - in org.eclipse.scout.rt.client.extension.ui.form.MoveFormFieldTest
18:14:18 Running org.eclipse.scout.rt.client.extension.ui.form.InjectAndReplaceFormExtensionTest
18:14:18 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.eclipse.scout.rt.client.extension.ui.form.InjectAndReplaceFormExtensionTest
18:14:18 Running org.eclipse.scout.rt.client.extension.ui.form.ExtendFormWithDeepLinkingTest
18:14:18 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.eclipse.scout.rt.client.extension.ui.form.ExtendFormWithDeepLinkingTest
18:14:18 Running org.eclipse.scout.rt.client.extension.ui.form.ExtendFormHandlerTest
18:14:18 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.extension.ui.form.ExtendFormHandlerTest
18:14:18 Running org.eclipse.scout.rt.client.extension.ui.desktop.DesktopExtensionTest
18:14:18 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.client.extension.ui.desktop.DesktopExtensionTest
18:14:18 Running org.eclipse.scout.rt.client.extension.ui.basic.table.TableMoveColumnsTest
18:14:18 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.extension.ui.basic.table.TableMoveColumnsTest
18:14:18 Running org.eclipse.scout.rt.client.extension.ui.basic.table.TableExtensionTest
18:14:18 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.client.extension.ui.basic.table.TableExtensionTest
18:14:18 Running org.eclipse.scout.rt.client.extension.ui.action.tree.MoveActionNodeTest
18:14:18 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.client.extension.ui.action.tree.MoveActionNodeTest
18:14:18 Running org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandlerTest
18:14:18 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandlerTest
18:14:18 Running org.eclipse.scout.rt.client.deeplink.DeepLinksTest
18:14:18 2020-03-01 23:14:18,451 INFO  [main] org.eclipse.scout.rt.client.deeplink.DeepLinks - Registered 2 deep-link handlers:
18:14:18 - org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandler@c8b20e3
18:14:18 - org.eclipse.scout.rt.client.deeplink.FooBarDeepLinkHandler@1e9be192 - MDC[]
18:14:18 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.deeplink.DeepLinksTest
18:14:18 Running org.eclipse.scout.rt.client.context.ClientRunContextTest
18:14:18 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.context.ClientRunContextTest
18:14:18 Running org.eclipse.scout.rt.client.context.ClientRunContextChainTest
18:14:18 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.context.ClientRunContextChainTest
18:14:18 Running org.eclipse.scout.rt.client.clientnotification.ClientSessionRegistryTest
18:14:18 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.clientnotification.ClientSessionRegistryTest
18:14:18 Running org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandlerTest
18:14:18 2020-03-01 23:14:18,469 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
18:14:18 2020-03-01 23:14:18,471 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
18:14:18 2020-03-01 23:14:18,472 WARN  [main] org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandler - Auto fallback removal of session listener due to stopped session. This must be done explicitly by the one that registered the listener: Mock for INotificationListener, hashCode: 783294898 - MDC[]
18:14:18 2020-03-01 23:14:18,473 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
18:14:18 2020-03-01 23:14:18,475 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
18:14:18 2020-03-01 23:14:18,475 WARN  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[jobName=org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandlerTest$4]
18:14:18 2020-03-01 23:14:18,476 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
18:14:18 2020-03-01 23:14:18,477 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
18:14:18 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandlerTest
18:14:18 Running org.eclipse.scout.rt.client.cache.ClientCacheTest
18:14:18 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.cache.ClientCacheTest
18:14:18 Running org.eclipse.scout.rt.client.TunnelToServerTest
18:14:18 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.TunnelToServerTest
18:14:18 Running org.eclipse.scout.rt.client.MultiSessionCookieStoreTest
18:14:18 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.eclipse.scout.rt.client.MultiSessionCookieStoreTest
18:14:18 Running org.eclipse.scout.rt.client.ClientSessionTest
18:14:18 2020-03-01 23:14:18,512 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:14:18 2020-03-01 23:14:18,521 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:14:18 2020-03-01 23:14:18,522 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 4 code type classes registered. - MDC[]
18:14:18 2020-03-01 23:14:18,522 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:14:18 2020-03-01 23:14:18,529 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3dcb3b6d[id = 49bdd021-6bc3-4b9e-9fbb-73535bc01037], user=default] - MDC[jobName=Starting ClientSession [sessionId=49bdd021-6bc3-4b9e-9fbb-73535bc01037]]
18:14:18 2020-03-01 23:14:18,534 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3dcb3b6d[id = 49bdd021-6bc3-4b9e-9fbb-73535bc01037], user=default] - MDC[]
18:14:18 2020-03-01 23:14:18,535 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:14:18 2020-03-01 23:14:18,541 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:14:18 2020-03-01 23:14:18,542 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 4 code type classes registered. - MDC[]
18:14:18 2020-03-01 23:14:18,542 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:14:18 2020-03-01 23:14:18,548 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@300e114a[id = 4c380580-cbe4-419f-a4f2-4bd2e73559e3], user=default] - MDC[jobName=Starting ClientSession [sessionId=4c380580-cbe4-419f-a4f2-4bd2e73559e3]]
18:14:18 2020-03-01 23:14:18,553 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@300e114a[id = 4c380580-cbe4-419f-a4f2-4bd2e73559e3], user=default] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$4]
18:14:18 2020-03-01 23:14:18,554 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:14:18 2020-03-01 23:14:18,559 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:14:18 2020-03-01 23:14:18,559 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 4 code type classes registered. - MDC[]
18:14:18 2020-03-01 23:14:18,559 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:14:18 2020-03-01 23:14:18,565 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4f019ddf[id = f476a64a-941e-42c5-a622-4abfb3d6ef9b], user=default] - MDC[jobName=Starting ClientSession [sessionId=f476a64a-941e-42c5-a622-4abfb3d6ef9b]]
18:14:19 2020-03-01 23:14:19,571 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4f019ddf[id = f476a64a-941e-42c5-a622-4abfb3d6ef9b], user=default] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$7]
18:14:19 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.061 sec - in org.eclipse.scout.rt.client.ClientSessionTest
18:14:19 Running org.eclipse.scout.rt.client.ClientSessionDisposeTest
18:14:19 2020-03-01 23:14:19,578 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6ad103f1[id = ba80a038-ee99-4487-a003-69ab3a8db1cc], user=default] - MDC[jobName=Starting ClientSession [sessionId=ba80a038-ee99-4487-a003-69ab3a8db1cc]]
18:14:19 2020-03-01 23:14:19,579 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6ad103f1[id = ba80a038-ee99-4487-a003-69ab3a8db1cc], user=default] - MDC[]
18:14:20 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.112 sec - in org.eclipse.scout.rt.client.ClientSessionDisposeTest
18:14:20 Running org.eclipse.scout.rt.client.ClientJobCancelTest
18:14:20 Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ClientJobCancelTest
18:14:20 
18:14:20 Results :
18:14:20 
18:14:20 Tests run: 1230, Failures: 0, Errors: 0, Skipped: 2
18:14:20 
18:14:20 [INFO] 
18:14:20 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.client.test ---
18:14:20 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT.jar
18:14:20 [INFO] 
18:14:20 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.client.test ---
18:14:20 [INFO] 
18:14:20 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.client.test ---
18:14:20 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-tests.jar
18:14:21 [INFO] 
18:14:21 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client.test ---
18:14:21 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-sources.jar
18:14:21 [INFO] 
18:14:21 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client.test ---
18:14:21 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-test-sources.jar
18:14:21 [INFO] 
18:14:21 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.client.test ---
18:14:21 [INFO] Skipping duplicate-finder execution!
18:14:21 [INFO] 
18:14:21 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.client.test ---
18:14:21 [INFO] Signature checking is skipped.
18:14:21 [INFO] 
18:14:21 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.client.test ---
18:14:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT.jar
18:14:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT.pom
18:14:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-tests.jar
18:14:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-sources.jar
18:14:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-6.0.300-SNAPSHOT-test-sources.jar
18:14:21 [INFO] 
18:14:21 [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client >--------
18:14:21 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client 6.0.300-SNAPSHOT [19/30]
18:14:21 [INFO] --------------------------------[ jar ]---------------------------------
18:14:21 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-swing/1.7/batik-swing-1.7.pom
18:14:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-swing/1.7/batik-swing-1.7.pom
18:14:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-swing/1.7/batik-swing-1.7.pom
18:14:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-swing/1.7/batik-swing-1.7.pom
18:14:21 Progress (1): 4.1 kB
Progress (1): 4.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-swing/1.7/batik-swing-1.7.pom (4.7 kB at 38 kB/s)
18:14:21 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.pom
18:14:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.pom
18:14:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.pom
18:14:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.pom
18:14:23 Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.pom (3.2 kB at 31 kB/s)
18:14:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.pom
18:14:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.pom
18:14:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.pom
18:14:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.pom
18:14:23 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.pom (3.0 kB at 63 kB/s)
18:14:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.pom
18:14:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.pom
18:14:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.pom
18:14:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.pom
18:14:24 Progress (1): 4.1 kB
Progress (1): 5.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.pom (5.2 kB at 105 kB/s)
18:14:24 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.pom
18:14:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.pom
18:14:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.pom
18:14:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.pom
18:14:24 Progress (1): 4.1 kB
Progress (1): 4.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.pom (4.3 kB at 76 kB/s)
18:14:24 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.pom
18:14:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.pom
18:14:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.pom
18:14:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.pom
18:14:24 Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.pom (4.1 kB at 54 kB/s)
18:14:24 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.pom
18:14:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.pom
18:14:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.pom
18:14:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.pom
18:14:25 Progress (1): 3.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.pom (3.6 kB at 61 kB/s)
18:14:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.pom
18:14:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.pom
18:14:25 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.pom
18:14:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.pom
18:14:25 Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.pom (3.2 kB at 48 kB/s)
18:14:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom
18:14:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom
18:14:25 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom
18:14:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom
18:14:26 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom (1.8 kB at 32 kB/s)
18:14:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.pom
18:14:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.pom
18:14:26 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.pom
18:14:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.pom
18:14:26 Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.pom (3.2 kB at 44 kB/s)
18:14:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xalan/xalan/2.7.0/xalan-2.7.0.pom
18:14:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xalan/xalan/2.7.0/xalan-2.7.0.pom
18:14:26 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xalan/xalan/2.7.0/xalan-2.7.0.pom
18:14:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.0/xalan-2.7.0.pom
18:14:26 Progress (1): 491 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.0/xalan-2.7.0.pom (491 B at 6.0 kB/s)
18:14:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.pom
18:14:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.pom
18:14:26 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.pom
18:14:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.pom
18:14:27 Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.pom (3.5 kB at 80 kB/s)
18:14:27 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.pom
18:14:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.pom
18:14:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.pom
18:14:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.pom
18:14:28 Progress (1): 4.1 kB
Progress (1): 4.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.pom (4.4 kB at 7.0 kB/s)
18:14:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.pom
18:14:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.pom
18:14:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.pom
18:14:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.pom
18:14:28 Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.pom (3.7 kB at 62 kB/s)
18:14:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.pom
18:14:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.pom
18:14:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.pom
18:14:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.pom
18:14:29 Progress (1): 4.1 kB
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.pom (4.1 kB at 70 kB/s)
18:14:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-gui-util/1.7/batik-gui-util-1.7.pom
18:14:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-gui-util/1.7/batik-gui-util-1.7.pom
18:14:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-gui-util/1.7/batik-gui-util-1.7.pom
18:14:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gui-util/1.7/batik-gui-util-1.7.pom
18:14:29 Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gui-util/1.7/batik-gui-util-1.7.pom (3.2 kB at 49 kB/s)
18:14:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-swing/1.7/batik-swing-1.7.jar
18:14:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.jar
18:14:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.jar
18:14:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.jar
18:14:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.jar
18:14:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.jar
18:14:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.jar
18:14:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xalan/xalan/2.7.0/xalan-2.7.0.jar
18:14:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar
18:14:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.jar
18:14:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar
18:14:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-gui-util/1.7/batik-gui-util-1.7.jar
18:14:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.jar
18:14:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.jar
18:14:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar
18:14:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar
18:14:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-swing/1.7/batik-swing-1.7.jar
18:14:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.jar
18:14:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.jar
18:14:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.jar
18:14:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.jar
18:14:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.jar
18:14:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.jar
18:14:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xalan/xalan/2.7.0/xalan-2.7.0.jar
18:14:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar
18:14:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.jar
18:14:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar
18:14:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-gui-util/1.7/batik-gui-util-1.7.jar
18:14:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.jar
18:14:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.jar
18:14:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar
18:14:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar
18:14:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-swing/1.7/batik-swing-1.7.jar
18:14:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.jar
18:14:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.jar
18:14:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.jar
18:14:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.jar
18:14:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.jar
18:14:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.jar
18:14:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xalan/xalan/2.7.0/xalan-2.7.0.jar
18:14:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar
18:14:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.jar
18:14:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar
18:14:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-gui-util/1.7/batik-gui-util-1.7.jar
18:14:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.jar
18:14:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.jar
18:14:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar
18:14:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar
18:14:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-swing/1.7/batik-swing-1.7.jar
18:14:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.jar
18:14:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.jar
18:14:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.jar
18:14:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.jar
18:14:30 Progress (1): 4.1/73 kB
Progress (1): 7.7/73 kB
Progress (1): 12/73 kB 
Progress (1): 16/73 kB
Progress (2): 16/73 kB | 4.1/186 kB
Progress (2): 16/73 kB | 7.7/186 kB
Progress (2): 20/73 kB | 7.7/186 kB
Progress (2): 20/73 kB | 12/186 kB 
Progress (2): 24/73 kB | 12/186 kB
Progress (2): 24/73 kB | 16/186 kB
Progress (2): 28/73 kB | 16/186 kB
Progress (2): 32/73 kB | 16/186 kB
Progress (2): 32/73 kB | 20/186 kB
Progress (2): 32/73 kB | 24/186 kB
Progress (2): 36/73 kB | 24/186 kB
Progress (3): 36/73 kB | 24/186 kB | 4.1/95 kB
Progress (3): 40/73 kB | 24/186 kB | 4.1/95 kB
Progress (3): 40/73 kB | 28/186 kB | 4.1/95 kB
Progress (3): 45/73 kB | 28/186 kB | 4.1/95 kB
Progress (3): 45/73 kB | 28/186 kB | 7.7/95 kB
Progress (3): 49/73 kB | 28/186 kB | 7.7/95 kB
Progress (3): 49/73 kB | 32/186 kB | 7.7/95 kB
Progress (3): 49/73 kB | 32/186 kB | 12/95 kB 
Progress (3): 49/73 kB | 32/186 kB | 16/95 kB
Progress (3): 53/73 kB | 32/186 kB | 16/95 kB
Progress (3): 53/73 kB | 36/186 kB | 16/95 kB
Progress (3): 57/73 kB | 36/186 kB | 16/95 kB
Progress (3): 57/73 kB | 40/186 kB | 16/95 kB
Progress (3): 61/73 kB | 40/186 kB | 16/95 kB
Progress (3): 61/73 kB | 45/186 kB | 16/95 kB
Progress (3): 61/73 kB | 45/186 kB | 20/95 kB
Progress (3): 61/73 kB | 49/186 kB | 20/95 kB
Progress (3): 65/73 kB | 49/186 kB | 20/95 kB
Progress (3): 65/73 kB | 49/186 kB | 24/95 kB
Progress (3): 65/73 kB | 49/186 kB | 28/95 kB
Progress (3): 69/73 kB | 49/186 kB | 28/95 kB
Progress (3): 69/73 kB | 49/186 kB | 32/95 kB
Progress (3): 69/73 kB | 53/186 kB | 32/95 kB
Progress (3): 73 kB | 53/186 kB | 32/95 kB   
Progress (3): 73 kB | 57/186 kB | 32/95 kB
Progress (3): 73 kB | 61/186 kB | 32/95 kB
Progress (3): 73 kB | 65/186 kB | 32/95 kB
Progress (3): 73 kB | 65/186 kB | 36/95 kB
Progress (3): 73 kB | 65/186 kB | 40/95 kB
Progress (3): 73 kB | 69/186 kB | 40/95 kB
Progress (3): 73 kB | 69/186 kB | 45/95 kB
Progress (3): 73 kB | 73/186 kB | 45/95 kB
Progress (3): 73 kB | 73/186 kB | 49/95 kB
Progress (3): 73 kB | 77/186 kB | 49/95 kB
Progress (3): 73 kB | 81/186 kB | 49/95 kB
Progress (3): 73 kB | 85/186 kB | 49/95 kB
Progress (3): 73 kB | 85/186 kB | 53/95 kB
Progress (3): 73 kB | 90/186 kB | 53/95 kB
Progress (3): 73 kB | 90/186 kB | 57/95 kB
Progress (3): 73 kB | 94/186 kB | 57/95 kB
Progress (3): 73 kB | 94/186 kB | 61/95 kB
Progress (3): 73 kB | 98/186 kB | 61/95 kB
Progress (3): 73 kB | 98/186 kB | 65/95 kB
Progress (3): 73 kB | 102/186 kB | 65/95 kB
Progress (3): 73 kB | 106/186 kB | 65/95 kB
Progress (3): 73 kB | 110/186 kB | 65/95 kB
Progress (3): 73 kB | 114/186 kB | 65/95 kB
Progress (3): 73 kB | 114/186 kB | 69/95 kB
Progress (3): 73 kB | 114/186 kB | 73/95 kB
Progress (3): 73 kB | 114/186 kB | 77/95 kB
Progress (3): 73 kB | 114/186 kB | 81/95 kB
Progress (3): 73 kB | 118/186 kB | 81/95 kB
Progress (3): 73 kB | 122/186 kB | 81/95 kB
Progress (3): 73 kB | 126/186 kB | 81/95 kB
Progress (3): 73 kB | 131/186 kB | 81/95 kB
Progress (3): 73 kB | 131/186 kB | 85/95 kB
Progress (3): 73 kB | 131/186 kB | 90/95 kB
Progress (3): 73 kB | 135/186 kB | 90/95 kB
Progress (3): 73 kB | 135/186 kB | 94/95 kB
Progress (3): 73 kB | 139/186 kB | 94/95 kB
Progress (3): 73 kB | 139/186 kB | 95 kB   
Progress (3): 73 kB | 143/186 kB | 95 kB
Progress (3): 73 kB | 147/186 kB | 95 kB
Progress (3): 73 kB | 151/186 kB | 95 kB
Progress (3): 73 kB | 155/186 kB | 95 kB
Progress (3): 73 kB | 159/186 kB | 95 kB
Progress (3): 73 kB | 163/186 kB | 95 kB
Progress (3): 73 kB | 167/186 kB | 95 kB
Progress (3): 73 kB | 171/186 kB | 95 kB
Progress (3): 73 kB | 176/186 kB | 95 kB
Progress (3): 73 kB | 180/186 kB | 95 kB
Progress (3): 73 kB | 184/186 kB | 95 kB
Progress (3): 73 kB | 186 kB | 95 kB    
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.jar (73 kB at 620 kB/s)
18:14:30 Progress (3): 186 kB | 95 kB | 4.1/559 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.jar
18:14:30 Progress (3): 186 kB | 95 kB | 7.7/559 kB
Progress (3): 186 kB | 95 kB | 12/559 kB 
Progress (3): 186 kB | 95 kB | 16/559 kB
Progress (3): 186 kB | 95 kB | 20/559 kB
Progress (3): 186 kB | 95 kB | 24/559 kB
Progress (3): 186 kB | 95 kB | 28/559 kB
Progress (3): 186 kB | 95 kB | 32/559 kB
Progress (3): 186 kB | 95 kB | 36/559 kB
Progress (3): 186 kB | 95 kB | 40/559 kB
Progress (3): 186 kB | 95 kB | 45/559 kB
Progress (3): 186 kB | 95 kB | 49/559 kB
Progress (3): 186 kB | 95 kB | 53/559 kB
Progress (3): 186 kB | 95 kB | 57/559 kB
Progress (3): 186 kB | 95 kB | 61/559 kB
Progress (3): 186 kB | 95 kB | 65/559 kB
Progress (3): 186 kB | 95 kB | 69/559 kB
Progress (3): 186 kB | 95 kB | 73/559 kB
Progress (3): 186 kB | 95 kB | 77/559 kB
Progress (3): 186 kB | 95 kB | 81/559 kB
Progress (3): 186 kB | 95 kB | 85/559 kB
Progress (3): 186 kB | 95 kB | 90/559 kB
Progress (3): 186 kB | 95 kB | 94/559 kB
Progress (3): 186 kB | 95 kB | 98/559 kB
Progress (3): 186 kB | 95 kB | 102/559 kB
Progress (3): 186 kB | 95 kB | 106/559 kB
Progress (3): 186 kB | 95 kB | 110/559 kB
Progress (3): 186 kB | 95 kB | 114/559 kB
Progress (3): 186 kB | 95 kB | 118/559 kB
Progress (3): 186 kB | 95 kB | 122/559 kB
Progress (3): 186 kB | 95 kB | 126/559 kB
Progress (3): 186 kB | 95 kB | 131/559 kB
Progress (3): 186 kB | 95 kB | 135/559 kB
Progress (3): 186 kB | 95 kB | 139/559 kB
Progress (3): 186 kB | 95 kB | 143/559 kB
Progress (3): 186 kB | 95 kB | 147/559 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-swing/1.7/batik-swing-1.7.jar (186 kB at 1.5 MB/s)
18:14:30 Progress (2): 95 kB | 151/559 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.jar
18:14:30 Progress (2): 95 kB | 155/559 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.jar (95 kB at 739 kB/s)
18:14:30 Progress (1): 159/559 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.0/xalan-2.7.0.jar
18:14:31 Progress (1): 163/559 kB
Progress (1): 167/559 kB
Progress (1): 171/559 kB
Progress (1): 176/559 kB
Progress (1): 180/559 kB
Progress (1): 184/559 kB
Progress (1): 188/559 kB
Progress (1): 192/559 kB
Progress (1): 196/559 kB
Progress (2): 196/559 kB | 4.1/402 kB
Progress (2): 196/559 kB | 7.7/402 kB
Progress (2): 196/559 kB | 12/402 kB 
Progress (2): 196/559 kB | 16/402 kB
Progress (2): 200/559 kB | 16/402 kB
Progress (2): 204/559 kB | 16/402 kB
Progress (2): 208/559 kB | 16/402 kB
Progress (2): 212/559 kB | 16/402 kB
Progress (2): 212/559 kB | 20/402 kB
Progress (2): 212/559 kB | 24/402 kB
Progress (2): 212/559 kB | 28/402 kB
Progress (2): 212/559 kB | 32/402 kB
Progress (2): 217/559 kB | 32/402 kB
Progress (2): 221/559 kB | 32/402 kB
Progress (2): 225/559 kB | 32/402 kB
Progress (2): 225/559 kB | 36/402 kB
Progress (2): 225/559 kB | 40/402 kB
Progress (2): 229/559 kB | 40/402 kB
Progress (2): 229/559 kB | 45/402 kB
Progress (2): 229/559 kB | 49/402 kB
Progress (2): 233/559 kB | 49/402 kB
Progress (2): 237/559 kB | 49/402 kB
Progress (2): 237/559 kB | 53/402 kB
Progress (2): 241/559 kB | 53/402 kB
Progress (2): 241/559 kB | 57/402 kB
Progress (2): 245/559 kB | 57/402 kB
Progress (2): 245/559 kB | 61/402 kB
Progress (2): 245/559 kB | 65/402 kB
Progress (2): 249/559 kB | 65/402 kB
Progress (2): 249/559 kB | 69/402 kB
Progress (2): 253/559 kB | 69/402 kB
Progress (2): 253/559 kB | 73/402 kB
Progress (2): 258/559 kB | 73/402 kB
Progress (2): 258/559 kB | 77/402 kB
Progress (2): 262/559 kB | 77/402 kB
Progress (2): 262/559 kB | 81/402 kB
Progress (2): 266/559 kB | 81/402 kB
Progress (2): 266/559 kB | 85/402 kB
Progress (2): 270/559 kB | 85/402 kB
Progress (2): 270/559 kB | 90/402 kB
Progress (2): 274/559 kB | 90/402 kB
Progress (2): 274/559 kB | 94/402 kB
Progress (2): 278/559 kB | 94/402 kB
Progress (2): 278/559 kB | 98/402 kB
Progress (2): 282/559 kB | 98/402 kB
Progress (2): 282/559 kB | 102/402 kB
Progress (2): 286/559 kB | 102/402 kB
Progress (2): 286/559 kB | 106/402 kB
Progress (2): 290/559 kB | 106/402 kB
Progress (2): 290/559 kB | 110/402 kB
Progress (2): 294/559 kB | 110/402 kB
Progress (2): 294/559 kB | 114/402 kB
Progress (2): 298/559 kB | 114/402 kB
Progress (2): 298/559 kB | 118/402 kB
Progress (2): 303/559 kB | 118/402 kB
Progress (2): 303/559 kB | 122/402 kB
Progress (2): 307/559 kB | 122/402 kB
Progress (2): 307/559 kB | 126/402 kB
Progress (2): 311/559 kB | 126/402 kB
Progress (2): 311/559 kB | 131/402 kB
Progress (2): 311/559 kB | 135/402 kB
Progress (2): 315/559 kB | 135/402 kB
Progress (2): 315/559 kB | 139/402 kB
Progress (2): 319/559 kB | 139/402 kB
Progress (2): 319/559 kB | 143/402 kB
Progress (2): 323/559 kB | 143/402 kB
Progress (2): 323/559 kB | 147/402 kB
Progress (2): 327/559 kB | 147/402 kB
Progress (2): 327/559 kB | 151/402 kB
Progress (2): 327/559 kB | 155/402 kB
Progress (2): 331/559 kB | 155/402 kB
Progress (2): 331/559 kB | 159/402 kB
Progress (2): 335/559 kB | 159/402 kB
Progress (2): 335/559 kB | 163/402 kB
Progress (2): 339/559 kB | 163/402 kB
Progress (2): 344/559 kB | 163/402 kB
Progress (2): 344/559 kB | 167/402 kB
Progress (2): 344/559 kB | 171/402 kB
Progress (2): 348/559 kB | 171/402 kB
Progress (2): 348/559 kB | 176/402 kB
Progress (2): 352/559 kB | 176/402 kB
Progress (2): 352/559 kB | 180/402 kB
Progress (2): 356/559 kB | 180/402 kB
Progress (2): 360/559 kB | 180/402 kB
Progress (2): 360/559 kB | 184/402 kB
Progress (2): 360/559 kB | 188/402 kB
Progress (2): 364/559 kB | 188/402 kB
Progress (2): 364/559 kB | 192/402 kB
Progress (2): 368/559 kB | 192/402 kB
Progress (2): 368/559 kB | 196/402 kB
Progress (2): 372/559 kB | 196/402 kB
Progress (2): 376/559 kB | 196/402 kB
Progress (2): 376/559 kB | 200/402 kB
Progress (2): 376/559 kB | 204/402 kB
Progress (2): 380/559 kB | 204/402 kB
Progress (2): 380/559 kB | 208/402 kB
Progress (2): 384/559 kB | 208/402 kB
Progress (2): 384/559 kB | 212/402 kB
Progress (2): 389/559 kB | 212/402 kB
Progress (2): 393/559 kB | 212/402 kB
Progress (2): 393/559 kB | 217/402 kB
Progress (2): 393/559 kB | 221/402 kB
Progress (2): 397/559 kB | 221/402 kB
Progress (2): 397/559 kB | 225/402 kB
Progress (2): 401/559 kB | 225/402 kB
Progress (2): 401/559 kB | 229/402 kB
Progress (2): 405/559 kB | 229/402 kB
Progress (2): 409/559 kB | 229/402 kB
Progress (2): 409/559 kB | 233/402 kB
Progress (2): 409/559 kB | 237/402 kB
Progress (2): 413/559 kB | 237/402 kB
Progress (2): 413/559 kB | 241/402 kB
Progress (2): 417/559 kB | 241/402 kB
Progress (2): 417/559 kB | 245/402 kB
Progress (2): 421/559 kB | 245/402 kB
Progress (2): 425/559 kB | 245/402 kB
Progress (2): 425/559 kB | 249/402 kB
Progress (2): 425/559 kB | 253/402 kB
Progress (2): 425/559 kB | 258/402 kB
Progress (2): 430/559 kB | 258/402 kB
Progress (2): 430/559 kB | 262/402 kB
Progress (2): 434/559 kB | 262/402 kB
Progress (2): 438/559 kB | 262/402 kB
Progress (2): 442/559 kB | 262/402 kB
Progress (2): 442/559 kB | 266/402 kB
Progress (2): 442/559 kB | 270/402 kB
Progress (2): 442/559 kB | 274/402 kB
Progress (2): 446/559 kB | 274/402 kB
Progress (2): 446/559 kB | 278/402 kB
Progress (2): 450/559 kB | 278/402 kB
Progress (2): 454/559 kB | 278/402 kB
Progress (2): 458/559 kB | 278/402 kB
Progress (2): 458/559 kB | 282/402 kB
Progress (2): 458/559 kB | 286/402 kB
Progress (2): 458/559 kB | 290/402 kB
Progress (2): 462/559 kB | 290/402 kB
Progress (2): 462/559 kB | 294/402 kB
Progress (2): 466/559 kB | 294/402 kB
Progress (2): 471/559 kB | 294/402 kB
Progress (2): 475/559 kB | 294/402 kB
Progress (2): 475/559 kB | 298/402 kB
Progress (2): 475/559 kB | 303/402 kB
Progress (2): 475/559 kB | 307/402 kB
Progress (2): 479/559 kB | 307/402 kB
Progress (2): 479/559 kB | 311/402 kB
Progress (2): 483/559 kB | 311/402 kB
Progress (2): 487/559 kB | 311/402 kB
Progress (2): 491/559 kB | 311/402 kB
Progress (2): 491/559 kB | 315/402 kB
Progress (2): 491/559 kB | 319/402 kB
Progress (2): 491/559 kB | 323/402 kB
Progress (2): 495/559 kB | 323/402 kB
Progress (2): 495/559 kB | 327/402 kB
Progress (2): 499/559 kB | 327/402 kB
Progress (2): 503/559 kB | 327/402 kB
Progress (2): 507/559 kB | 327/402 kB
Progress (2): 507/559 kB | 331/402 kB
Progress (2): 507/559 kB | 335/402 kB
Progress (2): 507/559 kB | 339/402 kB
Progress (2): 511/559 kB | 339/402 kB
Progress (2): 511/559 kB | 344/402 kB
Progress (2): 516/559 kB | 344/402 kB
Progress (2): 520/559 kB | 344/402 kB
Progress (2): 524/559 kB | 344/402 kB
Progress (2): 524/559 kB | 348/402 kB
Progress (2): 524/559 kB | 352/402 kB
Progress (2): 524/559 kB | 356/402 kB
Progress (2): 528/559 kB | 356/402 kB
Progress (2): 528/559 kB | 360/402 kB
Progress (2): 532/559 kB | 360/402 kB
Progress (2): 536/559 kB | 360/402 kB
Progress (2): 540/559 kB | 360/402 kB
Progress (2): 544/559 kB | 360/402 kB
Progress (2): 548/559 kB | 360/402 kB
Progress (2): 552/559 kB | 360/402 kB
Progress (2): 557/559 kB | 360/402 kB
Progress (2): 559 kB | 360/402 kB    
Progress (3): 559 kB | 360/402 kB | 4.1/31 kB
Progress (3): 559 kB | 360/402 kB | 7.7/31 kB
Progress (3): 559 kB | 360/402 kB | 12/31 kB 
Progress (3): 559 kB | 360/402 kB | 16/31 kB
Progress (3): 559 kB | 360/402 kB | 20/31 kB
Progress (3): 559 kB | 360/402 kB | 24/31 kB
Progress (3): 559 kB | 364/402 kB | 24/31 kB
Progress (4): 559 kB | 364/402 kB | 24/31 kB | 0/2.7 MB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.jar (559 kB at 2.7 MB/s)
18:14:31 Progress (3): 368/402 kB | 24/31 kB | 0/2.7 MB
Progress (3): 368/402 kB | 28/31 kB | 0/2.7 MB
Progress (3): 372/402 kB | 28/31 kB | 0/2.7 MB
Progress (4): 372/402 kB | 28/31 kB | 0/2.7 MB | 4.1/61 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar
18:14:31 Progress (4): 372/402 kB | 28/31 kB | 0/2.7 MB | 7.7/61 kB
Progress (4): 376/402 kB | 28/31 kB | 0/2.7 MB | 7.7/61 kB
Progress (4): 376/402 kB | 28/31 kB | 0/2.7 MB | 7.7/61 kB
Progress (4): 376/402 kB | 31 kB | 0/2.7 MB | 7.7/61 kB   
Progress (4): 376/402 kB | 31 kB | 0/2.7 MB | 12/61 kB 
Progress (4): 376/402 kB | 31 kB | 0/2.7 MB | 16/61 kB
Progress (4): 380/402 kB | 31 kB | 0/2.7 MB | 16/61 kB
Progress (4): 384/402 kB | 31 kB | 0/2.7 MB | 16/61 kB
Progress (4): 384/402 kB | 31 kB | 0/2.7 MB | 16/61 kB
Progress (4): 389/402 kB | 31 kB | 0/2.7 MB | 16/61 kB
Progress (4): 393/402 kB | 31 kB | 0/2.7 MB | 16/61 kB
Progress (4): 393/402 kB | 31 kB | 0/2.7 MB | 20/61 kB
Progress (4): 393/402 kB | 31 kB | 0/2.7 MB | 24/61 kB
Progress (4): 393/402 kB | 31 kB | 0.1/2.7 MB | 24/61 kB
Progress (4): 397/402 kB | 31 kB | 0.1/2.7 MB | 24/61 kB
Progress (4): 397/402 kB | 31 kB | 0.1/2.7 MB | 28/61 kB
Progress (4): 401/402 kB | 31 kB | 0.1/2.7 MB | 28/61 kB
Progress (4): 401/402 kB | 31 kB | 0.1/2.7 MB | 32/61 kB
Progress (4): 402 kB | 31 kB | 0.1/2.7 MB | 32/61 kB    
Progress (4): 402 kB | 31 kB | 0.1/2.7 MB | 32/61 kB
Progress (4): 402 kB | 31 kB | 0.1/2.7 MB | 36/61 kB
Progress (4): 402 kB | 31 kB | 0.1/2.7 MB | 40/61 kB
Progress (4): 402 kB | 31 kB | 0.1/2.7 MB | 40/61 kB
Progress (4): 402 kB | 31 kB | 0.1/2.7 MB | 45/61 kB
Progress (4): 402 kB | 31 kB | 0.1/2.7 MB | 49/61 kB
Progress (4): 402 kB | 31 kB | 0.1/2.7 MB | 49/61 kB
Progress (4): 402 kB | 31 kB | 0.1/2.7 MB | 53/61 kB
Progress (4): 402 kB | 31 kB | 0.1/2.7 MB | 57/61 kB
Progress (4): 402 kB | 31 kB | 0.1/2.7 MB | 61 kB   
Progress (4): 402 kB | 31 kB | 0.1/2.7 MB | 61 kB
Progress (4): 402 kB | 31 kB | 0.1/2.7 MB | 61 kB
Progress (4): 402 kB | 31 kB | 0.2/2.7 MB | 61 kB
Progress (4): 402 kB | 31 kB | 0.2/2.7 MB | 61 kB
Progress (4): 402 kB | 31 kB | 0.2/2.7 MB | 61 kB
Progress (4): 402 kB | 31 kB | 0.2/2.7 MB | 61 kB
Progress (4): 402 kB | 31 kB | 0.2/2.7 MB | 61 kB
Progress (4): 402 kB | 31 kB | 0.2/2.7 MB | 61 kB
Progress (4): 402 kB | 31 kB | 0.3/2.7 MB | 61 kB
Progress (4): 402 kB | 31 kB | 0.3/2.7 MB | 61 kB
Progress (4): 402 kB | 31 kB | 0.3/2.7 MB | 61 kB
Progress (4): 402 kB | 31 kB | 0.3/2.7 MB | 61 kB
Progress (4): 402 kB | 31 kB | 0.3/2.7 MB | 61 kB
Progress (4): 402 kB | 31 kB | 0.3/2.7 MB | 61 kB
Progress (4): 402 kB | 31 kB | 0.4/2.7 MB | 61 kB
Progress (4): 402 kB | 31 kB | 0.4/2.7 MB | 61 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.jar (402 kB at 1.7 MB/s)
18:14:31 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.jar (61 kB at 262 kB/s)
18:14:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar
18:14:31 Progress (2): 31 kB | 0.4/2.7 MB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.jar
18:14:31 Progress (2): 31 kB | 0.4/2.7 MB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.jar (31 kB at 132 kB/s)
18:14:31 Progress (1): 0.4/2.7 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gui-util/1.7/batik-gui-util-1.7.jar
18:14:31 Progress (1): 0.4/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.5/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.6/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.7/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (2): 0.8/2.7 MB | 4.1/311 kB
Progress (2): 0.8/2.7 MB | 7.7/311 kB
Progress (2): 0.8/2.7 MB | 12/311 kB 
Progress (2): 0.8/2.7 MB | 16/311 kB
Progress (2): 0.8/2.7 MB | 16/311 kB
Progress (2): 0.8/2.7 MB | 20/311 kB
Progress (2): 0.8/2.7 MB | 24/311 kB
Progress (2): 0.8/2.7 MB | 28/311 kB
Progress (2): 0.8/2.7 MB | 32/311 kB
Progress (2): 0.8/2.7 MB | 32/311 kB
Progress (2): 0.8/2.7 MB | 36/311 kB
Progress (2): 0.8/2.7 MB | 40/311 kB
Progress (2): 0.8/2.7 MB | 40/311 kB
Progress (2): 0.8/2.7 MB | 45/311 kB
Progress (2): 0.8/2.7 MB | 49/311 kB
Progress (2): 0.9/2.7 MB | 49/311 kB
Progress (2): 0.9/2.7 MB | 53/311 kB
Progress (2): 0.9/2.7 MB | 57/311 kB
Progress (2): 0.9/2.7 MB | 61/311 kB
Progress (2): 0.9/2.7 MB | 65/311 kB
Progress (2): 0.9/2.7 MB | 65/311 kB
Progress (2): 0.9/2.7 MB | 69/311 kB
Progress (2): 0.9/2.7 MB | 73/311 kB
Progress (2): 0.9/2.7 MB | 77/311 kB
Progress (2): 0.9/2.7 MB | 81/311 kB
Progress (2): 0.9/2.7 MB | 81/311 kB
Progress (2): 0.9/2.7 MB | 85/311 kB
Progress (2): 0.9/2.7 MB | 90/311 kB
Progress (2): 0.9/2.7 MB | 90/311 kB
Progress (2): 0.9/2.7 MB | 94/311 kB
Progress (2): 0.9/2.7 MB | 98/311 kB
Progress (2): 0.9/2.7 MB | 98/311 kB
Progress (2): 0.9/2.7 MB | 102/311 kB
Progress (2): 0.9/2.7 MB | 106/311 kB
Progress (2): 0.9/2.7 MB | 110/311 kB
Progress (2): 0.9/2.7 MB | 114/311 kB
Progress (2): 0.9/2.7 MB | 114/311 kB
Progress (2): 0.9/2.7 MB | 118/311 kB
Progress (2): 0.9/2.7 MB | 122/311 kB
Progress (2): 0.9/2.7 MB | 126/311 kB
Progress (2): 0.9/2.7 MB | 131/311 kB
Progress (2): 0.9/2.7 MB | 131/311 kB
Progress (2): 0.9/2.7 MB | 135/311 kB
Progress (2): 0.9/2.7 MB | 139/311 kB
Progress (2): 0.9/2.7 MB | 143/311 kB
Progress (2): 1.0/2.7 MB | 143/311 kB
Progress (2): 1.0/2.7 MB | 147/311 kB
Progress (2): 1.0/2.7 MB | 151/311 kB
Progress (2): 1.0/2.7 MB | 151/311 kB
Progress (2): 1.0/2.7 MB | 155/311 kB
Progress (2): 1.0/2.7 MB | 159/311 kB
Progress (2): 1.0/2.7 MB | 163/311 kB
Progress (2): 1.0/2.7 MB | 163/311 kB
Progress (2): 1.0/2.7 MB | 167/311 kB
Progress (2): 1.0/2.7 MB | 171/311 kB
Progress (2): 1.0/2.7 MB | 171/311 kB
Progress (2): 1.0/2.7 MB | 176/311 kB
Progress (2): 1.0/2.7 MB | 180/311 kB
Progress (2): 1.0/2.7 MB | 184/311 kB
Progress (2): 1.0/2.7 MB | 184/311 kB
Progress (2): 1.0/2.7 MB | 188/311 kB
Progress (2): 1.0/2.7 MB | 192/311 kB
Progress (2): 1.0/2.7 MB | 196/311 kB
Progress (2): 1.0/2.7 MB | 196/311 kB
Progress (2): 1.0/2.7 MB | 200/311 kB
Progress (2): 1.0/2.7 MB | 204/311 kB
Progress (2): 1.0/2.7 MB | 208/311 kB
Progress (2): 1.0/2.7 MB | 212/311 kB
Progress (2): 1.1/2.7 MB | 212/311 kB
Progress (2): 1.1/2.7 MB | 217/311 kB
Progress (2): 1.1/2.7 MB | 221/311 kB
Progress (2): 1.1/2.7 MB | 225/311 kB
Progress (2): 1.1/2.7 MB | 229/311 kB
Progress (2): 1.1/2.7 MB | 229/311 kB
Progress (2): 1.1/2.7 MB | 233/311 kB
Progress (2): 1.1/2.7 MB | 237/311 kB
Progress (2): 1.1/2.7 MB | 241/311 kB
Progress (2): 1.1/2.7 MB | 245/311 kB
Progress (2): 1.1/2.7 MB | 245/311 kB
Progress (2): 1.1/2.7 MB | 249/311 kB
Progress (2): 1.1/2.7 MB | 253/311 kB
Progress (2): 1.1/2.7 MB | 258/311 kB
Progress (2): 1.1/2.7 MB | 262/311 kB
Progress (2): 1.1/2.7 MB | 262/311 kB
Progress (2): 1.1/2.7 MB | 266/311 kB
Progress (2): 1.1/2.7 MB | 270/311 kB
Progress (2): 1.1/2.7 MB | 274/311 kB
Progress (2): 1.1/2.7 MB | 274/311 kB
Progress (2): 1.1/2.7 MB | 278/311 kB
Progress (2): 1.1/2.7 MB | 282/311 kB
Progress (2): 1.1/2.7 MB | 286/311 kB
Progress (2): 1.1/2.7 MB | 286/311 kB
Progress (2): 1.1/2.7 MB | 290/311 kB
Progress (2): 1.1/2.7 MB | 294/311 kB
Progress (2): 1.2/2.7 MB | 294/311 kB
Progress (2): 1.2/2.7 MB | 298/311 kB
Progress (2): 1.2/2.7 MB | 303/311 kB
Progress (2): 1.2/2.7 MB | 307/311 kB
Progress (2): 1.2/2.7 MB | 311/311 kB
Progress (2): 1.2/2.7 MB | 311 kB    
Progress (2): 1.2/2.7 MB | 311 kB
Progress (2): 1.2/2.7 MB | 311 kB
Progress (3): 1.2/2.7 MB | 311 kB | 4.1/10 kB
Progress (3): 1.2/2.7 MB | 311 kB | 7.7/10 kB
Progress (3): 1.2/2.7 MB | 311 kB | 10 kB    
Progress (3): 1.2/2.7 MB | 311 kB | 10 kB
Progress (3): 1.2/2.7 MB | 311 kB | 10 kB
Progress (3): 1.2/2.7 MB | 311 kB | 10 kB
Progress (3): 1.3/2.7 MB | 311 kB | 10 kB
Progress (3): 1.3/2.7 MB | 311 kB | 10 kB
Progress (3): 1.3/2.7 MB | 311 kB | 10 kB
Progress (3): 1.3/2.7 MB | 311 kB | 10 kB
Progress (3): 1.3/2.7 MB | 311 kB | 10 kB
Progress (3): 1.3/2.7 MB | 311 kB | 10 kB
Progress (4): 1.3/2.7 MB | 311 kB | 10 kB | 4.1/174 kB
Progress (4): 1.3/2.7 MB | 311 kB | 10 kB | 7.7/174 kB
Progress (4): 1.4/2.7 MB | 311 kB | 10 kB | 7.7/174 kB
Progress (4): 1.4/2.7 MB | 311 kB | 10 kB | 12/174 kB 
Progress (4): 1.4/2.7 MB | 311 kB | 10 kB | 16/174 kB
Progress (4): 1.4/2.7 MB | 311 kB | 10 kB | 16/174 kB
Progress (4): 1.4/2.7 MB | 311 kB | 10 kB | 20/174 kB
Progress (4): 1.4/2.7 MB | 311 kB | 10 kB | 24/174 kB
Progress (4): 1.4/2.7 MB | 311 kB | 10 kB | 28/174 kB
Progress (4): 1.4/2.7 MB | 311 kB | 10 kB | 32/174 kB
Progress (4): 1.4/2.7 MB | 311 kB | 10 kB | 32/174 kB
Progress (4): 1.4/2.7 MB | 311 kB | 10 kB | 36/174 kB
Progress (4): 1.4/2.7 MB | 311 kB | 10 kB | 40/174 kB
Progress (4): 1.4/2.7 MB | 311 kB | 10 kB | 45/174 kB
Progress (4): 1.4/2.7 MB | 311 kB | 10 kB | 49/174 kB
Progress (4): 1.4/2.7 MB | 311 kB | 10 kB | 53/174 kB
Progress (4): 1.4/2.7 MB | 311 kB | 10 kB | 57/174 kB
Progress (4): 1.4/2.7 MB | 311 kB | 10 kB | 61/174 kB
Progress (4): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 4.1/170 kB
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 7.7/170 kB
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 12/170 kB 
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 16/170 kB
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 20/170 kB
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 24/170 kB
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 28/170 kB
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 28/170 kB
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 32/170 kB
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 36/170 kB
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 36/170 kB
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 40/170 kB
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 45/170 kB
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 49/170 kB
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 49/170 kB
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 53/170 kB
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 57/170 kB
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 61/170 kB
Progress (5): 1.4/2.7 MB | 311 kB | 10 kB | 65/174 kB | 65/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 65/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 69/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 73/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 73/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 77/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 81/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 81/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 85/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 90/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 94/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 98/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 98/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 102/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 106/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 110/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 114/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 114/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 118/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 122/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 122/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 126/170 kB
Progress (5): 1.5/2.7 MB | 311 kB | 10 kB | 65/174 kB | 131/170 kB
Progress (5): 1.6/2.7 MB | 311 kB | 10 kB | 65/174 kB | 131/170 kB
Progress (5): 1.6/2.7 MB | 311 kB | 10 kB | 65/174 kB | 135/170 kB
Progress (5): 1.6/2.7 MB | 311 kB | 10 kB | 65/174 kB | 139/170 kB
Progress (5): 1.6/2.7 MB | 311 kB | 10 kB | 65/174 kB | 143/170 kB
Progress (5): 1.6/2.7 MB | 311 kB | 10 kB | 65/174 kB | 147/170 kB
Progress (5): 1.6/2.7 MB | 311 kB | 10 kB | 65/174 kB | 147/170 kB
Progress (5): 1.6/2.7 MB | 311 kB | 10 kB | 65/174 kB | 151/170 kB
Progress (5): 1.6/2.7 MB | 311 kB | 10 kB | 65/174 kB | 155/170 kB
Progress (5): 1.6/2.7 MB | 311 kB | 10 kB | 65/174 kB | 159/170 kB
Progress (5): 1.6/2.7 MB | 311 kB | 10 kB | 65/174 kB | 159/170 kB
Progress (5): 1.6/2.7 MB | 311 kB | 10 kB | 65/174 kB | 163/170 kB
Progress (5): 1.6/2.7 MB | 311 kB | 10 kB | 65/174 kB | 167/170 kB
Progress (5): 1.6/2.7 MB | 311 kB | 10 kB | 65/174 kB | 170 kB    
Progress (5): 1.6/2.7 MB | 311 kB | 10 kB | 65/174 kB | 170 kB
Progress (5): 1.6/2.7 MB | 311 kB | 10 kB | 65/174 kB | 170 kB
Progress (5): 1.6/2.7 MB | 311 kB | 10 kB | 65/174 kB | 170 kB
Progress (5): 1.7/2.7 MB | 311 kB | 10 kB | 65/174 kB | 170 kB
Progress (5): 1.7/2.7 MB | 311 kB | 10 kB | 65/174 kB | 170 kB
Progress (5): 1.7/2.7 MB | 311 kB | 10 kB | 65/174 kB | 170 kB
Progress (5): 1.7/2.7 MB | 311 kB | 10 kB | 65/174 kB | 170 kB
Progress (5): 1.7/2.7 MB | 311 kB | 10 kB | 65/174 kB | 170 kB
Progress (5): 1.7/2.7 MB | 311 kB | 10 kB | 65/174 kB | 170 kB
Progress (5): 1.8/2.7 MB | 311 kB | 10 kB | 65/174 kB | 170 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gui-util/1.7/batik-gui-util-1.7.jar (170 kB at 527 kB/s)
18:14:31 Progress (4): 1.8/2.7 MB | 311 kB | 10 kB | 65/174 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.jar
18:14:31 Progress (4): 1.8/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 1.8/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 1.8/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 1.8/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 1.9/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 1.9/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 1.9/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 1.9/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 1.9/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 1.9/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 1.9/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.0/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.0/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.0/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.0/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.0/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.0/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.1/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.1/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.1/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.1/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.1/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.1/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.2/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.2/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.2/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.2/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.2/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.2/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.3/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.3/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.3/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.3/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.3/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.3/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.4/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.4/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.4/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.4/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.4/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.4/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.5/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.5/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.5/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.5/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.5/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.5/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.6/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.6/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.6/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.6/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.6/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.6/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.7/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.7/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.7/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.7/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.7/2.7 MB | 311 kB | 10 kB | 65/174 kB
Progress (4): 2.7 MB | 311 kB | 10 kB | 65/174 kB    
Progress (5): 2.7 MB | 311 kB | 10 kB | 65/174 kB | 4.1/243 kB
Progress (5): 2.7 MB | 311 kB | 10 kB | 65/174 kB | 7.7/243 kB
Progress (5): 2.7 MB | 311 kB | 10 kB | 65/174 kB | 12/243 kB 
Progress (5): 2.7 MB | 311 kB | 10 kB | 65/174 kB | 16/243 kB
Progress (5): 2.7 MB | 311 kB | 10 kB | 65/174 kB | 20/243 kB
Progress (5): 2.7 MB | 311 kB | 10 kB | 65/174 kB | 24/243 kB
Progress (5): 2.7 MB | 311 kB | 10 kB | 65/174 kB | 28/243 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.0/xalan-2.7.0.jar (2.7 MB at 7.3 MB/s)
18:14:31 Progress (4): 311 kB | 10 kB | 65/174 kB | 32/243 kB
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.jar
18:14:31 Progress (4): 311 kB | 10 kB | 65/174 kB | 36/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 40/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 45/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 49/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 53/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 57/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 61/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 65/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 69/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 73/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 77/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 81/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 85/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 90/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 94/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 98/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 102/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 106/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 110/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 114/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 118/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 122/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 126/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 131/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 135/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 139/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 143/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 147/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 151/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 155/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 159/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 163/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 167/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 171/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 176/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 180/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 184/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 188/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 192/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 196/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 200/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 204/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 208/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 212/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 217/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 221/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 225/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 229/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 233/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 237/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 241/243 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 243 kB    
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.jar (243 kB at 612 kB/s)
18:14:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar
18:14:31 Progress (4): 311 kB | 10 kB | 65/174 kB | 4.1/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 7.7/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 12/601 kB 
Progress (4): 311 kB | 10 kB | 65/174 kB | 16/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 20/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 24/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 28/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 32/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 36/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 40/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 45/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 49/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 53/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 57/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 61/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 65/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 69/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 73/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 77/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 81/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 85/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 90/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 94/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 98/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 102/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 106/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 110/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 114/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 118/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 122/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 126/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 131/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 135/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 139/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 143/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 147/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 151/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 155/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 159/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 163/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 167/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 171/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 176/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 180/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 184/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 188/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 192/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 196/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 200/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 204/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 208/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 212/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 217/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 221/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 225/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 229/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 233/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 237/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 241/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 245/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 249/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 253/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 258/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 262/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 266/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 270/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 274/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 278/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 282/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 286/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 290/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 294/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 298/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 303/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 307/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 311/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 315/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 319/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 323/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 327/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 331/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 335/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 339/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 344/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 348/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 352/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 356/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 360/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 364/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 368/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 372/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 376/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 380/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 384/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 389/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 393/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 397/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 401/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 405/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 409/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 413/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 417/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 421/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 425/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 430/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 434/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 438/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 442/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 446/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 450/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 454/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 458/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 462/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 466/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 471/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 475/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 479/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 483/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 487/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 491/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 495/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 499/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 503/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 507/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 511/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 516/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 520/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 524/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 528/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 532/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 536/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 540/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 544/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 548/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 552/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 557/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 561/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 565/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 569/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 573/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 577/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 581/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 585/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 589/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 593/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 597/601 kB
Progress (4): 311 kB | 10 kB | 65/174 kB | 601 kB    
Progress (5): 311 kB | 10 kB | 65/174 kB | 601 kB | 4.1/128 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar (10 kB at 21 kB/s)
18:14:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar
18:14:31 Progress (4): 311 kB | 65/174 kB | 601 kB | 7.7/128 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar (311 kB at 648 kB/s)
18:14:31 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.jar (601 kB at 1.3 MB/s)
18:14:31 Progress (2): 65/174 kB | 12/128 kB
Progress (2): 65/174 kB | 16/128 kB
Progress (2): 65/174 kB | 20/128 kB
Progress (2): 65/174 kB | 24/128 kB
Progress (2): 65/174 kB | 28/128 kB
Progress (2): 65/174 kB | 32/128 kB
Progress (2): 65/174 kB | 36/128 kB
Progress (2): 69/174 kB | 36/128 kB
Progress (2): 69/174 kB | 40/128 kB
Progress (2): 73/174 kB | 40/128 kB
Progress (2): 73/174 kB | 45/128 kB
Progress (2): 77/174 kB | 45/128 kB
Progress (2): 77/174 kB | 49/128 kB
Progress (2): 81/174 kB | 49/128 kB
Progress (2): 81/174 kB | 53/128 kB
Progress (2): 81/174 kB | 57/128 kB
Progress (2): 85/174 kB | 57/128 kB
Progress (2): 85/174 kB | 61/128 kB
Progress (2): 90/174 kB | 61/128 kB
Progress (2): 90/174 kB | 65/128 kB
Progress (2): 94/174 kB | 65/128 kB
Progress (2): 98/174 kB | 65/128 kB
Progress (2): 98/174 kB | 69/128 kB
Progress (2): 98/174 kB | 73/128 kB
Progress (2): 102/174 kB | 73/128 kB
Progress (2): 102/174 kB | 77/128 kB
Progress (2): 106/174 kB | 77/128 kB
Progress (2): 106/174 kB | 81/128 kB
Progress (2): 110/174 kB | 81/128 kB
Progress (2): 114/174 kB | 81/128 kB
Progress (2): 114/174 kB | 85/128 kB
Progress (2): 114/174 kB | 90/128 kB
Progress (2): 114/174 kB | 94/128 kB
Progress (2): 118/174 kB | 94/128 kB
Progress (2): 118/174 kB | 98/128 kB
Progress (2): 122/174 kB | 98/128 kB
Progress (2): 126/174 kB | 98/128 kB
Progress (2): 131/174 kB | 98/128 kB
Progress (2): 135/174 kB | 98/128 kB
Progress (2): 135/174 kB | 102/128 kB
Progress (2): 139/174 kB | 102/128 kB
Progress (2): 139/174 kB | 106/128 kB
Progress (2): 143/174 kB | 106/128 kB
Progress (2): 143/174 kB | 110/128 kB
Progress (2): 147/174 kB | 110/128 kB
Progress (2): 147/174 kB | 114/128 kB
Progress (2): 147/174 kB | 118/128 kB
Progress (2): 151/174 kB | 118/128 kB
Progress (2): 151/174 kB | 122/128 kB
Progress (2): 155/174 kB | 122/128 kB
Progress (2): 155/174 kB | 126/128 kB
Progress (2): 159/174 kB | 126/128 kB
Progress (2): 159/174 kB | 128 kB    
Progress (2): 163/174 kB | 128 kB
Progress (2): 167/174 kB | 128 kB
Progress (2): 171/174 kB | 128 kB
Progress (2): 174 kB | 128 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar (128 kB at 259 kB/s)
18:14:31 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.jar (174 kB at 350 kB/s)
18:14:31 Progress (1): 4.1/86 kB
Progress (1): 7.7/86 kB
Progress (1): 12/86 kB 
Progress (1): 16/86 kB
Progress (1): 20/86 kB
Progress (1): 24/86 kB
Progress (1): 28/86 kB
Progress (1): 32/86 kB
Progress (1): 36/86 kB
Progress (1): 40/86 kB
Progress (1): 45/86 kB
Progress (1): 49/86 kB
Progress (1): 53/86 kB
Progress (1): 57/86 kB
Progress (1): 61/86 kB
Progress (1): 65/86 kB
Progress (1): 69/86 kB
Progress (1): 73/86 kB
Progress (1): 77/86 kB
Progress (1): 81/86 kB
Progress (1): 85/86 kB
Progress (1): 86 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar (86 kB at 163 kB/s)
18:14:31 [INFO] 
18:14:31 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.client ---
18:14:31 [INFO] 
18:14:31 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client ---
18:14:31 [INFO] Skipping Rule Enforcement.
18:14:31 [INFO] 
18:14:31 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.svg.client ---
18:14:32 [INFO] 
18:14:32 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.svg.client ---
18:14:32 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client/../org.eclipse.scout.rt/target/jacoco-all.exec
18:14:32 [INFO] 
18:14:32 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.client ---
18:14:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:14:32 [INFO] Copying 1 resource
18:14:32 [INFO] 
18:14:32 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.svg.client ---
18:14:32 [INFO] Changes detected - recompiling the module!
18:14:32 [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client/target/classes
18:14:32 [INFO] 
18:14:32 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.svg.client ---
18:14:32 [INFO] 
18:14:32 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.client ---
18:14:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:14:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client/src/test/resources
18:14:32 [INFO] 
18:14:32 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client ---
18:14:32 [INFO] No sources to compile
18:14:32 [INFO] 
18:14:32 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.svg.client ---
18:14:32 [INFO] No tests to run.
18:14:32 [INFO] 
18:14:32 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.client ---
18:14:32 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT.jar
18:14:32 [INFO] 
18:14:32 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.client ---
18:14:32 [INFO] 
18:14:32 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client ---
18:14:32 [INFO] Skipping packaging of the test-jar
18:14:32 [INFO] 
18:14:32 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client ---
18:14:32 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT-sources.jar
18:14:32 [INFO] 
18:14:32 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.client ---
18:14:32 [INFO] No sources in project. Archive not created.
18:14:32 [INFO] 
18:14:32 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.client ---
18:14:32 [INFO] Skipping duplicate-finder execution!
18:14:32 [INFO] 
18:14:32 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.client ---
18:14:32 [INFO] Signature checking is skipped.
18:14:32 [INFO] 
18:14:32 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.client ---
18:14:32 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT.jar
18:14:32 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT.pom
18:14:32 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client-6.0.300-SNAPSHOT-sources.jar
18:14:32 [INFO] 
18:14:32 [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test >------
18:14:32 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test 6.0.300-SNAPSHOT [20/30]
18:14:32 [INFO] --------------------------------[ jar ]---------------------------------
18:14:32 [INFO] 
18:14:32 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.client.test ---
18:14:32 [INFO] 
18:14:32 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client.test ---
18:14:32 [INFO] Skipping Rule Enforcement.
18:14:32 [INFO] 
18:14:32 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.svg.client.test ---
18:14:33 [INFO] 
18:14:33 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.svg.client.test ---
18:14:33 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec
18:14:33 [INFO] 
18:14:33 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.client.test ---
18:14:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:14:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client.test/src/main/resources
18:14:33 [INFO] 
18:14:33 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.svg.client.test ---
18:14:33 [INFO] No sources to compile
18:14:33 [INFO] 
18:14:33 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.client.test ---
18:14:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:14:33 [INFO] Copying 4 resources
18:14:33 [INFO] 
18:14:33 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client.test ---
18:14:33 [INFO] Changes detected - recompiling the module!
18:14:33 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client.test/target/test-classes
18:14:34 [INFO] 
18:14:34 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.svg.client.test ---
18:14:34 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client.test/target/surefire-reports
18:14:34 
18:14:34 -------------------------------------------------------
18:14:34  T E S T S
18:14:34 -------------------------------------------------------
18:14:34 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:14:34 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:14:34 Running org.eclipse.scout.rt.svg.client.SVGUtilityTest
18:14:35 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.678 sec - in org.eclipse.scout.rt.svg.client.SVGUtilityTest
18:14:35 
18:14:35 Results :
18:14:35 
18:14:35 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
18:14:35 
18:14:35 [INFO] 
18:14:35 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.client.test ---
18:14:35 [WARNING] JAR will be empty - no content was marked for inclusion!
18:14:35 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT.jar
18:14:35 [INFO] 
18:14:35 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.client.test ---
18:14:35 [INFO] 
18:14:35 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client.test ---
18:14:35 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-tests.jar
18:14:35 [INFO] 
18:14:35 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client.test ---
18:14:35 [INFO] No sources in project. Archive not created.
18:14:35 [INFO] 
18:14:35 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.client.test ---
18:14:35 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-test-sources.jar
18:14:35 [INFO] 
18:14:35 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.client.test ---
18:14:35 [INFO] Skipping duplicate-finder execution!
18:14:35 [INFO] 
18:14:35 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.client.test ---
18:14:35 [INFO] Signature checking is skipped.
18:14:35 [INFO] 
18:14:35 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.client.test ---
18:14:35 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT.jar
18:14:35 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT.pom
18:14:35 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-tests.jar
18:14:35 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/6.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-6.0.300-SNAPSHOT-test-sources.jar
18:14:35 [INFO] 
18:14:35 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge >-------
18:14:35 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge 6.0.300-SNAPSHOT [21/30]
18:14:35 [INFO] --------------------------------[ jar ]---------------------------------
18:14:35 [INFO] 
18:14:35 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.serverbridge ---
18:14:35 [INFO] 
18:14:35 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.serverbridge ---
18:14:35 [INFO] Skipping Rule Enforcement.
18:14:35 [INFO] 
18:14:35 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.serverbridge ---
18:14:36 [INFO] 
18:14:36 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.serverbridge ---
18:14:36 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.serverbridge/../org.eclipse.scout.rt/target/jacoco-all.exec
18:14:36 [INFO] 
18:14:36 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.serverbridge ---
18:14:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:14:36 [INFO] Copying 1 resource
18:14:36 [INFO] 
18:14:36 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.serverbridge ---
18:14:36 [INFO] Changes detected - recompiling the module!
18:14:36 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.serverbridge/target/classes
18:14:36 [INFO] 
18:14:36 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.serverbridge ---
18:14:36 [INFO] 
18:14:36 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.serverbridge ---
18:14:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:14:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.serverbridge/src/test/resources
18:14:36 [INFO] 
18:14:36 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.serverbridge ---
18:14:36 [INFO] No sources to compile
18:14:36 [INFO] 
18:14:36 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.serverbridge ---
18:14:36 [INFO] No tests to run.
18:14:36 [INFO] 
18:14:36 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.serverbridge ---
18:14:36 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT.jar
18:14:36 [INFO] 
18:14:36 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.serverbridge ---
18:14:36 [INFO] 
18:14:36 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.serverbridge ---
18:14:36 [INFO] Skipping packaging of the test-jar
18:14:36 [INFO] 
18:14:36 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.serverbridge ---
18:14:36 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT-sources.jar
18:14:36 [INFO] 
18:14:36 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.serverbridge ---
18:14:36 [INFO] No sources in project. Archive not created.
18:14:36 [INFO] 
18:14:36 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.serverbridge ---
18:14:36 [INFO] Skipping duplicate-finder execution!
18:14:36 [INFO] 
18:14:36 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.serverbridge ---
18:14:36 [INFO] Signature checking is skipped.
18:14:36 [INFO] 
18:14:36 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.serverbridge ---
18:14:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/6.0.300-SNAPSHOT/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT.jar
18:14:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.serverbridge/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/6.0.300-SNAPSHOT/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT.pom
18:14:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/6.0.300-SNAPSHOT/org.eclipse.scout.rt.serverbridge-6.0.300-SNAPSHOT-sources.jar
18:14:36 [INFO] 
18:14:36 [INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor >--
18:14:36 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor 6.0.300-SNAPSHOT [22/30]
18:14:36 [INFO] --------------------------------[ jar ]---------------------------------
18:14:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.pom
18:14:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.pom
18:14:36 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.pom
18:14:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.pom
18:14:37 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.pom (12 kB at 571 kB/s)
18:14:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.jar
18:14:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.jar
18:14:37 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.jar
18:14:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.jar
18:14:37 Progress (1): 4.1/160 kB
Progress (1): 7.7/160 kB
Progress (1): 12/160 kB 
Progress (1): 16/160 kB
Progress (1): 20/160 kB
Progress (1): 24/160 kB
Progress (1): 28/160 kB
Progress (1): 32/160 kB
Progress (1): 36/160 kB
Progress (1): 40/160 kB
Progress (1): 45/160 kB
Progress (1): 49/160 kB
Progress (1): 53/160 kB
Progress (1): 57/160 kB
Progress (1): 61/160 kB
Progress (1): 65/160 kB
Progress (1): 69/160 kB
Progress (1): 73/160 kB
Progress (1): 77/160 kB
Progress (1): 81/160 kB
Progress (1): 85/160 kB
Progress (1): 90/160 kB
Progress (1): 94/160 kB
Progress (1): 98/160 kB
Progress (1): 102/160 kB
Progress (1): 106/160 kB
Progress (1): 110/160 kB
Progress (1): 114/160 kB
Progress (1): 118/160 kB
Progress (1): 122/160 kB
Progress (1): 126/160 kB
Progress (1): 131/160 kB
Progress (1): 135/160 kB
Progress (1): 139/160 kB
Progress (1): 143/160 kB
Progress (1): 147/160 kB
Progress (1): 151/160 kB
Progress (1): 155/160 kB
Progress (1): 159/160 kB
Progress (1): 160 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.jar (160 kB at 705 kB/s)
18:14:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/yahoo/platform/yui/yuicompressor/2.4.8/yuicompressor-2.4.8.pom
18:14:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/yahoo/platform/yui/yuicompressor/2.4.8/yuicompressor-2.4.8.pom
18:14:37 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/yahoo/platform/yui/yuicompressor/2.4.8/yuicompressor-2.4.8.pom
18:14:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/yahoo/platform/yui/yuicompressor/2.4.8/yuicompressor-2.4.8.pom
18:14:38 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/yahoo/platform/yui/yuicompressor/2.4.8/yuicompressor-2.4.8.pom (1.9 kB at 19 kB/s)
18:14:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/asual/lesscss/lesscss-engine/1.7.4.bsiR02/lesscss-engine-1.7.4.bsiR02.pom
18:14:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/asual/lesscss/lesscss-engine/1.7.4.bsiR02/lesscss-engine-1.7.4.bsiR02.pom
18:14:38 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/asual/lesscss/lesscss-engine/1.7.4.bsiR02/lesscss-engine-1.7.4.bsiR02.pom
18:14:38 Progress (1): 2.3/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/asual/lesscss/lesscss-engine/1.7.4.bsiR02/lesscss-engine-1.7.4.bsiR02.pom (5.1 kB at 14 kB/s)
18:14:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
18:14:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
18:14:38 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
18:14:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
18:14:38 Progress (1): 4.1 kB
Progress (1): 6.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 129 kB/s)
18:14:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mozilla/rhino/1.7R4/rhino-1.7R4.pom
18:14:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mozilla/rhino/1.7R4/rhino-1.7R4.pom
18:14:38 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/mozilla/rhino/1.7R4/rhino-1.7R4.pom
18:14:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mozilla/rhino/1.7R4/rhino-1.7R4.pom
18:14:39 Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mozilla/rhino/1.7R4/rhino-1.7R4.pom (1.3 kB at 21 kB/s)
18:14:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/yahoo/platform/yui/yuicompressor/2.4.8/yuicompressor-2.4.8.jar
18:14:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/asual/lesscss/lesscss-engine/1.7.4.bsiR02/lesscss-engine-1.7.4.bsiR02.jar
18:14:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mozilla/rhino/1.7R4/rhino-1.7R4.jar
18:14:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/yahoo/platform/yui/yuicompressor/2.4.8/yuicompressor-2.4.8.jar
18:14:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mozilla/rhino/1.7R4/rhino-1.7R4.jar
18:14:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/asual/lesscss/lesscss-engine/1.7.4.bsiR02/lesscss-engine-1.7.4.bsiR02.jar
18:14:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/yahoo/platform/yui/yuicompressor/2.4.8/yuicompressor-2.4.8.jar
18:14:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/mozilla/rhino/1.7R4/rhino-1.7R4.jar
18:14:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/asual/lesscss/lesscss-engine/1.7.4.bsiR02/lesscss-engine-1.7.4.bsiR02.jar
18:14:40 Progress (1): 2.3/108 kB
Progress (1): 5.1/108 kB
                        
Progress (1): 7.9/108 kB
Progress (1): 11/108 kB 
Progress (1): 14/108 kB
Progress (1): 16/108 kB
Progress (1): 19/108 kB
Progress (1): 22/108 kB
Progress (1): 25/108 kB
Progress (1): 28/108 kB
Progress (1): 30/108 kB
Progress (1): 33/108 kB
Progress (1): 36/108 kB
Progress (1): 39/108 kB
Progress (1): 42/108 kB
Progress (1): 44/108 kB
Progress (1): 47/108 kB
Progress (1): 50/108 kB
Progress (1): 53/108 kB
Progress (1): 56/108 kB
Progress (1): 58/108 kB
Progress (1): 61/108 kB
Progress (1): 64/108 kB
Progress (1): 67/108 kB
Progress (1): 70/108 kB
Progress (1): 72/108 kB
Progress (1): 75/108 kB
Progress (1): 78/108 kB
Progress (1): 81/108 kB
Progress (1): 84/108 kB
Progress (1): 86/108 kB
Progress (1): 89/108 kB
Progress (1): 92/108 kB
Progress (1): 95/108 kB
Progress (1): 98/108 kB
Progress (1): 100/108 kB
Progress (1): 103/108 kB
Progress (1): 106/108 kB
Progress (1): 108 kB    
                    
Downloaded from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/asual/lesscss/lesscss-engine/1.7.4.bsiR02/lesscss-engine-1.7.4.bsiR02.jar (108 kB at 69 kB/s)
18:14:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/yahoo/platform/yui/yuicompressor/2.4.8/yuicompressor-2.4.8.jar
18:14:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mozilla/rhino/1.7R4/rhino-1.7R4.jar
18:14:40 Progress (1): 0/1.1 MB
Progress (1): 0/1.1 MB
Progress (1): 0/1.1 MB
Progress (1): 0/1.1 MB
Progress (1): 0/1.1 MB
Progress (1): 0/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (2): 1.0/1.1 MB | 4.1/788 kB
Progress (2): 1.0/1.1 MB | 7.7/788 kB
Progress (2): 1.1/1.1 MB | 7.7/788 kB
Progress (2): 1.1/1.1 MB | 12/788 kB 
Progress (2): 1.1/1.1 MB | 12/788 kB
Progress (2): 1.1/1.1 MB | 16/788 kB
Progress (2): 1.1/1.1 MB | 16/788 kB
Progress (2): 1.1/1.1 MB | 20/788 kB
Progress (2): 1.1/1.1 MB | 20/788 kB
Progress (2): 1.1/1.1 MB | 24/788 kB
Progress (2): 1.1/1.1 MB | 28/788 kB
Progress (2): 1.1/1.1 MB | 32/788 kB
Progress (2): 1.1/1.1 MB | 32/788 kB
Progress (2): 1.1/1.1 MB | 32/788 kB
Progress (2): 1.1/1.1 MB | 36/788 kB
Progress (2): 1.1/1.1 MB | 40/788 kB
Progress (2): 1.1/1.1 MB | 45/788 kB
Progress (2): 1.1/1.1 MB | 49/788 kB
Progress (2): 1.1/1.1 MB | 49/788 kB
Progress (2): 1.1/1.1 MB | 49/788 kB
Progress (2): 1.1/1.1 MB | 53/788 kB
Progress (2): 1.1/1.1 MB | 57/788 kB
Progress (2): 1.1/1.1 MB | 61/788 kB
Progress (2): 1.1/1.1 MB | 65/788 kB
Progress (2): 1.1/1.1 MB | 65/788 kB
Progress (2): 1.1/1.1 MB | 65/788 kB
Progress (2): 1.1 MB | 65/788 kB    
Progress (2): 1.1 MB | 69/788 kB
Progress (2): 1.1 MB | 73/788 kB
Progress (2): 1.1 MB | 77/788 kB
Progress (2): 1.1 MB | 81/788 kB
Progress (2): 1.1 MB | 85/788 kB
Progress (2): 1.1 MB | 90/788 kB
Progress (2): 1.1 MB | 94/788 kB
Progress (2): 1.1 MB | 98/788 kB
Progress (2): 1.1 MB | 102/788 kB
Progress (2): 1.1 MB | 106/788 kB
Progress (2): 1.1 MB | 110/788 kB
Progress (2): 1.1 MB | 114/788 kB
Progress (2): 1.1 MB | 118/788 kB
Progress (2): 1.1 MB | 122/788 kB
Progress (2): 1.1 MB | 126/788 kB
Progress (2): 1.1 MB | 131/788 kB
Progress (2): 1.1 MB | 135/788 kB
Progress (2): 1.1 MB | 139/788 kB
Progress (2): 1.1 MB | 143/788 kB
Progress (2): 1.1 MB | 147/788 kB
Progress (2): 1.1 MB | 151/788 kB
Progress (2): 1.1 MB | 155/788 kB
Progress (2): 1.1 MB | 159/788 kB
Progress (2): 1.1 MB | 163/788 kB
Progress (2): 1.1 MB | 167/788 kB
Progress (2): 1.1 MB | 171/788 kB
Progress (2): 1.1 MB | 176/788 kB
Progress (2): 1.1 MB | 180/788 kB
Progress (2): 1.1 MB | 184/788 kB
Progress (2): 1.1 MB | 188/788 kB
Progress (2): 1.1 MB | 192/788 kB
Progress (2): 1.1 MB | 196/788 kB
Progress (2): 1.1 MB | 200/788 kB
Progress (2): 1.1 MB | 204/788 kB
Progress (2): 1.1 MB | 208/788 kB
Progress (2): 1.1 MB | 212/788 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mozilla/rhino/1.7R4/rhino-1.7R4.jar (1.1 MB at 5.2 MB/s)
18:14:40 Progress (1): 217/788 kB
Progress (1): 221/788 kB
Progress (1): 225/788 kB
Progress (1): 229/788 kB
Progress (1): 233/788 kB
Progress (1): 237/788 kB
Progress (1): 241/788 kB
Progress (1): 245/788 kB
Progress (1): 249/788 kB
Progress (1): 253/788 kB
Progress (1): 258/788 kB
Progress (1): 262/788 kB
Progress (1): 266/788 kB
Progress (1): 270/788 kB
Progress (1): 274/788 kB
Progress (1): 278/788 kB
Progress (1): 282/788 kB
Progress (1): 286/788 kB
Progress (1): 290/788 kB
Progress (1): 294/788 kB
Progress (1): 298/788 kB
Progress (1): 303/788 kB
Progress (1): 307/788 kB
Progress (1): 311/788 kB
Progress (1): 315/788 kB
Progress (1): 319/788 kB
Progress (1): 323/788 kB
Progress (1): 327/788 kB
Progress (1): 331/788 kB
Progress (1): 335/788 kB
Progress (1): 339/788 kB
Progress (1): 344/788 kB
Progress (1): 348/788 kB
Progress (1): 352/788 kB
Progress (1): 356/788 kB
Progress (1): 360/788 kB
Progress (1): 364/788 kB
Progress (1): 368/788 kB
Progress (1): 372/788 kB
Progress (1): 376/788 kB
Progress (1): 380/788 kB
Progress (1): 384/788 kB
Progress (1): 389/788 kB
Progress (1): 393/788 kB
Progress (1): 397/788 kB
Progress (1): 401/788 kB
Progress (1): 405/788 kB
Progress (1): 409/788 kB
Progress (1): 413/788 kB
Progress (1): 417/788 kB
Progress (1): 421/788 kB
Progress (1): 425/788 kB
Progress (1): 430/788 kB
Progress (1): 434/788 kB
Progress (1): 438/788 kB
Progress (1): 442/788 kB
Progress (1): 446/788 kB
Progress (1): 450/788 kB
Progress (1): 454/788 kB
Progress (1): 458/788 kB
Progress (1): 462/788 kB
Progress (1): 466/788 kB
Progress (1): 471/788 kB
Progress (1): 475/788 kB
Progress (1): 479/788 kB
Progress (1): 483/788 kB
Progress (1): 487/788 kB
Progress (1): 491/788 kB
Progress (1): 495/788 kB
Progress (1): 499/788 kB
Progress (1): 503/788 kB
Progress (1): 507/788 kB
Progress (1): 511/788 kB
Progress (1): 516/788 kB
Progress (1): 520/788 kB
Progress (1): 524/788 kB
Progress (1): 528/788 kB
Progress (1): 532/788 kB
Progress (1): 536/788 kB
Progress (1): 540/788 kB
Progress (1): 544/788 kB
Progress (1): 548/788 kB
Progress (1): 552/788 kB
Progress (1): 557/788 kB
Progress (1): 561/788 kB
Progress (1): 565/788 kB
Progress (1): 569/788 kB
Progress (1): 573/788 kB
Progress (1): 577/788 kB
Progress (1): 581/788 kB
Progress (1): 585/788 kB
Progress (1): 589/788 kB
Progress (1): 593/788 kB
Progress (1): 597/788 kB
Progress (1): 602/788 kB
Progress (1): 606/788 kB
Progress (1): 610/788 kB
Progress (1): 614/788 kB
Progress (1): 618/788 kB
Progress (1): 622/788 kB
Progress (1): 626/788 kB
Progress (1): 630/788 kB
Progress (1): 634/788 kB
Progress (1): 638/788 kB
Progress (1): 643/788 kB
Progress (1): 647/788 kB
Progress (1): 651/788 kB
Progress (1): 655/788 kB
Progress (1): 659/788 kB
Progress (1): 663/788 kB
Progress (1): 667/788 kB
Progress (1): 671/788 kB
Progress (1): 675/788 kB
Progress (1): 679/788 kB
Progress (1): 683/788 kB
Progress (1): 688/788 kB
Progress (1): 692/788 kB
Progress (1): 696/788 kB
Progress (1): 700/788 kB
Progress (1): 704/788 kB
Progress (1): 708/788 kB
Progress (1): 712/788 kB
Progress (1): 716/788 kB
Progress (1): 720/788 kB
Progress (1): 724/788 kB
Progress (1): 729/788 kB
Progress (1): 733/788 kB
Progress (1): 737/788 kB
Progress (1): 741/788 kB
Progress (1): 745/788 kB
Progress (1): 749/788 kB
Progress (1): 753/788 kB
Progress (1): 757/788 kB
Progress (1): 761/788 kB
Progress (1): 765/788 kB
Progress (1): 770/788 kB
Progress (1): 774/788 kB
Progress (1): 778/788 kB
Progress (1): 782/788 kB
Progress (1): 786/788 kB
Progress (1): 788 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/yahoo/platform/yui/yuicompressor/2.4.8/yuicompressor-2.4.8.jar (788 kB at 3.0 MB/s)
18:14:40 [INFO] 
18:14:40 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:14:40 [INFO] 
18:14:40 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:14:40 [INFO] Skipping Rule Enforcement.
18:14:40 [INFO] 
18:14:40 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:14:42 [INFO] 
18:14:42 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:14:42 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/../org.eclipse.scout.rt/target/jacoco-all.exec
18:14:42 [INFO] 
18:14:42 [INFO] --- maven-dependency-plugin:2.10:copy-dependencies (copy) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:14:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom
18:14:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom
18:14:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom
18:14:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom
18:14:42 Progress (1): 4.1 kB
Progress (1): 4.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom (4.7 kB at 115 kB/s)
18:14:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
18:14:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
18:14:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
18:14:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
18:14:42 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 41 kB/s)
18:14:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
18:14:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
18:14:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
18:14:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
18:14:43 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 19 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 254 kB/s)
18:14:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
18:14:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
18:14:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
18:14:44 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
18:14:44 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 45 kB/s)
18:14:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
18:14:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
18:14:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
18:14:44 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
18:14:44 Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 104 kB/s)
18:14:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
18:14:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
18:14:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
18:14:45 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
18:14:45 Progress (1): 4.1 kB
Progress (1): 6.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 160 kB/s)
18:14:45 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
18:14:45 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
18:14:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
18:14:45 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
18:14:45 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 272 kB/s)
18:14:45 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
18:14:45 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
18:14:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
18:14:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
18:14:46 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 48 kB/s)
18:14:46 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
18:14:46 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
18:14:46 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
18:14:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
18:14:46 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 25 kB/s)
18:14:46 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
18:14:46 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
18:14:46 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
18:14:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
18:14:46 Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 69 kB/s)
18:14:46 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
18:14:47 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
18:14:47 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
18:14:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
18:14:47 Progress (1): 4.1 kB
Progress (1): 5.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 20 kB/s)
18:14:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
18:14:47 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
18:14:48 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
18:14:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
18:14:48 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 55 kB/s)
18:14:48 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
18:14:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
18:14:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
18:14:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
18:14:49 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 18 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 449 kB/s)
18:14:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
18:14:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
18:14:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
18:14:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
18:14:49 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 40 kB/s)
18:14:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
18:14:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
18:14:49 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
18:14:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
18:14:50 Progress (1): 4.1 kB
Progress (1): 6.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 146 kB/s)
18:14:50 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
18:14:50 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
18:14:50 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
18:14:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
18:14:50 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 39 kB/s)
18:14:50 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
18:14:50 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
18:14:50 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
18:14:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
18:14:51 Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 120 kB/s)
18:14:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
18:14:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
18:14:51 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
18:14:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
18:14:51 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 51 kB/s)
18:14:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
18:14:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
18:14:51 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
18:14:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
18:14:51 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 32 kB/s)
18:14:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
18:14:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
18:14:52 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
18:14:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
18:14:52 Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 66 kB/s)
18:14:52 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
18:14:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
18:14:52 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
18:14:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
18:14:52 Progress (1): 4.1 kB
Progress (1): 4.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 109 kB/s)
18:14:52 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.pom
18:14:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.pom
18:14:52 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.pom
18:14:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.pom
18:14:53 Progress (1): 4.1 kB
Progress (1): 5.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.pom (5.4 kB at 176 kB/s)
18:14:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
18:14:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
18:14:53 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
18:14:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
18:14:53 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom (1.9 kB at 50 kB/s)
18:14:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
18:14:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
18:14:53 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
18:14:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
18:14:53 Progress (1): 4.1 kB
Progress (1): 5.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom (5.5 kB at 145 kB/s)
18:14:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
18:14:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
18:14:53 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
18:14:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
18:14:54 Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 53 kB/s)
18:14:54 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom
18:14:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom
18:14:54 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom
18:14:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom
18:14:54 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom (1.8 kB at 59 kB/s)
18:14:54 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
18:14:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
18:14:54 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
18:14:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
18:14:54 Progress (1): 4.1 kB
Progress (1): 5.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 173 kB/s)
18:14:54 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom
18:14:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom
18:14:54 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom
18:14:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom
18:14:55 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom (1.7 kB at 39 kB/s)
18:14:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
18:14:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
18:14:55 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
18:14:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
18:14:55 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 53 kB/s)
18:14:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom
18:14:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom
18:14:55 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom
18:14:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom
18:14:56 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (1.7 kB at 44 kB/s)
18:14:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom
18:14:56 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom
18:14:56 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom
18:14:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom
18:14:56 Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom (1.8 kB at 27 kB/s)
18:14:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom
18:14:56 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom
18:14:56 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom
18:14:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom
18:14:56 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom (1.5 kB at 28 kB/s)
18:14:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
18:14:56 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
18:14:56 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
18:14:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
18:14:57 Progress (1): 727 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 13 kB/s)
18:14:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
18:14:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
18:14:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
18:14:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
18:14:57 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 23 kB/s)
18:14:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom
18:14:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom
18:14:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom
18:14:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom
18:14:57 Progress (1): 4.1 kB
Progress (1): 5.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom (5.6 kB at 99 kB/s)
18:14:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
18:14:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
18:14:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
18:14:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
18:14:58 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 282 kB/s)
18:14:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/17/commons-parent-17.pom
18:14:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/17/commons-parent-17.pom
18:14:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-parent/17/commons-parent-17.pom
18:14:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom
18:14:58 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): 31 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 891 kB/s)
18:14:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar
18:14:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
18:14:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
18:14:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
18:14:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
18:14:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
18:14:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
18:14:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
18:14:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.jar
18:14:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar
18:14:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar
18:14:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
18:14:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar
18:14:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
18:14:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
18:14:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
18:14:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
18:14:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
18:14:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
18:14:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
18:14:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.jar
18:14:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar
18:14:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar
18:14:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
18:14:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar
18:14:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
18:14:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
18:14:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
18:14:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
18:14:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
18:14:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
18:14:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
18:14:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.jar
18:14:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar
18:14:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar
18:14:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
18:14:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar
18:14:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
18:14:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
18:14:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
18:14:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
18:14:59 Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
Progress (2): 17 kB | 4.1/11 kB
Progress (2): 17 kB | 7.7/11 kB
Progress (2): 17 kB | 11 kB    
Progress (3): 17 kB | 11 kB | 4.1/11 kB
Progress (3): 17 kB | 11 kB | 7.7/11 kB
Progress (3): 17 kB | 11 kB | 11 kB    
Progress (4): 17 kB | 11 kB | 11 kB | 4.1/154 kB
Progress (4): 17 kB | 11 kB | 11 kB | 7.7/154 kB
Progress (4): 17 kB | 11 kB | 11 kB | 12/154 kB 
Progress (4): 17 kB | 11 kB | 11 kB | 16/154 kB
Progress (5): 17 kB | 11 kB | 11 kB | 16/154 kB | 4.1/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 16/154 kB | 7.7/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 20/154 kB | 7.7/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 20/154 kB | 12/53 kB 
Progress (5): 17 kB | 11 kB | 11 kB | 24/154 kB | 12/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 24/154 kB | 16/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 28/154 kB | 16/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 32/154 kB | 16/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 32/154 kB | 20/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 32/154 kB | 24/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 32/154 kB | 28/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 32/154 kB | 32/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 36/154 kB | 32/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 40/154 kB | 32/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 45/154 kB | 32/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 45/154 kB | 36/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 49/154 kB | 36/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 49/154 kB | 40/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 49/154 kB | 45/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 49/154 kB | 49/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 49/154 kB | 53/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 53/154 kB | 53/53 kB
Progress (5): 17 kB | 11 kB | 11 kB | 53/154 kB | 53 kB   
Progress (5): 17 kB | 11 kB | 11 kB | 57/154 kB | 53 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar (17 kB at 234 kB/s)
18:14:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
18:14:59 Progress (4): 11 kB | 11 kB | 61/154 kB | 53 kB
Progress (4): 11 kB | 11 kB | 65/154 kB | 53 kB
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 157 kB/s)
18:14:59 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 151 kB/s)
18:14:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
18:14:59 Progress (2): 69/154 kB | 53 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
18:14:59 Progress (2): 73/154 kB | 53 kB
Progress (2): 77/154 kB | 53 kB
Progress (2): 81/154 kB | 53 kB
Progress (2): 85/154 kB | 53 kB
Progress (2): 90/154 kB | 53 kB
Progress (2): 94/154 kB | 53 kB
Progress (2): 98/154 kB | 53 kB
Progress (2): 102/154 kB | 53 kB
Progress (2): 106/154 kB | 53 kB
Progress (2): 110/154 kB | 53 kB
Progress (2): 114/154 kB | 53 kB
Progress (2): 118/154 kB | 53 kB
Progress (2): 122/154 kB | 53 kB
Progress (2): 126/154 kB | 53 kB
Progress (2): 131/154 kB | 53 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 689 kB/s)
18:14:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.jar
18:14:59 Progress (1): 135/154 kB
Progress (1): 139/154 kB
Progress (1): 143/154 kB
Progress (1): 147/154 kB
Progress (1): 151/154 kB
Progress (1): 154 kB    
Progress (2): 154 kB | 4.1/61 kB
Progress (2): 154 kB | 7.7/61 kB
Progress (2): 154 kB | 12/61 kB 
Progress (2): 154 kB | 16/61 kB
Progress (2): 154 kB | 20/61 kB
Progress (2): 154 kB | 24/61 kB
Progress (2): 154 kB | 28/61 kB
Progress (2): 154 kB | 32/61 kB
Progress (3): 154 kB | 32/61 kB | 4.1/15 kB
Progress (3): 154 kB | 32/61 kB | 7.7/15 kB
Progress (3): 154 kB | 32/61 kB | 12/15 kB 
Progress (3): 154 kB | 32/61 kB | 15 kB   
Progress (3): 154 kB | 36/61 kB | 15 kB
Progress (4): 154 kB | 36/61 kB | 15 kB | 4.1/38 kB
Progress (4): 154 kB | 40/61 kB | 15 kB | 4.1/38 kB
Progress (4): 154 kB | 40/61 kB | 15 kB | 7.7/38 kB
Progress (4): 154 kB | 45/61 kB | 15 kB | 7.7/38 kB
Progress (4): 154 kB | 45/61 kB | 15 kB | 12/38 kB 
Progress (4): 154 kB | 49/61 kB | 15 kB | 12/38 kB
Progress (4): 154 kB | 49/61 kB | 15 kB | 16/38 kB
Progress (4): 154 kB | 53/61 kB | 15 kB | 16/38 kB
Progress (4): 154 kB | 57/61 kB | 15 kB | 16/38 kB
Progress (4): 154 kB | 61/61 kB | 15 kB | 16/38 kB
Progress (4): 154 kB | 61/61 kB | 15 kB | 20/38 kB
Progress (4): 154 kB | 61 kB | 15 kB | 20/38 kB   
Progress (4): 154 kB | 61 kB | 15 kB | 24/38 kB
Progress (4): 154 kB | 61 kB | 15 kB | 28/38 kB
Progress (4): 154 kB | 61 kB | 15 kB | 32/38 kB
Progress (4): 154 kB | 61 kB | 15 kB | 36/38 kB
Progress (4): 154 kB | 61 kB | 15 kB | 38 kB   
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 1.6 MB/s)
18:14:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar
18:14:59 Progress (4): 61 kB | 15 kB | 38 kB | 4.1/32 kB
Progress (4): 61 kB | 15 kB | 38 kB | 7.7/32 kB
Progress (4): 61 kB | 15 kB | 38 kB | 12/32 kB 
Progress (4): 61 kB | 15 kB | 38 kB | 16/32 kB
Progress (4): 61 kB | 15 kB | 38 kB | 20/32 kB
Progress (4): 61 kB | 15 kB | 38 kB | 24/32 kB
Progress (4): 61 kB | 15 kB | 38 kB | 28/32 kB
Progress (4): 61 kB | 15 kB | 38 kB | 32 kB   
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 155 kB/s)
18:14:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar
18:14:59 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 613 kB/s)
18:14:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
18:14:59 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 375 kB/s)
18:14:59 Progress (2): 32 kB | 4.1/53 kB
Progress (2): 32 kB | 7.7/53 kB
Progress (2): 32 kB | 12/53 kB 
                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.jar (32 kB at 294 kB/s)
18:14:59 Progress (1): 16/53 kB
Progress (1): 20/53 kB
Progress (1): 24/53 kB
Progress (1): 28/53 kB
Progress (1): 32/53 kB
Progress (1): 36/53 kB
Progress (1): 40/53 kB
Progress (1): 45/53 kB
Progress (1): 49/53 kB
Progress (1): 53/53 kB
Progress (1): 53 kB   
Progress (2): 53 kB | 4.1/30 kB
Progress (2): 53 kB | 7.7/30 kB
Progress (2): 53 kB | 12/30 kB 
Progress (2): 53 kB | 16/30 kB
Progress (2): 53 kB | 20/30 kB
Progress (2): 53 kB | 24/30 kB
Progress (2): 53 kB | 28/30 kB
Progress (2): 53 kB | 30 kB   
Progress (3): 53 kB | 30 kB | 4.1/284 kB
Progress (3): 53 kB | 30 kB | 7.7/284 kB
Progress (3): 53 kB | 30 kB | 12/284 kB 
Progress (3): 53 kB | 30 kB | 16/284 kB
Progress (3): 53 kB | 30 kB | 20/284 kB
Progress (3): 53 kB | 30 kB | 24/284 kB
Progress (3): 53 kB | 30 kB | 28/284 kB
Progress (3): 53 kB | 30 kB | 32/284 kB
Progress (3): 53 kB | 30 kB | 36/284 kB
Progress (3): 53 kB | 30 kB | 40/284 kB
Progress (3): 53 kB | 30 kB | 45/284 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar (53 kB at 455 kB/s)
18:14:59 Progress (2): 30 kB | 49/284 kB
Progress (2): 30 kB | 53/284 kB
Progress (2): 30 kB | 57/284 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar (30 kB at 252 kB/s)
18:14:59 Progress (1): 61/284 kB
Progress (1): 65/284 kB
Progress (1): 69/284 kB
Progress (1): 73/284 kB
Progress (1): 77/284 kB
Progress (1): 81/284 kB
Progress (1): 85/284 kB
Progress (1): 90/284 kB
Progress (1): 94/284 kB
Progress (1): 98/284 kB
Progress (1): 102/284 kB
Progress (1): 106/284 kB
Progress (1): 110/284 kB
Progress (1): 114/284 kB
Progress (1): 118/284 kB
Progress (1): 122/284 kB
Progress (1): 126/284 kB
Progress (1): 131/284 kB
Progress (1): 135/284 kB
Progress (1): 139/284 kB
Progress (1): 143/284 kB
Progress (1): 147/284 kB
Progress (1): 151/284 kB
Progress (1): 155/284 kB
Progress (1): 159/284 kB
Progress (1): 163/284 kB
Progress (1): 167/284 kB
Progress (1): 171/284 kB
Progress (1): 176/284 kB
Progress (1): 180/284 kB
Progress (1): 184/284 kB
Progress (1): 188/284 kB
Progress (1): 192/284 kB
Progress (1): 196/284 kB
Progress (1): 200/284 kB
Progress (1): 204/284 kB
Progress (1): 208/284 kB
Progress (1): 212/284 kB
Progress (1): 217/284 kB
Progress (1): 221/284 kB
Progress (1): 225/284 kB
Progress (1): 229/284 kB
Progress (1): 233/284 kB
Progress (1): 237/284 kB
Progress (1): 241/284 kB
Progress (1): 245/284 kB
Progress (1): 249/284 kB
Progress (1): 253/284 kB
Progress (1): 258/284 kB
Progress (1): 262/284 kB
Progress (1): 266/284 kB
Progress (1): 270/284 kB
Progress (1): 274/284 kB
Progress (1): 278/284 kB
Progress (1): 282/284 kB
Progress (1): 284 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 2.0 MB/s)
18:15:00 [INFO] Copying jandex-1.2.2.Final.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/jandex.jar
18:15:00 [INFO] Copying quartz-2.2.2.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/quartz.jar
18:15:00 [INFO] Copying activation-1.1.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/activation.jar
18:15:00 [INFO] Copying rhino-1.7R4.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/rhino.jar
18:15:00 [INFO] Copying commons-logging-1.1.1.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/commons-logging.jar
18:15:00 [INFO] Copying yuicompressor-2.4.8.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/yuicompressor.jar
18:15:00 [INFO] Copying lesscss-engine-1.7.4.bsiR02.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/lesscss-engine.jar
18:15:00 [INFO] Copying javax.mail-1.5.4.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/javax.mail.jar
18:15:00 [INFO] Copying slf4j-api-1.7.12.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/slf4j-api.jar
18:15:00 [INFO] 
18:15:00 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:15:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:15:00 [INFO] Copying 1 resource
18:15:00 [INFO] 
18:15:00 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:15:00 [INFO] Changes detected - recompiling the module!
18:15:00 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes
18:15:00 [INFO] 
18:15:00 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:15:00 [INFO] 
18:15:00 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:15:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:15:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/src/test/resources
18:15:00 [INFO] 
18:15:00 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:15:00 [INFO] No sources to compile
18:15:00 [INFO] 
18:15:00 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:15:00 [INFO] No tests to run.
18:15:00 [INFO] 
18:15:00 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:15:00 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT.jar
18:15:00 [INFO] 
18:15:00 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:15:00 [INFO] 
18:15:00 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:15:00 [INFO] Skipping packaging of the test-jar
18:15:00 [INFO] 
18:15:00 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:15:00 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT-sources.jar
18:15:00 [INFO] 
18:15:00 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:15:00 [INFO] No sources in project. Archive not created.
18:15:00 [INFO] 
18:15:00 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:15:00 [INFO] Skipping duplicate-finder execution!
18:15:00 [INFO] 
18:15:00 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:15:00 [INFO] Signature checking is skipped.
18:15:00 [INFO] 
18:15:00 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:15:00 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT.jar
18:15:00 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT.pom
18:15:00 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-6.0.300-SNAPSHOT-sources.jar
18:15:00 [INFO] 
18:15:00 [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html >----------
18:15:00 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html 6.0.300-SNAPSHOT [23/30]
18:15:00 [INFO] --------------------------------[ jar ]---------------------------------
18:15:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-fileupload/commons-fileupload/1.3.1/commons-fileupload-1.3.1.pom
18:15:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-fileupload/commons-fileupload/1.3.1/commons-fileupload-1.3.1.pom
18:15:00 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-fileupload/commons-fileupload/1.3.1/commons-fileupload-1.3.1.pom
18:15:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.3.1/commons-fileupload-1.3.1.pom
18:15:00 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 10 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.3.1/commons-fileupload-1.3.1.pom (10 kB at 248 kB/s)
18:15:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/32/commons-parent-32.pom
18:15:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/32/commons-parent-32.pom
18:15:00 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-parent/32/commons-parent-32.pom
18:15:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom
18:15:01 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): 41 kB
Progress (1): 45 kB
Progress (1): 49 kB
Progress (1): 53 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.4 MB/s)
18:15:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-fileupload/commons-fileupload/1.3.1/commons-fileupload-1.3.1.jar
18:15:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-fileupload/commons-fileupload/1.3.1/commons-fileupload-1.3.1.jar
18:15:01 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-fileupload/commons-fileupload/1.3.1/commons-fileupload-1.3.1.jar
18:15:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.3.1/commons-fileupload-1.3.1.jar
18:15:01 Progress (1): 4.1/69 kB
Progress (1): 7.7/69 kB
Progress (1): 12/69 kB 
Progress (1): 16/69 kB
Progress (1): 20/69 kB
Progress (1): 24/69 kB
Progress (1): 28/69 kB
Progress (1): 32/69 kB
Progress (1): 36/69 kB
Progress (1): 40/69 kB
Progress (1): 45/69 kB
Progress (1): 49/69 kB
Progress (1): 53/69 kB
Progress (1): 57/69 kB
Progress (1): 61/69 kB
Progress (1): 65/69 kB
Progress (1): 69 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.3.1/commons-fileupload-1.3.1.jar (69 kB at 399 kB/s)
18:15:01 [INFO] 
18:15:01 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html ---
18:15:01 [INFO] 
18:15:01 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html ---
18:15:01 [INFO] Skipping Rule Enforcement.
18:15:01 [INFO] 
18:15:01 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html ---
18:15:02 [INFO] 
18:15:02 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html ---
18:15:02 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec
18:15:02 [INFO] 
18:15:02 [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add-js-resource) @ org.eclipse.scout.rt.ui.html ---
18:15:02 [INFO] 
18:15:02 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html ---
18:15:02 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:15:02 [INFO] Copying 31 resources
18:15:03 [INFO] Copying 436 resources
18:15:03 [INFO] 
18:15:03 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html ---
18:15:03 [INFO] Changes detected - recompiling the module!
18:15:03 [INFO] Compiling 200 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html/target/classes
18:15:03 [INFO] 
18:15:03 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.ui.html ---
18:15:03 [INFO] 
18:15:03 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html ---
18:15:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:15:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html/src/test/resources
18:15:03 [INFO] 
18:15:03 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html ---
18:15:03 [INFO] No sources to compile
18:15:03 [INFO] 
18:15:03 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html ---
18:15:03 [INFO] No tests to run.
18:15:03 [INFO] 
18:15:03 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html ---
18:15:03 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT.jar
18:15:03 [INFO] 
18:15:03 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html ---
18:15:03 [INFO] 
18:15:03 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html ---
18:15:03 [INFO] Skipping packaging of the test-jar
18:15:03 [INFO] 
18:15:03 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html ---
18:15:04 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT-sources.jar
18:15:04 [INFO] 
18:15:04 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html ---
18:15:04 [INFO] No sources in project. Archive not created.
18:15:04 [INFO] 
18:15:04 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html ---
18:15:04 [INFO] Skipping duplicate-finder execution!
18:15:04 [INFO] 
18:15:04 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html ---
18:15:04 [INFO] Signature checking is skipped.
18:15:04 [INFO] 
18:15:04 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html ---
18:15:04 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT.jar
18:15:04 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT.pom
18:15:04 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/6.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-6.0.300-SNAPSHOT-sources.jar
18:15:04 [INFO] 
18:15:04 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test >-------
18:15:04 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test 6.0.300-SNAPSHOT [24/30]
18:15:04 [INFO] --------------------------------[ jar ]---------------------------------
18:15:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/klieber/phantomjs-maven-plugin/0.7/phantomjs-maven-plugin-0.7.pom
18:15:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/github/klieber/phantomjs-maven-plugin/0.7/phantomjs-maven-plugin-0.7.pom
18:15:04 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/github/klieber/phantomjs-maven-plugin/0.7/phantomjs-maven-plugin-0.7.pom
18:15:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/klieber/phantomjs-maven-plugin/0.7/phantomjs-maven-plugin-0.7.pom
18:15:04 Progress (1): 4.1 kB
Progress (1): 4.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/klieber/phantomjs-maven-plugin/0.7/phantomjs-maven-plugin-0.7.pom (4.7 kB at 82 kB/s)
18:15:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/klieber/phantomjs-maven/0.7/phantomjs-maven-0.7.pom
18:15:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/github/klieber/phantomjs-maven/0.7/phantomjs-maven-0.7.pom
18:15:04 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/github/klieber/phantomjs-maven/0.7/phantomjs-maven-0.7.pom
18:15:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/klieber/phantomjs-maven/0.7/phantomjs-maven-0.7.pom
18:15:05 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/klieber/phantomjs-maven/0.7/phantomjs-maven-0.7.pom (15 kB at 204 kB/s)
18:15:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/klieber/phantomjs-maven-plugin/0.7/phantomjs-maven-plugin-0.7.jar
18:15:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/github/klieber/phantomjs-maven-plugin/0.7/phantomjs-maven-plugin-0.7.jar
18:15:05 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/github/klieber/phantomjs-maven-plugin/0.7/phantomjs-maven-plugin-0.7.jar
18:15:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/klieber/phantomjs-maven-plugin/0.7/phantomjs-maven-plugin-0.7.jar
18:15:05 Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/klieber/phantomjs-maven-plugin/0.7/phantomjs-maven-plugin-0.7.jar (19 kB at 372 kB/s)
18:15:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/searls/jasmine-maven-plugin/2.0/jasmine-maven-plugin-2.0.pom
18:15:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/github/searls/jasmine-maven-plugin/2.0/jasmine-maven-plugin-2.0.pom
18:15:05 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/github/searls/jasmine-maven-plugin/2.0/jasmine-maven-plugin-2.0.pom
18:15:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/searls/jasmine-maven-plugin/2.0/jasmine-maven-plugin-2.0.pom
18:15:05 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 22 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/searls/jasmine-maven-plugin/2.0/jasmine-maven-plugin-2.0.pom (22 kB at 287 kB/s)
18:15:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/searls/jasmine-maven-plugin/2.0/jasmine-maven-plugin-2.0.jar
18:15:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/github/searls/jasmine-maven-plugin/2.0/jasmine-maven-plugin-2.0.jar
18:15:05 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/github/searls/jasmine-maven-plugin/2.0/jasmine-maven-plugin-2.0.jar
18:15:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/searls/jasmine-maven-plugin/2.0/jasmine-maven-plugin-2.0.jar
18:15:06 Progress (1): 4.1/144 kB
Progress (1): 7.7/144 kB
Progress (1): 12/144 kB 
Progress (1): 16/144 kB
Progress (1): 20/144 kB
Progress (1): 24/144 kB
Progress (1): 28/144 kB
Progress (1): 32/144 kB
Progress (1): 36/144 kB
Progress (1): 40/144 kB
Progress (1): 45/144 kB
Progress (1): 49/144 kB
Progress (1): 53/144 kB
Progress (1): 57/144 kB
Progress (1): 61/144 kB
Progress (1): 65/144 kB
Progress (1): 69/144 kB
Progress (1): 73/144 kB
Progress (1): 77/144 kB
Progress (1): 81/144 kB
Progress (1): 85/144 kB
Progress (1): 90/144 kB
Progress (1): 94/144 kB
Progress (1): 98/144 kB
Progress (1): 102/144 kB
Progress (1): 106/144 kB
Progress (1): 110/144 kB
Progress (1): 114/144 kB
Progress (1): 118/144 kB
Progress (1): 122/144 kB
Progress (1): 126/144 kB
Progress (1): 131/144 kB
Progress (1): 135/144 kB
Progress (1): 139/144 kB
Progress (1): 143/144 kB
Progress (1): 144 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/searls/jasmine-maven-plugin/2.0/jasmine-maven-plugin-2.0.jar (144 kB at 1.5 MB/s)
18:15:06 [INFO] 
18:15:06 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.test ---
18:15:06 [INFO] 
18:15:06 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.test ---
18:15:06 [INFO] Skipping Rule Enforcement.
18:15:06 [INFO] 
18:15:06 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html.test ---
18:15:07 [INFO] 
18:15:07 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.test ---
18:15:07 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.test/../org.eclipse.scout.rt/target/jacoco-all.exec
18:15:07 [INFO] 
18:15:07 [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add-js-resource) @ org.eclipse.scout.rt.ui.html.test ---
18:15:07 [INFO] 
18:15:07 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.test ---
18:15:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:15:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.test/src/main/resources
18:15:07 [INFO] Copying 11 resources
18:15:07 [INFO] 
18:15:07 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html.test ---
18:15:07 [INFO] No sources to compile
18:15:07 [INFO] 
18:15:07 [INFO] --- phantomjs-maven-plugin:0.7:install (default) @ org.eclipse.scout.rt.ui.html.test ---
18:15:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/klieber/phantomjs-maven-core/0.7/phantomjs-maven-core-0.7.pom
18:15:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/github/klieber/phantomjs-maven-core/0.7/phantomjs-maven-core-0.7.pom
18:15:07 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/github/klieber/phantomjs-maven-core/0.7/phantomjs-maven-core-0.7.pom
18:15:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/klieber/phantomjs-maven-core/0.7/phantomjs-maven-core-0.7.pom
18:15:07 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/klieber/phantomjs-maven-core/0.7/phantomjs-maven-core-0.7.pom (1.6 kB at 19 kB/s)
18:15:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.pom
18:15:08 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.pom
18:15:08 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.pom
18:15:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.pom
18:15:08 Progress (1): 4.1 kB
Progress (1): 7.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.pom (7.6 kB at 64 kB/s)
18:15:08 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.2.1/maven-3.2.1.pom
18:15:08 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/3.2.1/maven-3.2.1.pom
18:15:08 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven/3.2.1/maven-3.2.1.pom
18:15:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.1/maven-3.2.1.pom
18:15:08 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 23 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.1/maven-3.2.1.pom (23 kB at 156 kB/s)
18:15:08 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.pom
18:15:08 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.pom
18:15:08 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.pom
18:15:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.pom
18:15:09 Progress (1): 4.1 kB
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.pom (4.1 kB at 64 kB/s)
18:15:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.pom
18:15:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.pom
18:15:09 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.pom
18:15:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.pom
18:15:09 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.pom (2.2 kB at 43 kB/s)
18:15:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.pom
18:15:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.pom
18:15:09 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.pom
18:15:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.pom
18:15:10 Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.pom (2.6 kB at 41 kB/s)
18:15:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.pom
18:15:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.pom
18:15:10 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.pom
18:15:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.pom
18:15:10 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.pom (2.2 kB at 45 kB/s)
18:15:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.pom
18:15:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.pom
18:15:10 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.pom
18:15:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.pom
18:15:10 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.pom (2.0 kB at 34 kB/s)
18:15:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.pom
18:15:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.pom
18:15:10 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.pom
18:15:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.pom
18:15:11 Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.pom (3.4 kB at 22 kB/s)
18:15:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.pom
18:15:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.pom
18:15:11 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.pom
18:15:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.pom
18:15:11 Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.pom (2.8 kB at 32 kB/s)
18:15:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.pom
18:15:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.pom
18:15:11 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.pom
18:15:12 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.pom
18:15:12 Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.pom (4.1 kB at 67 kB/s)
18:15:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-api/0.9.1.v20140329/aether-api-0.9.1.v20140329.pom
18:15:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/aether/aether-api/0.9.1.v20140329/aether-api-0.9.1.v20140329.pom
18:15:12 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/aether/aether-api/0.9.1.v20140329/aether-api-0.9.1.v20140329.pom
18:15:12 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.1.v20140329/aether-api-0.9.1.v20140329.pom
18:15:13 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.1.v20140329/aether-api-0.9.1.v20140329.pom (1.9 kB at 3.4 kB/s)
18:15:13 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether/0.9.1.v20140329/aether-0.9.1.v20140329.pom
18:15:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/aether/aether/0.9.1.v20140329/aether-0.9.1.v20140329.pom
18:15:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/aether/aether/0.9.1.v20140329/aether-0.9.1.v20140329.pom
18:15:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.1.v20140329/aether-0.9.1.v20140329.pom
18:15:13 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): 30 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.1.v20140329/aether-0.9.1.v20140329.pom (30 kB at 374 kB/s)
18:15:13 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-util/0.9.1.v20140329/aether-util-0.9.1.v20140329.pom
18:15:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/aether/aether-util/0.9.1.v20140329/aether-util-0.9.1.v20140329.pom
18:15:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/aether/aether-util/0.9.1.v20140329/aether-util-0.9.1.v20140329.pom
18:15:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.1.v20140329/aether-util-0.9.1.v20140329.pom
18:15:13 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.1.v20140329/aether-util-0.9.1.v20140329.pom (2.2 kB at 24 kB/s)
18:15:13 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-driver-zip/7.7.8/truezip-driver-zip-7.7.8.pom
18:15:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-driver-zip/7.7.8/truezip-driver-zip-7.7.8.pom
18:15:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-driver-zip/7.7.8/truezip-driver-zip-7.7.8.pom
18:15:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-zip/7.7.8/truezip-driver-zip-7.7.8.pom
18:15:14 Progress (1): 4.1 kB
Progress (1): 5.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-zip/7.7.8/truezip-driver-zip-7.7.8.pom (5.3 kB at 60 kB/s)
18:15:14 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-driver/7.7.8/truezip-driver-7.7.8.pom
18:15:14 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-driver/7.7.8/truezip-driver-7.7.8.pom
18:15:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-driver/7.7.8/truezip-driver-7.7.8.pom
18:15:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver/7.7.8/truezip-driver-7.7.8.pom
18:15:14 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver/7.7.8/truezip-driver-7.7.8.pom (2.2 kB at 5.6 kB/s)
18:15:15 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip/7.7.8/truezip-7.7.8.pom
18:15:15 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip/7.7.8/truezip-7.7.8.pom
18:15:15 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip/7.7.8/truezip-7.7.8.pom
18:15:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip/7.7.8/truezip-7.7.8.pom
18:15:15 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip/7.7.8/truezip-7.7.8.pom (17 kB at 29 kB/s)
18:15:15 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/java/truecommons/truecommons-parent/92/truecommons-parent-92.pom
18:15:15 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/java/truecommons/truecommons-parent/92/truecommons-parent-92.pom
18:15:15 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/java/truecommons/truecommons-parent/92/truecommons-parent-92.pom
18:15:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/truecommons/truecommons-parent/92/truecommons-parent-92.pom
18:15:16 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 23 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/truecommons/truecommons-parent/92/truecommons-parent-92.pom (23 kB at 327 kB/s)
18:15:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-swing/7.7.8/truezip-swing-7.7.8.pom
18:15:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-swing/7.7.8/truezip-swing-7.7.8.pom
18:15:16 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-swing/7.7.8/truezip-swing-7.7.8.pom
18:15:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-swing/7.7.8/truezip-swing-7.7.8.pom
18:15:16 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-swing/7.7.8/truezip-swing-7.7.8.pom (2.1 kB at 20 kB/s)
18:15:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.pom
18:15:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.pom
18:15:16 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.pom
18:15:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.pom
18:15:17 Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.pom (1.2 kB at 22 kB/s)
18:15:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-kernel/7.7.8/truezip-kernel-7.7.8.pom
18:15:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-kernel/7.7.8/truezip-kernel-7.7.8.pom
18:15:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-kernel/7.7.8/truezip-kernel-7.7.8.pom
18:15:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-kernel/7.7.8/truezip-kernel-7.7.8.pom
18:15:17 Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-kernel/7.7.8/truezip-kernel-7.7.8.pom (3.0 kB at 31 kB/s)
18:15:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-driver-tar/7.7.8/truezip-driver-tar-7.7.8.pom
18:15:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-driver-tar/7.7.8/truezip-driver-tar-7.7.8.pom
18:15:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-driver-tar/7.7.8/truezip-driver-tar-7.7.8.pom
18:15:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-tar/7.7.8/truezip-driver-tar-7.7.8.pom
18:15:17 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-tar/7.7.8/truezip-driver-tar-7.7.8.pom (3.1 kB at 24 kB/s)
18:15:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.5/xz-1.5.pom
18:15:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/tukaani/xz/1.5/xz-1.5.pom
18:15:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/tukaani/xz/1.5/xz-1.5.pom
18:15:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom
18:15:18 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 79 kB/s)
18:15:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-file/7.7.8/truezip-file-7.7.8.pom
18:15:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-file/7.7.8/truezip-file-7.7.8.pom
18:15:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-file/7.7.8/truezip-file-7.7.8.pom
18:15:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-file/7.7.8/truezip-file-7.7.8.pom
18:15:18 Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-file/7.7.8/truezip-file-7.7.8.pom (3.4 kB at 29 kB/s)
18:15:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-driver-file/7.7.8/truezip-driver-file-7.7.8.pom
18:15:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-driver-file/7.7.8/truezip-driver-file-7.7.8.pom
18:15:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-driver-file/7.7.8/truezip-driver-file-7.7.8.pom
18:15:19 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-file/7.7.8/truezip-driver-file-7.7.8.pom
18:15:19 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-file/7.7.8/truezip-driver-file-7.7.8.pom (1.7 kB at 13 kB/s)
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/klieber/phantomjs-maven-core/0.7/phantomjs-maven-core-0.7.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-util/0.9.1.v20140329/aether-util-0.9.1.v20140329.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-driver-zip/7.7.8/truezip-driver-zip-7.7.8.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-swing/7.7.8/truezip-swing-7.7.8.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-kernel/7.7.8/truezip-kernel-7.7.8.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-driver-tar/7.7.8/truezip-driver-tar-7.7.8.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.5/xz-1.5.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-file/7.7.8/truezip-file-7.7.8.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-driver-file/7.7.8/truezip-driver-file-7.7.8.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.jar
18:15:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-api/0.9.1.v20140329/aether-api-0.9.1.v20140329.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/github/klieber/phantomjs-maven-core/0.7/phantomjs-maven-core-0.7.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/aether/aether-util/0.9.1.v20140329/aether-util-0.9.1.v20140329.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-driver-zip/7.7.8/truezip-driver-zip-7.7.8.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-swing/7.7.8/truezip-swing-7.7.8.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-kernel/7.7.8/truezip-kernel-7.7.8.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-driver-tar/7.7.8/truezip-driver-tar-7.7.8.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/tukaani/xz/1.5/xz-1.5.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-file/7.7.8/truezip-file-7.7.8.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-driver-file/7.7.8/truezip-driver-file-7.7.8.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.jar
18:15:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/aether/aether-api/0.9.1.v20140329/aether-api-0.9.1.v20140329.jar
18:15:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/github/klieber/phantomjs-maven-core/0.7/phantomjs-maven-core-0.7.jar
18:15:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.jar
18:15:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.jar
18:15:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.jar
18:15:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.jar
18:15:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.jar
18:15:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.jar
18:15:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/aether/aether-util/0.9.1.v20140329/aether-util-0.9.1.v20140329.jar
18:15:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-driver-zip/7.7.8/truezip-driver-zip-7.7.8.jar
18:15:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-swing/7.7.8/truezip-swing-7.7.8.jar
18:15:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.jar
18:15:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-kernel/7.7.8/truezip-kernel-7.7.8.jar
18:15:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-driver-tar/7.7.8/truezip-driver-tar-7.7.8.jar
18:15:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/tukaani/xz/1.5/xz-1.5.jar
18:15:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-file/7.7.8/truezip-file-7.7.8.jar
18:15:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-driver-file/7.7.8/truezip-driver-file-7.7.8.jar
18:15:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.jar
18:15:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.jar
18:15:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.jar
18:15:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/aether/aether-api/0.9.1.v20140329/aether-api-0.9.1.v20140329.jar
18:15:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/klieber/phantomjs-maven-core/0.7/phantomjs-maven-core-0.7.jar
18:15:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.jar
18:15:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.jar
18:15:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.jar
18:15:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.jar
18:15:20 Progress (1): 4.1/43 kB
Progress (1): 7.7/43 kB
Progress (1): 12/43 kB 
Progress (1): 16/43 kB
Progress (1): 20/43 kB
Progress (1): 24/43 kB
Progress (1): 28/43 kB
Progress (1): 32/43 kB
Progress (1): 36/43 kB
Progress (1): 40/43 kB
Progress (1): 43 kB   
Progress (2): 43 kB | 4.1/39 kB
Progress (2): 43 kB | 7.7/39 kB
Progress (2): 43 kB | 12/39 kB 
Progress (2): 43 kB | 16/39 kB
Progress (2): 43 kB | 20/39 kB
Progress (2): 43 kB | 24/39 kB
Progress (2): 43 kB | 28/39 kB
Progress (2): 43 kB | 32/39 kB
Progress (2): 43 kB | 36/39 kB
Progress (2): 43 kB | 39 kB   
Progress (3): 43 kB | 39 kB | 4.1/26 kB
Progress (3): 43 kB | 39 kB | 7.7/26 kB
Progress (3): 43 kB | 39 kB | 12/26 kB 
Progress (3): 43 kB | 39 kB | 16/26 kB
Progress (3): 43 kB | 39 kB | 20/26 kB
Progress (3): 43 kB | 39 kB | 24/26 kB
Progress (3): 43 kB | 39 kB | 26 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.jar (43 kB at 230 kB/s)
18:15:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.jar
18:15:20 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/klieber/phantomjs-maven-core/0.7/phantomjs-maven-core-0.7.jar (39 kB at 207 kB/s)
18:15:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.jar
18:15:20 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.jar (26 kB at 133 kB/s)
18:15:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.1.v20140329/aether-util-0.9.1.v20140329.jar
18:15:20 Progress (1): 4.1/43 kB
Progress (1): 7.7/43 kB
Progress (1): 12/43 kB 
Progress (1): 16/43 kB
Progress (1): 20/43 kB
Progress (1): 24/43 kB
Progress (1): 28/43 kB
Progress (1): 32/43 kB
Progress (1): 36/43 kB
Progress (1): 40/43 kB
Progress (1): 43 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.jar (43 kB at 206 kB/s)
18:15:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-zip/7.7.8/truezip-driver-zip-7.7.8.jar
18:15:20 Progress (1): 4.1/575 kB
Progress (1): 7.7/575 kB
Progress (1): 12/575 kB 
Progress (1): 16/575 kB
Progress (1): 20/575 kB
Progress (1): 24/575 kB
Progress (1): 28/575 kB
Progress (1): 32/575 kB
Progress (1): 36/575 kB
Progress (1): 40/575 kB
Progress (1): 45/575 kB
Progress (1): 49/575 kB
Progress (1): 53/575 kB
Progress (1): 57/575 kB
Progress (1): 61/575 kB
Progress (1): 65/575 kB
Progress (1): 69/575 kB
Progress (1): 73/575 kB
Progress (1): 77/575 kB
Progress (1): 81/575 kB
Progress (1): 85/575 kB
Progress (1): 90/575 kB
Progress (1): 94/575 kB
Progress (1): 98/575 kB
Progress (1): 102/575 kB
Progress (1): 106/575 kB
Progress (1): 110/575 kB
Progress (1): 114/575 kB
Progress (1): 118/575 kB
Progress (1): 122/575 kB
Progress (1): 126/575 kB
Progress (1): 131/575 kB
Progress (1): 135/575 kB
Progress (1): 139/575 kB
Progress (1): 143/575 kB
Progress (1): 147/575 kB
Progress (1): 151/575 kB
Progress (1): 155/575 kB
Progress (1): 159/575 kB
Progress (1): 163/575 kB
Progress (1): 167/575 kB
Progress (1): 171/575 kB
Progress (1): 176/575 kB
Progress (1): 180/575 kB
Progress (1): 184/575 kB
Progress (1): 188/575 kB
Progress (1): 192/575 kB
Progress (1): 196/575 kB
Progress (1): 200/575 kB
Progress (1): 204/575 kB
Progress (1): 208/575 kB
Progress (1): 212/575 kB
Progress (1): 217/575 kB
Progress (1): 221/575 kB
Progress (1): 225/575 kB
Progress (1): 229/575 kB
Progress (1): 233/575 kB
Progress (1): 237/575 kB
Progress (1): 241/575 kB
Progress (1): 245/575 kB
Progress (1): 249/575 kB
Progress (1): 253/575 kB
Progress (1): 258/575 kB
Progress (1): 262/575 kB
Progress (1): 266/575 kB
Progress (1): 270/575 kB
Progress (1): 274/575 kB
Progress (1): 278/575 kB
Progress (1): 282/575 kB
Progress (1): 286/575 kB
Progress (1): 290/575 kB
Progress (1): 294/575 kB
Progress (1): 298/575 kB
Progress (1): 303/575 kB
Progress (1): 307/575 kB
Progress (1): 311/575 kB
Progress (1): 315/575 kB
Progress (1): 319/575 kB
Progress (1): 323/575 kB
Progress (1): 327/575 kB
Progress (1): 331/575 kB
Progress (1): 335/575 kB
Progress (1): 339/575 kB
Progress (1): 344/575 kB
Progress (1): 348/575 kB
Progress (1): 352/575 kB
Progress (1): 356/575 kB
Progress (1): 360/575 kB
Progress (1): 364/575 kB
Progress (1): 368/575 kB
Progress (1): 372/575 kB
Progress (1): 376/575 kB
Progress (1): 380/575 kB
Progress (1): 384/575 kB
Progress (1): 389/575 kB
Progress (1): 393/575 kB
Progress (1): 397/575 kB
Progress (1): 401/575 kB
Progress (1): 405/575 kB
Progress (1): 409/575 kB
Progress (1): 413/575 kB
Progress (1): 417/575 kB
Progress (1): 421/575 kB
Progress (1): 425/575 kB
Progress (1): 430/575 kB
Progress (1): 434/575 kB
Progress (1): 438/575 kB
Progress (1): 442/575 kB
Progress (1): 446/575 kB
Progress (1): 450/575 kB
Progress (1): 454/575 kB
Progress (1): 458/575 kB
Progress (1): 462/575 kB
Progress (1): 466/575 kB
Progress (1): 471/575 kB
Progress (1): 475/575 kB
Progress (1): 479/575 kB
Progress (1): 483/575 kB
Progress (1): 487/575 kB
Progress (1): 491/575 kB
Progress (1): 495/575 kB
Progress (1): 499/575 kB
Progress (1): 503/575 kB
Progress (1): 507/575 kB
Progress (1): 511/575 kB
Progress (1): 516/575 kB
Progress (1): 520/575 kB
Progress (1): 524/575 kB
Progress (1): 528/575 kB
Progress (1): 532/575 kB
Progress (1): 536/575 kB
Progress (1): 540/575 kB
Progress (1): 544/575 kB
Progress (1): 548/575 kB
Progress (1): 552/575 kB
Progress (1): 557/575 kB
Progress (1): 561/575 kB
Progress (1): 565/575 kB
Progress (1): 569/575 kB
Progress (1): 573/575 kB
Progress (1): 575 kB    
Progress (2): 575 kB | 4.1/165 kB
Progress (2): 575 kB | 7.7/165 kB
Progress (2): 575 kB | 12/165 kB 
Progress (2): 575 kB | 16/165 kB
Progress (2): 575 kB | 20/165 kB
Progress (2): 575 kB | 24/165 kB
Progress (2): 575 kB | 28/165 kB
Progress (2): 575 kB | 32/165 kB
Progress (2): 575 kB | 36/165 kB
Progress (2): 575 kB | 40/165 kB
Progress (2): 575 kB | 45/165 kB
Progress (3): 575 kB | 45/165 kB | 4.1/61 kB
Progress (3): 575 kB | 49/165 kB | 4.1/61 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.jar (575 kB at 2.1 MB/s)
18:15:20 Progress (2): 49/165 kB | 7.7/61 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-swing/7.7.8/truezip-swing-7.7.8.jar
18:15:20 Progress (2): 49/165 kB | 12/61 kB
Progress (2): 53/165 kB | 12/61 kB
Progress (2): 53/165 kB | 16/61 kB
Progress (2): 57/165 kB | 16/61 kB
Progress (2): 61/165 kB | 16/61 kB
Progress (2): 65/165 kB | 16/61 kB
Progress (2): 65/165 kB | 20/61 kB
Progress (2): 65/165 kB | 24/61 kB
Progress (2): 65/165 kB | 28/61 kB
Progress (2): 65/165 kB | 32/61 kB
Progress (2): 69/165 kB | 32/61 kB
Progress (2): 73/165 kB | 32/61 kB
Progress (2): 73/165 kB | 36/61 kB
Progress (2): 77/165 kB | 36/61 kB
Progress (2): 77/165 kB | 40/61 kB
Progress (2): 81/165 kB | 40/61 kB
Progress (2): 81/165 kB | 45/61 kB
Progress (2): 81/165 kB | 49/61 kB
Progress (2): 81/165 kB | 53/61 kB
Progress (2): 81/165 kB | 57/61 kB
Progress (2): 85/165 kB | 57/61 kB
Progress (2): 85/165 kB | 61/61 kB
Progress (2): 90/165 kB | 61/61 kB
Progress (2): 90/165 kB | 61 kB   
Progress (2): 94/165 kB | 61 kB
Progress (2): 98/165 kB | 61 kB
Progress (2): 102/165 kB | 61 kB
Progress (2): 106/165 kB | 61 kB
Progress (2): 110/165 kB | 61 kB
Progress (2): 114/165 kB | 61 kB
Progress (2): 118/165 kB | 61 kB
Progress (2): 122/165 kB | 61 kB
Progress (2): 126/165 kB | 61 kB
Progress (2): 131/165 kB | 61 kB
Progress (2): 135/165 kB | 61 kB
Progress (2): 139/165 kB | 61 kB
Progress (2): 143/165 kB | 61 kB
Progress (2): 147/165 kB | 61 kB
Progress (2): 151/165 kB | 61 kB
Progress (2): 155/165 kB | 61 kB
Progress (3): 155/165 kB | 61 kB | 4.1/146 kB
Progress (3): 159/165 kB | 61 kB | 4.1/146 kB
Progress (3): 159/165 kB | 61 kB | 7.7/146 kB
Progress (3): 163/165 kB | 61 kB | 7.7/146 kB
Progress (3): 163/165 kB | 61 kB | 12/146 kB 
Progress (3): 163/165 kB | 61 kB | 16/146 kB
Progress (3): 165 kB | 61 kB | 16/146 kB    
Progress (3): 165 kB | 61 kB | 20/146 kB
Progress (3): 165 kB | 61 kB | 24/146 kB
Progress (3): 165 kB | 61 kB | 28/146 kB
Progress (3): 165 kB | 61 kB | 32/146 kB
Progress (3): 165 kB | 61 kB | 36/146 kB
Progress (3): 165 kB | 61 kB | 40/146 kB
Progress (3): 165 kB | 61 kB | 45/146 kB
Progress (3): 165 kB | 61 kB | 49/146 kB
Progress (3): 165 kB | 61 kB | 53/146 kB
Progress (3): 165 kB | 61 kB | 57/146 kB
Progress (3): 165 kB | 61 kB | 61/146 kB
Progress (3): 165 kB | 61 kB | 65/146 kB
Progress (3): 165 kB | 61 kB | 69/146 kB
Progress (3): 165 kB | 61 kB | 73/146 kB
Progress (3): 165 kB | 61 kB | 77/146 kB
Progress (3): 165 kB | 61 kB | 81/146 kB
Progress (4): 165 kB | 61 kB | 81/146 kB | 4.1/253 kB
Progress (4): 165 kB | 61 kB | 85/146 kB | 4.1/253 kB
Progress (4): 165 kB | 61 kB | 85/146 kB | 7.7/253 kB
Progress (4): 165 kB | 61 kB | 90/146 kB | 7.7/253 kB
Progress (4): 165 kB | 61 kB | 90/146 kB | 12/253 kB 
Progress (4): 165 kB | 61 kB | 94/146 kB | 12/253 kB
Progress (4): 165 kB | 61 kB | 94/146 kB | 16/253 kB
Progress (4): 165 kB | 61 kB | 98/146 kB | 16/253 kB
Progress (4): 165 kB | 61 kB | 98/146 kB | 20/253 kB
Progress (4): 165 kB | 61 kB | 102/146 kB | 20/253 kB
Progress (4): 165 kB | 61 kB | 102/146 kB | 24/253 kB
Progress (4): 165 kB | 61 kB | 106/146 kB | 24/253 kB
Progress (4): 165 kB | 61 kB | 106/146 kB | 28/253 kB
Progress (4): 165 kB | 61 kB | 110/146 kB | 28/253 kB
Progress (4): 165 kB | 61 kB | 114/146 kB | 28/253 kB
Progress (4): 165 kB | 61 kB | 114/146 kB | 32/253 kB
Progress (4): 165 kB | 61 kB | 118/146 kB | 32/253 kB
Progress (4): 165 kB | 61 kB | 122/146 kB | 32/253 kB
Progress (4): 165 kB | 61 kB | 122/146 kB | 36/253 kB
Progress (4): 165 kB | 61 kB | 126/146 kB | 36/253 kB
Progress (4): 165 kB | 61 kB | 126/146 kB | 40/253 kB
Progress (4): 165 kB | 61 kB | 131/146 kB | 40/253 kB
Progress (4): 165 kB | 61 kB | 131/146 kB | 45/253 kB
Progress (4): 165 kB | 61 kB | 131/146 kB | 49/253 kB
Progress (4): 165 kB | 61 kB | 135/146 kB | 49/253 kB
Progress (4): 165 kB | 61 kB | 139/146 kB | 49/253 kB
Progress (4): 165 kB | 61 kB | 143/146 kB | 49/253 kB
Progress (4): 165 kB | 61 kB | 143/146 kB | 53/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 53/253 kB    
Progress (4): 165 kB | 61 kB | 146 kB | 57/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 61/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 65/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 69/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 73/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 77/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 81/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 85/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 90/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 94/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 98/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 102/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 106/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 110/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 114/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 118/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 122/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 126/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 131/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 135/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 139/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 143/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 147/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 151/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 155/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 159/253 kB
Progress (4): 165 kB | 61 kB | 146 kB | 163/253 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.jar (61 kB at 203 kB/s)
18:15:20 Progress (3): 165 kB | 146 kB | 167/253 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.jar
18:15:20 Progress (3): 165 kB | 146 kB | 171/253 kB
Progress (3): 165 kB | 146 kB | 176/253 kB
Progress (3): 165 kB | 146 kB | 180/253 kB
Progress (3): 165 kB | 146 kB | 184/253 kB
Progress (3): 165 kB | 146 kB | 188/253 kB
Progress (3): 165 kB | 146 kB | 192/253 kB
Progress (3): 165 kB | 146 kB | 196/253 kB
Progress (3): 165 kB | 146 kB | 200/253 kB
Progress (3): 165 kB | 146 kB | 204/253 kB
Progress (3): 165 kB | 146 kB | 208/253 kB
Progress (3): 165 kB | 146 kB | 212/253 kB
Progress (3): 165 kB | 146 kB | 217/253 kB
Progress (3): 165 kB | 146 kB | 221/253 kB
Progress (3): 165 kB | 146 kB | 225/253 kB
Progress (3): 165 kB | 146 kB | 229/253 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.jar (165 kB at 540 kB/s)
18:15:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-kernel/7.7.8/truezip-kernel-7.7.8.jar
18:15:20 Progress (2): 146 kB | 233/253 kB
Progress (2): 146 kB | 237/253 kB
Progress (2): 146 kB | 241/253 kB
Progress (2): 146 kB | 245/253 kB
Progress (2): 146 kB | 249/253 kB
Progress (2): 146 kB | 253 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.1.v20140329/aether-util-0.9.1.v20140329.jar (146 kB at 449 kB/s)
18:15:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-tar/7.7.8/truezip-driver-tar-7.7.8.jar
18:15:20 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-zip/7.7.8/truezip-driver-zip-7.7.8.jar (253 kB at 768 kB/s)
18:15:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar
18:15:21 Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
Progress (2): 22 kB | 4.1/100 kB
Progress (2): 22 kB | 7.7/100 kB
Progress (2): 22 kB | 12/100 kB 
Progress (2): 22 kB | 16/100 kB
Progress (2): 22 kB | 20/100 kB
Progress (2): 22 kB | 24/100 kB
Progress (2): 22 kB | 28/100 kB
Progress (2): 22 kB | 32/100 kB
Progress (2): 22 kB | 36/100 kB
Progress (2): 22 kB | 40/100 kB
Progress (2): 22 kB | 45/100 kB
Progress (2): 22 kB | 49/100 kB
Progress (2): 22 kB | 53/100 kB
Progress (2): 22 kB | 57/100 kB
Progress (2): 22 kB | 61/100 kB
Progress (2): 22 kB | 65/100 kB
Progress (2): 22 kB | 69/100 kB
Progress (2): 22 kB | 73/100 kB
Progress (2): 22 kB | 77/100 kB
Progress (2): 22 kB | 81/100 kB
Progress (2): 22 kB | 85/100 kB
Progress (2): 22 kB | 90/100 kB
Progress (2): 22 kB | 94/100 kB
Progress (2): 22 kB | 98/100 kB
Progress (2): 22 kB | 100 kB   
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-swing/7.7.8/truezip-swing-7.7.8.jar (22 kB at 58 kB/s)
18:15:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-file/7.7.8/truezip-file-7.7.8.jar
18:15:21 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 255 kB/s)
18:15:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-file/7.7.8/truezip-driver-file-7.7.8.jar
18:15:21 Progress (1): 0/2.8 MB
Progress (1): 0/2.8 MB
Progress (1): 0/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (1): 0.1/2.8 MB
Progress (2): 0.1/2.8 MB | 4.1/497 kB
Progress (2): 0.1/2.8 MB | 7.7/497 kB
Progress (2): 0.1/2.8 MB | 12/497 kB 
Progress (2): 0.1/2.8 MB | 16/497 kB
Progress (2): 0.1/2.8 MB | 20/497 kB
Progress (2): 0.1/2.8 MB | 24/497 kB
Progress (2): 0.1/2.8 MB | 28/497 kB
Progress (2): 0.1/2.8 MB | 32/497 kB
Progress (2): 0.1/2.8 MB | 36/497 kB
Progress (2): 0.1/2.8 MB | 40/497 kB
Progress (2): 0.1/2.8 MB | 45/497 kB
Progress (2): 0.1/2.8 MB | 49/497 kB
Progress (2): 0.1/2.8 MB | 53/497 kB
Progress (2): 0.1/2.8 MB | 57/497 kB
Progress (2): 0.1/2.8 MB | 61/497 kB
Progress (2): 0.1/2.8 MB | 65/497 kB
Progress (2): 0.1/2.8 MB | 69/497 kB
Progress (2): 0.1/2.8 MB | 73/497 kB
Progress (2): 0.1/2.8 MB | 77/497 kB
Progress (2): 0.1/2.8 MB | 81/497 kB
Progress (2): 0.1/2.8 MB | 85/497 kB
Progress (2): 0.1/2.8 MB | 90/497 kB
Progress (2): 0.1/2.8 MB | 94/497 kB
Progress (2): 0.1/2.8 MB | 98/497 kB
Progress (2): 0.1/2.8 MB | 102/497 kB
Progress (2): 0.1/2.8 MB | 106/497 kB
Progress (2): 0.1/2.8 MB | 110/497 kB
Progress (2): 0.1/2.8 MB | 114/497 kB
Progress (2): 0.1/2.8 MB | 118/497 kB
Progress (2): 0.1/2.8 MB | 122/497 kB
Progress (2): 0.1/2.8 MB | 126/497 kB
Progress (2): 0.1/2.8 MB | 131/497 kB
Progress (2): 0.1/2.8 MB | 135/497 kB
Progress (2): 0.1/2.8 MB | 139/497 kB
Progress (2): 0.1/2.8 MB | 143/497 kB
Progress (2): 0.1/2.8 MB | 147/497 kB
Progress (2): 0.2/2.8 MB | 147/497 kB
Progress (2): 0.2/2.8 MB | 147/497 kB
Progress (2): 0.2/2.8 MB | 147/497 kB
Progress (2): 0.2/2.8 MB | 147/497 kB
Progress (2): 0.2/2.8 MB | 151/497 kB
Progress (2): 0.2/2.8 MB | 155/497 kB
Progress (2): 0.2/2.8 MB | 159/497 kB
Progress (2): 0.2/2.8 MB | 163/497 kB
Progress (2): 0.2/2.8 MB | 163/497 kB
Progress (2): 0.2/2.8 MB | 167/497 kB
Progress (2): 0.2/2.8 MB | 171/497 kB
Progress (2): 0.2/2.8 MB | 176/497 kB
Progress (2): 0.2/2.8 MB | 176/497 kB
Progress (2): 0.2/2.8 MB | 180/497 kB
Progress (2): 0.2/2.8 MB | 184/497 kB
Progress (2): 0.2/2.8 MB | 188/497 kB
Progress (2): 0.3/2.8 MB | 188/497 kB
Progress (2): 0.3/2.8 MB | 192/497 kB
Progress (2): 0.3/2.8 MB | 196/497 kB
Progress (2): 0.3/2.8 MB | 196/497 kB
Progress (2): 0.3/2.8 MB | 200/497 kB
Progress (2): 0.3/2.8 MB | 204/497 kB
Progress (2): 0.3/2.8 MB | 208/497 kB
Progress (2): 0.3/2.8 MB | 212/497 kB
Progress (2): 0.3/2.8 MB | 212/497 kB
Progress (2): 0.3/2.8 MB | 217/497 kB
Progress (2): 0.3/2.8 MB | 221/497 kB
Progress (2): 0.3/2.8 MB | 225/497 kB
Progress (2): 0.3/2.8 MB | 229/497 kB
Progress (2): 0.3/2.8 MB | 229/497 kB
Progress (2): 0.3/2.8 MB | 233/497 kB
Progress (2): 0.3/2.8 MB | 237/497 kB
Progress (2): 0.3/2.8 MB | 241/497 kB
Progress (2): 0.3/2.8 MB | 245/497 kB
Progress (2): 0.3/2.8 MB | 245/497 kB
Progress (2): 0.3/2.8 MB | 249/497 kB
Progress (2): 0.3/2.8 MB | 253/497 kB
Progress (2): 0.3/2.8 MB | 258/497 kB
Progress (2): 0.3/2.8 MB | 258/497 kB
Progress (2): 0.3/2.8 MB | 262/497 kB
Progress (2): 0.3/2.8 MB | 266/497 kB
Progress (2): 0.4/2.8 MB | 266/497 kB
Progress (2): 0.4/2.8 MB | 270/497 kB
Progress (2): 0.4/2.8 MB | 274/497 kB
Progress (2): 0.4/2.8 MB | 278/497 kB
Progress (2): 0.4/2.8 MB | 278/497 kB
Progress (2): 0.4/2.8 MB | 282/497 kB
Progress (2): 0.4/2.8 MB | 286/497 kB
Progress (2): 0.4/2.8 MB | 290/497 kB
Progress (2): 0.4/2.8 MB | 294/497 kB
Progress (2): 0.4/2.8 MB | 294/497 kB
Progress (2): 0.4/2.8 MB | 298/497 kB
Progress (2): 0.4/2.8 MB | 303/497 kB
Progress (2): 0.4/2.8 MB | 307/497 kB
Progress (2): 0.4/2.8 MB | 311/497 kB
Progress (2): 0.4/2.8 MB | 315/497 kB
Progress (2): 0.4/2.8 MB | 315/497 kB
Progress (2): 0.4/2.8 MB | 319/497 kB
Progress (2): 0.4/2.8 MB | 323/497 kB
Progress (2): 0.4/2.8 MB | 327/497 kB
Progress (2): 0.4/2.8 MB | 331/497 kB
Progress (2): 0.4/2.8 MB | 335/497 kB
Progress (2): 0.4/2.8 MB | 339/497 kB
Progress (2): 0.4/2.8 MB | 344/497 kB
Progress (2): 0.4/2.8 MB | 344/497 kB
Progress (2): 0.4/2.8 MB | 348/497 kB
Progress (2): 0.4/2.8 MB | 352/497 kB
Progress (2): 0.4/2.8 MB | 356/497 kB
Progress (2): 0.4/2.8 MB | 360/497 kB
Progress (2): 0.4/2.8 MB | 364/497 kB
Progress (2): 0.4/2.8 MB | 368/497 kB
Progress (2): 0.4/2.8 MB | 368/497 kB
Progress (2): 0.4/2.8 MB | 372/497 kB
Progress (2): 0.4/2.8 MB | 376/497 kB
Progress (2): 0.4/2.8 MB | 380/497 kB
Progress (2): 0.4/2.8 MB | 384/497 kB
Progress (2): 0.4/2.8 MB | 389/497 kB
Progress (2): 0.4/2.8 MB | 393/497 kB
Progress (2): 0.5/2.8 MB | 393/497 kB
Progress (2): 0.5/2.8 MB | 397/497 kB
Progress (2): 0.5/2.8 MB | 401/497 kB
Progress (2): 0.5/2.8 MB | 405/497 kB
Progress (2): 0.5/2.8 MB | 409/497 kB
Progress (2): 0.5/2.8 MB | 413/497 kB
Progress (2): 0.5/2.8 MB | 417/497 kB
Progress (2): 0.5/2.8 MB | 421/497 kB
Progress (2): 0.5/2.8 MB | 421/497 kB
Progress (2): 0.5/2.8 MB | 425/497 kB
Progress (2): 0.5/2.8 MB | 430/497 kB
Progress (2): 0.5/2.8 MB | 434/497 kB
Progress (2): 0.5/2.8 MB | 438/497 kB
Progress (2): 0.5/2.8 MB | 442/497 kB
Progress (2): 0.5/2.8 MB | 442/497 kB
Progress (2): 0.5/2.8 MB | 446/497 kB
Progress (2): 0.5/2.8 MB | 450/497 kB
Progress (2): 0.5/2.8 MB | 454/497 kB
Progress (2): 0.5/2.8 MB | 458/497 kB
Progress (2): 0.5/2.8 MB | 462/497 kB
Progress (2): 0.5/2.8 MB | 466/497 kB
Progress (2): 0.5/2.8 MB | 471/497 kB
Progress (2): 0.5/2.8 MB | 475/497 kB
Progress (2): 0.5/2.8 MB | 475/497 kB
Progress (2): 0.5/2.8 MB | 479/497 kB
Progress (2): 0.5/2.8 MB | 483/497 kB
Progress (2): 0.5/2.8 MB | 487/497 kB
Progress (2): 0.5/2.8 MB | 491/497 kB
Progress (2): 0.5/2.8 MB | 495/497 kB
Progress (2): 0.5/2.8 MB | 497 kB    
Progress (2): 0.5/2.8 MB | 497 kB
Progress (2): 0.5/2.8 MB | 497 kB
Progress (2): 0.6/2.8 MB | 497 kB
Progress (2): 0.6/2.8 MB | 497 kB
Progress (2): 0.6/2.8 MB | 497 kB
Progress (2): 0.6/2.8 MB | 497 kB
Progress (3): 0.6/2.8 MB | 497 kB | 4.1/33 kB
Progress (3): 0.6/2.8 MB | 497 kB | 7.7/33 kB
Progress (3): 0.6/2.8 MB | 497 kB | 12/33 kB 
Progress (3): 0.6/2.8 MB | 497 kB | 16/33 kB
Progress (3): 0.6/2.8 MB | 497 kB | 16/33 kB
Progress (3): 0.6/2.8 MB | 497 kB | 20/33 kB
Progress (3): 0.6/2.8 MB | 497 kB | 24/33 kB
Progress (3): 0.6/2.8 MB | 497 kB | 28/33 kB
Progress (3): 0.6/2.8 MB | 497 kB | 32/33 kB
Progress (3): 0.6/2.8 MB | 497 kB | 33 kB   
Progress (3): 0.6/2.8 MB | 497 kB | 33 kB
Progress (3): 0.7/2.8 MB | 497 kB | 33 kB
Progress (3): 0.7/2.8 MB | 497 kB | 33 kB
Progress (3): 0.7/2.8 MB | 497 kB | 33 kB
Progress (3): 0.7/2.8 MB | 497 kB | 33 kB
Progress (3): 0.7/2.8 MB | 497 kB | 33 kB
Progress (3): 0.7/2.8 MB | 497 kB | 33 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-kernel/7.7.8/truezip-kernel-7.7.8.jar (497 kB at 1.0 MB/s)
18:15:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.jar
18:15:21 Progress (2): 0.8/2.8 MB | 33 kB
Progress (2): 0.8/2.8 MB | 33 kB
Progress (2): 0.8/2.8 MB | 33 kB
Progress (2): 0.8/2.8 MB | 33 kB
Progress (2): 0.8/2.8 MB | 33 kB
Progress (2): 0.8/2.8 MB | 33 kB
Progress (2): 0.9/2.8 MB | 33 kB
Progress (2): 0.9/2.8 MB | 33 kB
Progress (2): 0.9/2.8 MB | 33 kB
Progress (2): 0.9/2.8 MB | 33 kB
Progress (2): 0.9/2.8 MB | 33 kB
Progress (2): 0.9/2.8 MB | 33 kB
Progress (2): 0.9/2.8 MB | 33 kB
Progress (2): 1.0/2.8 MB | 33 kB
Progress (2): 1.0/2.8 MB | 33 kB
Progress (2): 1.0/2.8 MB | 33 kB
Progress (2): 1.0/2.8 MB | 33 kB
Progress (2): 1.0/2.8 MB | 33 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-tar/7.7.8/truezip-driver-tar-7.7.8.jar (33 kB at 65 kB/s)
18:15:21 Progress (1): 1.0/2.8 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.jar
18:15:21 Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (2): 1.2/2.8 MB | 4.1/66 kB
Progress (2): 1.2/2.8 MB | 7.7/66 kB
Progress (2): 1.2/2.8 MB | 12/66 kB 
Progress (2): 1.2/2.8 MB | 16/66 kB
Progress (2): 1.2/2.8 MB | 16/66 kB
Progress (2): 1.2/2.8 MB | 20/66 kB
Progress (2): 1.2/2.8 MB | 24/66 kB
Progress (2): 1.2/2.8 MB | 28/66 kB
Progress (2): 1.2/2.8 MB | 32/66 kB
Progress (2): 1.3/2.8 MB | 32/66 kB
Progress (2): 1.3/2.8 MB | 36/66 kB
Progress (2): 1.3/2.8 MB | 40/66 kB
Progress (2): 1.3/2.8 MB | 40/66 kB
Progress (2): 1.3/2.8 MB | 45/66 kB
Progress (2): 1.3/2.8 MB | 49/66 kB
Progress (2): 1.3/2.8 MB | 49/66 kB
Progress (2): 1.3/2.8 MB | 53/66 kB
Progress (2): 1.3/2.8 MB | 57/66 kB
Progress (2): 1.3/2.8 MB | 61/66 kB
Progress (2): 1.3/2.8 MB | 65/66 kB
Progress (2): 1.3/2.8 MB | 66 kB   
Progress (2): 1.3/2.8 MB | 66 kB
Progress (2): 1.3/2.8 MB | 66 kB
Progress (2): 1.3/2.8 MB | 66 kB
Progress (2): 1.4/2.8 MB | 66 kB
Progress (2): 1.4/2.8 MB | 66 kB
Progress (2): 1.4/2.8 MB | 66 kB
Progress (2): 1.4/2.8 MB | 66 kB
Progress (2): 1.4/2.8 MB | 66 kB
Progress (2): 1.4/2.8 MB | 66 kB
Progress (2): 1.5/2.8 MB | 66 kB
Progress (2): 1.5/2.8 MB | 66 kB
Progress (2): 1.5/2.8 MB | 66 kB
Progress (2): 1.5/2.8 MB | 66 kB
Progress (2): 1.5/2.8 MB | 66 kB
Progress (2): 1.5/2.8 MB | 66 kB
Progress (2): 1.6/2.8 MB | 66 kB
Progress (2): 1.6/2.8 MB | 66 kB
Progress (2): 1.6/2.8 MB | 66 kB
Progress (2): 1.6/2.8 MB | 66 kB
Progress (3): 1.6/2.8 MB | 66 kB | 4.1/46 kB
Progress (3): 1.6/2.8 MB | 66 kB | 7.7/46 kB
Progress (3): 1.6/2.8 MB | 66 kB | 7.7/46 kB
Progress (3): 1.6/2.8 MB | 66 kB | 12/46 kB 
Progress (3): 1.6/2.8 MB | 66 kB | 16/46 kB
Progress (3): 1.6/2.8 MB | 66 kB | 16/46 kB
Progress (3): 1.7/2.8 MB | 66 kB | 16/46 kB
Progress (3): 1.7/2.8 MB | 66 kB | 20/46 kB
Progress (3): 1.7/2.8 MB | 66 kB | 24/46 kB
Progress (3): 1.7/2.8 MB | 66 kB | 28/46 kB
Progress (3): 1.7/2.8 MB | 66 kB | 28/46 kB
Progress (3): 1.7/2.8 MB | 66 kB | 32/46 kB
Progress (3): 1.7/2.8 MB | 66 kB | 32/46 kB
Progress (3): 1.7/2.8 MB | 66 kB | 36/46 kB
Progress (3): 1.7/2.8 MB | 66 kB | 40/46 kB
Progress (3): 1.7/2.8 MB | 66 kB | 40/46 kB
Progress (3): 1.7/2.8 MB | 66 kB | 45/46 kB
Progress (3): 1.7/2.8 MB | 66 kB | 46 kB   
Progress (3): 1.7/2.8 MB | 66 kB | 46 kB
Progress (3): 1.7/2.8 MB | 66 kB | 46 kB
Progress (3): 1.8/2.8 MB | 66 kB | 46 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-file/7.7.8/truezip-file-7.7.8.jar (66 kB at 124 kB/s)
18:15:21 Progress (2): 1.8/2.8 MB | 46 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.jar
18:15:21 Progress (2): 1.8/2.8 MB | 46 kB
Progress (2): 1.8/2.8 MB | 46 kB
Progress (2): 1.8/2.8 MB | 46 kB
Progress (2): 1.8/2.8 MB | 46 kB
Progress (2): 1.9/2.8 MB | 46 kB
Progress (2): 1.9/2.8 MB | 46 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-file/7.7.8/truezip-driver-file-7.7.8.jar (46 kB at 84 kB/s)
18:15:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.1.v20140329/aether-api-0.9.1.v20140329.jar
18:15:21 Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (2): 2.0/2.8 MB | 4.1/46 kB
Progress (2): 2.0/2.8 MB | 4.1/46 kB
Progress (2): 2.0/2.8 MB | 7.7/46 kB
Progress (2): 2.0/2.8 MB | 12/46 kB 
Progress (2): 2.0/2.8 MB | 16/46 kB
Progress (2): 2.0/2.8 MB | 16/46 kB
Progress (2): 2.0/2.8 MB | 20/46 kB
Progress (2): 2.0/2.8 MB | 24/46 kB
Progress (2): 2.0/2.8 MB | 28/46 kB
Progress (2): 2.0/2.8 MB | 32/46 kB
Progress (2): 2.0/2.8 MB | 32/46 kB
Progress (2): 2.0/2.8 MB | 36/46 kB
Progress (2): 2.0/2.8 MB | 40/46 kB
Progress (2): 2.0/2.8 MB | 45/46 kB
Progress (2): 2.0/2.8 MB | 46 kB   
Progress (2): 2.1/2.8 MB | 46 kB
Progress (2): 2.1/2.8 MB | 46 kB
Progress (2): 2.1/2.8 MB | 46 kB
Progress (2): 2.1/2.8 MB | 46 kB
Progress (2): 2.1/2.8 MB | 46 kB
Progress (2): 2.1/2.8 MB | 46 kB
Progress (2): 2.2/2.8 MB | 46 kB
Progress (2): 2.2/2.8 MB | 46 kB
Progress (2): 2.2/2.8 MB | 46 kB
Progress (2): 2.2/2.8 MB | 46 kB
Progress (2): 2.2/2.8 MB | 46 kB
Progress (2): 2.2/2.8 MB | 46 kB
Progress (2): 2.3/2.8 MB | 46 kB
Progress (2): 2.3/2.8 MB | 46 kB
Progress (2): 2.3/2.8 MB | 46 kB
Progress (2): 2.3/2.8 MB | 46 kB
Progress (2): 2.3/2.8 MB | 46 kB
Progress (2): 2.3/2.8 MB | 46 kB
Progress (2): 2.4/2.8 MB | 46 kB
Progress (2): 2.4/2.8 MB | 46 kB
Progress (2): 2.4/2.8 MB | 46 kB
Progress (2): 2.4/2.8 MB | 46 kB
Progress (2): 2.4/2.8 MB | 46 kB
Progress (2): 2.4/2.8 MB | 46 kB
Progress (2): 2.5/2.8 MB | 46 kB
Progress (2): 2.5/2.8 MB | 46 kB
Progress (2): 2.5/2.8 MB | 46 kB
Progress (2): 2.5/2.8 MB | 46 kB
Progress (2): 2.5/2.8 MB | 46 kB
Progress (2): 2.5/2.8 MB | 46 kB
Progress (2): 2.6/2.8 MB | 46 kB
Progress (2): 2.6/2.8 MB | 46 kB
Progress (2): 2.6/2.8 MB | 46 kB
Progress (2): 2.6/2.8 MB | 46 kB
Progress (2): 2.6/2.8 MB | 46 kB
Progress (2): 2.6/2.8 MB | 46 kB
Progress (2): 2.7/2.8 MB | 46 kB
Progress (2): 2.7/2.8 MB | 46 kB
Progress (2): 2.7/2.8 MB | 46 kB
Progress (2): 2.7/2.8 MB | 46 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.jar (46 kB at 77 kB/s)
18:15:21 Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (2): 2.8/2.8 MB | 4.1/160 kB
Progress (2): 2.8 MB | 4.1/160 kB    
Progress (2): 2.8 MB | 7.7/160 kB
Progress (2): 2.8 MB | 12/160 kB 
Progress (2): 2.8 MB | 16/160 kB
Progress (2): 2.8 MB | 20/160 kB
Progress (2): 2.8 MB | 24/160 kB
Progress (2): 2.8 MB | 28/160 kB
Progress (2): 2.8 MB | 32/160 kB
Progress (2): 2.8 MB | 36/160 kB
Progress (2): 2.8 MB | 40/160 kB
Progress (2): 2.8 MB | 45/160 kB
Progress (2): 2.8 MB | 49/160 kB
Progress (2): 2.8 MB | 53/160 kB
Progress (2): 2.8 MB | 57/160 kB
Progress (2): 2.8 MB | 61/160 kB
Progress (2): 2.8 MB | 65/160 kB
Progress (2): 2.8 MB | 69/160 kB
Progress (2): 2.8 MB | 73/160 kB
Progress (2): 2.8 MB | 77/160 kB
Progress (2): 2.8 MB | 81/160 kB
Progress (2): 2.8 MB | 85/160 kB
Progress (2): 2.8 MB | 90/160 kB
Progress (2): 2.8 MB | 94/160 kB
Progress (2): 2.8 MB | 98/160 kB
Progress (2): 2.8 MB | 102/160 kB
Progress (2): 2.8 MB | 106/160 kB
Progress (2): 2.8 MB | 110/160 kB
Progress (2): 2.8 MB | 114/160 kB
Progress (2): 2.8 MB | 118/160 kB
Progress (2): 2.8 MB | 122/160 kB
Progress (2): 2.8 MB | 126/160 kB
Progress (2): 2.8 MB | 131/160 kB
Progress (2): 2.8 MB | 135/160 kB
Progress (2): 2.8 MB | 139/160 kB
Progress (2): 2.8 MB | 143/160 kB
Progress (2): 2.8 MB | 147/160 kB
Progress (2): 2.8 MB | 151/160 kB
Progress (2): 2.8 MB | 155/160 kB
Progress (2): 2.8 MB | 159/160 kB
Progress (2): 2.8 MB | 160 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.jar (2.8 MB at 4.5 MB/s)
18:15:21 Progress (2): 160 kB | 4.1/54 kB
Progress (2): 160 kB | 7.7/54 kB
Progress (2): 160 kB | 12/54 kB 
Progress (2): 160 kB | 16/54 kB
Progress (2): 160 kB | 20/54 kB
Progress (2): 160 kB | 24/54 kB
Progress (2): 160 kB | 28/54 kB
Progress (2): 160 kB | 32/54 kB
Progress (2): 160 kB | 36/54 kB
Progress (2): 160 kB | 40/54 kB
Progress (2): 160 kB | 45/54 kB
Progress (2): 160 kB | 49/54 kB
Progress (2): 160 kB | 53/54 kB
Progress (2): 160 kB | 54 kB   
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.jar (160 kB at 251 kB/s)
18:15:21 Progress (2): 54 kB | 4.1/136 kB
Progress (2): 54 kB | 7.7/136 kB
Progress (2): 54 kB | 12/136 kB 
Progress (2): 54 kB | 16/136 kB
Progress (2): 54 kB | 20/136 kB
Progress (2): 54 kB | 24/136 kB
Progress (2): 54 kB | 28/136 kB
Progress (2): 54 kB | 32/136 kB
Progress (2): 54 kB | 36/136 kB
Progress (2): 54 kB | 40/136 kB
Progress (2): 54 kB | 45/136 kB
Progress (2): 54 kB | 49/136 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.jar (54 kB at 83 kB/s)
18:15:21 Progress (1): 53/136 kB
Progress (1): 57/136 kB
Progress (1): 61/136 kB
Progress (1): 65/136 kB
Progress (1): 69/136 kB
Progress (1): 73/136 kB
Progress (1): 77/136 kB
Progress (1): 81/136 kB
Progress (1): 85/136 kB
Progress (1): 90/136 kB
Progress (1): 94/136 kB
Progress (1): 98/136 kB
Progress (1): 102/136 kB
Progress (1): 106/136 kB
Progress (1): 110/136 kB
Progress (1): 114/136 kB
Progress (1): 118/136 kB
Progress (1): 122/136 kB
Progress (1): 126/136 kB
Progress (1): 131/136 kB
Progress (1): 135/136 kB
Progress (1): 136 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.1.v20140329/aether-api-0.9.1.v20140329.jar (136 kB at 205 kB/s)
18:15:21 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/klieber/phantomjs/1.9.7/phantomjs-1.9.7-linux-x86_64.tar.bz2
18:15:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/github/klieber/phantomjs/1.9.7/phantomjs-1.9.7-linux-x86_64.tar.bz2
18:15:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/github/klieber/phantomjs/1.9.7/phantomjs-1.9.7-linux-x86_64.tar.bz2
18:15:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/klieber/phantomjs/1.9.7/phantomjs-1.9.7-linux-x86_64.tar.bz2
18:15:22 Progress (1): 0.1/13 MB
Progress (1): 0.1/13 MB
Progress (1): 0.2/13 MB
Progress (1): 0.3/13 MB
Progress (1): 0.3/13 MB
Progress (1): 0.4/13 MB
Progress (1): 0.5/13 MB
Progress (1): 0.5/13 MB
Progress (1): 0.6/13 MB
Progress (1): 0.7/13 MB
Progress (1): 0.7/13 MB
Progress (1): 0.8/13 MB
Progress (1): 0.9/13 MB
Progress (1): 0.9/13 MB
Progress (1): 1.0/13 MB
Progress (1): 1.1/13 MB
Progress (1): 1.1/13 MB
Progress (1): 1.2/13 MB
Progress (1): 1.3/13 MB
Progress (1): 1.3/13 MB
Progress (1): 1.4/13 MB
Progress (1): 1.4/13 MB
Progress (1): 1.5/13 MB
Progress (1): 1.6/13 MB
Progress (1): 1.6/13 MB
Progress (1): 1.7/13 MB
Progress (1): 1.8/13 MB
Progress (1): 1.8/13 MB
Progress (1): 1.9/13 MB
Progress (1): 2.0/13 MB
Progress (1): 2.0/13 MB
Progress (1): 2.1/13 MB
Progress (1): 2.2/13 MB
Progress (1): 2.2/13 MB
Progress (1): 2.3/13 MB
Progress (1): 2.4/13 MB
Progress (1): 2.4/13 MB
Progress (1): 2.5/13 MB
Progress (1): 2.6/13 MB
Progress (1): 2.6/13 MB
Progress (1): 2.7/13 MB
Progress (1): 2.8/13 MB
Progress (1): 2.8/13 MB
Progress (1): 2.9/13 MB
Progress (1): 3.0/13 MB
Progress (1): 3.0/13 MB
Progress (1): 3.1/13 MB
Progress (1): 3.2/13 MB
Progress (1): 3.2/13 MB
Progress (1): 3.3/13 MB
Progress (1): 3.3/13 MB
Progress (1): 3.4/13 MB
Progress (1): 3.5/13 MB
Progress (1): 3.5/13 MB
Progress (1): 3.6/13 MB
Progress (1): 3.7/13 MB
Progress (1): 3.7/13 MB
Progress (1): 3.8/13 MB
Progress (1): 3.9/13 MB
Progress (1): 3.9/13 MB
Progress (1): 4.0/13 MB
Progress (1): 4.1/13 MB
Progress (1): 4.1/13 MB
Progress (1): 4.2/13 MB
Progress (1): 4.3/13 MB
Progress (1): 4.3/13 MB
Progress (1): 4.4/13 MB
Progress (1): 4.5/13 MB
Progress (1): 4.5/13 MB
Progress (1): 4.6/13 MB
Progress (1): 4.7/13 MB
Progress (1): 4.7/13 MB
Progress (1): 4.8/13 MB
Progress (1): 4.9/13 MB
Progress (1): 4.9/13 MB
Progress (1): 5.0/13 MB
Progress (1): 5.1/13 MB
Progress (1): 5.1/13 MB
Progress (1): 5.2/13 MB
Progress (1): 5.3/13 MB
Progress (1): 5.3/13 MB
Progress (1): 5.4/13 MB
Progress (1): 5.4/13 MB
Progress (1): 5.5/13 MB
Progress (1): 5.6/13 MB
Progress (1): 5.6/13 MB
Progress (1): 5.7/13 MB
Progress (1): 5.8/13 MB
Progress (1): 5.8/13 MB
Progress (1): 5.9/13 MB
Progress (1): 6.0/13 MB
Progress (1): 6.0/13 MB
Progress (1): 6.1/13 MB
Progress (1): 6.2/13 MB
Progress (1): 6.2/13 MB
Progress (1): 6.3/13 MB
Progress (1): 6.4/13 MB
Progress (1): 6.4/13 MB
Progress (1): 6.5/13 MB
Progress (1): 6.6/13 MB
Progress (1): 6.6/13 MB
Progress (1): 6.7/13 MB
Progress (1): 6.8/13 MB
Progress (1): 6.8/13 MB
Progress (1): 6.9/13 MB
Progress (1): 7.0/13 MB
Progress (1): 7.0/13 MB
Progress (1): 7.1/13 MB
Progress (1): 7.2/13 MB
Progress (1): 7.2/13 MB
Progress (1): 7.3/13 MB
Progress (1): 7.3/13 MB
Progress (1): 7.4/13 MB
Progress (1): 7.5/13 MB
Progress (1): 7.5/13 MB
Progress (1): 7.6/13 MB
Progress (1): 7.7/13 MB
Progress (1): 7.7/13 MB
Progress (1): 7.8/13 MB
Progress (1): 7.9/13 MB
Progress (1): 7.9/13 MB
Progress (1): 8.0/13 MB
Progress (1): 8.1/13 MB
Progress (1): 8.1/13 MB
Progress (1): 8.2/13 MB
Progress (1): 8.3/13 MB
Progress (1): 8.3/13 MB
Progress (1): 8.4/13 MB
Progress (1): 8.5/13 MB
Progress (1): 8.5/13 MB
Progress (1): 8.6/13 MB
Progress (1): 8.7/13 MB
Progress (1): 8.7/13 MB
Progress (1): 8.8/13 MB
Progress (1): 8.9/13 MB
Progress (1): 8.9/13 MB
Progress (1): 9.0/13 MB
Progress (1): 9.1/13 MB
Progress (1): 9.1/13 MB
Progress (1): 9.2/13 MB
Progress (1): 9.2/13 MB
Progress (1): 9.3/13 MB
Progress (1): 9.4/13 MB
Progress (1): 9.4/13 MB
Progress (1): 9.5/13 MB
Progress (1): 9.6/13 MB
Progress (1): 9.6/13 MB
Progress (1): 9.7/13 MB
Progress (1): 9.8/13 MB
Progress (1): 9.8/13 MB
Progress (1): 9.9/13 MB
Progress (1): 10.0/13 MB
Progress (1): 10/13 MB  
Progress (1): 10/13 MB
Progress (1): 10/13 MB
Progress (1): 10/13 MB
Progress (1): 10/13 MB
Progress (1): 10/13 MB
Progress (1): 10/13 MB
Progress (1): 10/13 MB
Progress (1): 11/13 MB
Progress (1): 11/13 MB
Progress (1): 11/13 MB
Progress (1): 11/13 MB
Progress (1): 11/13 MB
Progress (1): 11/13 MB
Progress (1): 11/13 MB
Progress (1): 11/13 MB
Progress (1): 11/13 MB
Progress (1): 11/13 MB
Progress (1): 11/13 MB
Progress (1): 11/13 MB
Progress (1): 11/13 MB
Progress (1): 11/13 MB
Progress (1): 11/13 MB
Progress (1): 12/13 MB
Progress (1): 12/13 MB
Progress (1): 12/13 MB
Progress (1): 12/13 MB
Progress (1): 12/13 MB
Progress (1): 12/13 MB
Progress (1): 12/13 MB
Progress (1): 12/13 MB
Progress (1): 12/13 MB
Progress (1): 12/13 MB
Progress (1): 12/13 MB
Progress (1): 12/13 MB
Progress (1): 12/13 MB
Progress (1): 12/13 MB
Progress (1): 12/13 MB
Progress (1): 13/13 MB
Progress (1): 13/13 MB
Progress (1): 13/13 MB
Progress (1): 13/13 MB
Progress (1): 13/13 MB
Progress (1): 13/13 MB
Progress (1): 13/13 MB
Progress (1): 13/13 MB
Progress (1): 13/13 MB
Progress (1): 13/13 MB
Progress (1): 13 MB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/klieber/phantomjs/1.9.7/phantomjs-1.9.7-linux-x86_64.tar.bz2 (13 MB at 20 MB/s)
18:15:22 [INFO] Resolved artifact /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/com/github/klieber/phantomjs/1.9.7/phantomjs-1.9.7-linux-x86_64.tar.bz2 from eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)
18:15:22 [INFO] Extracting /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/.repository/com/github/klieber/phantomjs/1.9.7/phantomjs-1.9.7-linux-x86_64.tar.bz2/phantomjs-1.9.7-linux-x86_64/bin/phantomjs to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.test/target/phantomjs-maven-plugin/phantomjs-1.9.7-linux-x86_64/bin/phantomjs
18:15:25 [INFO] 
18:15:25 [INFO] --- build-helper-maven-plugin:1.9.1:add-test-resource (add-js-test-resource) @ org.eclipse.scout.rt.ui.html.test ---
18:15:25 [INFO] 
18:15:25 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.test ---
18:15:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:15:25 [INFO] Copying 11 resources
18:15:25 [INFO] Copying 95 resources
18:15:25 [INFO] 
18:15:25 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.test ---
18:15:25 [INFO] Changes detected - recompiling the module!
18:15:25 [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.test/target/test-classes
18:15:25 [INFO] 
18:15:25 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.ui.html.test ---
18:15:25 [INFO] 
18:15:25 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html.test ---
18:15:25 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.test/target/surefire-reports
18:15:25 
18:15:25 -------------------------------------------------------
18:15:25  T E S T S
18:15:25 -------------------------------------------------------
18:15:25 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:15:25 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:15:26 Running org.eclipse.scout.rt.ui.html.res.loader.DynamicResourceLoaderTest
18:15:27 23:15:27,047 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
18:15:27 23:15:27,047 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.test/target/test-classes/logback-test.xml]
18:15:27 23:15:27,163 |-INFO in ch.qos.logback.core.joran.util.ConfigurationWatchListUtil@5190010f - Adding [jar:file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT.jar!/logback-test-scout.xml] to configuration watch list.
18:15:27 23:15:27,163 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@673e76b3 - URL [jar:file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-6.0.300-SNAPSHOT.jar!/logback-test-scout.xml] is not of type file
18:15:27 23:15:27,173 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
18:15:27 23:15:27,177 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
18:15:27 23:15:27,215 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
18:15:27 23:15:27,256 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
18:15:27 23:15:27,256 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDERR]
18:15:27 23:15:27,257 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
18:15:27 23:15:27,258 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
18:15:27 23:15:27,259 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
18:15:27 23:15:27,260 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDERR] to Logger[ROOT]
18:15:27 23:15:27,261 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.quartz] to WARN
18:15:27 23:15:27,261 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.scout.rt.ui.html] to DEBUG
18:15:27 23:15:27,261 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
18:15:27 23:15:27,262 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@33e0c716 - Registering current configuration as safe fallback point
18:15:27 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.537 sec - in org.eclipse.scout.rt.ui.html.res.loader.DynamicResourceLoaderTest
18:15:27 Running org.eclipse.scout.rt.ui.html.res.BrowserInfoTest
18:15:27 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec - in org.eclipse.scout.rt.ui.html.res.BrowserInfoTest
18:15:27 Running org.eclipse.scout.rt.ui.html.json.tree.JsonTreeTest
18:15:27 2020-03-01 23:15:27,713 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:15:27 2020-03-01 23:15:27,758 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 36.503565 ms - MDC[]
18:15:28 2020-03-01 23:15:28,016 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:15:28 2020-03-01 23:15:28,018 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
18:15:28 2020-03-01 23:15:28,020 INFO  [Thread-1] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Successfully installed java.net.CookieManager@a637a7f (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@6c97851d) - MDC[]
18:15:28 2020-03-01 23:15:28,020 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:15:28 2020-03-01 23:15:28,066 INFO  [Thread-1] org.eclipse.scout.rt.ui.html.res.PrebuildFiles - Pre-building of web resources is enabled - MDC[]
18:15:28 2020-03-01 23:15:28,066 INFO  [Thread-1] org.eclipse.scout.rt.ui.html.res.PrebuildFiles - Finished pre-building of 0 web resources 0.076309 ms - MDC[]
18:15:28 2020-03-01 23:15:28,148 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=default]
18:15:28 2020-03-01 23:15:28,150 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=default]
18:15:28 2020-03-01 23:15:28,240 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@41e338a1[id = 1cf1fad2-ee23-41c6-8899-e1ab3a4fb128], user=default] - MDC[principal=default, jobName=Starting ClientSession [sessionId=1cf1fad2-ee23-41c6-8899-e1ab3a4fb128]]
18:15:28 2020-03-01 23:15:28,326 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.JsonObjectFactory@5035cb0f] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,374 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodesInserted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@7da45b12 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,384 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allChildNodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@1e1e6201 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,425 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@5548f2eb - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,434 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 Response #1: {"startupData":{},"adapterData":{"2":{"id":"2","objectType":"Tree","autoToggleBreadcrumbStyle":false,"dropType":0,"displayStyle":"default","dropMaximumSize":52428800,"scrollToSelection":false,"nodes":[{"id":"4","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false,"childNodes":[{"id":"5","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false,"childNodes":[{"id":"6","enabled":false,"initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false},{"id":"7","initialExpanded":false,"childNodeIndex":1,"htmlEnabled":false}]},{"id":"8","initialExpanded":false,"childNodeIndex":1,"htmlEnabled":false}]},{"id":"9","initialExpanded":false,"childNodeIndex":1,"htmlEnabled":false,"childNodes":[{"id":"10","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false}]},{"id":"11","initialExpanded":false,"childNodeIndex":2,"htmlEnabled":false}]}}}
18:15:28 2020-03-01 23:15:28,438 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@7ad01e5f - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 Response #2: {"#":1,"events":[{"target":"2","type":"nodesDeleted","commonParentNodeId":"5","nodeIds":["6"]}]}
18:15:28 2020-03-01 23:15:28,443 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 Response #1: {"startupData":{},"adapterData":{"2":{"id":"2","objectType":"Tree","autoToggleBreadcrumbStyle":false,"dropType":0,"displayStyle":"default","dropMaximumSize":52428800,"scrollToSelection":false}}}
18:15:28 Response #2: {"#":1}
18:15:28 2020-03-01 23:15:28,448 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@76e3f23c - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,453 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@12e2fa1 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,509 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allChildNodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.TreeWith3Levels@55f912de - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,515 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@7e957a1c - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,652 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 Response #1: {"startupData":{},"adapterData":{"2":{"id":"2","objectType":"Tree","autoToggleBreadcrumbStyle":false,"dropType":0,"displayStyle":"default","dropMaximumSize":52428800,"scrollToSelection":false,"nodes":[{"id":"4","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false,"childNodes":[{"id":"5","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false,"childNodes":[{"id":"6","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false},{"id":"7","initialExpanded":false,"childNodeIndex":1,"htmlEnabled":false}]},{"id":"8","initialExpanded":false,"childNodeIndex":1,"htmlEnabled":false}]},{"id":"9","initialExpanded":false,"childNodeIndex":1,"htmlEnabled":false,"childNodes":[{"id":"10","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false}]},{"id":"11","initialExpanded":false,"childNodeIndex":2,"htmlEnabled":false}]}}}
18:15:28 2020-03-01 23:15:28,652 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodeExpanded' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@67a89074 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,653 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodeExpanded' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@67a89074 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,653 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodeExpanded' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@67a89074 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 Response #2: {"#":1,"events":[{"target":"2","type":"nodeExpanded","nodeId":"4","expanded":true,"expandedLazy":false,"recursive":true},{"target":"2","type":"nodeExpanded","nodeId":"9","expanded":true,"expandedLazy":false,"recursive":true},{"target":"2","type":"nodeExpanded","nodeId":"11","expanded":true,"expandedLazy":false,"recursive":true}]}
18:15:28 2020-03-01 23:15:28,653 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodeExpanded' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@67a89074 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 Response #3: {"#":2,"events":[{"target":"2","type":"nodeExpanded","nodeId":"4","expanded":false,"expandedLazy":false,"recursive":true}]}
18:15:28 2020-03-01 23:15:28,723 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.services.common.prefs.FileSystemUserPreferencesStorageService - No user area property found. Using '/home/jenkins/user' as fallback. Consider specifying a user area using property 'user.area'. - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,799 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allChildNodesDeleted' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@7ff16d98 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.19 sec - in org.eclipse.scout.rt.ui.html.json.tree.JsonTreeTest
18:15:28 Running org.eclipse.scout.rt.ui.html.json.table.control.JsonFormTableControlTest
18:15:28 2020-03-01 23:15:28,929 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,938 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'form: Form FormWithOneField' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@1f9ffee8 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,938 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'selected: true' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@1f9ffee8 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,939 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,945 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'form: Form FormWithOneField' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@3926ccbd - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,946 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,954 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'form: Form FormWithOneField' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@ee763fb - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,954 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'selected: true' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@ee763fb - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,955 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec - in org.eclipse.scout.rt.ui.html.json.table.control.JsonFormTableControlTest
18:15:28 Running org.eclipse.scout.rt.ui.html.json.table.JsonTableTest
18:15:28 2020-03-01 23:15:28,971 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@5a1c3569 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,977 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@2daf3055]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@39861c7c - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:28 2020-03-01 23:15:28,977 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'tableControls: []' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@39861c7c - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,017 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@4e256f8f - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,018 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [4] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,119 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 4] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,173 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'uiSortPossible: true' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@e6d465e - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,219 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'columnHeadersUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@e6d465e - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,236 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@6611fa59 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,236 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [4] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,242 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@3d4ad454 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,243 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@3d4ad454 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,248 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [4] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,260 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@661bbea0 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,260 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@661bbea0 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,260 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@661bbea0 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,267 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [4] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,272 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'columnHeadersUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@15ad4a65 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,279 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@7473bbdd - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,280 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'columnHeadersUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@7473bbdd - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,280 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [4] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,310 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsSelected' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.JsonTableTest$1@25d17e47 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,315 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsSelected' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.JsonTableTest$2@28573703 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,328 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 4] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,329 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allRowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@64062d7e - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,336 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [4] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,350 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@3fb17b11 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,360 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@4873f12c - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,428 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 4] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,430 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsUpdated' for Table with id 2. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@1410aa0c - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,430 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@1410aa0c - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,430 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowOrderChanged' for Table with id 2. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@1410aa0c - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,447 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'columnStructureChanged' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@70548ab8 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,447 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allRowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@70548ab8 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,448 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@70548ab8 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,579 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@9193e86 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,587 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allRowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@7b66cda6 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,588 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'columnStructureChanged' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@7b66cda6 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,588 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@7b66cda6 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,595 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allRowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@410e11ef - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,597 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@269fe4f5]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@420e5a0 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,598 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@269fe4f5, org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@13c628f4]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@420e5a0 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,598 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@13c628f4]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@420e5a0 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,602 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@5a1e9618 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,602 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowOrderChanged' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@5a1e9618 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.647 sec - in org.eclipse.scout.rt.ui.html.json.table.JsonTableTest
18:15:29 Running org.eclipse.scout.rt.ui.html.json.table.JsonCellToJsonTest
18:15:29 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.eclipse.scout.rt.ui.html.json.table.JsonCellToJsonTest
18:15:29 Running org.eclipse.scout.rt.ui.html.json.menu.JsonMenuTest
18:15:29 2020-03-01 23:15:29,644 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,645 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'text: bar' for Menu with id 2. Model: org.eclipse.scout.rt.ui.html.json.menu.fixtures.Menu@2ce78b13 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.ui.html.json.menu.JsonMenuTest
18:15:29 Running org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.JsonTableFieldTest
18:15:29 2020-03-01 23:15:29,664 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.TablePage$Table@5e11ac7e' for TableField with id 11. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,665 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'keyStrokes: []' for TableField with id 11. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,666 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@31141a2a' for TableField with id 11. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,673 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.TablePage$Table@5575398e' for TableField with id 11. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,673 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'keyStrokes: []' for TableField with id 11. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,706 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@1a508028' for TableField with id 2. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.JsonTableFieldTest
18:15:29 Running org.eclipse.scout.rt.ui.html.json.form.fields.tabbox.JsonTabBoxTest
18:15:29 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.tabbox.JsonTabBoxTest
18:15:29 Running org.eclipse.scout.rt.ui.html.json.form.fields.stringfield.JsonStringFieldTest
18:15:29 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.stringfield.JsonStringFieldTest
18:15:29 Running org.eclipse.scout.rt.ui.html.json.form.fields.listbox.JsonListBoxTest
18:15:29 2020-03-01 23:15:29,856 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 19. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@37c2e016 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,857 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowOrderChanged' for Table with id 19. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@37c2e016 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,858 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsDeleted' for Table with id 19. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@37c2e016 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,858 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsUpdated' for Table with id 19. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@37c2e016 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,858 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowOrderChanged' for Table with id 19. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@37c2e016 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.listbox.JsonListBoxTest
18:15:29 Running org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest
18:15:29 2020-03-01 23:15:29,875 WARN  [main] org.eclipse.scout.rt.client.job.ModelJobs -  - MDC[]
18:15:29 org.eclipse.scout.rt.client.job.ModelJobs$WrongThreadException: Only the model thread is allowed to update the UI model.
18:15:29 	at org.eclipse.scout.rt.client.job.ModelJobs.warnIfNotModelThread(ModelJobs.java:324)
18:15:29 	at org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver$P_PropertyChangeListener.propertyChange(AbstractJsonPropertyObserver.java:236)
18:15:29 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.firePropertyChangeImpl(BasicPropertySupport.java:517)
18:15:29 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.firePropertyChangeImpl(BasicPropertySupport.java:469)
18:15:29 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.setProperty(BasicPropertySupport.java:281)
18:15:29 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.setProperty(BasicPropertySupport.java:258)
18:15:29 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.setPropertyString(BasicPropertySupport.java:175)
18:15:29 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setDisplayText(AbstractValueField.java:603)
18:15:29 	at org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest.testToImageByBinaryResourceReplacement(JsonHtmlFieldTest.java:49)
18:15:29 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:29 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:29 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:29 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:29 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:15:29 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:15:29 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:15:29 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:15:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
18:15:29 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:15:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:15:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:15:29 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:15:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:15:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:15:29 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:15:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:15:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:15:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:15:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:15:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:15:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:15:29 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:15:29 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:15:29 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:15:29 2020-03-01 23:15:29,876 DEBUG [main] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'displayText: <img src="binaryResource:test_resource">' for HtmlField with id 2. Model: null/ (org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest$1) - MDC[]
18:15:29 2020-03-01 23:15:29,878 WARN  [main] org.eclipse.scout.rt.client.job.ModelJobs -  - MDC[]
18:15:29 org.eclipse.scout.rt.client.job.ModelJobs$WrongThreadException: Only the model thread is allowed to update the UI model.
18:15:29 	at org.eclipse.scout.rt.client.job.ModelJobs.warnIfNotModelThread(ModelJobs.java:324)
18:15:29 	at org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver$P_PropertyChangeListener.propertyChange(AbstractJsonPropertyObserver.java:236)
18:15:29 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.firePropertyChangeImpl(BasicPropertySupport.java:517)
18:15:29 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.firePropertyChangeImpl(BasicPropertySupport.java:469)
18:15:29 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.setProperty(BasicPropertySupport.java:281)
18:15:29 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.setProperty(BasicPropertySupport.java:258)
18:15:29 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.setPropertyString(BasicPropertySupport.java:175)
18:15:29 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setDisplayText(AbstractValueField.java:603)
18:15:29 	at org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest.testToImageByIconIdReplacement(JsonHtmlFieldTest.java:41)
18:15:29 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:29 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:29 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:29 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:29 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:15:29 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:15:29 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:15:29 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:15:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
18:15:29 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:15:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:15:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:15:29 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:15:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:15:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:15:29 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:15:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:15:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:15:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:15:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:15:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:15:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:15:29 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:15:29 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:15:29 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:15:29 2020-03-01 23:15:29,879 WARN  [main] org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtility - iconId 'test_icon' could not be resolved - MDC[]
18:15:29 2020-03-01 23:15:29,880 DEBUG [main] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'displayText: <img src="iconId:test_icon">' for HtmlField with id 2. Model: null/ (org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest$1) - MDC[]
18:15:29 2020-03-01 23:15:29,880 WARN  [main] org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtility - iconId 'test_icon' could not be resolved - MDC[]
18:15:29 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest
18:15:29 Running org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest
18:15:29 2020-03-01 23:15:29,883 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'borderDecoration: x' for GroupBox with id 2. Model: null/ (org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest$1) - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,910 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'borderDecoration: x' for GroupBox with id 2. Model: null/ (org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest$1) - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest
18:15:29 Running org.eclipse.scout.rt.ui.html.json.form.fields.browserfield.JsonBrowserFieldTest
18:15:29 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.browserfield.JsonBrowserFieldTest
18:15:29 Running org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest
18:15:29 2020-03-01 23:15:29,925 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'label: fooBar' for FormField with id 2. Model: fooBar/ (org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest$1) - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,925 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'enabled: false' for FormField with id 2. Model: fooBar/ (org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest$1) - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,927 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'errorStatus: MultiStatus [severity=16777216, message=allesFalsch, children=[DefaultFieldStatus [severity=ERROR, message=allesFalsch]]]' for FormField with id 2. Model: fooBar/ (org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest$1) - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest
18:15:29 Running org.eclipse.scout.rt.ui.html.json.form.fields.JsonAdapterPropertyConfigBuilderTest
18:15:29 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.JsonAdapterPropertyConfigBuilderTest
18:15:29 Running org.eclipse.scout.rt.ui.html.json.form.JsonFormTest
18:15:29 2020-03-01 23:15:29,933 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 2. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,948 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 4. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,948 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,949 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,954 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 9. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,954 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 9. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,955 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 4. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,955 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,955 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 9. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,955 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,959 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 2. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,960 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 14. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,960 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 14. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,960 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 9. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,960 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 9. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,960 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 14. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:29 2020-03-01 23:15:29,961 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 9. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,009 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 19. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,010 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 14. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,010 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,010 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 19. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,010 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 14. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,011 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec - in org.eclipse.scout.rt.ui.html.json.form.JsonFormTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.form.JsonFormMenuTest
18:15:30 2020-03-01 23:15:30,016 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 23. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,016 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 23. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,017 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 18. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,017 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 18. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,017 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 8. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,017 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 8. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,018 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,018 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 23. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,018 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 18. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,018 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 8. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.ui.html.json.form.JsonFormMenuTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineViewButtonTest
18:15:30 2020-03-01 23:15:30,054 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'outline: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineWithOneNode@4413a573' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@6d9493f2 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,055 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'selected: true' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@6d9493f2 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,055 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'enabled: false' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@6d9493f2 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,056 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'enabled: true' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@6d9493f2 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,062 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'outline: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineWithOneNode@20ec911e' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@3fe2452d - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,063 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'selected: true' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@3fe2452d - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineViewButtonTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineTest
18:15:30 2020-03-01 23:15:30,110 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodesSelected' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@47216617 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,111 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allChildNodesDeleted' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@47216617 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,120 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'rowsInserted' for Table with id 4. Model: org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithNodes$P_Table@5aa590da - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,121 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'nodesInserted' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@39984dbc - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,257 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'pageChanged' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@3bae8a90 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,280 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 4. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,280 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 14. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec - in org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.desktop.JsonDesktopTest
18:15:30 2020-03-01 23:15:30,302 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'openUri' for Desktop with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithNonDisplayableOutline@1e2829f3 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,457 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@539c5b53 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,458 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,567 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@3478342b - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,568 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,573 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 28. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,573 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 28. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,573 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 23. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,573 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 23. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,574 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 13. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,574 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 13. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,574 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,574 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,575 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 28. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,575 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 23. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,575 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 3 and reference 13. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,575 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@220c3d96 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,582 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@1b9ccb93 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,583 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [3, 4, 5] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,584 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@1b9ccb93 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,601 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'outlineContentActivate' for Desktop with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithNonDisplayableOutline@3065fd13 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 sec - in org.eclipse.scout.rt.ui.html.json.desktop.JsonDesktopTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.desktop.DownloadHandlerStorageTest
18:15:30 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec - in org.eclipse.scout.rt.ui.html.json.desktop.DownloadHandlerStorageTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest
18:15:30 2020-03-01 23:15:30,735 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlanner - Id: 2. Resources: {"id":"4","resourceCell":{"text":"resource1","horizontalAlignment":-1,"editable":false,"htmlEnabled":false},"activities":[{"id":"5"}]} - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,737 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'selectionRange: Range [m_from=null, m_to=null]' for Planner with id 2. Model: org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest$P_Planner@1ebcb988 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,737 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allResourcesDeleted' for Planner with id 2. Model: org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest$P_Planner@1ebcb988 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,738 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'resourcesInserted' for Planner with id 2. Model: org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest$P_Planner@1ebcb988 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,738 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'allResourcesDeleted' for Planner with id 2. Model: org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest$P_Planner@1ebcb988 - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.basic.filechooser.JsonFileChooserAcceptAttributeBuilderTest
18:15:30 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.ui.html.json.basic.filechooser.JsonFileChooserAcceptAttributeBuilderTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.PropertyEventFilterTest
18:15:30 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.ui.html.json.PropertyEventFilterTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.JsonUtilityTest
18:15:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.JsonUtilityTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.JsonStatusTest
18:15:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.JsonStatusTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.JsonResponseTest
18:15:30 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.ui.html.json.JsonResponseTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.JsonObjectUtilityTest
18:15:30 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.JsonObjectUtilityTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.JsonEventTest
18:15:30 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.JsonEventTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.JsonDateTest
18:15:30 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.ui.html.json.JsonDateTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.JsonByteArrayTest
18:15:30 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.ui.html.json.JsonByteArrayTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.JsonBeanTest
18:15:30 2020-03-01 23:15:30,768 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4d6fa3a0, org.eclipse.scout.rt.ui.html.JsonObjectFactory@356005a] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,770 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4d6fa3a0, org.eclipse.scout.rt.ui.html.JsonObjectFactory@32d356b2] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,773 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4d6fa3a0, org.eclipse.scout.rt.ui.html.JsonObjectFactory@31f60533] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,777 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4d6fa3a0, org.eclipse.scout.rt.ui.html.JsonObjectFactory@7d46d3b6] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,779 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4d6fa3a0, org.eclipse.scout.rt.ui.html.JsonObjectFactory@4154c407] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,809 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4d6fa3a0, org.eclipse.scout.rt.ui.html.JsonObjectFactory@714b12e9] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 2020-03-01 23:15:30,811 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4d6fa3a0, org.eclipse.scout.rt.ui.html.JsonObjectFactory@5dc83ba5] - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in org.eclipse.scout.rt.ui.html.json.JsonBeanTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.JsonAdapterRegistryTest
18:15:30 2020-03-01 23:15:30,814 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'displayText: Test' for StringField with id 2. Model: null/ (org.eclipse.scout.rt.ui.html.json.JsonAdapterRegistryTest$1) - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.ui.html.json.JsonAdapterRegistryTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.DefaultValuesFilterTest
18:15:30 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.ui.html.json.DefaultValuesFilterTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserverTest
18:15:30 2020-03-01 23:15:30,831 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'fooBar: baz' for FooType with id fooId. Model: m_model - MDC[principal=default, jobName=Running JUnit test in model job]
18:15:30 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserverTest
18:15:30 Running org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapterTest
18:15:30 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapterTest
18:15:30 Running org.eclipse.scout.rt.ui.html.cache.HttpResourceCacheTest
18:15:30 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.ui.html.cache.HttpResourceCacheTest
18:15:30 Running org.eclipse.scout.rt.ui.html.cache.HttpCacheObjectTest
18:15:30 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.cache.HttpCacheObjectTest
18:15:30 Running org.eclipse.scout.rt.ui.html.cache.HttpCacheKeyTest
18:15:30 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.cache.HttpCacheKeyTest
18:15:30 Running org.eclipse.scout.rt.ui.html.cache.HttpCacheControlTest
18:15:30 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.eclipse.scout.rt.ui.html.cache.HttpCacheControlTest
18:15:30 Running org.eclipse.scout.rt.ui.html.UiSessionTest
18:15:30 2020-03-01 23:15:30,938 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:30 2020-03-01 23:15:30,942 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:rh2bife4c5cfh9v72ft9o1668q - MDC[]
18:15:30 2020-03-01 23:15:30,945 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@324117[id = 0f9bb59d-c3b0-4bc4-992d-2f17e2e5e6c6], user=default] - MDC[jobName=Starting ClientSession [sessionId=0f9bb59d-c3b0-4bc4-992d-2f17e2e5e6c6]]
18:15:30 2020-03-01 23:15:30,945 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=0f9bb59d-c3b0-4bc4-992d-2f17e2e5e6c6, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:30 2020-03-01 23:15:30,948 INFO  [main] org.eclipse.scout.rt.ui.html.UiThemeUtility - UI theme configured in config.properties: default - MDC[]
18:15:30 2020-03-01 23:15:30,948 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:30 2020-03-01 23:15:30,958 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@66130c3b - MDC[]
18:15:30 2020-03-01 23:15:30,962 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:rh2bife4c5cfh9v72ft9o1668q initialized - MDC[]
18:15:30 2020-03-01 23:15:30,963 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:rh2bife4c5cfh9v72ft9o1668q in store (clientSessionId=0f9bb59d-c3b0-4bc4-992d-2f17e2e5e6c6) - MDC[]
18:15:30 2020-03-01 23:15:30,963 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions - MDC[]
18:15:30 2020-03-01 23:15:30,964 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Waiting for 1 client sessions to stop... - MDC[]
18:15:30 2020-03-01 23:15:30,964 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Shutting down client session with ID 0f9bb59d-c3b0-4bc4-992d-2f17e2e5e6c6 due to invalidation of HTTP session - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:30 2020-03-01 23:15:30,965 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 0f9bb59d-c3b0-4bc4-992d-2f17e2e5e6c6 to shut down... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:30 2020-03-01 23:15:30,965 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:rh2bife4c5cfh9v72ft9o1668q [clientSessionId=0f9bb59d-c3b0-4bc4-992d-2f17e2e5e6c6, processingJsonRequest=false] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:30 2020-03-01 23:15:30,965 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:rh2bife4c5cfh9v72ft9o1668q... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:30 2020-03-01 23:15:30,965 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:rh2bife4c5cfh9v72ft9o1668q from store (clientSessionId=0f9bb59d-c3b0-4bc4-992d-2f17e2e5e6c6) - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:30 2020-03-01 23:15:30,965 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 0f9bb59d-c3b0-4bc4-992d-2f17e2e5e6c6 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:30 2020-03-01 23:15:30,965 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 0f9bb59d-c3b0-4bc4-992d-2f17e2e5e6c6 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:30 2020-03-01 23:15:30,967 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:rh2bife4c5cfh9v72ft9o1668q - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:30 2020-03-01 23:15:30,967 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 0f9bb59d-c3b0-4bc4-992d-2f17e2e5e6c6 is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 0f9bb59d-c3b0-4bc4-992d-2f17e2e5e6c6]
18:15:30 2020-03-01 23:15:30,967 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 0f9bb59d-c3b0-4bc4-992d-2f17e2e5e6c6 from session store - MDC[jobName=Performing session housekeeping for client session with ID 0f9bb59d-c3b0-4bc4-992d-2f17e2e5e6c6]
18:15:30 2020-03-01 23:15:30,967 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 0f9bb59d-c3b0-4bc4-992d-2f17e2e5e6c6]
18:15:30 2020-03-01 23:15:30,970 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@324117[id = 0f9bb59d-c3b0-4bc4-992d-2f17e2e5e6c6], user=default] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:30 2020-03-01 23:15:30,970 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 0f9bb59d-c3b0-4bc4-992d-2f17e2e5e6c6 terminated. - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:30 2020-03-01 23:15:30,970 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 0f9bb59d-c3b0-4bc4-992d-2f17e2e5e6c6 from session store - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:30 2020-03-01 23:15:30,970 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:30 2020-03-01 23:15:30,970 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Session shutdown complete. - MDC[]
18:15:31 2020-03-01 23:15:31,134 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:31 2020-03-01 23:15:31,135 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:v7b2qmg71b4gp25seiebt5ojt6 - MDC[]
18:15:31 2020-03-01 23:15:31,137 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4e8ca1bf[id = 963d81bd-4d00-4750-9d17-da1d9925c81a], user=default] - MDC[jobName=Starting ClientSession [sessionId=963d81bd-4d00-4750-9d17-da1d9925c81a]]
18:15:31 2020-03-01 23:15:31,137 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=963d81bd-4d00-4750-9d17-da1d9925c81a, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:31 2020-03-01 23:15:31,138 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:31 2020-03-01 23:15:31,140 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@66130c3b - MDC[]
18:15:31 2020-03-01 23:15:31,140 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:v7b2qmg71b4gp25seiebt5ojt6 initialized - MDC[]
18:15:31 2020-03-01 23:15:31,141 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:v7b2qmg71b4gp25seiebt5ojt6 in store (clientSessionId=963d81bd-4d00-4750-9d17-da1d9925c81a) - MDC[]
18:15:31 2020-03-01 23:15:31,150 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@29655e62 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$8]
18:15:31 2020-03-01 23:15:31,150 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions - MDC[]
18:15:31 2020-03-01 23:15:31,151 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Waiting for 1 client sessions to stop... - MDC[]
18:15:31 2020-03-01 23:15:31,151 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Shutting down client session with ID 963d81bd-4d00-4750-9d17-da1d9925c81a due to invalidation of HTTP session - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:31 2020-03-01 23:15:31,151 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 963d81bd-4d00-4750-9d17-da1d9925c81a to shut down... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:31 2020-03-01 23:15:31,151 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:v7b2qmg71b4gp25seiebt5ojt6 [clientSessionId=963d81bd-4d00-4750-9d17-da1d9925c81a, processingJsonRequest=false] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:31 2020-03-01 23:15:31,151 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:v7b2qmg71b4gp25seiebt5ojt6... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:31 2020-03-01 23:15:31,151 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:v7b2qmg71b4gp25seiebt5ojt6 from store (clientSessionId=963d81bd-4d00-4750-9d17-da1d9925c81a) - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:31 2020-03-01 23:15:31,151 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 963d81bd-4d00-4750-9d17-da1d9925c81a - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:31 2020-03-01 23:15:31,151 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 963d81bd-4d00-4750-9d17-da1d9925c81a - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:31 2020-03-01 23:15:31,152 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:v7b2qmg71b4gp25seiebt5ojt6 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:31 2020-03-01 23:15:31,152 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 963d81bd-4d00-4750-9d17-da1d9925c81a is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 963d81bd-4d00-4750-9d17-da1d9925c81a]
18:15:31 2020-03-01 23:15:31,152 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 963d81bd-4d00-4750-9d17-da1d9925c81a from session store - MDC[jobName=Performing session housekeeping for client session with ID 963d81bd-4d00-4750-9d17-da1d9925c81a]
18:15:31 2020-03-01 23:15:31,153 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 963d81bd-4d00-4750-9d17-da1d9925c81a]
18:15:32 2020-03-01 23:15:32,155 WARN  [main] org.eclipse.scout.rt.ui.html.SessionStore - Timeout encountered while waiting for all client session to stop. Canceling still running client session shutdown jobs. - MDC[]
18:15:32 org.eclipse.scout.rt.platform.util.concurrent.TimedOutException: Failed to wait for jobs to complete because the maximal wait time elapsed [timeout=1000ms, calling-thread=main]
18:15:32 	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateTimeoutException(JobExceptionTranslator.java:56)
18:15:32 	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:177)
18:15:32 	at org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:569)
18:15:32 	at org.eclipse.scout.rt.ui.html.json.testing.JsonTestUtility$1.answer(JsonTestUtility.java:80)
18:15:32 	at org.eclipse.scout.rt.ui.html.json.testing.JsonTestUtility$1.answer(JsonTestUtility.java:1)
18:15:32 	at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34)
18:15:32 	at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91)
18:15:32 	at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29)
18:15:32 	at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38)
18:15:32 	at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59)
18:15:32 	at $javax.servlet.http.HttpSession$$EnhancerByMockitoWithCGLIB$$ae576ec1.invalidate(<generated>)
18:15:32 	at org.eclipse.scout.rt.ui.html.UiSessionTest.doTestSessionTimeoutWithBlockingModelDisposal(UiSessionTest.java:320)
18:15:32 	at org.eclipse.scout.rt.ui.html.UiSessionTest.testSessionTimeoutOpenFormThatWaitsOnJob(UiSessionTest.java:280)
18:15:32 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:32 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:32 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:32 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:32 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:15:32 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:15:32 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:15:32 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:15:32 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
18:15:32 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
18:15:32 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:15:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:15:32 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:15:32 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:15:32 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:15:32 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:15:32 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:15:32 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:15:32 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:15:32 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:15:32 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:15:32 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:15:32 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:15:32 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:15:32 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:15:32 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:15:32 Caused by: java.util.concurrent.TimeoutException: null
18:15:32 	at org.eclipse.scout.rt.platform.job.internal.FutureSet.awaitDone(FutureSet.java:197)
18:15:32 	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:174)
18:15:32 	... 37 common frames omitted
18:15:32 2020-03-01 23:15:32,157 ERROR [scout-model-thread-24] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop - Exception while closing forms - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:32 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while waiting for a job to complete [calling-thread=scout-model-thread-24, job=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm$1, form=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm]
18:15:32 	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateInterruptedException(JobExceptionTranslator.java:49)
18:15:32 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:340)
18:15:32 	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:72)
18:15:32 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1923)
18:15:32 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2039)
18:15:32 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
18:15:32 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462)
18:15:32 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:15:32 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:15:32 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:32 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:32 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:32 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:32 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:15:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:32 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:32 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:15:32 	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
18:15:32 	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
18:15:32 	at org.eclipse.scout.rt.ui.html.SessionStore$3.run(SessionStore.java:539)
18:15:32 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:15:32 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:15:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:32 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:15:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:32 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:15:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:32 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:32 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:15:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:32 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:32 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:15:32 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:15:32 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:15:32 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:15:32 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:15:32 	at java.lang.Thread.run(Thread.java:748)
18:15:32 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:15:32 Caused by: java.lang.InterruptedException: null
18:15:32 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
18:15:32 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
18:15:32 	at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:164)
18:15:32 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:333)
18:15:32 	... 38 common frames omitted
18:15:32 2020-03-01 23:15:32,158 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.transformation.MainDeviceTransformer - Transformed forms map is not empty. Make sure every form gets closed properly to free up memory as quickly as possible. Cleaning up now... Open forms: [Form SessionStoreTestForm] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:32 2020-03-01 23:15:32,158 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4e8ca1bf[id = 963d81bd-4d00-4750-9d17-da1d9925c81a], user=default] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:32 2020-03-01 23:15:32,159 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 963d81bd-4d00-4750-9d17-da1d9925c81a terminated. - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:32 2020-03-01 23:15:32,159 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 963d81bd-4d00-4750-9d17-da1d9925c81a from session store - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:32 2020-03-01 23:15:32,159 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:32 2020-03-01 23:15:32,357 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:32 2020-03-01 23:15:32,359 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:6i8tl9ffcnkn8tjb09r18iej9c - MDC[]
18:15:32 2020-03-01 23:15:32,361 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@699f6eb4[id = 91d2cfb0-23df-45a9-9a6f-61dda11a6b02], user=default] - MDC[jobName=Starting ClientSession [sessionId=91d2cfb0-23df-45a9-9a6f-61dda11a6b02]]
18:15:32 2020-03-01 23:15:32,361 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=91d2cfb0-23df-45a9-9a6f-61dda11a6b02, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:32 2020-03-01 23:15:32,361 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:32 2020-03-01 23:15:32,364 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@66130c3b - MDC[]
18:15:32 2020-03-01 23:15:32,364 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:6i8tl9ffcnkn8tjb09r18iej9c initialized - MDC[]
18:15:32 2020-03-01 23:15:32,364 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:6i8tl9ffcnkn8tjb09r18iej9c in store (clientSessionId=91d2cfb0-23df-45a9-9a6f-61dda11a6b02) - MDC[]
18:15:32 2020-03-01 23:15:32,367 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@751a9dd7 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
18:15:32 2020-03-01 23:15:32,369 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:6i8tl9ffcnkn8tjb09r18iej9c [clientSessionId=91d2cfb0-23df-45a9-9a6f-61dda11a6b02, processingJsonRequest=false] - MDC[]
18:15:32 2020-03-01 23:15:32,371 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:6i8tl9ffcnkn8tjb09r18iej9c... - MDC[]
18:15:32 2020-03-01 23:15:32,371 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:6i8tl9ffcnkn8tjb09r18iej9c from store (clientSessionId=91d2cfb0-23df-45a9-9a6f-61dda11a6b02) - MDC[]
18:15:32 2020-03-01 23:15:32,371 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 91d2cfb0-23df-45a9-9a6f-61dda11a6b02 - MDC[]
18:15:32 2020-03-01 23:15:32,371 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 91d2cfb0-23df-45a9-9a6f-61dda11a6b02 - MDC[]
18:15:32 2020-03-01 23:15:32,371 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 91d2cfb0-23df-45a9-9a6f-61dda11a6b02 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 91d2cfb0-23df-45a9-9a6f-61dda11a6b02]
18:15:32 2020-03-01 23:15:32,372 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 91d2cfb0-23df-45a9-9a6f-61dda11a6b02 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 91d2cfb0-23df-45a9-9a6f-61dda11a6b02]
18:15:32 2020-03-01 23:15:32,372 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:6i8tl9ffcnkn8tjb09r18iej9c - MDC[]
18:15:32 2020-03-01 23:15:32,373 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 91d2cfb0-23df-45a9-9a6f-61dda11a6b02 to shut down... - MDC[jobName=Force shutting down client session 91d2cfb0-23df-45a9-9a6f-61dda11a6b02 by session housekeeping]
18:15:32 2020-03-01 23:15:32,569 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 0 UI sessions - MDC[jobName=simulate session timeout]
18:15:33 2020-03-01 23:15:33,373 WARN  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session did not stop within 1 seconds. Canceling shutdown job. - MDC[jobName=Performing session housekeeping for client session with ID 91d2cfb0-23df-45a9-9a6f-61dda11a6b02]
18:15:33 2020-03-01 23:15:33,373 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 91d2cfb0-23df-45a9-9a6f-61dda11a6b02 from session store - MDC[jobName=Performing session housekeeping for client session with ID 91d2cfb0-23df-45a9-9a6f-61dda11a6b02]
18:15:33 2020-03-01 23:15:33,373 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 91d2cfb0-23df-45a9-9a6f-61dda11a6b02]
18:15:33 2020-03-01 23:15:33,374 ERROR [scout-model-thread-22] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop - Exception while closing forms - MDC[jobName=Force shutting down client session 91d2cfb0-23df-45a9-9a6f-61dda11a6b02 by session housekeeping]
18:15:33 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while waiting for a job to complete [calling-thread=scout-model-thread-22, job=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm$1, form=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm]
18:15:33 	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateInterruptedException(JobExceptionTranslator.java:49)
18:15:33 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:340)
18:15:33 	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:72)
18:15:33 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1923)
18:15:33 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2039)
18:15:33 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
18:15:33 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462)
18:15:33 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:15:33 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:15:33 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:33 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:33 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:33 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:33 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:33 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:33 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:15:33 	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
18:15:33 	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
18:15:33 	at org.eclipse.scout.rt.ui.html.SessionStore$2.run(SessionStore.java:411)
18:15:33 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:15:33 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:33 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:33 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:33 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:33 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:33 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:15:33 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:15:33 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:15:33 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:15:33 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:15:33 	at java.lang.Thread.run(Thread.java:748)
18:15:33 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:15:33 Caused by: java.lang.InterruptedException: null
18:15:33 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
18:15:33 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
18:15:33 	at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:164)
18:15:33 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:333)
18:15:33 	... 38 common frames omitted
18:15:33 2020-03-01 23:15:33,375 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.transformation.MainDeviceTransformer - Transformed forms map is not empty. Make sure every form gets closed properly to free up memory as quickly as possible. Cleaning up now... Open forms: [Form SessionStoreTestForm] - MDC[jobName=Force shutting down client session 91d2cfb0-23df-45a9-9a6f-61dda11a6b02 by session housekeeping]
18:15:33 2020-03-01 23:15:33,376 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@699f6eb4[id = 91d2cfb0-23df-45a9-9a6f-61dda11a6b02], user=default] - MDC[jobName=Force shutting down client session 91d2cfb0-23df-45a9-9a6f-61dda11a6b02 by session housekeeping]
18:15:33 2020-03-01 23:15:33,376 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 91d2cfb0-23df-45a9-9a6f-61dda11a6b02 terminated. - MDC[jobName=Force shutting down client session 91d2cfb0-23df-45a9-9a6f-61dda11a6b02 by session housekeeping]
18:15:33 2020-03-01 23:15:33,575 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:33 2020-03-01 23:15:33,576 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:s251u4rkk1tq61oqlknbq457de - MDC[]
18:15:33 2020-03-01 23:15:33,578 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5a92f7c3[id = 97d2b53e-6e67-45be-8e48-a20549a2e032], user=default] - MDC[jobName=Starting ClientSession [sessionId=97d2b53e-6e67-45be-8e48-a20549a2e032]]
18:15:33 2020-03-01 23:15:33,579 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=97d2b53e-6e67-45be-8e48-a20549a2e032, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:33 2020-03-01 23:15:33,579 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:33 2020-03-01 23:15:33,581 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@66130c3b - MDC[]
18:15:33 2020-03-01 23:15:33,582 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:s251u4rkk1tq61oqlknbq457de initialized - MDC[]
18:15:33 2020-03-01 23:15:33,582 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:s251u4rkk1tq61oqlknbq457de in store (clientSessionId=97d2b53e-6e67-45be-8e48-a20549a2e032) - MDC[]
18:15:33 2020-03-01 23:15:33,584 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@223844ab - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
18:15:33 2020-03-01 23:15:33,585 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:s251u4rkk1tq61oqlknbq457de [clientSessionId=97d2b53e-6e67-45be-8e48-a20549a2e032, processingJsonRequest=false] - MDC[]
18:15:33 2020-03-01 23:15:33,585 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:s251u4rkk1tq61oqlknbq457de... - MDC[]
18:15:33 2020-03-01 23:15:33,585 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:s251u4rkk1tq61oqlknbq457de from store (clientSessionId=97d2b53e-6e67-45be-8e48-a20549a2e032) - MDC[]
18:15:33 2020-03-01 23:15:33,585 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 97d2b53e-6e67-45be-8e48-a20549a2e032 - MDC[]
18:15:33 2020-03-01 23:15:33,585 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 97d2b53e-6e67-45be-8e48-a20549a2e032 - MDC[]
18:15:33 2020-03-01 23:15:33,586 DEBUG [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 97d2b53e-6e67-45be-8e48-a20549a2e032 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 97d2b53e-6e67-45be-8e48-a20549a2e032]
18:15:33 2020-03-01 23:15:33,586 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:s251u4rkk1tq61oqlknbq457de - MDC[]
18:15:33 2020-03-01 23:15:33,586 INFO  [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 97d2b53e-6e67-45be-8e48-a20549a2e032 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 97d2b53e-6e67-45be-8e48-a20549a2e032]
18:15:33 2020-03-01 23:15:33,586 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 97d2b53e-6e67-45be-8e48-a20549a2e032 to shut down... - MDC[jobName=Force shutting down client session 97d2b53e-6e67-45be-8e48-a20549a2e032 by session housekeeping]
18:15:33 2020-03-01 23:15:33,591 WARN  [scout-model-thread-20] org.eclipse.scout.rt.client.ui.messagebox.MessageBox - there is no desktop or the desktop has not yet been opened in the ui, default answer is CANCEL - MDC[jobName=Force shutting down client session 97d2b53e-6e67-45be-8e48-a20549a2e032 by session housekeeping]
18:15:33 java.lang.IllegalStateException: null
18:15:33 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:338)
18:15:33 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:313)
18:15:33 	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:64)
18:15:33 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1923)
18:15:33 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2039)
18:15:33 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
18:15:33 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462)
18:15:33 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:15:33 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:15:33 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:33 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:33 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:33 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:33 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:33 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:33 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:15:33 	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
18:15:33 	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
18:15:33 	at org.eclipse.scout.rt.ui.html.SessionStore$2.run(SessionStore.java:411)
18:15:33 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:15:33 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:33 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:33 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:33 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:33 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:33 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:15:33 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:15:33 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:15:33 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:15:33 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:15:33 	at java.lang.Thread.run(Thread.java:748)
18:15:33 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:15:33 2020-03-01 23:15:33,593 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5a92f7c3[id = 97d2b53e-6e67-45be-8e48-a20549a2e032], user=default] - MDC[jobName=Force shutting down client session 97d2b53e-6e67-45be-8e48-a20549a2e032 by session housekeeping]
18:15:33 2020-03-01 23:15:33,593 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 97d2b53e-6e67-45be-8e48-a20549a2e032 terminated. - MDC[jobName=Force shutting down client session 97d2b53e-6e67-45be-8e48-a20549a2e032 by session housekeeping]
18:15:33 2020-03-01 23:15:33,593 DEBUG [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 97d2b53e-6e67-45be-8e48-a20549a2e032 from session store - MDC[jobName=Performing session housekeeping for client session with ID 97d2b53e-6e67-45be-8e48-a20549a2e032]
18:15:33 2020-03-01 23:15:33,593 DEBUG [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 97d2b53e-6e67-45be-8e48-a20549a2e032]
18:15:33 2020-03-01 23:15:33,594 INFO  [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 97d2b53e-6e67-45be-8e48-a20549a2e032]
18:15:33 2020-03-01 23:15:33,594 INFO  [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 97d2b53e-6e67-45be-8e48-a20549a2e032]
18:15:33 2020-03-01 23:15:33,787 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:33 2020-03-01 23:15:33,788 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:vf6jjskamnie5m2cleil3hislq - MDC[]
18:15:33 2020-03-01 23:15:33,790 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@7b1810dc[id = 7839efa1-1e07-41ce-a2b6-12dec6a5903b], user=default] - MDC[jobName=Starting ClientSession [sessionId=7839efa1-1e07-41ce-a2b6-12dec6a5903b]]
18:15:33 2020-03-01 23:15:33,790 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=7839efa1-1e07-41ce-a2b6-12dec6a5903b, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:33 2020-03-01 23:15:33,791 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:33 2020-03-01 23:15:33,793 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@66130c3b - MDC[]
18:15:33 2020-03-01 23:15:33,793 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:vf6jjskamnie5m2cleil3hislq initialized - MDC[]
18:15:33 2020-03-01 23:15:33,793 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:vf6jjskamnie5m2cleil3hislq in store (clientSessionId=7839efa1-1e07-41ce-a2b6-12dec6a5903b) - MDC[]
18:15:33 2020-03-01 23:15:33,796 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@76ad4272 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$8]
18:15:33 2020-03-01 23:15:33,796 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions - MDC[]
18:15:33 2020-03-01 23:15:33,797 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Waiting for 1 client sessions to stop... - MDC[]
18:15:33 2020-03-01 23:15:33,797 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Shutting down client session with ID 7839efa1-1e07-41ce-a2b6-12dec6a5903b due to invalidation of HTTP session - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,797 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 7839efa1-1e07-41ce-a2b6-12dec6a5903b to shut down... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,797 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:vf6jjskamnie5m2cleil3hislq [clientSessionId=7839efa1-1e07-41ce-a2b6-12dec6a5903b, processingJsonRequest=false] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,797 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:vf6jjskamnie5m2cleil3hislq... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,797 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:vf6jjskamnie5m2cleil3hislq from store (clientSessionId=7839efa1-1e07-41ce-a2b6-12dec6a5903b) - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,797 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 7839efa1-1e07-41ce-a2b6-12dec6a5903b - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,797 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 7839efa1-1e07-41ce-a2b6-12dec6a5903b - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,797 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 7839efa1-1e07-41ce-a2b6-12dec6a5903b is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 7839efa1-1e07-41ce-a2b6-12dec6a5903b]
18:15:33 2020-03-01 23:15:33,798 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:vf6jjskamnie5m2cleil3hislq - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,798 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 7839efa1-1e07-41ce-a2b6-12dec6a5903b from session store - MDC[jobName=Performing session housekeeping for client session with ID 7839efa1-1e07-41ce-a2b6-12dec6a5903b]
18:15:33 2020-03-01 23:15:33,798 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 7839efa1-1e07-41ce-a2b6-12dec6a5903b]
18:15:33 2020-03-01 23:15:33,799 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.ui.messagebox.MessageBox - there is no desktop or the desktop has not yet been opened in the ui, default answer is CANCEL - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 java.lang.IllegalStateException: null
18:15:33 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:338)
18:15:33 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:313)
18:15:33 	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:64)
18:15:33 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1923)
18:15:33 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2039)
18:15:33 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
18:15:33 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462)
18:15:33 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:15:33 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:15:33 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:33 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:33 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:33 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:33 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:33 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:33 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:15:33 	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
18:15:33 	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
18:15:33 	at org.eclipse.scout.rt.ui.html.SessionStore$3.run(SessionStore.java:539)
18:15:33 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:15:33 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:33 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:33 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:33 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:33 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:33 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:33 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:15:33 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:15:33 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:15:33 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:15:33 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:15:33 	at java.lang.Thread.run(Thread.java:748)
18:15:33 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:15:33 2020-03-01 23:15:33,800 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@7b1810dc[id = 7839efa1-1e07-41ce-a2b6-12dec6a5903b], user=default] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,800 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 7839efa1-1e07-41ce-a2b6-12dec6a5903b terminated. - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,800 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 7839efa1-1e07-41ce-a2b6-12dec6a5903b from session store - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,800 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,800 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Session shutdown complete. - MDC[]
18:15:33 2020-03-01 23:15:33,801 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:33 2020-03-01 23:15:33,802 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:r3jm2d6ia3greppjdvoogbrh6k - MDC[]
18:15:33 2020-03-01 23:15:33,805 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6a0930cc[id = 5e0041c3-fae9-4fe4-815d-cfa54f94a1e0], user=default] - MDC[jobName=Starting ClientSession [sessionId=5e0041c3-fae9-4fe4-815d-cfa54f94a1e0]]
18:15:33 2020-03-01 23:15:33,805 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=5e0041c3-fae9-4fe4-815d-cfa54f94a1e0, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:33 2020-03-01 23:15:33,806 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:33 2020-03-01 23:15:33,807 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@66130c3b - MDC[]
18:15:33 2020-03-01 23:15:33,808 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:r3jm2d6ia3greppjdvoogbrh6k initialized - MDC[]
18:15:33 2020-03-01 23:15:33,808 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:r3jm2d6ia3greppjdvoogbrh6k in store (clientSessionId=5e0041c3-fae9-4fe4-815d-cfa54f94a1e0) - MDC[]
18:15:33 2020-03-01 23:15:33,810 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@4e0b4ff9 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$8]
18:15:33 2020-03-01 23:15:33,810 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions - MDC[]
18:15:33 2020-03-01 23:15:33,811 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Waiting for 1 client sessions to stop... - MDC[]
18:15:33 2020-03-01 23:15:33,811 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Shutting down client session with ID 5e0041c3-fae9-4fe4-815d-cfa54f94a1e0 due to invalidation of HTTP session - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,811 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 5e0041c3-fae9-4fe4-815d-cfa54f94a1e0 to shut down... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,811 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:r3jm2d6ia3greppjdvoogbrh6k [clientSessionId=5e0041c3-fae9-4fe4-815d-cfa54f94a1e0, processingJsonRequest=false] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,811 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:r3jm2d6ia3greppjdvoogbrh6k... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,811 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:r3jm2d6ia3greppjdvoogbrh6k from store (clientSessionId=5e0041c3-fae9-4fe4-815d-cfa54f94a1e0) - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,811 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 5e0041c3-fae9-4fe4-815d-cfa54f94a1e0 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,811 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 5e0041c3-fae9-4fe4-815d-cfa54f94a1e0 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,812 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 5e0041c3-fae9-4fe4-815d-cfa54f94a1e0 is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 5e0041c3-fae9-4fe4-815d-cfa54f94a1e0]
18:15:33 2020-03-01 23:15:33,812 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:r3jm2d6ia3greppjdvoogbrh6k - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:33 2020-03-01 23:15:33,812 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 5e0041c3-fae9-4fe4-815d-cfa54f94a1e0 from session store - MDC[jobName=Performing session housekeeping for client session with ID 5e0041c3-fae9-4fe4-815d-cfa54f94a1e0]
18:15:33 2020-03-01 23:15:33,812 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 5e0041c3-fae9-4fe4-815d-cfa54f94a1e0]
18:15:34 2020-03-01 23:15:34,813 WARN  [main] org.eclipse.scout.rt.ui.html.SessionStore - Timeout encountered while waiting for all client session to stop. Canceling still running client session shutdown jobs. - MDC[]
18:15:34 org.eclipse.scout.rt.platform.util.concurrent.TimedOutException: Failed to wait for jobs to complete because the maximal wait time elapsed [timeout=1000ms, calling-thread=main]
18:15:34 	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateTimeoutException(JobExceptionTranslator.java:56)
18:15:34 	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:177)
18:15:34 	at org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:569)
18:15:34 	at org.eclipse.scout.rt.ui.html.json.testing.JsonTestUtility$1.answer(JsonTestUtility.java:80)
18:15:34 	at org.eclipse.scout.rt.ui.html.json.testing.JsonTestUtility$1.answer(JsonTestUtility.java:1)
18:15:34 	at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34)
18:15:34 	at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91)
18:15:34 	at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29)
18:15:34 	at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38)
18:15:34 	at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59)
18:15:34 	at $javax.servlet.http.HttpSession$$EnhancerByMockitoWithCGLIB$$ae576ec1.invalidate(<generated>)
18:15:34 	at org.eclipse.scout.rt.ui.html.UiSessionTest.doTestSessionTimeoutWithBlockingModelDisposal(UiSessionTest.java:320)
18:15:34 	at org.eclipse.scout.rt.ui.html.UiSessionTest.testSessionTimeoutOpenFormThatWaitsOnLoop(UiSessionTest.java:285)
18:15:34 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:34 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:34 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:34 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:34 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:15:34 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:15:34 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:15:34 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:15:34 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
18:15:34 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
18:15:34 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:15:34 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:15:34 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:15:34 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:15:34 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:15:34 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:15:34 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:15:34 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:15:34 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:15:34 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:15:34 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:15:34 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:15:34 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:15:34 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:15:34 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:15:34 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:15:34 Caused by: java.util.concurrent.TimeoutException: null
18:15:34 	at org.eclipse.scout.rt.platform.job.internal.FutureSet.awaitDone(FutureSet.java:197)
18:15:34 	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:174)
18:15:34 	... 37 common frames omitted
18:15:35 2020-03-01 23:15:35,015 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:35 2020-03-01 23:15:35,016 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:f1edg7h1n7k91b4r0h0q6o3s3j - MDC[]
18:15:35 2020-03-01 23:15:35,018 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@57194490[id = 96438ca6-4e48-4354-8c0a-ff0b3b23513d], user=default] - MDC[jobName=Starting ClientSession [sessionId=96438ca6-4e48-4354-8c0a-ff0b3b23513d]]
18:15:35 2020-03-01 23:15:35,019 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=96438ca6-4e48-4354-8c0a-ff0b3b23513d, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:35 2020-03-01 23:15:35,019 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:35 2020-03-01 23:15:35,021 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@66130c3b - MDC[]
18:15:35 2020-03-01 23:15:35,022 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:f1edg7h1n7k91b4r0h0q6o3s3j initialized - MDC[]
18:15:35 2020-03-01 23:15:35,022 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:f1edg7h1n7k91b4r0h0q6o3s3j in store (clientSessionId=96438ca6-4e48-4354-8c0a-ff0b3b23513d) - MDC[]
18:15:35 2020-03-01 23:15:35,025 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@2522766e - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
18:15:35 2020-03-01 23:15:35,026 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:f1edg7h1n7k91b4r0h0q6o3s3j [clientSessionId=96438ca6-4e48-4354-8c0a-ff0b3b23513d, processingJsonRequest=false] - MDC[]
18:15:35 2020-03-01 23:15:35,026 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:f1edg7h1n7k91b4r0h0q6o3s3j... - MDC[]
18:15:35 2020-03-01 23:15:35,026 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:f1edg7h1n7k91b4r0h0q6o3s3j from store (clientSessionId=96438ca6-4e48-4354-8c0a-ff0b3b23513d) - MDC[]
18:15:35 2020-03-01 23:15:35,027 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 96438ca6-4e48-4354-8c0a-ff0b3b23513d - MDC[]
18:15:35 2020-03-01 23:15:35,027 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 96438ca6-4e48-4354-8c0a-ff0b3b23513d - MDC[]
18:15:35 2020-03-01 23:15:35,027 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 96438ca6-4e48-4354-8c0a-ff0b3b23513d referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 96438ca6-4e48-4354-8c0a-ff0b3b23513d]
18:15:35 2020-03-01 23:15:35,027 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:f1edg7h1n7k91b4r0h0q6o3s3j - MDC[]
18:15:35 2020-03-01 23:15:35,027 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 96438ca6-4e48-4354-8c0a-ff0b3b23513d because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 96438ca6-4e48-4354-8c0a-ff0b3b23513d]
18:15:35 2020-03-01 23:15:35,028 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 96438ca6-4e48-4354-8c0a-ff0b3b23513d to shut down... - MDC[jobName=Force shutting down client session 96438ca6-4e48-4354-8c0a-ff0b3b23513d by session housekeeping]
18:15:35 2020-03-01 23:15:35,033 ERROR [scout-model-thread-24] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop - Exception while closing forms - MDC[jobName=Force shutting down client session 96438ca6-4e48-4354-8c0a-ff0b3b23513d by session housekeeping]
18:15:35 org.eclipse.scout.rt.platform.exception.ProcessingException: There is no desktop or it is not open in the UI. [severity=ERROR, form=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm]
18:15:35 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$5.run(AbstractForm.java:1042)
18:15:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:15:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
18:15:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
18:15:35 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:992)
18:15:35 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:985)
18:15:35 	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:57)
18:15:35 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1923)
18:15:35 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2039)
18:15:35 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
18:15:35 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462)
18:15:35 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:15:35 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:15:35 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:35 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:35 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:35 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:35 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:35 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:15:35 	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
18:15:35 	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
18:15:35 	at org.eclipse.scout.rt.ui.html.SessionStore$2.run(SessionStore.java:411)
18:15:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:15:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:35 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:35 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:35 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:35 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:15:35 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:15:35 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:15:35 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:15:35 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:15:35 	at java.lang.Thread.run(Thread.java:748)
18:15:35 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:15:35 2020-03-01 23:15:35,033 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.transformation.MainDeviceTransformer - Transformed forms map is not empty. Make sure every form gets closed properly to free up memory as quickly as possible. Cleaning up now... Open forms: [Form SessionStoreTestForm, Form SessionStoreTestForm] - MDC[jobName=Force shutting down client session 96438ca6-4e48-4354-8c0a-ff0b3b23513d by session housekeeping]
18:15:35 2020-03-01 23:15:35,034 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@57194490[id = 96438ca6-4e48-4354-8c0a-ff0b3b23513d], user=default] - MDC[jobName=Force shutting down client session 96438ca6-4e48-4354-8c0a-ff0b3b23513d by session housekeeping]
18:15:35 2020-03-01 23:15:35,034 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 96438ca6-4e48-4354-8c0a-ff0b3b23513d terminated. - MDC[jobName=Force shutting down client session 96438ca6-4e48-4354-8c0a-ff0b3b23513d by session housekeeping]
18:15:35 2020-03-01 23:15:35,034 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 96438ca6-4e48-4354-8c0a-ff0b3b23513d from session store - MDC[jobName=Performing session housekeeping for client session with ID 96438ca6-4e48-4354-8c0a-ff0b3b23513d]
18:15:35 2020-03-01 23:15:35,034 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 96438ca6-4e48-4354-8c0a-ff0b3b23513d]
18:15:35 2020-03-01 23:15:35,034 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 96438ca6-4e48-4354-8c0a-ff0b3b23513d]
18:15:35 2020-03-01 23:15:35,035 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 96438ca6-4e48-4354-8c0a-ff0b3b23513d]
18:15:35 2020-03-01 23:15:35,428 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:35 2020-03-01 23:15:35,429 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:i596qjlntp4lk8ber2tgo0d9ps - MDC[]
18:15:35 2020-03-01 23:15:35,432 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3a17c4e4[id = 4eb517c8-9fa9-4c9b-a554-2434232c18cc], user=default] - MDC[jobName=Starting ClientSession [sessionId=4eb517c8-9fa9-4c9b-a554-2434232c18cc]]
18:15:35 2020-03-01 23:15:35,432 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=4eb517c8-9fa9-4c9b-a554-2434232c18cc, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:35 2020-03-01 23:15:35,432 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:35 2020-03-01 23:15:35,435 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@66130c3b - MDC[]
18:15:35 2020-03-01 23:15:35,435 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:i596qjlntp4lk8ber2tgo0d9ps initialized - MDC[]
18:15:35 2020-03-01 23:15:35,435 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:i596qjlntp4lk8ber2tgo0d9ps in store (clientSessionId=4eb517c8-9fa9-4c9b-a554-2434232c18cc) - MDC[]
18:15:35 2020-03-01 23:15:35,438 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@2c9ccee6 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
18:15:35 2020-03-01 23:15:35,438 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:i596qjlntp4lk8ber2tgo0d9ps [clientSessionId=4eb517c8-9fa9-4c9b-a554-2434232c18cc, processingJsonRequest=false] - MDC[]
18:15:35 2020-03-01 23:15:35,439 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:i596qjlntp4lk8ber2tgo0d9ps... - MDC[]
18:15:35 2020-03-01 23:15:35,439 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:i596qjlntp4lk8ber2tgo0d9ps from store (clientSessionId=4eb517c8-9fa9-4c9b-a554-2434232c18cc) - MDC[]
18:15:35 2020-03-01 23:15:35,439 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 4eb517c8-9fa9-4c9b-a554-2434232c18cc - MDC[]
18:15:35 2020-03-01 23:15:35,439 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 4eb517c8-9fa9-4c9b-a554-2434232c18cc - MDC[]
18:15:35 2020-03-01 23:15:35,439 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 4eb517c8-9fa9-4c9b-a554-2434232c18cc referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 4eb517c8-9fa9-4c9b-a554-2434232c18cc]
18:15:35 2020-03-01 23:15:35,439 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:i596qjlntp4lk8ber2tgo0d9ps - MDC[]
18:15:35 2020-03-01 23:15:35,439 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 4eb517c8-9fa9-4c9b-a554-2434232c18cc because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 4eb517c8-9fa9-4c9b-a554-2434232c18cc]
18:15:35 2020-03-01 23:15:35,440 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 4eb517c8-9fa9-4c9b-a554-2434232c18cc to shut down... - MDC[jobName=Force shutting down client session 4eb517c8-9fa9-4c9b-a554-2434232c18cc by session housekeeping]
18:15:35 2020-03-01 23:15:35,441 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3a17c4e4[id = 4eb517c8-9fa9-4c9b-a554-2434232c18cc], user=default] - MDC[jobName=Force shutting down client session 4eb517c8-9fa9-4c9b-a554-2434232c18cc by session housekeeping]
18:15:35 2020-03-01 23:15:35,441 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 4eb517c8-9fa9-4c9b-a554-2434232c18cc terminated. - MDC[jobName=Force shutting down client session 4eb517c8-9fa9-4c9b-a554-2434232c18cc by session housekeeping]
18:15:35 2020-03-01 23:15:35,441 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 4eb517c8-9fa9-4c9b-a554-2434232c18cc from session store - MDC[jobName=Performing session housekeeping for client session with ID 4eb517c8-9fa9-4c9b-a554-2434232c18cc]
18:15:35 2020-03-01 23:15:35,441 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 4eb517c8-9fa9-4c9b-a554-2434232c18cc]
18:15:35 2020-03-01 23:15:35,442 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 4eb517c8-9fa9-4c9b-a554-2434232c18cc]
18:15:35 2020-03-01 23:15:35,442 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 4eb517c8-9fa9-4c9b-a554-2434232c18cc]
18:15:35 2020-03-01 23:15:35,640 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:35 2020-03-01 23:15:35,641 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:7gk5fjgppmnidct2n99k6ruajc - MDC[]
18:15:35 2020-03-01 23:15:35,643 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6f581bf7[id = 679c9646-5efe-4e4f-a241-73d55d658343], user=default] - MDC[jobName=Starting ClientSession [sessionId=679c9646-5efe-4e4f-a241-73d55d658343]]
18:15:35 2020-03-01 23:15:35,643 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=679c9646-5efe-4e4f-a241-73d55d658343, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:35 2020-03-01 23:15:35,644 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:35 2020-03-01 23:15:35,646 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@66130c3b - MDC[]
18:15:35 2020-03-01 23:15:35,646 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:7gk5fjgppmnidct2n99k6ruajc initialized - MDC[]
18:15:35 2020-03-01 23:15:35,646 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:7gk5fjgppmnidct2n99k6ruajc in store (clientSessionId=679c9646-5efe-4e4f-a241-73d55d658343) - MDC[]
18:15:35 2020-03-01 23:15:35,649 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@24433ca8 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$8]
18:15:35 2020-03-01 23:15:35,650 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions - MDC[]
18:15:35 2020-03-01 23:15:35,650 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Waiting for 1 client sessions to stop... - MDC[]
18:15:35 2020-03-01 23:15:35,650 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Shutting down client session with ID 679c9646-5efe-4e4f-a241-73d55d658343 due to invalidation of HTTP session - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:35 2020-03-01 23:15:35,650 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 679c9646-5efe-4e4f-a241-73d55d658343 to shut down... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:35 2020-03-01 23:15:35,651 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:7gk5fjgppmnidct2n99k6ruajc [clientSessionId=679c9646-5efe-4e4f-a241-73d55d658343, processingJsonRequest=false] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:35 2020-03-01 23:15:35,651 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:7gk5fjgppmnidct2n99k6ruajc... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:35 2020-03-01 23:15:35,651 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:7gk5fjgppmnidct2n99k6ruajc from store (clientSessionId=679c9646-5efe-4e4f-a241-73d55d658343) - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:35 2020-03-01 23:15:35,651 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 679c9646-5efe-4e4f-a241-73d55d658343 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:35 2020-03-01 23:15:35,651 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 679c9646-5efe-4e4f-a241-73d55d658343 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:35 2020-03-01 23:15:35,651 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 679c9646-5efe-4e4f-a241-73d55d658343 is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 679c9646-5efe-4e4f-a241-73d55d658343]
18:15:35 2020-03-01 23:15:35,652 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 679c9646-5efe-4e4f-a241-73d55d658343 from session store - MDC[jobName=Performing session housekeeping for client session with ID 679c9646-5efe-4e4f-a241-73d55d658343]
18:15:35 2020-03-01 23:15:35,652 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:7gk5fjgppmnidct2n99k6ruajc - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:35 2020-03-01 23:15:35,652 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 679c9646-5efe-4e4f-a241-73d55d658343]
18:15:35 2020-03-01 23:15:35,654 ERROR [scout-model-thread-20] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop - Exception while closing forms - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:35 org.eclipse.scout.rt.platform.exception.ProcessingException: There is no desktop or it is not open in the UI. [severity=ERROR, form=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm]
18:15:35 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$5.run(AbstractForm.java:1042)
18:15:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:15:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
18:15:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
18:15:35 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:992)
18:15:35 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:985)
18:15:35 	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:57)
18:15:35 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1923)
18:15:35 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2039)
18:15:35 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
18:15:35 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462)
18:15:35 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:15:35 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:15:35 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:35 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:35 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:35 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:35 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:35 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:15:35 	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
18:15:35 	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
18:15:35 	at org.eclipse.scout.rt.ui.html.SessionStore$3.run(SessionStore.java:539)
18:15:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:15:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:35 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:35 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:35 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:35 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:15:35 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:15:35 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:15:35 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:15:35 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:15:35 	at java.lang.Thread.run(Thread.java:748)
18:15:35 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:15:35 2020-03-01 23:15:35,655 WARN  [scout-model-thread-20] org.eclipse.scout.rt.client.transformation.MainDeviceTransformer - Transformed forms map is not empty. Make sure every form gets closed properly to free up memory as quickly as possible. Cleaning up now... Open forms: [Form SessionStoreTestForm, Form SessionStoreTestForm] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:35 2020-03-01 23:15:35,655 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6f581bf7[id = 679c9646-5efe-4e4f-a241-73d55d658343], user=default] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:35 2020-03-01 23:15:35,655 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 679c9646-5efe-4e4f-a241-73d55d658343 terminated. - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:35 2020-03-01 23:15:35,656 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 679c9646-5efe-4e4f-a241-73d55d658343 from session store - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:35 2020-03-01 23:15:35,656 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:35 2020-03-01 23:15:35,656 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Session shutdown complete. - MDC[]
18:15:35 2020-03-01 23:15:35,857 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:35 2020-03-01 23:15:35,858 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:6uf7idl064vvrsb8012qenp5dl - MDC[]
18:15:35 2020-03-01 23:15:35,860 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6595382d[id = 6780d559-99d8-498c-aae0-fc668969a492], user=default] - MDC[jobName=Starting ClientSession [sessionId=6780d559-99d8-498c-aae0-fc668969a492]]
18:15:35 2020-03-01 23:15:35,860 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=6780d559-99d8-498c-aae0-fc668969a492, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:35 2020-03-01 23:15:35,861 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:35 2020-03-01 23:15:35,863 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@66130c3b - MDC[]
18:15:35 2020-03-01 23:15:35,863 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:6uf7idl064vvrsb8012qenp5dl initialized - MDC[]
18:15:35 2020-03-01 23:15:35,863 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:6uf7idl064vvrsb8012qenp5dl... - MDC[]
18:15:35 2020-03-01 23:15:35,863 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:6uf7idl064vvrsb8012qenp5dl from store (clientSessionId=6780d559-99d8-498c-aae0-fc668969a492) - MDC[]
18:15:35 2020-03-01 23:15:35,863 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 6780d559-99d8-498c-aae0-fc668969a492 - MDC[]
18:15:35 2020-03-01 23:15:35,863 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 6780d559-99d8-498c-aae0-fc668969a492 - MDC[]
18:15:35 2020-03-01 23:15:35,864 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 6780d559-99d8-498c-aae0-fc668969a492 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 6780d559-99d8-498c-aae0-fc668969a492]
18:15:35 2020-03-01 23:15:35,930 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 6780d559-99d8-498c-aae0-fc668969a492 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 6780d559-99d8-498c-aae0-fc668969a492]
18:15:35 2020-03-01 23:15:35,932 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 6780d559-99d8-498c-aae0-fc668969a492 to shut down... - MDC[jobName=Force shutting down client session 6780d559-99d8-498c-aae0-fc668969a492 by session housekeeping]
18:15:35 2020-03-01 23:15:35,933 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6595382d[id = 6780d559-99d8-498c-aae0-fc668969a492], user=default] - MDC[jobName=Force shutting down client session 6780d559-99d8-498c-aae0-fc668969a492 by session housekeeping]
18:15:35 2020-03-01 23:15:35,933 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 6780d559-99d8-498c-aae0-fc668969a492 terminated. - MDC[jobName=Force shutting down client session 6780d559-99d8-498c-aae0-fc668969a492 by session housekeeping]
18:15:35 2020-03-01 23:15:35,933 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 6780d559-99d8-498c-aae0-fc668969a492 from session store - MDC[jobName=Performing session housekeeping for client session with ID 6780d559-99d8-498c-aae0-fc668969a492]
18:15:35 2020-03-01 23:15:35,933 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 6780d559-99d8-498c-aae0-fc668969a492]
18:15:35 2020-03-01 23:15:35,933 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 6780d559-99d8-498c-aae0-fc668969a492]
18:15:35 2020-03-01 23:15:35,933 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 6780d559-99d8-498c-aae0-fc668969a492]
18:15:35 2020-03-01 23:15:35,981 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:35 2020-03-01 23:15:35,982 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:tkrgi0o7qs35pq0p31ou0afgur - MDC[]
18:15:35 2020-03-01 23:15:35,984 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@65f37cf8[id = b430f89f-b943-40c5-b7f8-2767de3b9fe2], user=default] - MDC[jobName=Starting ClientSession [sessionId=b430f89f-b943-40c5-b7f8-2767de3b9fe2]]
18:15:35 2020-03-01 23:15:35,984 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=b430f89f-b943-40c5-b7f8-2767de3b9fe2, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:35 2020-03-01 23:15:35,984 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:35 2020-03-01 23:15:35,986 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@66130c3b - MDC[]
18:15:35 2020-03-01 23:15:35,986 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:tkrgi0o7qs35pq0p31ou0afgur initialized - MDC[]
18:15:35 2020-03-01 23:15:35,988 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:tkrgi0o7qs35pq0p31ou0afgur [clientSessionId=b430f89f-b943-40c5-b7f8-2767de3b9fe2, processingJsonRequest=false] - MDC[]
18:15:36 2020-03-01 23:15:35,988 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:tkrgi0o7qs35pq0p31ou0afgur... - MDC[]
18:15:36 2020-03-01 23:15:35,988 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:tkrgi0o7qs35pq0p31ou0afgur from store (clientSessionId=b430f89f-b943-40c5-b7f8-2767de3b9fe2) - MDC[]
18:15:36 2020-03-01 23:15:35,988 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session b430f89f-b943-40c5-b7f8-2767de3b9fe2 - MDC[]
18:15:36 2020-03-01 23:15:35,988 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID b430f89f-b943-40c5-b7f8-2767de3b9fe2 - MDC[]
18:15:36 2020-03-01 23:15:35,988 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:tkrgi0o7qs35pq0p31ou0afgur - MDC[]
18:15:36 2020-03-01 23:15:35,988 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@65f37cf8[id = b430f89f-b943-40c5-b7f8-2767de3b9fe2], user=default] - MDC[]
18:15:36 2020-03-01 23:15:35,989 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:36 2020-03-01 23:15:35,990 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:v19u9gk5b8hd9e0b3tpbnrn3ru - MDC[]
18:15:36 2020-03-01 23:15:35,991 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@30367b50[id = 7f5d6a02-b916-483b-af91-032dc04c164e], user=default] - MDC[jobName=Starting ClientSession [sessionId=7f5d6a02-b916-483b-af91-032dc04c164e]]
18:15:36 2020-03-01 23:15:36,006 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=7f5d6a02-b916-483b-af91-032dc04c164e, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:36 2020-03-01 23:15:36,006 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session b430f89f-b943-40c5-b7f8-2767de3b9fe2 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID b430f89f-b943-40c5-b7f8-2767de3b9fe2]
18:15:36 2020-03-01 23:15:36,006 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID b430f89f-b943-40c5-b7f8-2767de3b9fe2 from session store - MDC[jobName=Performing session housekeeping for client session with ID b430f89f-b943-40c5-b7f8-2767de3b9fe2]
18:15:36 2020-03-01 23:15:36,006 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID b430f89f-b943-40c5-b7f8-2767de3b9fe2]
18:15:36 2020-03-01 23:15:36,006 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:36 2020-03-01 23:15:36,006 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID b430f89f-b943-40c5-b7f8-2767de3b9fe2]
18:15:36 2020-03-01 23:15:36,007 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID b430f89f-b943-40c5-b7f8-2767de3b9fe2]
18:15:36 2020-03-01 23:15:36,008 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@66130c3b - MDC[]
18:15:36 2020-03-01 23:15:36,008 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:v19u9gk5b8hd9e0b3tpbnrn3ru initialized - MDC[]
18:15:36 2020-03-01 23:15:36,009 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:v19u9gk5b8hd9e0b3tpbnrn3ru in store (clientSessionId=7f5d6a02-b916-483b-af91-032dc04c164e) - MDC[]
18:15:36 2020-03-01 23:15:36,011 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@321bd622 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$8]
18:15:36 2020-03-01 23:15:36,011 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions - MDC[]
18:15:36 2020-03-01 23:15:36,012 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Waiting for 1 client sessions to stop... - MDC[]
18:15:36 2020-03-01 23:15:36,012 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Shutting down client session with ID 7f5d6a02-b916-483b-af91-032dc04c164e due to invalidation of HTTP session - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:36 2020-03-01 23:15:36,012 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 7f5d6a02-b916-483b-af91-032dc04c164e to shut down... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:36 2020-03-01 23:15:36,012 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:v19u9gk5b8hd9e0b3tpbnrn3ru [clientSessionId=7f5d6a02-b916-483b-af91-032dc04c164e, processingJsonRequest=false] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:36 2020-03-01 23:15:36,012 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:v19u9gk5b8hd9e0b3tpbnrn3ru... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:36 2020-03-01 23:15:36,012 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:v19u9gk5b8hd9e0b3tpbnrn3ru from store (clientSessionId=7f5d6a02-b916-483b-af91-032dc04c164e) - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:36 2020-03-01 23:15:36,012 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 7f5d6a02-b916-483b-af91-032dc04c164e - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:36 2020-03-01 23:15:36,012 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 7f5d6a02-b916-483b-af91-032dc04c164e - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:36 2020-03-01 23:15:36,013 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 7f5d6a02-b916-483b-af91-032dc04c164e is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 7f5d6a02-b916-483b-af91-032dc04c164e]
18:15:36 2020-03-01 23:15:36,013 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:v19u9gk5b8hd9e0b3tpbnrn3ru - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:36 2020-03-01 23:15:36,013 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 7f5d6a02-b916-483b-af91-032dc04c164e from session store - MDC[jobName=Performing session housekeeping for client session with ID 7f5d6a02-b916-483b-af91-032dc04c164e]
18:15:36 2020-03-01 23:15:36,013 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 7f5d6a02-b916-483b-af91-032dc04c164e]
18:15:36 2020-03-01 23:15:36,014 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@30367b50[id = 7f5d6a02-b916-483b-af91-032dc04c164e], user=default] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:36 2020-03-01 23:15:36,014 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 7f5d6a02-b916-483b-af91-032dc04c164e terminated. - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:36 2020-03-01 23:15:36,014 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 7f5d6a02-b916-483b-af91-032dc04c164e from session store - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:36 2020-03-01 23:15:36,014 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:36 2020-03-01 23:15:36,014 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Session shutdown complete. - MDC[]
18:15:36 2020-03-01 23:15:36,015 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:36 2020-03-01 23:15:36,015 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:i57k3dmrrbh8dp62f9kt8g4o87 - MDC[]
18:15:36 2020-03-01 23:15:36,017 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1026e11f[id = 08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6], user=default] - MDC[jobName=Starting ClientSession [sessionId=08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6]]
18:15:36 2020-03-01 23:15:36,017 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:36 2020-03-01 23:15:36,017 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:36 2020-03-01 23:15:36,019 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@66130c3b - MDC[]
18:15:36 2020-03-01 23:15:36,019 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:i57k3dmrrbh8dp62f9kt8g4o87 initialized - MDC[]
18:15:36 2020-03-01 23:15:36,020 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:i57k3dmrrbh8dp62f9kt8g4o87 in store (clientSessionId=08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6) - MDC[]
18:15:36 2020-03-01 23:15:36,022 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@7797ec35 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
18:15:36 2020-03-01 23:15:36,022 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:i57k3dmrrbh8dp62f9kt8g4o87 [clientSessionId=08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6, processingJsonRequest=false] - MDC[]
18:15:36 2020-03-01 23:15:36,022 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:i57k3dmrrbh8dp62f9kt8g4o87... - MDC[]
18:15:36 2020-03-01 23:15:36,022 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:i57k3dmrrbh8dp62f9kt8g4o87 from store (clientSessionId=08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6) - MDC[]
18:15:36 2020-03-01 23:15:36,022 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6 - MDC[]
18:15:36 2020-03-01 23:15:36,022 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6 - MDC[]
18:15:36 2020-03-01 23:15:36,023 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6]
18:15:36 2020-03-01 23:15:36,023 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:i57k3dmrrbh8dp62f9kt8g4o87 - MDC[]
18:15:36 2020-03-01 23:15:36,023 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6]
18:15:36 2020-03-01 23:15:36,023 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6 to shut down... - MDC[jobName=Force shutting down client session 08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6 by session housekeeping]
18:15:36 2020-03-01 23:15:36,223 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 0 UI sessions - MDC[jobName=simulate session timeout]
18:15:37 2020-03-01 23:15:37,024 WARN  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Client session did not stop within 1 seconds. Canceling shutdown job. - MDC[jobName=Performing session housekeeping for client session with ID 08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6]
18:15:37 2020-03-01 23:15:37,024 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6 from session store - MDC[jobName=Performing session housekeeping for client session with ID 08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6]
18:15:37 2020-03-01 23:15:37,024 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6]
18:15:37 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.295 sec - in org.eclipse.scout.rt.ui.html.UiSessionTest
18:15:37 Running org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest
18:15:37 2020-03-01 23:15:37,225 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:15:37 2020-03-01 23:15:37,232 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:15:37 2020-03-01 23:15:37,232 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
18:15:37 2020-03-01 23:15:37,232 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Don't overriding already installed MultiSessionCookieStore cookie handler from same deployment: java.net.CookieManager@a637a7f (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@6c97851d) - MDC[]
18:15:37 2020-03-01 23:15:37,232 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:15:37 2020-03-01 23:15:37,234 INFO  [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles - Pre-building of web resources is enabled - MDC[]
18:15:37 2020-03-01 23:15:37,234 INFO  [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles - Finished pre-building of 0 web resources 0.030295 ms - MDC[]
18:15:37 2020-03-01 23:15:37,243 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:37 2020-03-01 23:15:37,245 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:15:37 2020-03-01 23:15:37,245 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true} - MDC[]
18:15:37 2020-03-01 23:15:37,245 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:15:37 2020-03-01 23:15:37,245 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
18:15:37 protocol: UiSession.init
18:15:37 protocol: UiSession.getOrCreateClientSession
18:15:37 2020-03-01 23:15:37,246 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:u7tb0djhhj6reoj3tfeo6d3f31 - MDC[]
18:15:37 protocol: ClientSession.execLoadSession
18:15:37 2020-03-01 23:15:37,250 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@adf84cc[id = c98acab8-7fde-424f-8bb9-55d00c57a83c], user=null] - MDC[jobName=Starting ClientSession [sessionId=c98acab8-7fde-424f-8bb9-55d00c57a83c]]
18:15:37 2020-03-01 23:15:37,250 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=c98acab8-7fde-424f-8bb9-55d00c57a83c, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:37 2020-03-01 23:15:37,250 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:37 protocol: Desktop.execOpened
18:15:37 protocol: Desktop.execGuiAttached
18:15:37 2020-03-01 23:15:37,252 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.JsonObjectFactory@139723d3] - MDC[jobName=Starting JsonClientSession]
18:15:37 2020-03-01 23:15:37,253 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@43f7f48d - MDC[]
18:15:37 2020-03-01 23:15:37,253 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:u7tb0djhhj6reoj3tfeo6d3f31 initialized - MDC[]
18:15:37 2020-03-01 23:15:37,253 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:u7tb0djhhj6reoj3tfeo6d3f31 in store (clientSessionId=c98acab8-7fde-424f-8bb9-55d00c57a83c) - MDC[]
18:15:37 2020-03-01 23:15:37,254 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:u7tb0djhhj6reoj3tfeo6d3f31 in 8.468263 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
18:15:37 2020-03-01 23:15:37,316 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
18:15:37 2020-03-01 23:15:37,317 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
18:15:37 2020-03-01 23:15:37,318 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:u7tb0djhhj6reoj3tfeo6d3f31","clientSessionId":"c98acab8-7fde-424f-8bb9-55d00c57a83c","clientSession":"2","persistent":false,"locale":{"languageTag":"und","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MMM d, yyyy","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"Abbrechen","Column":"Spalte","ColumnSorting":"Sortierung","NavigationBackward":"Zurück","Ok":"OK","Remove":"Entfernen","ResetTableColumns":"Spalten zurücksetzen","ui.Active":"Aktive","ui.Aggregation":"Aggregierung","ui.All":"Alle","ui.Average":"Durchschnitt","ui.BooleanColumnGroupingFalse":"Nicht markierte","ui.BooleanColumnGroupingTrue":"Markierte","ui.Browse":"Durchsuchen","ui.CW":"KW {0}","ui.CalendarCalendarWeek":"K-Woche","ui.CalendarDay":"Tag","ui.CalendarMonth":"Monat","ui.CalendarToday":"Heute","ui.CalendarWeek":"Woche","ui.CalendarWorkWeek":"5 Tage","ui.CalendarYear":"Jahr","ui.CannotInsertTextTooLong":"Einfügen nicht möglich (Längenbeschränkung).","ui.ChooseFile":"Datei auswählen","ui.ChooseFiles":"Dateien auswählen","ui.ClipboardTimeout":"Zeitüberschreitung beim Einfügen aus Zwischenablage.","ui.ClipboardTimeoutTitle":"Zeitüberschreitung Zwischenablage","ui.Coloring":"Einfärbung","ui.Column":"Spalte","ui.ConnectionInterrupted":"Verbindung unterbrochen","ui.ConnectionReestablished":"Verbindung wiederhergestellt","ui.Continue":"Weiter","ui.Copy":"Kopieren","ui.Count":"Anzahl","ui.DateRange":"Datumsbereich","ui.EmptyCell":"-leer-","ui.ErrorCodeX":"Code {0}","ui.FileChooserHint":"Bitte gewünschte Dateien in diesen Bereich verschieben oder mit Durchsuchen auswählen.","ui.FileSizeLimit":"Die maximal erlaubte Grösse wurde überschritten ({0} MB).","ui.FileSizeLimitTitle":"Dateigrössenbeschränkung","ui.Filter":"Filter","ui.FilterBy_":"Filtern nach...","ui.FilterInfoCount":"({0})","ui.FilterInfoXOfY":"({0} von {1})","ui.FreeText":"Freitext","ui.FromXToY":"von {0} bis {1}","ui.Grouping":"Gruppierung","ui.Ignore":"Ignorieren","ui.Inactive":"Inaktive","ui.InternalProcessingErrorMsg":"Ein interner Verarbeitungsfehler ist aufgetreten{0}.","ui.InternalUiErrorMsg":"Ein interner UI-Fehler ist aufgetreten{0}.","ui.InvalidDateFormat":"Ungültiges Datumsformat","ui.LoadingPopupWindow":"Lade...","ui.Maximum":"Maximum","ui.Minimum":"Minimum","ui.Move":"Verschieben","ui.NetworkError":"Netzwerkfehler","ui.NumRowsFiltered":"{0} gefiltert","ui.NumRowsFilteredBy":"{0} gefiltert durch {1}","ui.NumRowsFilteredMin":"Gefiltert","ui.NumRowsLoaded":"{0} geladen","ui.NumRowsLoadedMin":"Geladen","ui.NumRowsRendered":"{0} gezeichnet","ui.NumRowsSelected":"{0} ausgewählt","ui.NumRowsSelectedMin":"Ausgewählt","ui.NumberRange":"Zahlenbereich","ui.OpenManually":"Manuell öffnen","ui.OtherValues":"Sonstige","ui.Outlines":"Sichten","ui.PleaseWait_":"Bitte warten...","ui.PopupBlockerDetected":"Das automatische Öffnen eines neuen Fensters wurde durch den Browser verhindert.","ui.Reconnecting_":"Verbinde...","ui.Reload":"Neu laden","ui.ReloadData":"Daten neu laden","ui.RemoveFilter":"Filter entfernen","ui.SearchFor_":"Suche nach...","ui.SelectAll":"Alle auswählen","ui.SelectAllFilter":"Alle","ui.SelectNone":"Keine auswählen","ui.SelectNoneFilter":"Keine","ui.ServerError":"Serverfehler","ui.SessionExpiredMsg":"Die Sitzung ist abgelaufen, bitte laden Sie die Seite neu.","ui.SessionTimeout":"Session-Timeout","ui.ShowAllNodes":"Alle {0} anzeigen","ui.Sum":"Summe","ui.TableRowCount":"{0} Zeilen","ui.TableRowCount0":"Keine Zeile","ui.TableRowCount1":"Eine Zeile","ui.Total":"Total","ui.UiInconsistentMsg":"Da sich die Benutzeroberfläche in einem inkonsistenten Zustand befinden könnte, wird empfohlen, die Seite neu zu laden.","ui.UnexpectedProblem":"Unerwartetes Problem","ui.UnsafeUpload":"Unsichere Datei hochgeladen","ui.UnsafeUploadMsg":"Die hochgeladene Datei ist unsicher. Bitte führen Sie einen Virus-Scan auf Ihrem System aus.","ui.Up":"Aufwärts","ui.Upload":"Hochladen","ui.add":"hinzufügen","ui.addColumn":"hinzufügen","ui.additionally":"zusätzlich","ui.ascending":"aufsteigend","ui.ascendingAdditionally":"zusätzlich aufsteigend","ui.backward":"nach hinten","ui.changeColumn":"ändern","ui.descending":"absteigend","ui.descendingAdditionally":"zusätzlich absteigend","ui.forward":"nach vorne","ui.from":"von","ui.fromGreenToRed":"von Grün nach Rot","ui.fromRedToGreen":"von Rot nach Grün","ui.grouped":"gruppiert","ui.groupedByMonth":"gruppiert nach Monat","ui.groupedByWeekday":"gruppiert nach Wochentag","ui.groupedByYear":"gruppiert nach Jahr","ui.groupingApply":"anwenden","ui.overEverything":"über alles","ui.overSelection":"über ausgewälte Zeilen","ui.remove":"entfernen","ui.removeColumn":"entfernen","ui.showEveryDate":"jedes Datum anzeigen","ui.to":"bis","ui.toBegin":"an den Anfang","ui.toEnd":"an das Ende","ui.withBarChart":"mit Balkendiagramm"}},"adapterData":{"2":{"id":"2","owner":"1","desktop":"3"},"3":{"id":"3","objectType":"Desktop","selectViewTabsKeyStrokeModifier":"control","navigationVisible":true,"selectViewTabsKeyStrokesEnabled":true,"benchVisible":true,"navigationHandleVisible":true,"headerVisible":true,"cacheSplitterPosition":true,"displayStyle":"default","keyStrokes":[]}}} - MDC[]
18:15:37 2020-03-01 23:15:37,318 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 73.919612 ms - MDC[]
18:15:37 2020-03-01 23:15:37,320 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:u7tb0djhhj6reoj3tfeo6d3f31 (requested by UI) - MDC[]
18:15:37 protocol: UiSession.dispose
18:15:37 2020-03-01 23:15:37,321 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:u7tb0djhhj6reoj3tfeo6d3f31... - MDC[]
18:15:37 2020-03-01 23:15:37,321 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:u7tb0djhhj6reoj3tfeo6d3f31 from store (clientSessionId=c98acab8-7fde-424f-8bb9-55d00c57a83c) - MDC[]
18:15:37 2020-03-01 23:15:37,321 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session c98acab8-7fde-424f-8bb9-55d00c57a83c - MDC[]
18:15:37 2020-03-01 23:15:37,321 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID c98acab8-7fde-424f-8bb9-55d00c57a83c - MDC[]
18:15:37 protocol: Desktop.execGuiDetached
18:15:38 2020-03-01 23:15:38,818 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Failed to await for running jobs to complete. - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while waiting for jobs to complete [calling-thread=scout-model-thread-22]
18:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateInterruptedException(JobExceptionTranslator.java:49)
18:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:181)
18:15:38 	at org.eclipse.scout.rt.client.AbstractClientSession.cancelRunningJobs(AbstractClientSession.java:496)
18:15:38 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:471)
18:15:38 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:15:38 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:15:38 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:38 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:38 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:38 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:38 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:38 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:15:38 	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
18:15:38 	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
18:15:38 	at org.eclipse.scout.rt.ui.html.SessionStore$3.run(SessionStore.java:539)
18:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:15:38 	at java.lang.Thread.run(Thread.java:748)
18:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:15:38 Caused by: java.lang.InterruptedException: null
18:15:38 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220)
18:15:38 	at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lockInterruptibly(ReentrantReadWriteLock.java:998)
18:15:38 	at org.eclipse.scout.rt.platform.job.internal.FutureSet.awaitDone(FutureSet.java:189)
18:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:174)
18:15:38 	... 35 common frames omitted
18:15:38 2020-03-01 23:15:38,819 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6a0930cc[id = 5e0041c3-fae9-4fe4-815d-cfa54f94a1e0], user=default] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:38 2020-03-01 23:15:38,820 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 5e0041c3-fae9-4fe4-815d-cfa54f94a1e0 terminated. - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:38 2020-03-01 23:15:38,820 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 5e0041c3-fae9-4fe4-815d-cfa54f94a1e0 from session store - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:38 2020-03-01 23:15:38,820 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:15:39 protocol: SessionStore.doHousekeeping
18:15:39 2020-03-01 23:15:39,322 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session c98acab8-7fde-424f-8bb9-55d00c57a83c referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID c98acab8-7fde-424f-8bb9-55d00c57a83c]
18:15:39 2020-03-01 23:15:39,322 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID c98acab8-7fde-424f-8bb9-55d00c57a83c because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID c98acab8-7fde-424f-8bb9-55d00c57a83c]
18:15:39 2020-03-01 23:15:39,324 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID c98acab8-7fde-424f-8bb9-55d00c57a83c to shut down... - MDC[jobName=Force shutting down client session c98acab8-7fde-424f-8bb9-55d00c57a83c by session housekeeping]
18:15:39 protocol: ClientSession.stopping
18:15:39 protocol: ClientSession.execStoreSession
18:15:39 protocol: Desktop.execClosing
18:15:39 2020-03-01 23:15:39,325 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@adf84cc[id = c98acab8-7fde-424f-8bb9-55d00c57a83c], user=null] - MDC[jobName=Force shutting down client session c98acab8-7fde-424f-8bb9-55d00c57a83c by session housekeeping]
18:15:39 protocol: ClientSession.stopped
18:15:39 2020-03-01 23:15:39,325 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID c98acab8-7fde-424f-8bb9-55d00c57a83c terminated. - MDC[jobName=Force shutting down client session c98acab8-7fde-424f-8bb9-55d00c57a83c by session housekeeping]
18:15:39 2020-03-01 23:15:39,325 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID c98acab8-7fde-424f-8bb9-55d00c57a83c from session store - MDC[jobName=Performing session housekeeping for client session with ID c98acab8-7fde-424f-8bb9-55d00c57a83c]
18:15:39 2020-03-01 23:15:39,325 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID c98acab8-7fde-424f-8bb9-55d00c57a83c]
18:15:39 2020-03-01 23:15:39,326 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID c98acab8-7fde-424f-8bb9-55d00c57a83c]
18:15:39 2020-03-01 23:15:39,326 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID c98acab8-7fde-424f-8bb9-55d00c57a83c]
18:15:39 2020-03-01 23:15:39,329 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:39 2020-03-01 23:15:39,330 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:15:39 2020-03-01 23:15:39,330 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true} - MDC[]
18:15:39 2020-03-01 23:15:39,330 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:15:39 2020-03-01 23:15:39,330 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
18:15:39 protocol: UiSession.init
18:15:39 protocol: UiSession.getOrCreateClientSession
18:15:39 2020-03-01 23:15:39,331 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:22einjnkj2cidvvsdsk1d5k05d - MDC[]
18:15:39 protocol: ClientSession.execLoadSession
18:15:39 2020-03-01 23:15:39,334 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@2b0ee994[id = b2e350f0-7950-40ec-840d-1fd07a5c453c], user=null] - MDC[jobName=Starting ClientSession [sessionId=b2e350f0-7950-40ec-840d-1fd07a5c453c]]
18:15:39 2020-03-01 23:15:39,334 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=b2e350f0-7950-40ec-840d-1fd07a5c453c, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:39 2020-03-01 23:15:39,335 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:39 protocol: Desktop.execOpened
18:15:39 protocol: Desktop.execGuiAttached
18:15:39 2020-03-01 23:15:39,338 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@43f7f48d - MDC[]
18:15:39 2020-03-01 23:15:39,339 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:22einjnkj2cidvvsdsk1d5k05d initialized - MDC[]
18:15:39 2020-03-01 23:15:39,339 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:22einjnkj2cidvvsdsk1d5k05d in store (clientSessionId=b2e350f0-7950-40ec-840d-1fd07a5c453c) - MDC[]
18:15:39 2020-03-01 23:15:39,339 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:22einjnkj2cidvvsdsk1d5k05d in 8.729749 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
18:15:39 2020-03-01 23:15:39,341 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
18:15:39 2020-03-01 23:15:39,341 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
18:15:39 2020-03-01 23:15:39,342 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:22einjnkj2cidvvsdsk1d5k05d","clientSessionId":"b2e350f0-7950-40ec-840d-1fd07a5c453c","clientSession":"2","persistent":false,"locale":{"languageTag":"und","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MMM d, yyyy","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"Abbrechen","Column":"Spalte","ColumnSorting":"Sortierung","NavigationBackward":"Zurück","Ok":"OK","Remove":"Entfernen","ResetTableColumns":"Spalten zurücksetzen","ui.Active":"Aktive","ui.Aggregation":"Aggregierung","ui.All":"Alle","ui.Average":"Durchschnitt","ui.BooleanColumnGroupingFalse":"Nicht markierte","ui.BooleanColumnGroupingTrue":"Markierte","ui.Browse":"Durchsuchen","ui.CW":"KW {0}","ui.CalendarCalendarWeek":"K-Woche","ui.CalendarDay":"Tag","ui.CalendarMonth":"Monat","ui.CalendarToday":"Heute","ui.CalendarWeek":"Woche","ui.CalendarWorkWeek":"5 Tage","ui.CalendarYear":"Jahr","ui.CannotInsertTextTooLong":"Einfügen nicht möglich (Längenbeschränkung).","ui.ChooseFile":"Datei auswählen","ui.ChooseFiles":"Dateien auswählen","ui.ClipboardTimeout":"Zeitüberschreitung beim Einfügen aus Zwischenablage.","ui.ClipboardTimeoutTitle":"Zeitüberschreitung Zwischenablage","ui.Coloring":"Einfärbung","ui.Column":"Spalte","ui.ConnectionInterrupted":"Verbindung unterbrochen","ui.ConnectionReestablished":"Verbindung wiederhergestellt","ui.Continue":"Weiter","ui.Copy":"Kopieren","ui.Count":"Anzahl","ui.DateRange":"Datumsbereich","ui.EmptyCell":"-leer-","ui.ErrorCodeX":"Code {0}","ui.FileChooserHint":"Bitte gewünschte Dateien in diesen Bereich verschieben oder mit Durchsuchen auswählen.","ui.FileSizeLimit":"Die maximal erlaubte Grösse wurde überschritten ({0} MB).","ui.FileSizeLimitTitle":"Dateigrössenbeschränkung","ui.Filter":"Filter","ui.FilterBy_":"Filtern nach...","ui.FilterInfoCount":"({0})","ui.FilterInfoXOfY":"({0} von {1})","ui.FreeText":"Freitext","ui.FromXToY":"von {0} bis {1}","ui.Grouping":"Gruppierung","ui.Ignore":"Ignorieren","ui.Inactive":"Inaktive","ui.InternalProcessingErrorMsg":"Ein interner Verarbeitungsfehler ist aufgetreten{0}.","ui.InternalUiErrorMsg":"Ein interner UI-Fehler ist aufgetreten{0}.","ui.InvalidDateFormat":"Ungültiges Datumsformat","ui.LoadingPopupWindow":"Lade...","ui.Maximum":"Maximum","ui.Minimum":"Minimum","ui.Move":"Verschieben","ui.NetworkError":"Netzwerkfehler","ui.NumRowsFiltered":"{0} gefiltert","ui.NumRowsFilteredBy":"{0} gefiltert durch {1}","ui.NumRowsFilteredMin":"Gefiltert","ui.NumRowsLoaded":"{0} geladen","ui.NumRowsLoadedMin":"Geladen","ui.NumRowsRendered":"{0} gezeichnet","ui.NumRowsSelected":"{0} ausgewählt","ui.NumRowsSelectedMin":"Ausgewählt","ui.NumberRange":"Zahlenbereich","ui.OpenManually":"Manuell öffnen","ui.OtherValues":"Sonstige","ui.Outlines":"Sichten","ui.PleaseWait_":"Bitte warten...","ui.PopupBlockerDetected":"Das automatische Öffnen eines neuen Fensters wurde durch den Browser verhindert.","ui.Reconnecting_":"Verbinde...","ui.Reload":"Neu laden","ui.ReloadData":"Daten neu laden","ui.RemoveFilter":"Filter entfernen","ui.SearchFor_":"Suche nach...","ui.SelectAll":"Alle auswählen","ui.SelectAllFilter":"Alle","ui.SelectNone":"Keine auswählen","ui.SelectNoneFilter":"Keine","ui.ServerError":"Serverfehler","ui.SessionExpiredMsg":"Die Sitzung ist abgelaufen, bitte laden Sie die Seite neu.","ui.SessionTimeout":"Session-Timeout","ui.ShowAllNodes":"Alle {0} anzeigen","ui.Sum":"Summe","ui.TableRowCount":"{0} Zeilen","ui.TableRowCount0":"Keine Zeile","ui.TableRowCount1":"Eine Zeile","ui.Total":"Total","ui.UiInconsistentMsg":"Da sich die Benutzeroberfläche in einem inkonsistenten Zustand befinden könnte, wird empfohlen, die Seite neu zu laden.","ui.UnexpectedProblem":"Unerwartetes Problem","ui.UnsafeUpload":"Unsichere Datei hochgeladen","ui.UnsafeUploadMsg":"Die hochgeladene Datei ist unsicher. Bitte führen Sie einen Virus-Scan auf Ihrem System aus.","ui.Up":"Aufwärts","ui.Upload":"Hochladen","ui.add":"hinzufügen","ui.addColumn":"hinzufügen","ui.additionally":"zusätzlich","ui.ascending":"aufsteigend","ui.ascendingAdditionally":"zusätzlich aufsteigend","ui.backward":"nach hinten","ui.changeColumn":"ändern","ui.descending":"absteigend","ui.descendingAdditionally":"zusätzlich absteigend","ui.forward":"nach vorne","ui.from":"von","ui.fromGreenToRed":"von Grün nach Rot","ui.fromRedToGreen":"von Rot nach Grün","ui.grouped":"gruppiert","ui.groupedByMonth":"gruppiert nach Monat","ui.groupedByWeekday":"gruppiert nach Wochentag","ui.groupedByYear":"gruppiert nach Jahr","ui.groupingApply":"anwenden","ui.overEverything":"über alles","ui.overSelection":"über ausgewälte Zeilen","ui.remove":"entfernen","ui.removeColumn":"entfernen","ui.showEveryDate":"jedes Datum anzeigen","ui.to":"bis","ui.toBegin":"an den Anfang","ui.toEnd":"an das Ende","ui.withBarChart":"mit Balkendiagramm"}},"adapterData":{"2":{"id":"2","owner":"1","desktop":"3"},"3":{"id":"3","objectType":"Desktop","selectViewTabsKeyStrokeModifier":"control","navigationVisible":true,"selectViewTabsKeyStrokesEnabled":true,"benchVisible":true,"navigationHandleVisible":true,"headerVisible":true,"cacheSplitterPosition":true,"displayStyle":"default","keyStrokes":[]}}} - MDC[]
18:15:39 2020-03-01 23:15:39,342 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 12.152617 ms - MDC[]
18:15:39 2020-03-01 23:15:39,343 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:15:39 2020-03-01 23:15:39,343 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true, "clientSessionId":"b2e350f0-7950-40ec-840d-1fd07a5c453c"} - MDC[]
18:15:39 2020-03-01 23:15:39,343 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:15:39 2020-03-01 23:15:39,343 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
18:15:39 protocol: UiSession.init
18:15:39 protocol: UiSession.getOrCreateClientSession
18:15:39 2020-03-01 23:15:39,344 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:8rkard0c4gsmkb073j1hj68fa6 - MDC[]
18:15:39 2020-03-01 23:15:39,344 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Using cached client session [clientSessionId=b2e350f0-7950-40ec-840d-1fd07a5c453c] - MDC[]
18:15:39 2020-03-01 23:15:39,344 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:39 2020-03-01 23:15:39,346 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@43f7f48d - MDC[]
18:15:39 2020-03-01 23:15:39,346 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:8rkard0c4gsmkb073j1hj68fa6 initialized - MDC[]
18:15:39 2020-03-01 23:15:39,346 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:8rkard0c4gsmkb073j1hj68fa6 in store (clientSessionId=b2e350f0-7950-40ec-840d-1fd07a5c453c) - MDC[]
18:15:39 2020-03-01 23:15:39,346 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:8rkard0c4gsmkb073j1hj68fa6 in 2.765282 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
18:15:39 2020-03-01 23:15:39,348 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
18:15:39 2020-03-01 23:15:39,348 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
18:15:39 2020-03-01 23:15:39,349 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:8rkard0c4gsmkb073j1hj68fa6","clientSessionId":"b2e350f0-7950-40ec-840d-1fd07a5c453c","clientSession":"2","persistent":false,"locale":{"languageTag":"und","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MMM d, yyyy","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"Abbrechen","Column":"Spalte","ColumnSorting":"Sortierung","NavigationBackward":"Zurück","Ok":"OK","Remove":"Entfernen","ResetTableColumns":"Spalten zurücksetzen","ui.Active":"Aktive","ui.Aggregation":"Aggregierung","ui.All":"Alle","ui.Average":"Durchschnitt","ui.BooleanColumnGroupingFalse":"Nicht markierte","ui.BooleanColumnGroupingTrue":"Markierte","ui.Browse":"Durchsuchen","ui.CW":"KW {0}","ui.CalendarCalendarWeek":"K-Woche","ui.CalendarDay":"Tag","ui.CalendarMonth":"Monat","ui.CalendarToday":"Heute","ui.CalendarWeek":"Woche","ui.CalendarWorkWeek":"5 Tage","ui.CalendarYear":"Jahr","ui.CannotInsertTextTooLong":"Einfügen nicht möglich (Längenbeschränkung).","ui.ChooseFile":"Datei auswählen","ui.ChooseFiles":"Dateien auswählen","ui.ClipboardTimeout":"Zeitüberschreitung beim Einfügen aus Zwischenablage.","ui.ClipboardTimeoutTitle":"Zeitüberschreitung Zwischenablage","ui.Coloring":"Einfärbung","ui.Column":"Spalte","ui.ConnectionInterrupted":"Verbindung unterbrochen","ui.ConnectionReestablished":"Verbindung wiederhergestellt","ui.Continue":"Weiter","ui.Copy":"Kopieren","ui.Count":"Anzahl","ui.DateRange":"Datumsbereich","ui.EmptyCell":"-leer-","ui.ErrorCodeX":"Code {0}","ui.FileChooserHint":"Bitte gewünschte Dateien in diesen Bereich verschieben oder mit Durchsuchen auswählen.","ui.FileSizeLimit":"Die maximal erlaubte Grösse wurde überschritten ({0} MB).","ui.FileSizeLimitTitle":"Dateigrössenbeschränkung","ui.Filter":"Filter","ui.FilterBy_":"Filtern nach...","ui.FilterInfoCount":"({0})","ui.FilterInfoXOfY":"({0} von {1})","ui.FreeText":"Freitext","ui.FromXToY":"von {0} bis {1}","ui.Grouping":"Gruppierung","ui.Ignore":"Ignorieren","ui.Inactive":"Inaktive","ui.InternalProcessingErrorMsg":"Ein interner Verarbeitungsfehler ist aufgetreten{0}.","ui.InternalUiErrorMsg":"Ein interner UI-Fehler ist aufgetreten{0}.","ui.InvalidDateFormat":"Ungültiges Datumsformat","ui.LoadingPopupWindow":"Lade...","ui.Maximum":"Maximum","ui.Minimum":"Minimum","ui.Move":"Verschieben","ui.NetworkError":"Netzwerkfehler","ui.NumRowsFiltered":"{0} gefiltert","ui.NumRowsFilteredBy":"{0} gefiltert durch {1}","ui.NumRowsFilteredMin":"Gefiltert","ui.NumRowsLoaded":"{0} geladen","ui.NumRowsLoadedMin":"Geladen","ui.NumRowsRendered":"{0} gezeichnet","ui.NumRowsSelected":"{0} ausgewählt","ui.NumRowsSelectedMin":"Ausgewählt","ui.NumberRange":"Zahlenbereich","ui.OpenManually":"Manuell öffnen","ui.OtherValues":"Sonstige","ui.Outlines":"Sichten","ui.PleaseWait_":"Bitte warten...","ui.PopupBlockerDetected":"Das automatische Öffnen eines neuen Fensters wurde durch den Browser verhindert.","ui.Reconnecting_":"Verbinde...","ui.Reload":"Neu laden","ui.ReloadData":"Daten neu laden","ui.RemoveFilter":"Filter entfernen","ui.SearchFor_":"Suche nach...","ui.SelectAll":"Alle auswählen","ui.SelectAllFilter":"Alle","ui.SelectNone":"Keine auswählen","ui.SelectNoneFilter":"Keine","ui.ServerError":"Serverfehler","ui.SessionExpiredMsg":"Die Sitzung ist abgelaufen, bitte laden Sie die Seite neu.","ui.SessionTimeout":"Session-Timeout","ui.ShowAllNodes":"Alle {0} anzeigen","ui.Sum":"Summe","ui.TableRowCount":"{0} Zeilen","ui.TableRowCount0":"Keine Zeile","ui.TableRowCount1":"Eine Zeile","ui.Total":"Total","ui.UiInconsistentMsg":"Da sich die Benutzeroberfläche in einem inkonsistenten Zustand befinden könnte, wird empfohlen, die Seite neu zu laden.","ui.UnexpectedProblem":"Unerwartetes Problem","ui.UnsafeUpload":"Unsichere Datei hochgeladen","ui.UnsafeUploadMsg":"Die hochgeladene Datei ist unsicher. Bitte führen Sie einen Virus-Scan auf Ihrem System aus.","ui.Up":"Aufwärts","ui.Upload":"Hochladen","ui.add":"hinzufügen","ui.addColumn":"hinzufügen","ui.additionally":"zusätzlich","ui.ascending":"aufsteigend","ui.ascendingAdditionally":"zusätzlich aufsteigend","ui.backward":"nach hinten","ui.changeColumn":"ändern","ui.descending":"absteigend","ui.descendingAdditionally":"zusätzlich absteigend","ui.forward":"nach vorne","ui.from":"von","ui.fromGreenToRed":"von Grün nach Rot","ui.fromRedToGreen":"von Rot nach Grün","ui.grouped":"gruppiert","ui.groupedByMonth":"gruppiert nach Monat","ui.groupedByWeekday":"gruppiert nach Wochentag","ui.groupedByYear":"gruppiert nach Jahr","ui.groupingApply":"anwenden","ui.overEverything":"über alles","ui.overSelection":"über ausgewälte Zeilen","ui.remove":"entfernen","ui.removeColumn":"entfernen","ui.showEveryDate":"jedes Datum anzeigen","ui.to":"bis","ui.toBegin":"an den Anfang","ui.toEnd":"an das Ende","ui.withBarChart":"mit Balkendiagramm"}},"adapterData":{"2":{"id":"2","owner":"1","desktop":"3"},"3":{"id":"3","objectType":"Desktop","selectViewTabsKeyStrokeModifier":"control","navigationVisible":true,"selectViewTabsKeyStrokesEnabled":true,"benchVisible":true,"navigationHandleVisible":true,"headerVisible":true,"cacheSplitterPosition":true,"displayStyle":"default","keyStrokes":[]}}} - MDC[]
18:15:39 2020-03-01 23:15:39,349 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 5.885813 ms - MDC[]
18:15:39 2020-03-01 23:15:39,350 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:22einjnkj2cidvvsdsk1d5k05d (requested by UI) - MDC[]
18:15:39 protocol: UiSession.dispose
18:15:39 2020-03-01 23:15:39,350 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:22einjnkj2cidvvsdsk1d5k05d... - MDC[]
18:15:39 2020-03-01 23:15:39,351 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:22einjnkj2cidvvsdsk1d5k05d from store (clientSessionId=b2e350f0-7950-40ec-840d-1fd07a5c453c) - MDC[]
18:15:39 2020-03-01 23:15:39,351 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 1 UI sessions and 0 preregistered UI session remaining for client session b2e350f0-7950-40ec-840d-1fd07a5c453c - MDC[]
18:15:39 2020-03-01 23:15:39,351 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:8rkard0c4gsmkb073j1hj68fa6 (requested by UI) - MDC[]
18:15:39 protocol: UiSession.dispose
18:15:39 2020-03-01 23:15:39,352 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:8rkard0c4gsmkb073j1hj68fa6... - MDC[]
18:15:39 2020-03-01 23:15:39,352 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:8rkard0c4gsmkb073j1hj68fa6 from store (clientSessionId=b2e350f0-7950-40ec-840d-1fd07a5c453c) - MDC[]
18:15:39 2020-03-01 23:15:39,352 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session b2e350f0-7950-40ec-840d-1fd07a5c453c - MDC[]
18:15:39 2020-03-01 23:15:39,352 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID b2e350f0-7950-40ec-840d-1fd07a5c453c - MDC[]
18:15:39 protocol: Desktop.execGuiDetached
18:15:41 2020-03-01 23:15:41,026 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Failed to await for running jobs to complete. - MDC[jobName=Force shutting down client session 08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6 by session housekeeping]
18:15:41 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while waiting for jobs to complete [calling-thread=scout-model-thread-24]
18:15:41 	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateInterruptedException(JobExceptionTranslator.java:49)
18:15:41 	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:181)
18:15:41 	at org.eclipse.scout.rt.client.AbstractClientSession.cancelRunningJobs(AbstractClientSession.java:496)
18:15:41 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:471)
18:15:41 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:15:41 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:15:41 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:41 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:41 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:41 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:41 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:15:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:41 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:15:41 	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
18:15:41 	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
18:15:41 	at org.eclipse.scout.rt.ui.html.SessionStore$2.run(SessionStore.java:411)
18:15:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:15:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:15:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:41 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:15:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:41 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:15:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:41 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:15:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:41 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:15:41 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:15:41 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:15:41 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:15:41 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:15:41 	at java.lang.Thread.run(Thread.java:748)
18:15:41 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:15:41 Caused by: java.lang.InterruptedException: null
18:15:41 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220)
18:15:41 	at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lockInterruptibly(ReentrantReadWriteLock.java:998)
18:15:41 	at org.eclipse.scout.rt.platform.job.internal.FutureSet.awaitDone(FutureSet.java:189)
18:15:41 	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:174)
18:15:41 	... 35 common frames omitted
18:15:41 2020-03-01 23:15:41,026 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1026e11f[id = 08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6], user=default] - MDC[jobName=Force shutting down client session 08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6 by session housekeeping]
18:15:41 2020-03-01 23:15:41,027 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6 terminated. - MDC[jobName=Force shutting down client session 08c6c2fb-0a47-469d-8ebb-0d01fab4dbb6 by session housekeeping]
18:15:41 protocol: SessionStore.doHousekeeping
18:15:41 2020-03-01 23:15:41,352 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session b2e350f0-7950-40ec-840d-1fd07a5c453c referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID b2e350f0-7950-40ec-840d-1fd07a5c453c]
18:15:41 2020-03-01 23:15:41,353 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID b2e350f0-7950-40ec-840d-1fd07a5c453c because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID b2e350f0-7950-40ec-840d-1fd07a5c453c]
18:15:41 2020-03-01 23:15:41,354 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID b2e350f0-7950-40ec-840d-1fd07a5c453c to shut down... - MDC[jobName=Force shutting down client session b2e350f0-7950-40ec-840d-1fd07a5c453c by session housekeeping]
18:15:41 protocol: ClientSession.stopping
18:15:41 protocol: ClientSession.execStoreSession
18:15:41 protocol: Desktop.execClosing
18:15:41 2020-03-01 23:15:41,355 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@2b0ee994[id = b2e350f0-7950-40ec-840d-1fd07a5c453c], user=null] - MDC[jobName=Force shutting down client session b2e350f0-7950-40ec-840d-1fd07a5c453c by session housekeeping]
18:15:41 protocol: ClientSession.stopped
18:15:41 2020-03-01 23:15:41,355 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID b2e350f0-7950-40ec-840d-1fd07a5c453c terminated. - MDC[jobName=Force shutting down client session b2e350f0-7950-40ec-840d-1fd07a5c453c by session housekeeping]
18:15:41 2020-03-01 23:15:41,356 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID b2e350f0-7950-40ec-840d-1fd07a5c453c from session store - MDC[jobName=Performing session housekeeping for client session with ID b2e350f0-7950-40ec-840d-1fd07a5c453c]
18:15:41 2020-03-01 23:15:41,356 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID b2e350f0-7950-40ec-840d-1fd07a5c453c]
18:15:41 2020-03-01 23:15:41,356 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID b2e350f0-7950-40ec-840d-1fd07a5c453c]
18:15:41 2020-03-01 23:15:41,356 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID b2e350f0-7950-40ec-840d-1fd07a5c453c]
18:15:41 2020-03-01 23:15:41,358 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:41 2020-03-01 23:15:41,358 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:15:41 2020-03-01 23:15:41,358 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true} - MDC[]
18:15:41 2020-03-01 23:15:41,359 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:15:41 2020-03-01 23:15:41,359 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
18:15:41 protocol: UiSession.init
18:15:41 protocol: UiSession.getOrCreateClientSession
18:15:41 2020-03-01 23:15:41,359 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:jjsj6qgk96g33gslk650jhomf4 - MDC[]
18:15:41 protocol: ClientSession.execLoadSession
18:15:41 2020-03-01 23:15:41,361 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@6d9f2317[id = 72161af0-224e-48ed-bc90-adb710cdd45e], user=null] - MDC[jobName=Starting ClientSession [sessionId=72161af0-224e-48ed-bc90-adb710cdd45e]]
18:15:41 2020-03-01 23:15:41,361 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=72161af0-224e-48ed-bc90-adb710cdd45e, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:41 2020-03-01 23:15:41,361 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:41 protocol: Desktop.execOpened
18:15:41 protocol: Desktop.execGuiAttached
18:15:41 2020-03-01 23:15:41,363 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@43f7f48d - MDC[]
18:15:41 2020-03-01 23:15:41,364 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:jjsj6qgk96g33gslk650jhomf4 initialized - MDC[]
18:15:41 2020-03-01 23:15:41,364 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:jjsj6qgk96g33gslk650jhomf4 in store (clientSessionId=72161af0-224e-48ed-bc90-adb710cdd45e) - MDC[]
18:15:41 2020-03-01 23:15:41,364 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:jjsj6qgk96g33gslk650jhomf4 in 5.121716 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
18:15:41 2020-03-01 23:15:41,365 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
18:15:41 2020-03-01 23:15:41,365 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
18:15:41 2020-03-01 23:15:41,366 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:jjsj6qgk96g33gslk650jhomf4","clientSessionId":"72161af0-224e-48ed-bc90-adb710cdd45e","clientSession":"2","persistent":false,"locale":{"languageTag":"und","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MMM d, yyyy","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"Abbrechen","Column":"Spalte","ColumnSorting":"Sortierung","NavigationBackward":"Zurück","Ok":"OK","Remove":"Entfernen","ResetTableColumns":"Spalten zurücksetzen","ui.Active":"Aktive","ui.Aggregation":"Aggregierung","ui.All":"Alle","ui.Average":"Durchschnitt","ui.BooleanColumnGroupingFalse":"Nicht markierte","ui.BooleanColumnGroupingTrue":"Markierte","ui.Browse":"Durchsuchen","ui.CW":"KW {0}","ui.CalendarCalendarWeek":"K-Woche","ui.CalendarDay":"Tag","ui.CalendarMonth":"Monat","ui.CalendarToday":"Heute","ui.CalendarWeek":"Woche","ui.CalendarWorkWeek":"5 Tage","ui.CalendarYear":"Jahr","ui.CannotInsertTextTooLong":"Einfügen nicht möglich (Längenbeschränkung).","ui.ChooseFile":"Datei auswählen","ui.ChooseFiles":"Dateien auswählen","ui.ClipboardTimeout":"Zeitüberschreitung beim Einfügen aus Zwischenablage.","ui.ClipboardTimeoutTitle":"Zeitüberschreitung Zwischenablage","ui.Coloring":"Einfärbung","ui.Column":"Spalte","ui.ConnectionInterrupted":"Verbindung unterbrochen","ui.ConnectionReestablished":"Verbindung wiederhergestellt","ui.Continue":"Weiter","ui.Copy":"Kopieren","ui.Count":"Anzahl","ui.DateRange":"Datumsbereich","ui.EmptyCell":"-leer-","ui.ErrorCodeX":"Code {0}","ui.FileChooserHint":"Bitte gewünschte Dateien in diesen Bereich verschieben oder mit Durchsuchen auswählen.","ui.FileSizeLimit":"Die maximal erlaubte Grösse wurde überschritten ({0} MB).","ui.FileSizeLimitTitle":"Dateigrössenbeschränkung","ui.Filter":"Filter","ui.FilterBy_":"Filtern nach...","ui.FilterInfoCount":"({0})","ui.FilterInfoXOfY":"({0} von {1})","ui.FreeText":"Freitext","ui.FromXToY":"von {0} bis {1}","ui.Grouping":"Gruppierung","ui.Ignore":"Ignorieren","ui.Inactive":"Inaktive","ui.InternalProcessingErrorMsg":"Ein interner Verarbeitungsfehler ist aufgetreten{0}.","ui.InternalUiErrorMsg":"Ein interner UI-Fehler ist aufgetreten{0}.","ui.InvalidDateFormat":"Ungültiges Datumsformat","ui.LoadingPopupWindow":"Lade...","ui.Maximum":"Maximum","ui.Minimum":"Minimum","ui.Move":"Verschieben","ui.NetworkError":"Netzwerkfehler","ui.NumRowsFiltered":"{0} gefiltert","ui.NumRowsFilteredBy":"{0} gefiltert durch {1}","ui.NumRowsFilteredMin":"Gefiltert","ui.NumRowsLoaded":"{0} geladen","ui.NumRowsLoadedMin":"Geladen","ui.NumRowsRendered":"{0} gezeichnet","ui.NumRowsSelected":"{0} ausgewählt","ui.NumRowsSelectedMin":"Ausgewählt","ui.NumberRange":"Zahlenbereich","ui.OpenManually":"Manuell öffnen","ui.OtherValues":"Sonstige","ui.Outlines":"Sichten","ui.PleaseWait_":"Bitte warten...","ui.PopupBlockerDetected":"Das automatische Öffnen eines neuen Fensters wurde durch den Browser verhindert.","ui.Reconnecting_":"Verbinde...","ui.Reload":"Neu laden","ui.ReloadData":"Daten neu laden","ui.RemoveFilter":"Filter entfernen","ui.SearchFor_":"Suche nach...","ui.SelectAll":"Alle auswählen","ui.SelectAllFilter":"Alle","ui.SelectNone":"Keine auswählen","ui.SelectNoneFilter":"Keine","ui.ServerError":"Serverfehler","ui.SessionExpiredMsg":"Die Sitzung ist abgelaufen, bitte laden Sie die Seite neu.","ui.SessionTimeout":"Session-Timeout","ui.ShowAllNodes":"Alle {0} anzeigen","ui.Sum":"Summe","ui.TableRowCount":"{0} Zeilen","ui.TableRowCount0":"Keine Zeile","ui.TableRowCount1":"Eine Zeile","ui.Total":"Total","ui.UiInconsistentMsg":"Da sich die Benutzeroberfläche in einem inkonsistenten Zustand befinden könnte, wird empfohlen, die Seite neu zu laden.","ui.UnexpectedProblem":"Unerwartetes Problem","ui.UnsafeUpload":"Unsichere Datei hochgeladen","ui.UnsafeUploadMsg":"Die hochgeladene Datei ist unsicher. Bitte führen Sie einen Virus-Scan auf Ihrem System aus.","ui.Up":"Aufwärts","ui.Upload":"Hochladen","ui.add":"hinzufügen","ui.addColumn":"hinzufügen","ui.additionally":"zusätzlich","ui.ascending":"aufsteigend","ui.ascendingAdditionally":"zusätzlich aufsteigend","ui.backward":"nach hinten","ui.changeColumn":"ändern","ui.descending":"absteigend","ui.descendingAdditionally":"zusätzlich absteigend","ui.forward":"nach vorne","ui.from":"von","ui.fromGreenToRed":"von Grün nach Rot","ui.fromRedToGreen":"von Rot nach Grün","ui.grouped":"gruppiert","ui.groupedByMonth":"gruppiert nach Monat","ui.groupedByWeekday":"gruppiert nach Wochentag","ui.groupedByYear":"gruppiert nach Jahr","ui.groupingApply":"anwenden","ui.overEverything":"über alles","ui.overSelection":"über ausgewälte Zeilen","ui.remove":"entfernen","ui.removeColumn":"entfernen","ui.showEveryDate":"jedes Datum anzeigen","ui.to":"bis","ui.toBegin":"an den Anfang","ui.toEnd":"an das Ende","ui.withBarChart":"mit Balkendiagramm"}},"adapterData":{"2":{"id":"2","owner":"1","desktop":"3"},"3":{"id":"3","objectType":"Desktop","selectViewTabsKeyStrokeModifier":"control","navigationVisible":true,"selectViewTabsKeyStrokesEnabled":true,"benchVisible":true,"navigationHandleVisible":true,"headerVisible":true,"cacheSplitterPosition":true,"displayStyle":"default","keyStrokes":[]}}} - MDC[]
18:15:41 2020-03-01 23:15:41,366 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 7.600505 ms - MDC[]
18:15:41 2020-03-01 23:15:41,367 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:jjsj6qgk96g33gslk650jhomf4 (requested by UI) - MDC[]
18:15:41 protocol: UiSession.dispose
18:15:41 2020-03-01 23:15:41,368 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:jjsj6qgk96g33gslk650jhomf4... - MDC[]
18:15:41 2020-03-01 23:15:41,368 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:jjsj6qgk96g33gslk650jhomf4 from store (clientSessionId=72161af0-224e-48ed-bc90-adb710cdd45e) - MDC[]
18:15:41 2020-03-01 23:15:41,368 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 72161af0-224e-48ed-bc90-adb710cdd45e - MDC[]
18:15:41 2020-03-01 23:15:41,368 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 72161af0-224e-48ed-bc90-adb710cdd45e - MDC[]
18:15:41 protocol: Desktop.execGuiDetached
18:15:41 2020-03-01 23:15:41,369 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:15:41 2020-03-01 23:15:41,369 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true, "clientSessionId":"72161af0-224e-48ed-bc90-adb710cdd45e"} - MDC[]
18:15:41 2020-03-01 23:15:41,369 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:15:41 2020-03-01 23:15:41,369 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
18:15:41 protocol: UiSession.init
18:15:41 protocol: UiSession.getOrCreateClientSession
18:15:41 2020-03-01 23:15:41,369 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:udss5d5secblmq60c8tula0k89 - MDC[]
18:15:41 2020-03-01 23:15:41,369 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 72161af0-224e-48ed-bc90-adb710cdd45e reserved for use - session housekeeping cancelled! - MDC[]
18:15:41 2020-03-01 23:15:41,369 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Using cached client session [clientSessionId=72161af0-224e-48ed-bc90-adb710cdd45e] - MDC[]
18:15:41 2020-03-01 23:15:41,370 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:41 protocol: Desktop.execGuiAttached
18:15:41 2020-03-01 23:15:41,372 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@43f7f48d - MDC[]
18:15:41 2020-03-01 23:15:41,372 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:udss5d5secblmq60c8tula0k89 initialized - MDC[]
18:15:41 2020-03-01 23:15:41,372 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:udss5d5secblmq60c8tula0k89 in store (clientSessionId=72161af0-224e-48ed-bc90-adb710cdd45e) - MDC[]
18:15:41 2020-03-01 23:15:41,372 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:udss5d5secblmq60c8tula0k89 in 2.868058 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
18:15:41 2020-03-01 23:15:41,373 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
18:15:41 2020-03-01 23:15:41,374 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
18:15:41 2020-03-01 23:15:41,374 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:udss5d5secblmq60c8tula0k89","clientSessionId":"72161af0-224e-48ed-bc90-adb710cdd45e","clientSession":"2","persistent":false,"locale":{"languageTag":"und","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MMM d, yyyy","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"Abbrechen","Column":"Spalte","ColumnSorting":"Sortierung","NavigationBackward":"Zurück","Ok":"OK","Remove":"Entfernen","ResetTableColumns":"Spalten zurücksetzen","ui.Active":"Aktive","ui.Aggregation":"Aggregierung","ui.All":"Alle","ui.Average":"Durchschnitt","ui.BooleanColumnGroupingFalse":"Nicht markierte","ui.BooleanColumnGroupingTrue":"Markierte","ui.Browse":"Durchsuchen","ui.CW":"KW {0}","ui.CalendarCalendarWeek":"K-Woche","ui.CalendarDay":"Tag","ui.CalendarMonth":"Monat","ui.CalendarToday":"Heute","ui.CalendarWeek":"Woche","ui.CalendarWorkWeek":"5 Tage","ui.CalendarYear":"Jahr","ui.CannotInsertTextTooLong":"Einfügen nicht möglich (Längenbeschränkung).","ui.ChooseFile":"Datei auswählen","ui.ChooseFiles":"Dateien auswählen","ui.ClipboardTimeout":"Zeitüberschreitung beim Einfügen aus Zwischenablage.","ui.ClipboardTimeoutTitle":"Zeitüberschreitung Zwischenablage","ui.Coloring":"Einfärbung","ui.Column":"Spalte","ui.ConnectionInterrupted":"Verbindung unterbrochen","ui.ConnectionReestablished":"Verbindung wiederhergestellt","ui.Continue":"Weiter","ui.Copy":"Kopieren","ui.Count":"Anzahl","ui.DateRange":"Datumsbereich","ui.EmptyCell":"-leer-","ui.ErrorCodeX":"Code {0}","ui.FileChooserHint":"Bitte gewünschte Dateien in diesen Bereich verschieben oder mit Durchsuchen auswählen.","ui.FileSizeLimit":"Die maximal erlaubte Grösse wurde überschritten ({0} MB).","ui.FileSizeLimitTitle":"Dateigrössenbeschränkung","ui.Filter":"Filter","ui.FilterBy_":"Filtern nach...","ui.FilterInfoCount":"({0})","ui.FilterInfoXOfY":"({0} von {1})","ui.FreeText":"Freitext","ui.FromXToY":"von {0} bis {1}","ui.Grouping":"Gruppierung","ui.Ignore":"Ignorieren","ui.Inactive":"Inaktive","ui.InternalProcessingErrorMsg":"Ein interner Verarbeitungsfehler ist aufgetreten{0}.","ui.InternalUiErrorMsg":"Ein interner UI-Fehler ist aufgetreten{0}.","ui.InvalidDateFormat":"Ungültiges Datumsformat","ui.LoadingPopupWindow":"Lade...","ui.Maximum":"Maximum","ui.Minimum":"Minimum","ui.Move":"Verschieben","ui.NetworkError":"Netzwerkfehler","ui.NumRowsFiltered":"{0} gefiltert","ui.NumRowsFilteredBy":"{0} gefiltert durch {1}","ui.NumRowsFilteredMin":"Gefiltert","ui.NumRowsLoaded":"{0} geladen","ui.NumRowsLoadedMin":"Geladen","ui.NumRowsRendered":"{0} gezeichnet","ui.NumRowsSelected":"{0} ausgewählt","ui.NumRowsSelectedMin":"Ausgewählt","ui.NumberRange":"Zahlenbereich","ui.OpenManually":"Manuell öffnen","ui.OtherValues":"Sonstige","ui.Outlines":"Sichten","ui.PleaseWait_":"Bitte warten...","ui.PopupBlockerDetected":"Das automatische Öffnen eines neuen Fensters wurde durch den Browser verhindert.","ui.Reconnecting_":"Verbinde...","ui.Reload":"Neu laden","ui.ReloadData":"Daten neu laden","ui.RemoveFilter":"Filter entfernen","ui.SearchFor_":"Suche nach...","ui.SelectAll":"Alle auswählen","ui.SelectAllFilter":"Alle","ui.SelectNone":"Keine auswählen","ui.SelectNoneFilter":"Keine","ui.ServerError":"Serverfehler","ui.SessionExpiredMsg":"Die Sitzung ist abgelaufen, bitte laden Sie die Seite neu.","ui.SessionTimeout":"Session-Timeout","ui.ShowAllNodes":"Alle {0} anzeigen","ui.Sum":"Summe","ui.TableRowCount":"{0} Zeilen","ui.TableRowCount0":"Keine Zeile","ui.TableRowCount1":"Eine Zeile","ui.Total":"Total","ui.UiInconsistentMsg":"Da sich die Benutzeroberfläche in einem inkonsistenten Zustand befinden könnte, wird empfohlen, die Seite neu zu laden.","ui.UnexpectedProblem":"Unerwartetes Problem","ui.UnsafeUpload":"Unsichere Datei hochgeladen","ui.UnsafeUploadMsg":"Die hochgeladene Datei ist unsicher. Bitte führen Sie einen Virus-Scan auf Ihrem System aus.","ui.Up":"Aufwärts","ui.Upload":"Hochladen","ui.add":"hinzufügen","ui.addColumn":"hinzufügen","ui.additionally":"zusätzlich","ui.ascending":"aufsteigend","ui.ascendingAdditionally":"zusätzlich aufsteigend","ui.backward":"nach hinten","ui.changeColumn":"ändern","ui.descending":"absteigend","ui.descendingAdditionally":"zusätzlich absteigend","ui.forward":"nach vorne","ui.from":"von","ui.fromGreenToRed":"von Grün nach Rot","ui.fromRedToGreen":"von Rot nach Grün","ui.grouped":"gruppiert","ui.groupedByMonth":"gruppiert nach Monat","ui.groupedByWeekday":"gruppiert nach Wochentag","ui.groupedByYear":"gruppiert nach Jahr","ui.groupingApply":"anwenden","ui.overEverything":"über alles","ui.overSelection":"über ausgewälte Zeilen","ui.remove":"entfernen","ui.removeColumn":"entfernen","ui.showEveryDate":"jedes Datum anzeigen","ui.to":"bis","ui.toBegin":"an den Anfang","ui.toEnd":"an das Ende","ui.withBarChart":"mit Balkendiagramm"}},"adapterData":{"2":{"id":"2","owner":"1","desktop":"3"},"3":{"id":"3","objectType":"Desktop","selectViewTabsKeyStrokeModifier":"control","navigationVisible":true,"selectViewTabsKeyStrokesEnabled":true,"benchVisible":true,"navigationHandleVisible":true,"headerVisible":true,"cacheSplitterPosition":true,"displayStyle":"default","keyStrokes":[]}}} - MDC[]
18:15:41 2020-03-01 23:15:41,374 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 5.663012 ms - MDC[]
18:15:41 2020-03-01 23:15:41,376 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:udss5d5secblmq60c8tula0k89 (requested by UI) - MDC[]
18:15:41 protocol: UiSession.dispose
18:15:41 2020-03-01 23:15:41,376 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:udss5d5secblmq60c8tula0k89... - MDC[]
18:15:41 2020-03-01 23:15:41,376 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:udss5d5secblmq60c8tula0k89 from store (clientSessionId=72161af0-224e-48ed-bc90-adb710cdd45e) - MDC[]
18:15:41 2020-03-01 23:15:41,376 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 72161af0-224e-48ed-bc90-adb710cdd45e - MDC[]
18:15:41 2020-03-01 23:15:41,376 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 72161af0-224e-48ed-bc90-adb710cdd45e - MDC[]
18:15:41 protocol: Desktop.execGuiDetached
18:15:43 protocol: SessionStore.doHousekeeping
18:15:43 2020-03-01 23:15:43,377 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 72161af0-224e-48ed-bc90-adb710cdd45e referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 72161af0-224e-48ed-bc90-adb710cdd45e]
18:15:43 2020-03-01 23:15:43,377 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 72161af0-224e-48ed-bc90-adb710cdd45e because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 72161af0-224e-48ed-bc90-adb710cdd45e]
18:15:43 2020-03-01 23:15:43,377 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 72161af0-224e-48ed-bc90-adb710cdd45e to shut down... - MDC[jobName=Force shutting down client session 72161af0-224e-48ed-bc90-adb710cdd45e by session housekeeping]
18:15:43 protocol: ClientSession.stopping
18:15:43 protocol: ClientSession.execStoreSession
18:15:43 protocol: Desktop.execClosing
18:15:43 2020-03-01 23:15:43,378 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@6d9f2317[id = 72161af0-224e-48ed-bc90-adb710cdd45e], user=null] - MDC[jobName=Force shutting down client session 72161af0-224e-48ed-bc90-adb710cdd45e by session housekeeping]
18:15:43 protocol: ClientSession.stopped
18:15:43 2020-03-01 23:15:43,378 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 72161af0-224e-48ed-bc90-adb710cdd45e terminated. - MDC[jobName=Force shutting down client session 72161af0-224e-48ed-bc90-adb710cdd45e by session housekeeping]
18:15:43 2020-03-01 23:15:43,378 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 72161af0-224e-48ed-bc90-adb710cdd45e from session store - MDC[jobName=Performing session housekeeping for client session with ID 72161af0-224e-48ed-bc90-adb710cdd45e]
18:15:43 2020-03-01 23:15:43,378 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 72161af0-224e-48ed-bc90-adb710cdd45e]
18:15:43 2020-03-01 23:15:43,378 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 72161af0-224e-48ed-bc90-adb710cdd45e]
18:15:43 2020-03-01 23:15:43,378 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 72161af0-224e-48ed-bc90-adb710cdd45e]
18:15:43 2020-03-01 23:15:43,380 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:43 2020-03-01 23:15:43,381 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:15:43 2020-03-01 23:15:43,381 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true} - MDC[]
18:15:43 2020-03-01 23:15:43,382 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:15:43 2020-03-01 23:15:43,382 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
18:15:43 protocol: UiSession.init
18:15:43 protocol: UiSession.getOrCreateClientSession
18:15:43 2020-03-01 23:15:43,382 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:hccpj1p9u4bufeoii8j573mu2l - MDC[]
18:15:43 protocol: ClientSession.execLoadSession
18:15:43 2020-03-01 23:15:43,384 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@257f978b[id = ff37b8e5-759f-4129-b679-02ab54788e6d], user=null] - MDC[jobName=Starting ClientSession [sessionId=ff37b8e5-759f-4129-b679-02ab54788e6d]]
18:15:43 2020-03-01 23:15:43,384 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=ff37b8e5-759f-4129-b679-02ab54788e6d, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:43 2020-03-01 23:15:43,385 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:43 protocol: Desktop.execOpened
18:15:43 protocol: Desktop.execGuiAttached
18:15:43 2020-03-01 23:15:43,387 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@43f7f48d - MDC[]
18:15:43 2020-03-01 23:15:43,387 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:hccpj1p9u4bufeoii8j573mu2l initialized - MDC[]
18:15:43 2020-03-01 23:15:43,387 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:hccpj1p9u4bufeoii8j573mu2l in store (clientSessionId=ff37b8e5-759f-4129-b679-02ab54788e6d) - MDC[]
18:15:43 2020-03-01 23:15:43,387 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:hccpj1p9u4bufeoii8j573mu2l in 5.682171 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
18:15:43 2020-03-01 23:15:43,389 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
18:15:43 2020-03-01 23:15:43,389 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
18:15:43 2020-03-01 23:15:43,390 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:hccpj1p9u4bufeoii8j573mu2l","clientSessionId":"ff37b8e5-759f-4129-b679-02ab54788e6d","clientSession":"2","persistent":false,"locale":{"languageTag":"und","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MMM d, yyyy","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"Abbrechen","Column":"Spalte","ColumnSorting":"Sortierung","NavigationBackward":"Zurück","Ok":"OK","Remove":"Entfernen","ResetTableColumns":"Spalten zurücksetzen","ui.Active":"Aktive","ui.Aggregation":"Aggregierung","ui.All":"Alle","ui.Average":"Durchschnitt","ui.BooleanColumnGroupingFalse":"Nicht markierte","ui.BooleanColumnGroupingTrue":"Markierte","ui.Browse":"Durchsuchen","ui.CW":"KW {0}","ui.CalendarCalendarWeek":"K-Woche","ui.CalendarDay":"Tag","ui.CalendarMonth":"Monat","ui.CalendarToday":"Heute","ui.CalendarWeek":"Woche","ui.CalendarWorkWeek":"5 Tage","ui.CalendarYear":"Jahr","ui.CannotInsertTextTooLong":"Einfügen nicht möglich (Längenbeschränkung).","ui.ChooseFile":"Datei auswählen","ui.ChooseFiles":"Dateien auswählen","ui.ClipboardTimeout":"Zeitüberschreitung beim Einfügen aus Zwischenablage.","ui.ClipboardTimeoutTitle":"Zeitüberschreitung Zwischenablage","ui.Coloring":"Einfärbung","ui.Column":"Spalte","ui.ConnectionInterrupted":"Verbindung unterbrochen","ui.ConnectionReestablished":"Verbindung wiederhergestellt","ui.Continue":"Weiter","ui.Copy":"Kopieren","ui.Count":"Anzahl","ui.DateRange":"Datumsbereich","ui.EmptyCell":"-leer-","ui.ErrorCodeX":"Code {0}","ui.FileChooserHint":"Bitte gewünschte Dateien in diesen Bereich verschieben oder mit Durchsuchen auswählen.","ui.FileSizeLimit":"Die maximal erlaubte Grösse wurde überschritten ({0} MB).","ui.FileSizeLimitTitle":"Dateigrössenbeschränkung","ui.Filter":"Filter","ui.FilterBy_":"Filtern nach...","ui.FilterInfoCount":"({0})","ui.FilterInfoXOfY":"({0} von {1})","ui.FreeText":"Freitext","ui.FromXToY":"von {0} bis {1}","ui.Grouping":"Gruppierung","ui.Ignore":"Ignorieren","ui.Inactive":"Inaktive","ui.InternalProcessingErrorMsg":"Ein interner Verarbeitungsfehler ist aufgetreten{0}.","ui.InternalUiErrorMsg":"Ein interner UI-Fehler ist aufgetreten{0}.","ui.InvalidDateFormat":"Ungültiges Datumsformat","ui.LoadingPopupWindow":"Lade...","ui.Maximum":"Maximum","ui.Minimum":"Minimum","ui.Move":"Verschieben","ui.NetworkError":"Netzwerkfehler","ui.NumRowsFiltered":"{0} gefiltert","ui.NumRowsFilteredBy":"{0} gefiltert durch {1}","ui.NumRowsFilteredMin":"Gefiltert","ui.NumRowsLoaded":"{0} geladen","ui.NumRowsLoadedMin":"Geladen","ui.NumRowsRendered":"{0} gezeichnet","ui.NumRowsSelected":"{0} ausgewählt","ui.NumRowsSelectedMin":"Ausgewählt","ui.NumberRange":"Zahlenbereich","ui.OpenManually":"Manuell öffnen","ui.OtherValues":"Sonstige","ui.Outlines":"Sichten","ui.PleaseWait_":"Bitte warten...","ui.PopupBlockerDetected":"Das automatische Öffnen eines neuen Fensters wurde durch den Browser verhindert.","ui.Reconnecting_":"Verbinde...","ui.Reload":"Neu laden","ui.ReloadData":"Daten neu laden","ui.RemoveFilter":"Filter entfernen","ui.SearchFor_":"Suche nach...","ui.SelectAll":"Alle auswählen","ui.SelectAllFilter":"Alle","ui.SelectNone":"Keine auswählen","ui.SelectNoneFilter":"Keine","ui.ServerError":"Serverfehler","ui.SessionExpiredMsg":"Die Sitzung ist abgelaufen, bitte laden Sie die Seite neu.","ui.SessionTimeout":"Session-Timeout","ui.ShowAllNodes":"Alle {0} anzeigen","ui.Sum":"Summe","ui.TableRowCount":"{0} Zeilen","ui.TableRowCount0":"Keine Zeile","ui.TableRowCount1":"Eine Zeile","ui.Total":"Total","ui.UiInconsistentMsg":"Da sich die Benutzeroberfläche in einem inkonsistenten Zustand befinden könnte, wird empfohlen, die Seite neu zu laden.","ui.UnexpectedProblem":"Unerwartetes Problem","ui.UnsafeUpload":"Unsichere Datei hochgeladen","ui.UnsafeUploadMsg":"Die hochgeladene Datei ist unsicher. Bitte führen Sie einen Virus-Scan auf Ihrem System aus.","ui.Up":"Aufwärts","ui.Upload":"Hochladen","ui.add":"hinzufügen","ui.addColumn":"hinzufügen","ui.additionally":"zusätzlich","ui.ascending":"aufsteigend","ui.ascendingAdditionally":"zusätzlich aufsteigend","ui.backward":"nach hinten","ui.changeColumn":"ändern","ui.descending":"absteigend","ui.descendingAdditionally":"zusätzlich absteigend","ui.forward":"nach vorne","ui.from":"von","ui.fromGreenToRed":"von Grün nach Rot","ui.fromRedToGreen":"von Rot nach Grün","ui.grouped":"gruppiert","ui.groupedByMonth":"gruppiert nach Monat","ui.groupedByWeekday":"gruppiert nach Wochentag","ui.groupedByYear":"gruppiert nach Jahr","ui.groupingApply":"anwenden","ui.overEverything":"über alles","ui.overSelection":"über ausgewälte Zeilen","ui.remove":"entfernen","ui.removeColumn":"entfernen","ui.showEveryDate":"jedes Datum anzeigen","ui.to":"bis","ui.toBegin":"an den Anfang","ui.toEnd":"an das Ende","ui.withBarChart":"mit Balkendiagramm"}},"adapterData":{"2":{"id":"2","owner":"1","desktop":"3"},"3":{"id":"3","objectType":"Desktop","selectViewTabsKeyStrokeModifier":"control","navigationVisible":true,"selectViewTabsKeyStrokesEnabled":true,"benchVisible":true,"navigationHandleVisible":true,"headerVisible":true,"cacheSplitterPosition":true,"displayStyle":"default","keyStrokes":[]}}} - MDC[]
18:15:43 2020-03-01 23:15:43,390 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 8.790950 ms - MDC[]
18:15:43 2020-03-01 23:15:43,391 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:15:43 2020-03-01 23:15:43,391 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true, "clientSessionId":"ff37b8e5-759f-4129-b679-02ab54788e6d"} - MDC[]
18:15:43 2020-03-01 23:15:43,391 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:15:43 2020-03-01 23:15:43,392 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
18:15:43 protocol: UiSession.init
18:15:43 protocol: UiSession.getOrCreateClientSession
18:15:43 2020-03-01 23:15:43,392 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:86evvll5iaojhrcjf8gohaqejf - MDC[]
18:15:43 2020-03-01 23:15:43,392 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Using cached client session [clientSessionId=ff37b8e5-759f-4129-b679-02ab54788e6d] - MDC[]
18:15:43 2020-03-01 23:15:43,392 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:43 2020-03-01 23:15:43,395 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@43f7f48d - MDC[]
18:15:43 2020-03-01 23:15:43,395 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:86evvll5iaojhrcjf8gohaqejf initialized - MDC[]
18:15:43 2020-03-01 23:15:43,395 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:86evvll5iaojhrcjf8gohaqejf in store (clientSessionId=ff37b8e5-759f-4129-b679-02ab54788e6d) - MDC[]
18:15:43 2020-03-01 23:15:43,395 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:86evvll5iaojhrcjf8gohaqejf in 3.580941 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
18:15:43 2020-03-01 23:15:43,397 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
18:15:43 2020-03-01 23:15:43,397 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
18:15:43 2020-03-01 23:15:43,397 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:86evvll5iaojhrcjf8gohaqejf","clientSessionId":"ff37b8e5-759f-4129-b679-02ab54788e6d","clientSession":"2","persistent":false,"locale":{"languageTag":"und","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MMM d, yyyy","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"Abbrechen","Column":"Spalte","ColumnSorting":"Sortierung","NavigationBackward":"Zurück","Ok":"OK","Remove":"Entfernen","ResetTableColumns":"Spalten zurücksetzen","ui.Active":"Aktive","ui.Aggregation":"Aggregierung","ui.All":"Alle","ui.Average":"Durchschnitt","ui.BooleanColumnGroupingFalse":"Nicht markierte","ui.BooleanColumnGroupingTrue":"Markierte","ui.Browse":"Durchsuchen","ui.CW":"KW {0}","ui.CalendarCalendarWeek":"K-Woche","ui.CalendarDay":"Tag","ui.CalendarMonth":"Monat","ui.CalendarToday":"Heute","ui.CalendarWeek":"Woche","ui.CalendarWorkWeek":"5 Tage","ui.CalendarYear":"Jahr","ui.CannotInsertTextTooLong":"Einfügen nicht möglich (Längenbeschränkung).","ui.ChooseFile":"Datei auswählen","ui.ChooseFiles":"Dateien auswählen","ui.ClipboardTimeout":"Zeitüberschreitung beim Einfügen aus Zwischenablage.","ui.ClipboardTimeoutTitle":"Zeitüberschreitung Zwischenablage","ui.Coloring":"Einfärbung","ui.Column":"Spalte","ui.ConnectionInterrupted":"Verbindung unterbrochen","ui.ConnectionReestablished":"Verbindung wiederhergestellt","ui.Continue":"Weiter","ui.Copy":"Kopieren","ui.Count":"Anzahl","ui.DateRange":"Datumsbereich","ui.EmptyCell":"-leer-","ui.ErrorCodeX":"Code {0}","ui.FileChooserHint":"Bitte gewünschte Dateien in diesen Bereich verschieben oder mit Durchsuchen auswählen.","ui.FileSizeLimit":"Die maximal erlaubte Grösse wurde überschritten ({0} MB).","ui.FileSizeLimitTitle":"Dateigrössenbeschränkung","ui.Filter":"Filter","ui.FilterBy_":"Filtern nach...","ui.FilterInfoCount":"({0})","ui.FilterInfoXOfY":"({0} von {1})","ui.FreeText":"Freitext","ui.FromXToY":"von {0} bis {1}","ui.Grouping":"Gruppierung","ui.Ignore":"Ignorieren","ui.Inactive":"Inaktive","ui.InternalProcessingErrorMsg":"Ein interner Verarbeitungsfehler ist aufgetreten{0}.","ui.InternalUiErrorMsg":"Ein interner UI-Fehler ist aufgetreten{0}.","ui.InvalidDateFormat":"Ungültiges Datumsformat","ui.LoadingPopupWindow":"Lade...","ui.Maximum":"Maximum","ui.Minimum":"Minimum","ui.Move":"Verschieben","ui.NetworkError":"Netzwerkfehler","ui.NumRowsFiltered":"{0} gefiltert","ui.NumRowsFilteredBy":"{0} gefiltert durch {1}","ui.NumRowsFilteredMin":"Gefiltert","ui.NumRowsLoaded":"{0} geladen","ui.NumRowsLoadedMin":"Geladen","ui.NumRowsRendered":"{0} gezeichnet","ui.NumRowsSelected":"{0} ausgewählt","ui.NumRowsSelectedMin":"Ausgewählt","ui.NumberRange":"Zahlenbereich","ui.OpenManually":"Manuell öffnen","ui.OtherValues":"Sonstige","ui.Outlines":"Sichten","ui.PleaseWait_":"Bitte warten...","ui.PopupBlockerDetected":"Das automatische Öffnen eines neuen Fensters wurde durch den Browser verhindert.","ui.Reconnecting_":"Verbinde...","ui.Reload":"Neu laden","ui.ReloadData":"Daten neu laden","ui.RemoveFilter":"Filter entfernen","ui.SearchFor_":"Suche nach...","ui.SelectAll":"Alle auswählen","ui.SelectAllFilter":"Alle","ui.SelectNone":"Keine auswählen","ui.SelectNoneFilter":"Keine","ui.ServerError":"Serverfehler","ui.SessionExpiredMsg":"Die Sitzung ist abgelaufen, bitte laden Sie die Seite neu.","ui.SessionTimeout":"Session-Timeout","ui.ShowAllNodes":"Alle {0} anzeigen","ui.Sum":"Summe","ui.TableRowCount":"{0} Zeilen","ui.TableRowCount0":"Keine Zeile","ui.TableRowCount1":"Eine Zeile","ui.Total":"Total","ui.UiInconsistentMsg":"Da sich die Benutzeroberfläche in einem inkonsistenten Zustand befinden könnte, wird empfohlen, die Seite neu zu laden.","ui.UnexpectedProblem":"Unerwartetes Problem","ui.UnsafeUpload":"Unsichere Datei hochgeladen","ui.UnsafeUploadMsg":"Die hochgeladene Datei ist unsicher. Bitte führen Sie einen Virus-Scan auf Ihrem System aus.","ui.Up":"Aufwärts","ui.Upload":"Hochladen","ui.add":"hinzufügen","ui.addColumn":"hinzufügen","ui.additionally":"zusätzlich","ui.ascending":"aufsteigend","ui.ascendingAdditionally":"zusätzlich aufsteigend","ui.backward":"nach hinten","ui.changeColumn":"ändern","ui.descending":"absteigend","ui.descendingAdditionally":"zusätzlich absteigend","ui.forward":"nach vorne","ui.from":"von","ui.fromGreenToRed":"von Grün nach Rot","ui.fromRedToGreen":"von Rot nach Grün","ui.grouped":"gruppiert","ui.groupedByMonth":"gruppiert nach Monat","ui.groupedByWeekday":"gruppiert nach Wochentag","ui.groupedByYear":"gruppiert nach Jahr","ui.groupingApply":"anwenden","ui.overEverything":"über alles","ui.overSelection":"über ausgewälte Zeilen","ui.remove":"entfernen","ui.removeColumn":"entfernen","ui.showEveryDate":"jedes Datum anzeigen","ui.to":"bis","ui.toBegin":"an den Anfang","ui.toEnd":"an das Ende","ui.withBarChart":"mit Balkendiagramm"}},"adapterData":{"2":{"id":"2","owner":"1","desktop":"3"},"3":{"id":"3","objectType":"Desktop","selectViewTabsKeyStrokeModifier":"control","navigationVisible":true,"selectViewTabsKeyStrokesEnabled":true,"benchVisible":true,"navigationHandleVisible":true,"headerVisible":true,"cacheSplitterPosition":true,"displayStyle":"default","keyStrokes":[]}}} - MDC[]
18:15:43 2020-03-01 23:15:43,398 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 6.408719 ms - MDC[]
18:15:43 2020-03-01 23:15:43,399 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:hccpj1p9u4bufeoii8j573mu2l (requested by UI) - MDC[]
18:15:43 protocol: UiSession.dispose
18:15:43 2020-03-01 23:15:43,399 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:hccpj1p9u4bufeoii8j573mu2l... - MDC[]
18:15:43 2020-03-01 23:15:43,399 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:hccpj1p9u4bufeoii8j573mu2l from store (clientSessionId=ff37b8e5-759f-4129-b679-02ab54788e6d) - MDC[]
18:15:43 2020-03-01 23:15:43,399 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 1 UI sessions and 0 preregistered UI session remaining for client session ff37b8e5-759f-4129-b679-02ab54788e6d - MDC[]
18:15:43 2020-03-01 23:15:43,401 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:86evvll5iaojhrcjf8gohaqejf (requested by UI) - MDC[]
18:15:43 protocol: UiSession.dispose
18:15:43 2020-03-01 23:15:43,401 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:86evvll5iaojhrcjf8gohaqejf... - MDC[]
18:15:43 2020-03-01 23:15:43,401 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:86evvll5iaojhrcjf8gohaqejf from store (clientSessionId=ff37b8e5-759f-4129-b679-02ab54788e6d) - MDC[]
18:15:43 2020-03-01 23:15:43,401 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session ff37b8e5-759f-4129-b679-02ab54788e6d - MDC[]
18:15:43 2020-03-01 23:15:43,401 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID ff37b8e5-759f-4129-b679-02ab54788e6d - MDC[]
18:15:43 protocol: Desktop.execGuiDetached
18:15:45 protocol: SessionStore.doHousekeeping
18:15:45 2020-03-01 23:15:45,402 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session ff37b8e5-759f-4129-b679-02ab54788e6d referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID ff37b8e5-759f-4129-b679-02ab54788e6d]
18:15:45 2020-03-01 23:15:45,402 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID ff37b8e5-759f-4129-b679-02ab54788e6d because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID ff37b8e5-759f-4129-b679-02ab54788e6d]
18:15:45 2020-03-01 23:15:45,403 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID ff37b8e5-759f-4129-b679-02ab54788e6d to shut down... - MDC[jobName=Force shutting down client session ff37b8e5-759f-4129-b679-02ab54788e6d by session housekeeping]
18:15:45 protocol: ClientSession.stopping
18:15:45 protocol: ClientSession.execStoreSession
18:15:45 protocol: Desktop.execClosing
18:15:45 2020-03-01 23:15:45,404 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@257f978b[id = ff37b8e5-759f-4129-b679-02ab54788e6d], user=null] - MDC[jobName=Force shutting down client session ff37b8e5-759f-4129-b679-02ab54788e6d by session housekeeping]
18:15:45 protocol: ClientSession.stopped
18:15:45 2020-03-01 23:15:45,404 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID ff37b8e5-759f-4129-b679-02ab54788e6d terminated. - MDC[jobName=Force shutting down client session ff37b8e5-759f-4129-b679-02ab54788e6d by session housekeeping]
18:15:45 2020-03-01 23:15:45,404 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID ff37b8e5-759f-4129-b679-02ab54788e6d from session store - MDC[jobName=Performing session housekeeping for client session with ID ff37b8e5-759f-4129-b679-02ab54788e6d]
18:15:45 2020-03-01 23:15:45,404 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID ff37b8e5-759f-4129-b679-02ab54788e6d]
18:15:45 2020-03-01 23:15:45,405 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID ff37b8e5-759f-4129-b679-02ab54788e6d]
18:15:45 2020-03-01 23:15:45,405 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID ff37b8e5-759f-4129-b679-02ab54788e6d]
18:15:45 2020-03-01 23:15:45,407 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:45 2020-03-01 23:15:45,407 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:15:45 2020-03-01 23:15:45,407 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true} - MDC[]
18:15:45 2020-03-01 23:15:45,408 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:15:45 2020-03-01 23:15:45,408 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
18:15:45 protocol: UiSession.init
18:15:45 protocol: UiSession.getOrCreateClientSession
18:15:45 2020-03-01 23:15:45,408 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:qgmrjv34k744pifl1s487kmto4 - MDC[]
18:15:45 protocol: ClientSession.execLoadSession
18:15:45 2020-03-01 23:15:45,409 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@66fccec2[id = 9602cfd0-e7f1-48ee-90cd-f9f3b01e6813], user=null] - MDC[jobName=Starting ClientSession [sessionId=9602cfd0-e7f1-48ee-90cd-f9f3b01e6813]]
18:15:45 2020-03-01 23:15:45,410 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=9602cfd0-e7f1-48ee-90cd-f9f3b01e6813, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:45 2020-03-01 23:15:45,410 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:45 protocol: Desktop.execOpened
18:15:45 protocol: Desktop.execGuiAttached
18:15:45 2020-03-01 23:15:45,412 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@43f7f48d - MDC[]
18:15:45 2020-03-01 23:15:45,413 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:qgmrjv34k744pifl1s487kmto4 initialized - MDC[]
18:15:45 2020-03-01 23:15:45,413 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:qgmrjv34k744pifl1s487kmto4 in store (clientSessionId=9602cfd0-e7f1-48ee-90cd-f9f3b01e6813) - MDC[]
18:15:45 2020-03-01 23:15:45,413 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:qgmrjv34k744pifl1s487kmto4 in 5.118603 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
18:15:45 2020-03-01 23:15:45,414 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
18:15:45 2020-03-01 23:15:45,415 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
18:15:45 2020-03-01 23:15:45,415 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:qgmrjv34k744pifl1s487kmto4","clientSessionId":"9602cfd0-e7f1-48ee-90cd-f9f3b01e6813","clientSession":"2","persistent":false,"locale":{"languageTag":"und","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MMM d, yyyy","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"Abbrechen","Column":"Spalte","ColumnSorting":"Sortierung","NavigationBackward":"Zurück","Ok":"OK","Remove":"Entfernen","ResetTableColumns":"Spalten zurücksetzen","ui.Active":"Aktive","ui.Aggregation":"Aggregierung","ui.All":"Alle","ui.Average":"Durchschnitt","ui.BooleanColumnGroupingFalse":"Nicht markierte","ui.BooleanColumnGroupingTrue":"Markierte","ui.Browse":"Durchsuchen","ui.CW":"KW {0}","ui.CalendarCalendarWeek":"K-Woche","ui.CalendarDay":"Tag","ui.CalendarMonth":"Monat","ui.CalendarToday":"Heute","ui.CalendarWeek":"Woche","ui.CalendarWorkWeek":"5 Tage","ui.CalendarYear":"Jahr","ui.CannotInsertTextTooLong":"Einfügen nicht möglich (Längenbeschränkung).","ui.ChooseFile":"Datei auswählen","ui.ChooseFiles":"Dateien auswählen","ui.ClipboardTimeout":"Zeitüberschreitung beim Einfügen aus Zwischenablage.","ui.ClipboardTimeoutTitle":"Zeitüberschreitung Zwischenablage","ui.Coloring":"Einfärbung","ui.Column":"Spalte","ui.ConnectionInterrupted":"Verbindung unterbrochen","ui.ConnectionReestablished":"Verbindung wiederhergestellt","ui.Continue":"Weiter","ui.Copy":"Kopieren","ui.Count":"Anzahl","ui.DateRange":"Datumsbereich","ui.EmptyCell":"-leer-","ui.ErrorCodeX":"Code {0}","ui.FileChooserHint":"Bitte gewünschte Dateien in diesen Bereich verschieben oder mit Durchsuchen auswählen.","ui.FileSizeLimit":"Die maximal erlaubte Grösse wurde überschritten ({0} MB).","ui.FileSizeLimitTitle":"Dateigrössenbeschränkung","ui.Filter":"Filter","ui.FilterBy_":"Filtern nach...","ui.FilterInfoCount":"({0})","ui.FilterInfoXOfY":"({0} von {1})","ui.FreeText":"Freitext","ui.FromXToY":"von {0} bis {1}","ui.Grouping":"Gruppierung","ui.Ignore":"Ignorieren","ui.Inactive":"Inaktive","ui.InternalProcessingErrorMsg":"Ein interner Verarbeitungsfehler ist aufgetreten{0}.","ui.InternalUiErrorMsg":"Ein interner UI-Fehler ist aufgetreten{0}.","ui.InvalidDateFormat":"Ungültiges Datumsformat","ui.LoadingPopupWindow":"Lade...","ui.Maximum":"Maximum","ui.Minimum":"Minimum","ui.Move":"Verschieben","ui.NetworkError":"Netzwerkfehler","ui.NumRowsFiltered":"{0} gefiltert","ui.NumRowsFilteredBy":"{0} gefiltert durch {1}","ui.NumRowsFilteredMin":"Gefiltert","ui.NumRowsLoaded":"{0} geladen","ui.NumRowsLoadedMin":"Geladen","ui.NumRowsRendered":"{0} gezeichnet","ui.NumRowsSelected":"{0} ausgewählt","ui.NumRowsSelectedMin":"Ausgewählt","ui.NumberRange":"Zahlenbereich","ui.OpenManually":"Manuell öffnen","ui.OtherValues":"Sonstige","ui.Outlines":"Sichten","ui.PleaseWait_":"Bitte warten...","ui.PopupBlockerDetected":"Das automatische Öffnen eines neuen Fensters wurde durch den Browser verhindert.","ui.Reconnecting_":"Verbinde...","ui.Reload":"Neu laden","ui.ReloadData":"Daten neu laden","ui.RemoveFilter":"Filter entfernen","ui.SearchFor_":"Suche nach...","ui.SelectAll":"Alle auswählen","ui.SelectAllFilter":"Alle","ui.SelectNone":"Keine auswählen","ui.SelectNoneFilter":"Keine","ui.ServerError":"Serverfehler","ui.SessionExpiredMsg":"Die Sitzung ist abgelaufen, bitte laden Sie die Seite neu.","ui.SessionTimeout":"Session-Timeout","ui.ShowAllNodes":"Alle {0} anzeigen","ui.Sum":"Summe","ui.TableRowCount":"{0} Zeilen","ui.TableRowCount0":"Keine Zeile","ui.TableRowCount1":"Eine Zeile","ui.Total":"Total","ui.UiInconsistentMsg":"Da sich die Benutzeroberfläche in einem inkonsistenten Zustand befinden könnte, wird empfohlen, die Seite neu zu laden.","ui.UnexpectedProblem":"Unerwartetes Problem","ui.UnsafeUpload":"Unsichere Datei hochgeladen","ui.UnsafeUploadMsg":"Die hochgeladene Datei ist unsicher. Bitte führen Sie einen Virus-Scan auf Ihrem System aus.","ui.Up":"Aufwärts","ui.Upload":"Hochladen","ui.add":"hinzufügen","ui.addColumn":"hinzufügen","ui.additionally":"zusätzlich","ui.ascending":"aufsteigend","ui.ascendingAdditionally":"zusätzlich aufsteigend","ui.backward":"nach hinten","ui.changeColumn":"ändern","ui.descending":"absteigend","ui.descendingAdditionally":"zusätzlich absteigend","ui.forward":"nach vorne","ui.from":"von","ui.fromGreenToRed":"von Grün nach Rot","ui.fromRedToGreen":"von Rot nach Grün","ui.grouped":"gruppiert","ui.groupedByMonth":"gruppiert nach Monat","ui.groupedByWeekday":"gruppiert nach Wochentag","ui.groupedByYear":"gruppiert nach Jahr","ui.groupingApply":"anwenden","ui.overEverything":"über alles","ui.overSelection":"über ausgewälte Zeilen","ui.remove":"entfernen","ui.removeColumn":"entfernen","ui.showEveryDate":"jedes Datum anzeigen","ui.to":"bis","ui.toBegin":"an den Anfang","ui.toEnd":"an das Ende","ui.withBarChart":"mit Balkendiagramm"}},"adapterData":{"2":{"id":"2","owner":"1","desktop":"3"},"3":{"id":"3","objectType":"Desktop","selectViewTabsKeyStrokeModifier":"control","navigationVisible":true,"selectViewTabsKeyStrokesEnabled":true,"benchVisible":true,"navigationHandleVisible":true,"headerVisible":true,"cacheSplitterPosition":true,"displayStyle":"default","keyStrokes":[]}}} - MDC[]
18:15:45 2020-03-01 23:15:45,415 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 7.973283 ms - MDC[]
18:15:45 protocol: ClientSession.stopping
18:15:45 2020-03-01 23:15:45,417 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:qgmrjv34k744pifl1s487kmto4 [clientSessionId=9602cfd0-e7f1-48ee-90cd-f9f3b01e6813, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$9]
18:15:45 protocol: UiSession.dispose
18:15:45 2020-03-01 23:15:45,417 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:qgmrjv34k744pifl1s487kmto4... - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$9]
18:15:45 2020-03-01 23:15:45,418 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:qgmrjv34k744pifl1s487kmto4 from store (clientSessionId=9602cfd0-e7f1-48ee-90cd-f9f3b01e6813) - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$9]
18:15:45 2020-03-01 23:15:45,418 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 9602cfd0-e7f1-48ee-90cd-f9f3b01e6813 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$9]
18:15:45 2020-03-01 23:15:45,418 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 9602cfd0-e7f1-48ee-90cd-f9f3b01e6813 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$9]
18:15:45 2020-03-01 23:15:45,418 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:qgmrjv34k744pifl1s487kmto4 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$9]
18:15:45 protocol: ClientSession.execStoreSession
18:15:45 protocol: Desktop.execGuiDetached
18:15:45 protocol: Desktop.execClosing
18:15:45 2020-03-01 23:15:45,418 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@66fccec2[id = 9602cfd0-e7f1-48ee-90cd-f9f3b01e6813], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$9]
18:15:45 protocol: ClientSession.stopped
18:15:47 protocol: SessionStore.doHousekeeping
18:15:47 2020-03-01 23:15:47,419 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 9602cfd0-e7f1-48ee-90cd-f9f3b01e6813 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 9602cfd0-e7f1-48ee-90cd-f9f3b01e6813]
18:15:47 2020-03-01 23:15:47,420 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 9602cfd0-e7f1-48ee-90cd-f9f3b01e6813 from session store - MDC[jobName=Performing session housekeeping for client session with ID 9602cfd0-e7f1-48ee-90cd-f9f3b01e6813]
18:15:47 2020-03-01 23:15:47,420 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 9602cfd0-e7f1-48ee-90cd-f9f3b01e6813]
18:15:47 2020-03-01 23:15:47,421 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 9602cfd0-e7f1-48ee-90cd-f9f3b01e6813]
18:15:47 2020-03-01 23:15:47,421 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 9602cfd0-e7f1-48ee-90cd-f9f3b01e6813]
18:15:47 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.203 sec - in org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest
18:15:47 Running org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest
18:15:47 2020-03-01 23:15:47,429 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:15:47 2020-03-01 23:15:47,440 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:15:47 2020-03-01 23:15:47,440 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
18:15:47 2020-03-01 23:15:47,440 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Don't overriding already installed MultiSessionCookieStore cookie handler from same deployment: java.net.CookieManager@a637a7f (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@6c97851d) - MDC[]
18:15:47 2020-03-01 23:15:47,440 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:15:47 2020-03-01 23:15:47,443 INFO  [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles - Pre-building of web resources is enabled - MDC[]
18:15:47 2020-03-01 23:15:47,443 INFO  [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles - Finished pre-building of 0 web resources 0.016044 ms - MDC[]
18:15:47 2020-03-01 23:15:47,453 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:47 2020-03-01 23:15:47,455 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:l1gs4ljvkeptusek7pp6eta5ji - MDC[]
18:15:47 2020-03-01 23:15:47,459 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@47f30c08[id = 715ad905-9122-4544-bc53-802c24f1a3e5], user=null] - MDC[jobName=Starting ClientSession [sessionId=715ad905-9122-4544-bc53-802c24f1a3e5]]
18:15:47 2020-03-01 23:15:47,459 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=715ad905-9122-4544-bc53-802c24f1a3e5, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:47 2020-03-01 23:15:47,459 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:47 2020-03-01 23:15:47,461 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.JsonObjectFactory@2d9d644b] - MDC[jobName=Starting JsonClientSession]
18:15:47 2020-03-01 23:15:47,462 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5020e5ab - MDC[]
18:15:47 2020-03-01 23:15:47,463 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:l1gs4ljvkeptusek7pp6eta5ji initialized - MDC[]
18:15:47 protocol: Session stopping
18:15:47 2020-03-01 23:15:47,464 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:l1gs4ljvkeptusek7pp6eta5ji [clientSessionId=715ad905-9122-4544-bc53-802c24f1a3e5, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
18:15:47 2020-03-01 23:15:47,464 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:l1gs4ljvkeptusek7pp6eta5ji... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
18:15:47 2020-03-01 23:15:47,464 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:l1gs4ljvkeptusek7pp6eta5ji from store (clientSessionId=715ad905-9122-4544-bc53-802c24f1a3e5) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
18:15:47 2020-03-01 23:15:47,465 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 715ad905-9122-4544-bc53-802c24f1a3e5 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
18:15:47 2020-03-01 23:15:47,465 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 715ad905-9122-4544-bc53-802c24f1a3e5 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
18:15:47 2020-03-01 23:15:47,465 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:l1gs4ljvkeptusek7pp6eta5ji - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
18:15:47 protocol: Before MessageBoxInStore
18:15:47 2020-03-01 23:15:47,472 WARN  [scout-model-thread-25] org.eclipse.scout.rt.client.ui.messagebox.MessageBox - there is no desktop or the desktop has not yet been opened in the ui, default answer is CANCEL - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
18:15:47 java.lang.IllegalStateException: null
18:15:47 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:338)
18:15:47 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:313)
18:15:47 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execStoreSession(ClientSessionWithBlockingConditionInterruptionTest.java:404)
18:15:47 	at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execStoreSession(AbstractClientSession.java:607)
18:15:47 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:40)
18:15:47 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:1)
18:15:47 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:122)
18:15:47 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain.execStoreSession(ClientSessionChains.java:43)
18:15:47 	at org.eclipse.scout.rt.client.AbstractClientSession.interceptStoreSession(AbstractClientSession.java:620)
18:15:47 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:454)
18:15:47 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:15:47 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:15:47 	at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
18:15:47 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:47 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:47 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:47 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:47 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:15:47 	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
18:15:47 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14.run(ClientSessionWithBlockingConditionInterruptionTest.java:273)
18:15:47 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:15:47 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:47 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:47 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:47 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:47 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:47 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:15:47 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:15:47 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:15:47 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:15:47 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:15:47 	at java.lang.Thread.run(Thread.java:748)
18:15:47 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:15:47 protocol: After MessageBoxInStore 2
18:15:47 2020-03-01 23:15:47,473 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@47f30c08[id = 715ad905-9122-4544-bc53-802c24f1a3e5], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
18:15:47 protocol: All session jobs terminated
18:15:48 2020-03-01 23:15:48,466 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 715ad905-9122-4544-bc53-802c24f1a3e5 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 715ad905-9122-4544-bc53-802c24f1a3e5]
18:15:48 2020-03-01 23:15:48,466 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 715ad905-9122-4544-bc53-802c24f1a3e5 from session store - MDC[jobName=Performing session housekeeping for client session with ID 715ad905-9122-4544-bc53-802c24f1a3e5]
18:15:48 2020-03-01 23:15:48,466 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 715ad905-9122-4544-bc53-802c24f1a3e5]
18:15:48 2020-03-01 23:15:48,466 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 715ad905-9122-4544-bc53-802c24f1a3e5]
18:15:48 2020-03-01 23:15:48,467 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 715ad905-9122-4544-bc53-802c24f1a3e5]
18:15:48 2020-03-01 23:15:48,468 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:48 2020-03-01 23:15:48,469 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:es64t5erv7ag5tlcu3jaqb9o9c - MDC[]
18:15:48 2020-03-01 23:15:48,471 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@4158f076[id = 4ffe0e05-f085-440b-a19c-63542ed5b3f7], user=null] - MDC[jobName=Starting ClientSession [sessionId=4ffe0e05-f085-440b-a19c-63542ed5b3f7]]
18:15:48 2020-03-01 23:15:48,471 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=4ffe0e05-f085-440b-a19c-63542ed5b3f7, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:48 2020-03-01 23:15:48,472 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:48 2020-03-01 23:15:48,474 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5020e5ab - MDC[]
18:15:48 2020-03-01 23:15:48,474 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:es64t5erv7ag5tlcu3jaqb9o9c initialized - MDC[]
18:15:48 protocol: Session stopping
18:15:48 2020-03-01 23:15:48,476 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:es64t5erv7ag5tlcu3jaqb9o9c [clientSessionId=4ffe0e05-f085-440b-a19c-63542ed5b3f7, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
18:15:48 2020-03-01 23:15:48,476 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:es64t5erv7ag5tlcu3jaqb9o9c... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
18:15:48 2020-03-01 23:15:48,476 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:es64t5erv7ag5tlcu3jaqb9o9c from store (clientSessionId=4ffe0e05-f085-440b-a19c-63542ed5b3f7) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
18:15:48 2020-03-01 23:15:48,476 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 4ffe0e05-f085-440b-a19c-63542ed5b3f7 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
18:15:48 2020-03-01 23:15:48,476 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 4ffe0e05-f085-440b-a19c-63542ed5b3f7 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
18:15:48 2020-03-01 23:15:48,477 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:es64t5erv7ag5tlcu3jaqb9o9c - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
18:15:48 protocol: Before Form.start
18:15:48 protocol: Form.execLoad
18:15:48 protocol: Form error ProcessingException There is no desktop or it is not open in the UI. [severity=ERROR]
18:15:48 2020-03-01 23:15:48,483 ERROR [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Failed to store the client session. - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
18:15:48 org.eclipse.scout.rt.platform.exception.ProcessingException: There is no desktop or it is not open in the UI. [severity=ERROR]
18:15:48 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$5.run(AbstractForm.java:1042)
18:15:48 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:15:48 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:48 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:48 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
18:15:48 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
18:15:48 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:992)
18:15:48 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:985)
18:15:48 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureForm.start(ClientSessionWithBlockingConditionInterruptionTest.java:494)
18:15:48 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execStoreSession(ClientSessionWithBlockingConditionInterruptionTest.java:416)
18:15:48 	at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execStoreSession(AbstractClientSession.java:607)
18:15:48 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:40)
18:15:48 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:1)
18:15:48 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:122)
18:15:48 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain.execStoreSession(ClientSessionChains.java:43)
18:15:48 	at org.eclipse.scout.rt.client.AbstractClientSession.interceptStoreSession(AbstractClientSession.java:620)
18:15:48 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:454)
18:15:48 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:15:48 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:15:48 	at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
18:15:48 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:48 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:48 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:48 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:48 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:15:48 	at com.sun.proxy.$Proxy25.closeFromUI(Unknown Source)
18:15:48 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15.run(ClientSessionWithBlockingConditionInterruptionTest.java:316)
18:15:48 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:15:48 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:48 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:48 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:48 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:48 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:48 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:15:48 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:15:48 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:15:48 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:15:48 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:15:48 	at java.lang.Thread.run(Thread.java:748)
18:15:48 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:15:48 2020-03-01 23:15:48,484 WARN  [scout-model-thread-25] org.eclipse.scout.rt.client.transformation.MainDeviceTransformer - Transformed forms map is not empty. Make sure every form gets closed properly to free up memory as quickly as possible. Cleaning up now... Open forms: [Form FixtureForm] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
18:15:48 2020-03-01 23:15:48,484 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@4158f076[id = 4ffe0e05-f085-440b-a19c-63542ed5b3f7], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
18:15:48 protocol: All session jobs terminated
18:15:49 2020-03-01 23:15:49,477 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 4ffe0e05-f085-440b-a19c-63542ed5b3f7 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 4ffe0e05-f085-440b-a19c-63542ed5b3f7]
18:15:49 2020-03-01 23:15:49,477 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 4ffe0e05-f085-440b-a19c-63542ed5b3f7 from session store - MDC[jobName=Performing session housekeeping for client session with ID 4ffe0e05-f085-440b-a19c-63542ed5b3f7]
18:15:49 2020-03-01 23:15:49,477 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 4ffe0e05-f085-440b-a19c-63542ed5b3f7]
18:15:49 2020-03-01 23:15:49,477 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 4ffe0e05-f085-440b-a19c-63542ed5b3f7]
18:15:49 2020-03-01 23:15:49,477 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 4ffe0e05-f085-440b-a19c-63542ed5b3f7]
18:15:49 2020-03-01 23:15:49,479 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:49 2020-03-01 23:15:49,479 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:9ut8vn04mlrirgcmmcindtu6ua - MDC[]
18:15:49 2020-03-01 23:15:49,482 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@26662466[id = 141286dc-1fc0-4b5e-ad7e-ba4a0a570ab4], user=null] - MDC[jobName=Starting ClientSession [sessionId=141286dc-1fc0-4b5e-ad7e-ba4a0a570ab4]]
18:15:49 2020-03-01 23:15:49,482 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=141286dc-1fc0-4b5e-ad7e-ba4a0a570ab4, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:49 2020-03-01 23:15:49,482 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:49 protocol: Before MessageBox
18:15:49 2020-03-01 23:15:49,490 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5020e5ab - MDC[]
18:15:49 2020-03-01 23:15:49,490 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:9ut8vn04mlrirgcmmcindtu6ua initialized - MDC[]
18:15:49 protocol: MessageBox is open
18:15:49 protocol: Session stopping
18:15:49 2020-03-01 23:15:49,492 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:9ut8vn04mlrirgcmmcindtu6ua [clientSessionId=141286dc-1fc0-4b5e-ad7e-ba4a0a570ab4, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
18:15:49 2020-03-01 23:15:49,492 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:9ut8vn04mlrirgcmmcindtu6ua... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
18:15:49 2020-03-01 23:15:49,492 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:9ut8vn04mlrirgcmmcindtu6ua from store (clientSessionId=141286dc-1fc0-4b5e-ad7e-ba4a0a570ab4) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
18:15:49 2020-03-01 23:15:49,492 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 141286dc-1fc0-4b5e-ad7e-ba4a0a570ab4 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
18:15:49 2020-03-01 23:15:49,492 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 141286dc-1fc0-4b5e-ad7e-ba4a0a570ab4 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
18:15:49 2020-03-01 23:15:49,493 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:9ut8vn04mlrirgcmmcindtu6ua - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
18:15:49 2020-03-01 23:15:49,495 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@26662466[id = 141286dc-1fc0-4b5e-ad7e-ba4a0a570ab4], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
18:15:49 protocol: Interrupted MessageBox
18:15:49 protocol: All session jobs terminated
18:15:50 2020-03-01 23:15:50,492 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 141286dc-1fc0-4b5e-ad7e-ba4a0a570ab4 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 141286dc-1fc0-4b5e-ad7e-ba4a0a570ab4]
18:15:50 2020-03-01 23:15:50,492 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 141286dc-1fc0-4b5e-ad7e-ba4a0a570ab4 from session store - MDC[jobName=Performing session housekeeping for client session with ID 141286dc-1fc0-4b5e-ad7e-ba4a0a570ab4]
18:15:50 2020-03-01 23:15:50,492 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 141286dc-1fc0-4b5e-ad7e-ba4a0a570ab4]
18:15:50 2020-03-01 23:15:50,493 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 141286dc-1fc0-4b5e-ad7e-ba4a0a570ab4]
18:15:50 2020-03-01 23:15:50,493 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 141286dc-1fc0-4b5e-ad7e-ba4a0a570ab4]
18:15:50 2020-03-01 23:15:50,494 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:50 2020-03-01 23:15:50,495 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:af34r30rlr7lkdle7kmoq9qmi - MDC[]
18:15:50 2020-03-01 23:15:50,497 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@5efd59f4[id = 7d049f3b-0dac-4a0c-a81a-4950c209f34a], user=null] - MDC[jobName=Starting ClientSession [sessionId=7d049f3b-0dac-4a0c-a81a-4950c209f34a]]
18:15:50 2020-03-01 23:15:50,497 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=7d049f3b-0dac-4a0c-a81a-4950c209f34a, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:50 2020-03-01 23:15:50,497 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:50 2020-03-01 23:15:50,499 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5020e5ab - MDC[]
18:15:50 2020-03-01 23:15:50,499 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:af34r30rlr7lkdle7kmoq9qmi initialized - MDC[]
18:15:50 protocol: Form.execLoad
18:15:50 2020-03-01 23:15:50,503 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureDesktop@372a19b2 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10]
18:15:50 protocol: Before Form.waitFor
18:15:50 protocol: Form is open
18:15:50 protocol: Session stopping
18:15:50 2020-03-01 23:15:50,504 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:af34r30rlr7lkdle7kmoq9qmi [clientSessionId=7d049f3b-0dac-4a0c-a81a-4950c209f34a, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
18:15:50 2020-03-01 23:15:50,504 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:af34r30rlr7lkdle7kmoq9qmi... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
18:15:50 2020-03-01 23:15:50,505 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:af34r30rlr7lkdle7kmoq9qmi from store (clientSessionId=7d049f3b-0dac-4a0c-a81a-4950c209f34a) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
18:15:50 2020-03-01 23:15:50,505 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 7d049f3b-0dac-4a0c-a81a-4950c209f34a - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
18:15:50 2020-03-01 23:15:50,505 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 7d049f3b-0dac-4a0c-a81a-4950c209f34a - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
18:15:50 2020-03-01 23:15:50,505 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:af34r30rlr7lkdle7kmoq9qmi - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
18:15:50 protocol: Form.execFinally
18:15:50 protocol: Form.dispose
18:15:50 2020-03-01 23:15:50,506 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@5efd59f4[id = 7d049f3b-0dac-4a0c-a81a-4950c209f34a], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
18:15:50 protocol: Interrupted Form
18:15:50 protocol: All session jobs terminated
18:15:51 2020-03-01 23:15:51,506 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 7d049f3b-0dac-4a0c-a81a-4950c209f34a is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 7d049f3b-0dac-4a0c-a81a-4950c209f34a]
18:15:51 2020-03-01 23:15:51,506 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 7d049f3b-0dac-4a0c-a81a-4950c209f34a from session store - MDC[jobName=Performing session housekeeping for client session with ID 7d049f3b-0dac-4a0c-a81a-4950c209f34a]
18:15:51 2020-03-01 23:15:51,506 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 7d049f3b-0dac-4a0c-a81a-4950c209f34a]
18:15:51 2020-03-01 23:15:51,506 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 7d049f3b-0dac-4a0c-a81a-4950c209f34a]
18:15:51 2020-03-01 23:15:51,506 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 7d049f3b-0dac-4a0c-a81a-4950c209f34a]
18:15:51 2020-03-01 23:15:51,507 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:51 2020-03-01 23:15:51,508 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:jno8v314t4q3u4p7ucr8odudni - MDC[]
18:15:51 protocol: Before MessageBoxInLoad
18:15:51 2020-03-01 23:15:51,511 WARN  [scout-model-thread-25] org.eclipse.scout.rt.client.ui.messagebox.MessageBox - there is no desktop or the desktop has not yet been opened in the ui, default answer is CANCEL - MDC[jobName=Starting ClientSession [sessionId=796445a8-68f8-4085-8bfb-9ddf18f04b01]]
18:15:51 java.lang.IllegalStateException: null
18:15:51 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:338)
18:15:51 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:313)
18:15:51 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execLoadSession(ClientSessionWithBlockingConditionInterruptionTest.java:373)
18:15:51 	at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execLoadSession(AbstractClientSession.java:612)
18:15:51 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain$1.callMethod(ClientSessionChains.java:57)
18:15:51 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain$1.callMethod(ClientSessionChains.java:1)
18:15:51 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:122)
18:15:51 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain.execLoadSession(ClientSessionChains.java:60)
18:15:51 	at org.eclipse.scout.rt.client.AbstractClientSession.interceptLoadSession(AbstractClientSession.java:626)
18:15:51 	at org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325)
18:15:51 	at org.eclipse.scout.rt.client.session.ClientSessionProvider$1$1.call(ClientSessionProvider.java:81)
18:15:51 	at org.eclipse.scout.rt.client.session.ClientSessionProvider$1$1.call(ClientSessionProvider.java:1)
18:15:51 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:51 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:15:51 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:51 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:51 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:51 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:15:51 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:51 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:51 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:15:51 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:15:51 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:15:51 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:15:51 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:15:51 	at java.lang.Thread.run(Thread.java:748)
18:15:51 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:15:51 protocol: After MessageBoxInLoad 2
18:15:51 2020-03-01 23:15:51,511 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@6f22d531[id = 796445a8-68f8-4085-8bfb-9ddf18f04b01], user=null] - MDC[jobName=Starting ClientSession [sessionId=796445a8-68f8-4085-8bfb-9ddf18f04b01]]
18:15:51 2020-03-01 23:15:51,511 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=796445a8-68f8-4085-8bfb-9ddf18f04b01, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:15:51 2020-03-01 23:15:51,512 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:15:51 2020-03-01 23:15:51,514 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5020e5ab - MDC[]
18:15:51 2020-03-01 23:15:51,515 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:jno8v314t4q3u4p7ucr8odudni initialized - MDC[]
18:15:51 protocol: Session stopping
18:15:51 2020-03-01 23:15:51,516 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:jno8v314t4q3u4p7ucr8odudni [clientSessionId=796445a8-68f8-4085-8bfb-9ddf18f04b01, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
18:15:51 2020-03-01 23:15:51,516 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:jno8v314t4q3u4p7ucr8odudni... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
18:15:51 2020-03-01 23:15:51,516 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:jno8v314t4q3u4p7ucr8odudni from store (clientSessionId=796445a8-68f8-4085-8bfb-9ddf18f04b01) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
18:15:51 2020-03-01 23:15:51,517 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 796445a8-68f8-4085-8bfb-9ddf18f04b01 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
18:15:51 2020-03-01 23:15:51,517 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 796445a8-68f8-4085-8bfb-9ddf18f04b01 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
18:15:51 2020-03-01 23:15:51,517 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:jno8v314t4q3u4p7ucr8odudni - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
18:15:51 2020-03-01 23:15:51,518 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@6f22d531[id = 796445a8-68f8-4085-8bfb-9ddf18f04b01], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
18:15:51 protocol: All session jobs terminated
18:15:52 2020-03-01 23:15:52,518 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 796445a8-68f8-4085-8bfb-9ddf18f04b01 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 796445a8-68f8-4085-8bfb-9ddf18f04b01]
18:15:52 2020-03-01 23:15:52,518 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 796445a8-68f8-4085-8bfb-9ddf18f04b01 from session store - MDC[jobName=Performing session housekeeping for client session with ID 796445a8-68f8-4085-8bfb-9ddf18f04b01]
18:15:52 2020-03-01 23:15:52,518 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 796445a8-68f8-4085-8bfb-9ddf18f04b01]
18:15:52 2020-03-01 23:15:52,518 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 796445a8-68f8-4085-8bfb-9ddf18f04b01]
18:15:52 2020-03-01 23:15:52,518 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 796445a8-68f8-4085-8bfb-9ddf18f04b01]
18:15:52 2020-03-01 23:15:52,520 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:15:52 2020-03-01 23:15:52,521 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:pbana9l2m1lgvlscvmnmvirs04 - MDC[]
18:15:52 2020-03-01 23:15:52,531 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:pbana9l2m1lgvlscvmnmvirs04... - MDC[]
18:15:52 2020-03-01 23:15:52,531 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:pbana9l2m1lgvlscvmnmvirs04 from store (clientSessionId=null) - MDC[]
18:15:52 2020-03-01 23:15:52,531 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session null - MDC[]
18:15:52 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.107 sec - in org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest
18:15:52 Running org.eclipse.scout.rt.client.ui.form.fields.ModelVariantTest
18:15:52 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.form.fields.ModelVariantTest
18:15:52 
18:15:52 Results :
18:15:52 
18:15:52 Tests run: 253, Failures: 0, Errors: 0, Skipped: 0
18:15:52 
18:15:52 [INFO] 
18:15:52 [INFO] --- jasmine-maven-plugin:2.0:test (default) @ org.eclipse.scout.rt.ui.html.test ---
18:15:52 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom
18:15:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom
18:15:52 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom
18:15:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom
18:15:53 Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom (1.3 kB at 47 kB/s)
18:15:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
18:15:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
18:15:53 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
18:15:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
18:15:53 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 22 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 493 kB/s)
18:15:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/37/commons-parent-37.pom
18:15:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/37/commons-parent-37.pom
18:15:53 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-parent/37/commons-parent-37.pom
18:15:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom
18:15:53 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): 41 kB
Progress (1): 45 kB
Progress (1): 49 kB
Progress (1): 53 kB
Progress (1): 57 kB
Progress (1): 61 kB
Progress (1): 63 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 1.3 MB/s)
18:15:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
18:15:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
18:15:53 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
18:15:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
18:15:54 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 19 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 873 kB/s)
18:15:54 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-java/2.45.0/selenium-java-2.45.0.pom
18:15:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-java/2.45.0/selenium-java-2.45.0.pom
18:15:54 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-java/2.45.0/selenium-java-2.45.0.pom
18:15:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-java/2.45.0/selenium-java-2.45.0.pom
18:15:54 Progress (1): 4.1 kB
Progress (1): 4.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-java/2.45.0/selenium-java-2.45.0.pom (4.8 kB at 16 kB/s)
18:15:54 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-parent/2.45.0/selenium-parent-2.45.0.pom
18:15:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-parent/2.45.0/selenium-parent-2.45.0.pom
18:15:54 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-parent/2.45.0/selenium-parent-2.45.0.pom
18:15:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-parent/2.45.0/selenium-parent-2.45.0.pom
18:15:55 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-parent/2.45.0/selenium-parent-2.45.0.pom (9.8 kB at 20 kB/s)
18:15:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-chrome-driver/2.45.0/selenium-chrome-driver-2.45.0.pom
18:15:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-chrome-driver/2.45.0/selenium-chrome-driver-2.45.0.pom
18:15:55 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-chrome-driver/2.45.0/selenium-chrome-driver-2.45.0.pom
18:15:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-chrome-driver/2.45.0/selenium-chrome-driver-2.45.0.pom
18:15:55 Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-chrome-driver/2.45.0/selenium-chrome-driver-2.45.0.pom (2.9 kB at 53 kB/s)
18:15:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-remote-driver/2.45.0/selenium-remote-driver-2.45.0.pom
18:15:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-remote-driver/2.45.0/selenium-remote-driver-2.45.0.pom
18:15:56 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-remote-driver/2.45.0/selenium-remote-driver-2.45.0.pom
18:15:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-remote-driver/2.45.0/selenium-remote-driver-2.45.0.pom
18:15:56 Progress (1): 3.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-remote-driver/2.45.0/selenium-remote-driver-2.45.0.pom (3.6 kB at 46 kB/s)
18:15:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.pom
18:15:56 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.pom
18:15:56 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.pom
18:15:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.pom
18:15:56 Progress (1): 214 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.pom (214 B at 4.0 kB/s)
18:15:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom
18:15:56 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom
18:15:56 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom
18:15:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom
18:15:57 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom (9.0 kB at 116 kB/s)
18:15:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-api/2.45.0/selenium-api-2.45.0.pom
18:15:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-api/2.45.0/selenium-api-2.45.0.pom
18:15:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-api/2.45.0/selenium-api-2.45.0.pom
18:15:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-api/2.45.0/selenium-api-2.45.0.pom
18:15:57 Progress (1): 4.1 kB
Progress (1): 5.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-api/2.45.0/selenium-api-2.45.0.pom (5.2 kB at 86 kB/s)
18:15:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom
18:15:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom
18:15:57 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom
18:15:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom
18:15:57 Progress (1): 4.1 kB
Progress (1): 5.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom (5.2 kB at 71 kB/s)
18:15:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.pom
18:15:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.pom
18:15:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.pom
18:15:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.pom
18:15:58 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.pom (16 kB at 238 kB/s)
18:15:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/project/7/project-7.pom
18:15:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/project/7/project-7.pom
18:15:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/project/7/project-7.pom
18:15:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom
18:15:58 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): 27 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 1.1 MB/s)
18:15:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom
18:15:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom
18:15:58 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom
18:15:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom
18:15:59 Progress (1): 4.1 kB
Progress (1): 4.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom (4.6 kB at 77 kB/s)
18:15:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.3.3.pom
18:15:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.3.3.pom
18:15:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.3.3.pom
18:15:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.3.3.pom
18:15:59 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.3.3.pom (13 kB at 213 kB/s)
18:15:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom
18:15:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom
18:15:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom
18:15:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom
18:15:59 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 18 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom (18 kB at 459 kB/s)
18:15:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-exec/1.1/commons-exec-1.1.pom
18:15:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-exec/1.1/commons-exec-1.1.pom
18:15:59 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-exec/1.1/commons-exec-1.1.pom
18:16:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.1/commons-exec-1.1.pom
18:16:00 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.1/commons-exec-1.1.pom (11 kB at 244 kB/s)
18:16:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
18:16:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
18:16:00 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
18:16:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
18:16:00 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (2.2 kB at 53 kB/s)
18:16:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom
18:16:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom
18:16:00 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom
18:16:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom
18:16:00 Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (2.4 kB at 74 kB/s)
18:16:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-htmlunit-driver/2.45.0/selenium-htmlunit-driver-2.45.0.pom
18:16:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-htmlunit-driver/2.45.0/selenium-htmlunit-driver-2.45.0.pom
18:16:01 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-htmlunit-driver/2.45.0/selenium-htmlunit-driver-2.45.0.pom
18:16:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-htmlunit-driver/2.45.0/selenium-htmlunit-driver-2.45.0.pom
18:16:01 Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-htmlunit-driver/2.45.0/selenium-htmlunit-driver-2.45.0.pom (2.3 kB at 34 kB/s)
18:16:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/htmlunit/htmlunit/2.15/htmlunit-2.15.pom
18:16:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/htmlunit/htmlunit/2.15/htmlunit-2.15.pom
18:16:01 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/sourceforge/htmlunit/htmlunit/2.15/htmlunit-2.15.pom
18:16:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/htmlunit/htmlunit/2.15/htmlunit-2.15.pom
18:16:01 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
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/htmlunit/htmlunit/2.15/htmlunit-2.15.pom (37 kB at 330 kB/s)
18:16:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xalan/xalan/2.7.1/xalan-2.7.1.pom
18:16:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xalan/xalan/2.7.1/xalan-2.7.1.pom
18:16:01 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xalan/xalan/2.7.1/xalan-2.7.1.pom
18:16:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.1/xalan-2.7.1.pom
18:16:02 Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.1/xalan-2.7.1.pom (1.3 kB at 14 kB/s)
18:16:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xalan/serializer/2.7.1/serializer-2.7.1.pom
18:16:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xalan/serializer/2.7.1/serializer-2.7.1.pom
18:16:02 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xalan/serializer/2.7.1/serializer-2.7.1.pom
18:16:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/serializer/2.7.1/serializer-2.7.1.pom
18:16:02 Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/serializer/2.7.1/serializer-2.7.1.pom (1.1 kB at 18 kB/s)
18:16:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
18:16:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
18:16:02 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
18:16:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
18:16:03 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 kB at 192 kB/s)
18:16:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.pom
18:16:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.pom
18:16:03 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.pom
18:16:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.pom
18:16:03 Progress (1): 4.1 kB
Progress (1): 5.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.pom (5.4 kB at 84 kB/s)
18:16:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-client/4.3.3/httpcomponents-client-4.3.3.pom
18:16:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcomponents-client/4.3.3/httpcomponents-client-4.3.3.pom
18:16:03 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcomponents-client/4.3.3/httpcomponents-client-4.3.3.pom
18:16:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.3/httpcomponents-client-4.3.3.pom
18:16:03 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.3/httpcomponents-client-4.3.3.pom (16 kB at 244 kB/s)
18:16:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
18:16:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
18:16:03 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
18:16:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
18:16:04 Progress (1): 4.1 kB
Progress (1): 4.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 200 kB/s)
18:16:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
18:16:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
18:16:04 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
18:16:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
18:16:04 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 608 kB/s)
18:16:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpmime/4.3.3/httpmime-4.3.3.pom
18:16:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpmime/4.3.3/httpmime-4.3.3.pom
18:16:04 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpmime/4.3.3/httpmime-4.3.3.pom
18:16:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.3.3/httpmime-4.3.3.pom
18:16:04 Progress (1): 4.1 kB
Progress (1): 4.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.3.3/httpmime-4.3.3.pom (4.9 kB at 115 kB/s)
18:16:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
18:16:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
18:16:04 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
18:16:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
18:16:05 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 289 kB/s)
18:16:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/htmlunit/htmlunit-core-js/2.15/htmlunit-core-js-2.15.pom
18:16:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/htmlunit/htmlunit-core-js/2.15/htmlunit-core-js-2.15.pom
18:16:05 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/sourceforge/htmlunit/htmlunit-core-js/2.15/htmlunit-core-js-2.15.pom
18:16:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/htmlunit/htmlunit-core-js/2.15/htmlunit-core-js-2.15.pom
18:16:05 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/htmlunit/htmlunit-core-js/2.15/htmlunit-core-js-2.15.pom (1.5 kB at 13 kB/s)
18:16:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom
18:16:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom
18:16:05 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom
18:16:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom
18:16:06 Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom (3.4 kB at 72 kB/s)
18:16:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom
18:16:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom
18:16:06 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom
18:16:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom
18:16:06 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom (2.7 kB at 72 kB/s)
18:16:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/nekohtml/nekohtml/1.9.21/nekohtml-1.9.21.pom
18:16:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/nekohtml/nekohtml/1.9.21/nekohtml-1.9.21.pom
18:16:06 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/sourceforge/nekohtml/nekohtml/1.9.21/nekohtml-1.9.21.pom
18:16:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/nekohtml/nekohtml/1.9.21/nekohtml-1.9.21.pom
18:16:06 Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/nekohtml/nekohtml/1.9.21/nekohtml-1.9.21.pom (1.4 kB at 13 kB/s)
18:16:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/cssparser/cssparser/0.9.14/cssparser-0.9.14.pom
18:16:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/cssparser/cssparser/0.9.14/cssparser-0.9.14.pom
18:16:06 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/sourceforge/cssparser/cssparser/0.9.14/cssparser-0.9.14.pom
18:16:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/cssparser/cssparser/0.9.14/cssparser-0.9.14.pom
18:16:07 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/cssparser/cssparser/0.9.14/cssparser-0.9.14.pom (12 kB at 189 kB/s)
18:16:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/w3c/css/sac/1.3/sac-1.3.pom
18:16:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/w3c/css/sac/1.3/sac-1.3.pom
18:16:07 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/w3c/css/sac/1.3/sac-1.3.pom
18:16:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/w3c/css/sac/1.3/sac-1.3.pom
18:16:07 Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/w3c/css/sac/1.3/sac-1.3.pom (1.1 kB at 29 kB/s)
18:16:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-websocket/8.1.15.v20140411/jetty-websocket-8.1.15.v20140411.pom
18:16:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-websocket/8.1.15.v20140411/jetty-websocket-8.1.15.v20140411.pom
18:16:07 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-websocket/8.1.15.v20140411/jetty-websocket-8.1.15.v20140411.pom
18:16:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-websocket/8.1.15.v20140411/jetty-websocket-8.1.15.v20140411.pom
18:16:07 Progress (1): 4.1 kB
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-websocket/8.1.15.v20140411/jetty-websocket-8.1.15.v20140411.pom (4.1 kB at 52 kB/s)
18:16:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-project/8.1.15.v20140411/jetty-project-8.1.15.v20140411.pom
18:16:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-project/8.1.15.v20140411/jetty-project-8.1.15.v20140411.pom
18:16:08 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-project/8.1.15.v20140411/jetty-project-8.1.15.v20140411.pom
18:16:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/8.1.15.v20140411/jetty-project-8.1.15.v20140411.pom
18:16:08 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): 28 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/8.1.15.v20140411/jetty-project-8.1.15.v20140411.pom (28 kB at 562 kB/s)
18:16:08 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-parent/20/jetty-parent-20.pom
18:16:08 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-parent/20/jetty-parent-20.pom
18:16:08 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-parent/20/jetty-parent-20.pom
18:16:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-parent/20/jetty-parent-20.pom
18:16:08 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 21 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-parent/20/jetty-parent-20.pom (21 kB at 236 kB/s)
18:16:08 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-util/8.1.15.v20140411/jetty-util-8.1.15.v20140411.pom
18:16:08 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-util/8.1.15.v20140411/jetty-util-8.1.15.v20140411.pom
18:16:08 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-util/8.1.15.v20140411/jetty-util-8.1.15.v20140411.pom
18:16:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/8.1.15.v20140411/jetty-util-8.1.15.v20140411.pom
18:16:09 Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/8.1.15.v20140411/jetty-util-8.1.15.v20140411.pom (3.4 kB at 64 kB/s)
18:16:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-io/8.1.15.v20140411/jetty-io-8.1.15.v20140411.pom
18:16:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-io/8.1.15.v20140411/jetty-io-8.1.15.v20140411.pom
18:16:09 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-io/8.1.15.v20140411/jetty-io-8.1.15.v20140411.pom
18:16:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/8.1.15.v20140411/jetty-io-8.1.15.v20140411.pom
18:16:09 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/8.1.15.v20140411/jetty-io-8.1.15.v20140411.pom (2.1 kB at 46 kB/s)
18:16:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-http/8.1.15.v20140411/jetty-http-8.1.15.v20140411.pom
18:16:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-http/8.1.15.v20140411/jetty-http-8.1.15.v20140411.pom
18:16:09 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-http/8.1.15.v20140411/jetty-http-8.1.15.v20140411.pom
18:16:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/8.1.15.v20140411/jetty-http-8.1.15.v20140411.pom
18:16:09 Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/8.1.15.v20140411/jetty-http-8.1.15.v20140411.pom (2.6 kB at 54 kB/s)
18:16:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-firefox-driver/2.45.0/selenium-firefox-driver-2.45.0.pom
18:16:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-firefox-driver/2.45.0/selenium-firefox-driver-2.45.0.pom
18:16:09 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-firefox-driver/2.45.0/selenium-firefox-driver-2.45.0.pom
18:16:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-firefox-driver/2.45.0/selenium-firefox-driver-2.45.0.pom
18:16:10 Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-firefox-driver/2.45.0/selenium-firefox-driver-2.45.0.pom (3.2 kB at 30 kB/s)
18:16:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-ie-driver/2.45.0/selenium-ie-driver-2.45.0.pom
18:16:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-ie-driver/2.45.0/selenium-ie-driver-2.45.0.pom
18:16:10 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-ie-driver/2.45.0/selenium-ie-driver-2.45.0.pom
18:16:10 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-ie-driver/2.45.0/selenium-ie-driver-2.45.0.pom
18:16:10 Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-ie-driver/2.45.0/selenium-ie-driver-2.45.0.pom (3.2 kB at 51 kB/s)
18:16:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-safari-driver/2.45.0/selenium-safari-driver-2.45.0.pom
18:16:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-safari-driver/2.45.0/selenium-safari-driver-2.45.0.pom
18:16:10 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-safari-driver/2.45.0/selenium-safari-driver-2.45.0.pom
18:16:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-safari-driver/2.45.0/selenium-safari-driver-2.45.0.pom
18:16:11 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-safari-driver/2.45.0/selenium-safari-driver-2.45.0.pom (3.1 kB at 56 kB/s)
18:16:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/webbitserver/webbit/0.4.14/webbit-0.4.14.pom
18:16:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/webbitserver/webbit/0.4.14/webbit-0.4.14.pom
18:16:11 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/webbitserver/webbit/0.4.14/webbit-0.4.14.pom
18:16:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/webbitserver/webbit/0.4.14/webbit-0.4.14.pom
18:16:11 Progress (1): 4.1 kB
Progress (1): 5.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/webbitserver/webbit/0.4.14/webbit-0.4.14.pom (5.0 kB at 88 kB/s)
18:16:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty/3.5.2.Final/netty-3.5.2.Final.pom
18:16:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/io/netty/netty/3.5.2.Final/netty-3.5.2.Final.pom
18:16:11 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/io/netty/netty/3.5.2.Final/netty-3.5.2.Final.pom
18:16:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty/3.5.2.Final/netty-3.5.2.Final.pom
18:16:11 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): 26 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty/3.5.2.Final/netty-3.5.2.Final.pom (26 kB at 302 kB/s)
18:16:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-support/2.45.0/selenium-support-2.45.0.pom
18:16:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-support/2.45.0/selenium-support-2.45.0.pom
18:16:11 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-support/2.45.0/selenium-support-2.45.0.pom
18:16:12 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-support/2.45.0/selenium-support-2.45.0.pom
18:16:12 Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-support/2.45.0/selenium-support-2.45.0.pom (2.5 kB at 27 kB/s)
18:16:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-leg-rc/2.45.0/selenium-leg-rc-2.45.0.pom
18:16:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-leg-rc/2.45.0/selenium-leg-rc-2.45.0.pom
18:16:12 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-leg-rc/2.45.0/selenium-leg-rc-2.45.0.pom
18:16:12 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-leg-rc/2.45.0/selenium-leg-rc-2.45.0.pom
18:16:12 Progress (1): 4.1 kB
Progress (1): 4.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-leg-rc/2.45.0/selenium-leg-rc-2.45.0.pom (4.7 kB at 72 kB/s)
18:16:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-server/2.45.0/selenium-server-2.45.0.pom
18:16:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-server/2.45.0/selenium-server-2.45.0.pom
18:16:12 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-server/2.45.0/selenium-server-2.45.0.pom
18:16:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-server/2.45.0/selenium-server-2.45.0.pom
18:16:13 Progress (1): 4.1 kB
Progress (1): 5.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-server/2.45.0/selenium-server-2.45.0.pom (5.6 kB at 68 kB/s)
18:16:13 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom
18:16:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom
18:16:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom
18:16:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom
18:16:13 Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom (1.0 kB at 15 kB/s)
18:16:13 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom
18:16:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom
18:16:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom
18:16:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom
18:16:13 Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom (1.4 kB at 20 kB/s)
18:16:13 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/mx4j/mx4j-tools/3.0.1/mx4j-tools-3.0.1.pom
18:16:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/mx4j/mx4j-tools/3.0.1/mx4j-tools-3.0.1.pom
18:16:13 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/mx4j/mx4j-tools/3.0.1/mx4j-tools-3.0.1.pom
18:16:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/mx4j/mx4j-tools/3.0.1/mx4j-tools-3.0.1.pom
18:16:14 Progress (1): 155 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/mx4j/mx4j-tools/3.0.1/mx4j-tools-3.0.1.pom (155 B at 2.2 kB/s)
18:16:14 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/jetty-repacked/7.6.1/jetty-repacked-7.6.1.pom
18:16:14 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/jetty-repacked/7.6.1/jetty-repacked-7.6.1.pom
18:16:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/jetty-repacked/7.6.1/jetty-repacked-7.6.1.pom
18:16:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/jetty-repacked/7.6.1/jetty-repacked-7.6.1.pom
18:16:14 Progress (1): 4.1 kB
Progress (1): 4.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/jetty-repacked/7.6.1/jetty-repacked-7.6.1.pom (4.7 kB at 61 kB/s)
18:16:14 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/jetty-rc-repacked/5/jetty-rc-repacked-5.pom
18:16:14 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/jetty-rc-repacked/5/jetty-rc-repacked-5.pom
18:16:14 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/jetty-rc-repacked/5/jetty-rc-repacked-5.pom
18:16:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/jetty-rc-repacked/5/jetty-rc-repacked-5.pom
18:16:15 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/jetty-rc-repacked/5/jetty-rc-repacked-5.pom (2.7 kB at 7.9 kB/s)
18:16:15 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
18:16:15 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
18:16:15 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
18:16:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
18:16:15 Progress (1): 491 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom (491 B at 10 kB/s)
18:16:15 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/yaml/snakeyaml/1.8/snakeyaml-1.8.pom
18:16:15 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/yaml/snakeyaml/1.8/snakeyaml-1.8.pom
18:16:15 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/yaml/snakeyaml/1.8/snakeyaml-1.8.pom
18:16:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.8/snakeyaml-1.8.pom
18:16:16 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.8/snakeyaml-1.8.pom (13 kB at 217 kB/s)
18:16:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/antlr/ST4/4.0.8/ST4-4.0.8.pom
18:16:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/antlr/ST4/4.0.8/ST4-4.0.8.pom
18:16:16 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/antlr/ST4/4.0.8/ST4-4.0.8.pom
18:16:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.pom
18:16:16 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 14 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.pom (14 kB at 153 kB/s)
18:16:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom
18:16:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom
18:16:16 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom
18:16:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom
18:16:16 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom (2.2 kB at 62 kB/s)
18:16:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom
18:16:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom
18:16:16 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom
18:16:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom
18:16:17 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom (12 kB at 286 kB/s)
18:16:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-server/8.1.14.v20131031/jetty-server-8.1.14.v20131031.pom
18:16:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-server/8.1.14.v20131031/jetty-server-8.1.14.v20131031.pom
18:16:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-server/8.1.14.v20131031/jetty-server-8.1.14.v20131031.pom
18:16:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/8.1.14.v20131031/jetty-server-8.1.14.v20131031.pom
18:16:17 Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/8.1.14.v20131031/jetty-server-8.1.14.v20131031.pom (3.8 kB at 34 kB/s)
18:16:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-project/8.1.14.v20131031/jetty-project-8.1.14.v20131031.pom
18:16:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-project/8.1.14.v20131031/jetty-project-8.1.14.v20131031.pom
18:16:17 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-project/8.1.14.v20131031/jetty-project-8.1.14.v20131031.pom
18:16:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/8.1.14.v20131031/jetty-project-8.1.14.v20131031.pom
18:16:18 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): 28 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/8.1.14.v20131031/jetty-project-8.1.14.v20131031.pom (28 kB at 511 kB/s)
18:16:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.pom
18:16:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.pom
18:16:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.pom
18:16:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.pom
18:16:18 Progress (1): 732 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.pom (732 B at 21 kB/s)
18:16:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/orbit/jetty-orbit/1/jetty-orbit-1.pom
18:16:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/orbit/jetty-orbit/1/jetty-orbit-1.pom
18:16:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/orbit/jetty-orbit/1/jetty-orbit-1.pom
18:16:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/jetty-orbit/1/jetty-orbit-1.pom
18:16:18 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/jetty-orbit/1/jetty-orbit-1.pom (2.2 kB at 56 kB/s)
18:16:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
18:16:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
18:16:18 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
18:16:19 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
18:16:19 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 16 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom (16 kB at 434 kB/s)
18:16:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-continuation/8.1.14.v20131031/jetty-continuation-8.1.14.v20131031.pom
18:16:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-continuation/8.1.14.v20131031/jetty-continuation-8.1.14.v20131031.pom
18:16:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-continuation/8.1.14.v20131031/jetty-continuation-8.1.14.v20131031.pom
18:16:19 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/8.1.14.v20131031/jetty-continuation-8.1.14.v20131031.pom
18:16:19 Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/8.1.14.v20131031/jetty-continuation-8.1.14.v20131031.pom (2.7 kB at 39 kB/s)
18:16:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-http/8.1.14.v20131031/jetty-http-8.1.14.v20131031.pom
18:16:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-http/8.1.14.v20131031/jetty-http-8.1.14.v20131031.pom
18:16:19 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-http/8.1.14.v20131031/jetty-http-8.1.14.v20131031.pom
18:16:19 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/8.1.14.v20131031/jetty-http-8.1.14.v20131031.pom
18:16:20 Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/8.1.14.v20131031/jetty-http-8.1.14.v20131031.pom (2.6 kB at 37 kB/s)
18:16:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-io/8.1.14.v20131031/jetty-io-8.1.14.v20131031.pom
18:16:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-io/8.1.14.v20131031/jetty-io-8.1.14.v20131031.pom
18:16:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-io/8.1.14.v20131031/jetty-io-8.1.14.v20131031.pom
18:16:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/8.1.14.v20131031/jetty-io-8.1.14.v20131031.pom
18:16:20 Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/8.1.14.v20131031/jetty-io-8.1.14.v20131031.pom (2.1 kB at 33 kB/s)
18:16:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-util/8.1.14.v20131031/jetty-util-8.1.14.v20131031.pom
18:16:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-util/8.1.14.v20131031/jetty-util-8.1.14.v20131031.pom
18:16:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-util/8.1.14.v20131031/jetty-util-8.1.14.v20131031.pom
18:16:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/8.1.14.v20131031/jetty-util-8.1.14.v20131031.pom
18:16:20 Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/8.1.14.v20131031/jetty-util-8.1.14.v20131031.pom (3.4 kB at 58 kB/s)
18:16:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.pom
18:16:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.pom
18:16:20 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.pom
18:16:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.pom
18:16:21 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.pom (2.0 kB at 19 kB/s)
18:16:21 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-java/2.44.0/selenium-java-2.44.0.pom
18:16:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-java/2.44.0/selenium-java-2.44.0.pom
18:16:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-java/2.44.0/selenium-java-2.44.0.pom
18:16:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-java/2.44.0/selenium-java-2.44.0.pom
18:16:21 Progress (1): 4.1 kB
Progress (1): 5.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-java/2.44.0/selenium-java-2.44.0.pom (5.9 kB at 120 kB/s)
18:16:21 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-parent/2.44.0/selenium-parent-2.44.0.pom
18:16:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-parent/2.44.0/selenium-parent-2.44.0.pom
18:16:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-parent/2.44.0/selenium-parent-2.44.0.pom
18:16:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-parent/2.44.0/selenium-parent-2.44.0.pom
18:16:21 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-parent/2.44.0/selenium-parent-2.44.0.pom (9.7 kB at 199 kB/s)
18:16:21 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-chrome-driver/2.44.0/selenium-chrome-driver-2.44.0.pom
18:16:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-chrome-driver/2.44.0/selenium-chrome-driver-2.44.0.pom
18:16:21 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-chrome-driver/2.44.0/selenium-chrome-driver-2.44.0.pom
18:16:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-chrome-driver/2.44.0/selenium-chrome-driver-2.44.0.pom
18:16:22 Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-chrome-driver/2.44.0/selenium-chrome-driver-2.44.0.pom (2.9 kB at 47 kB/s)
18:16:22 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-remote-driver/2.44.0/selenium-remote-driver-2.44.0.pom
18:16:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-remote-driver/2.44.0/selenium-remote-driver-2.44.0.pom
18:16:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-remote-driver/2.44.0/selenium-remote-driver-2.44.0.pom
18:16:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-remote-driver/2.44.0/selenium-remote-driver-2.44.0.pom
18:16:22 Progress (1): 3.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-remote-driver/2.44.0/selenium-remote-driver-2.44.0.pom (3.6 kB at 43 kB/s)
18:16:22 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/gson/gson/2.3/gson-2.3.pom
18:16:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/code/gson/gson/2.3/gson-2.3.pom
18:16:22 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/code/gson/gson/2.3/gson-2.3.pom
18:16:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.3/gson-2.3.pom
18:16:23 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.3/gson-2.3.pom (9.0 kB at 120 kB/s)
18:16:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-api/2.44.0/selenium-api-2.44.0.pom
18:16:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-api/2.44.0/selenium-api-2.44.0.pom
18:16:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-api/2.44.0/selenium-api-2.44.0.pom
18:16:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-api/2.44.0/selenium-api-2.44.0.pom
18:16:23 Progress (1): 4.1 kB
Progress (1): 5.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-api/2.44.0/selenium-api-2.44.0.pom (5.2 kB at 99 kB/s)
18:16:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.3.4/httpclient-4.3.4.pom
18:16:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpclient/4.3.4/httpclient-4.3.4.pom
18:16:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpclient/4.3.4/httpclient-4.3.4.pom
18:16:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.4/httpclient-4.3.4.pom
18:16:23 Progress (1): 4.1 kB
Progress (1): 5.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.4/httpclient-4.3.4.pom (5.2 kB at 90 kB/s)
18:16:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-client/4.3.4/httpcomponents-client-4.3.4.pom
18:16:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcomponents-client/4.3.4/httpcomponents-client-4.3.4.pom
18:16:23 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcomponents-client/4.3.4/httpcomponents-client-4.3.4.pom
18:16:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.4/httpcomponents-client-4.3.4.pom
18:16:24 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.4/httpcomponents-client-4.3.4.pom (15 kB at 252 kB/s)
18:16:24 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-htmlunit-driver/2.44.0/selenium-htmlunit-driver-2.44.0.pom
18:16:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-htmlunit-driver/2.44.0/selenium-htmlunit-driver-2.44.0.pom
18:16:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-htmlunit-driver/2.44.0/selenium-htmlunit-driver-2.44.0.pom
18:16:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-htmlunit-driver/2.44.0/selenium-htmlunit-driver-2.44.0.pom
18:16:24 Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-htmlunit-driver/2.44.0/selenium-htmlunit-driver-2.44.0.pom (2.3 kB at 41 kB/s)
18:16:24 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-firefox-driver/2.44.0/selenium-firefox-driver-2.44.0.pom
18:16:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-firefox-driver/2.44.0/selenium-firefox-driver-2.44.0.pom
18:16:24 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-firefox-driver/2.44.0/selenium-firefox-driver-2.44.0.pom
18:16:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-firefox-driver/2.44.0/selenium-firefox-driver-2.44.0.pom
18:16:25 Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-firefox-driver/2.44.0/selenium-firefox-driver-2.44.0.pom (3.2 kB at 47 kB/s)
18:16:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-ie-driver/2.44.0/selenium-ie-driver-2.44.0.pom
18:16:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-ie-driver/2.44.0/selenium-ie-driver-2.44.0.pom
18:16:25 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-ie-driver/2.44.0/selenium-ie-driver-2.44.0.pom
18:16:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-ie-driver/2.44.0/selenium-ie-driver-2.44.0.pom
18:16:25 Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-ie-driver/2.44.0/selenium-ie-driver-2.44.0.pom (3.2 kB at 10 kB/s)
18:16:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-safari-driver/2.44.0/selenium-safari-driver-2.44.0.pom
18:16:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-safari-driver/2.44.0/selenium-safari-driver-2.44.0.pom
18:16:25 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-safari-driver/2.44.0/selenium-safari-driver-2.44.0.pom
18:16:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-safari-driver/2.44.0/selenium-safari-driver-2.44.0.pom
18:16:26 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-safari-driver/2.44.0/selenium-safari-driver-2.44.0.pom (3.1 kB at 33 kB/s)
18:16:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-support/2.44.0/selenium-support-2.44.0.pom
18:16:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-support/2.44.0/selenium-support-2.44.0.pom
18:16:26 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-support/2.44.0/selenium-support-2.44.0.pom
18:16:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-support/2.44.0/selenium-support-2.44.0.pom
18:16:26 Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-support/2.44.0/selenium-support-2.44.0.pom (2.5 kB at 26 kB/s)
18:16:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/webjars/webjars-locator/0.21/webjars-locator-0.21.pom
18:16:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/webjars/webjars-locator/0.21/webjars-locator-0.21.pom
18:16:26 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/webjars/webjars-locator/0.21/webjars-locator-0.21.pom
18:16:26 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/webjars/webjars-locator/0.21/webjars-locator-0.21.pom
18:16:26 Progress (1): 4.1 kB
Progress (1): 6.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/webjars/webjars-locator/0.21/webjars-locator-0.21.pom (6.2 kB at 48 kB/s)
18:16:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-databind/2.3.3/jackson-databind-2.3.3.pom
18:16:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/jackson/core/jackson-databind/2.3.3/jackson-databind-2.3.3.pom
18:16:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/fasterxml/jackson/core/jackson-databind/2.3.3/jackson-databind-2.3.3.pom
18:16:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.3/jackson-databind-2.3.3.pom
18:16:27 Progress (1): 4.1 kB
Progress (1): 5.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.3/jackson-databind-2.3.3.pom (5.9 kB at 100 kB/s)
18:16:27 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/oss-parent/12/oss-parent-12.pom
18:16:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/oss-parent/12/oss-parent-12.pom
18:16:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/fasterxml/oss-parent/12/oss-parent-12.pom
18:16:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom
18:16:27 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 23 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 1.2 MB/s)
18:16:27 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom
18:16:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom
18:16:27 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom
18:16:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom
18:16:28 Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 86 kB/s)
18:16:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/oss-parent/11/oss-parent-11.pom
18:16:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/oss-parent/11/oss-parent-11.pom
18:16:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/fasterxml/oss-parent/11/oss-parent-11.pom
18:16:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom
18:16:28 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 23 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 1.2 MB/s)
18:16:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-core/2.3.3/jackson-core-2.3.3.pom
18:16:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/jackson/core/jackson-core/2.3.3/jackson-core-2.3.3.pom
18:16:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/fasterxml/jackson/core/jackson-core/2.3.3/jackson-core-2.3.3.pom
18:16:28 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.3/jackson-core-2.3.3.pom
18:16:28 Progress (1): 4.1 kB
Progress (1): 6.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.3/jackson-core-2.3.3.pom (6.0 kB at 74 kB/s)
18:16:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/webjars/bower/jasmine/2.3.0/jasmine-2.3.0.pom
18:16:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/webjars/bower/jasmine/2.3.0/jasmine-2.3.0.pom
18:16:28 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/webjars/bower/jasmine/2.3.0/jasmine-2.3.0.pom
18:16:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/webjars/bower/jasmine/2.3.0/jasmine-2.3.0.pom
18:16:29 Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/webjars/bower/jasmine/2.3.0/jasmine-2.3.0.pom (1.4 kB at 18 kB/s)
18:16:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/htmlunit/htmlunit/2.14/htmlunit-2.14.pom
18:16:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/htmlunit/htmlunit/2.14/htmlunit-2.14.pom
18:16:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/sourceforge/htmlunit/htmlunit/2.14/htmlunit-2.14.pom
18:16:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/htmlunit/htmlunit/2.14/htmlunit-2.14.pom
18:16:29 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
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/htmlunit/htmlunit/2.14/htmlunit-2.14.pom (37 kB at 705 kB/s)
18:16:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.2.1/commons-lang3-3.2.1.pom
18:16:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-lang3/3.2.1/commons-lang3-3.2.1.pom
18:16:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-lang3/3.2.1/commons-lang3-3.2.1.pom
18:16:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.2.1/commons-lang3-3.2.1.pom
18:16:29 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.2.1/commons-lang3-3.2.1.pom (20 kB at 633 kB/s)
18:16:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.3.2/httpclient-4.3.2.pom
18:16:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpclient/4.3.2/httpclient-4.3.2.pom
18:16:29 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpclient/4.3.2/httpclient-4.3.2.pom
18:16:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.2/httpclient-4.3.2.pom
18:16:30 Progress (1): 4.1 kB
Progress (1): 5.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.2/httpclient-4.3.2.pom (5.4 kB at 13 kB/s)
18:16:30 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-client/4.3.2/httpcomponents-client-4.3.2.pom
18:16:30 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcomponents-client/4.3.2/httpcomponents-client-4.3.2.pom
18:16:30 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcomponents-client/4.3.2/httpcomponents-client-4.3.2.pom
18:16:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.2/httpcomponents-client-4.3.2.pom
18:16:31 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.2/httpcomponents-client-4.3.2.pom (16 kB at 75 kB/s)
18:16:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.3.1/httpcore-4.3.1.pom
18:16:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcore/4.3.1/httpcore-4.3.1.pom
18:16:31 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcore/4.3.1/httpcore-4.3.1.pom
18:16:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.1/httpcore-4.3.1.pom
18:16:31 Progress (1): 4.1 kB
Progress (1): 4.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.1/httpcore-4.3.1.pom (4.6 kB at 90 kB/s)
18:16:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-core/4.3.1/httpcomponents-core-4.3.1.pom
18:16:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcomponents-core/4.3.1/httpcomponents-core-4.3.1.pom
18:16:31 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcomponents-core/4.3.1/httpcomponents-core-4.3.1.pom
18:16:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.1/httpcomponents-core-4.3.1.pom
18:16:31 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.1/httpcomponents-core-4.3.1.pom (12 kB at 193 kB/s)
18:16:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpmime/4.3.2/httpmime-4.3.2.pom
18:16:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpmime/4.3.2/httpmime-4.3.2.pom
18:16:32 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpmime/4.3.2/httpmime-4.3.2.pom
18:16:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.3.2/httpmime-4.3.2.pom
18:16:32 Progress (1): 4.1 kB
Progress (1): 4.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.3.2/httpmime-4.3.2.pom (4.9 kB at 44 kB/s)
18:16:32 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/htmlunit/htmlunit-core-js/2.14/htmlunit-core-js-2.14.pom
18:16:32 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/htmlunit/htmlunit-core-js/2.14/htmlunit-core-js-2.14.pom
18:16:32 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/sourceforge/htmlunit/htmlunit-core-js/2.14/htmlunit-core-js-2.14.pom
18:16:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/htmlunit/htmlunit-core-js/2.14/htmlunit-core-js-2.14.pom
18:16:32 Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/htmlunit/htmlunit-core-js/2.14/htmlunit-core-js-2.14.pom (1.5 kB at 27 kB/s)
18:16:32 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/nekohtml/nekohtml/1.9.20/nekohtml-1.9.20.pom
18:16:32 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/nekohtml/nekohtml/1.9.20/nekohtml-1.9.20.pom
18:16:32 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/sourceforge/nekohtml/nekohtml/1.9.20/nekohtml-1.9.20.pom
18:16:33 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/nekohtml/nekohtml/1.9.20/nekohtml-1.9.20.pom
18:16:33 Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/nekohtml/nekohtml/1.9.20/nekohtml-1.9.20.pom (1.4 kB at 10 kB/s)
18:16:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/cssparser/cssparser/0.9.13/cssparser-0.9.13.pom
18:16:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/cssparser/cssparser/0.9.13/cssparser-0.9.13.pom
18:16:33 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/sourceforge/cssparser/cssparser/0.9.13/cssparser-0.9.13.pom
18:16:33 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/cssparser/cssparser/0.9.13/cssparser-0.9.13.pom
18:16:33 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/cssparser/cssparser/0.9.13/cssparser-0.9.13.pom (12 kB at 144 kB/s)
18:16:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/jetty-websocket-8.1.14.v20131031.pom
18:16:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/jetty-websocket-8.1.14.v20131031.pom
18:16:33 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/jetty-websocket-8.1.14.v20131031.pom
18:16:33 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/jetty-websocket-8.1.14.v20131031.pom
18:16:34 Progress (1): 4.1 kB
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/jetty-websocket-8.1.14.v20131031.pom (4.1 kB at 59 kB/s)
18:16:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/klieber/phantomjs-maven-core/0.6/phantomjs-maven-core-0.6.pom
18:16:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/github/klieber/phantomjs-maven-core/0.6/phantomjs-maven-core-0.6.pom
18:16:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/github/klieber/phantomjs-maven-core/0.6/phantomjs-maven-core-0.6.pom
18:16:34 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/klieber/phantomjs-maven-core/0.6/phantomjs-maven-core-0.6.pom
18:16:34 Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/klieber/phantomjs-maven-core/0.6/phantomjs-maven-core-0.6.pom (1.6 kB at 7.2 kB/s)
18:16:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/klieber/phantomjs-root/0.6/phantomjs-root-0.6.pom
18:16:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/github/klieber/phantomjs-root/0.6/phantomjs-root-0.6.pom
18:16:34 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/github/klieber/phantomjs-root/0.6/phantomjs-root-0.6.pom
18:16:34 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/klieber/phantomjs-root/0.6/phantomjs-root-0.6.pom
18:16:34 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/klieber/phantomjs-root/0.6/phantomjs-root-0.6.pom (15 kB at 182 kB/s)
18:16:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-driver-zip/7.7.6/truezip-driver-zip-7.7.6.pom
18:16:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-driver-zip/7.7.6/truezip-driver-zip-7.7.6.pom
18:16:35 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-driver-zip/7.7.6/truezip-driver-zip-7.7.6.pom
18:16:35 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-zip/7.7.6/truezip-driver-zip-7.7.6.pom
18:16:36 Progress (1): 4.1 kB
Progress (1): 5.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-zip/7.7.6/truezip-driver-zip-7.7.6.pom (5.3 kB at 7.3 kB/s)
18:16:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-driver/7.7.6/truezip-driver-7.7.6.pom
18:16:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-driver/7.7.6/truezip-driver-7.7.6.pom
18:16:36 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-driver/7.7.6/truezip-driver-7.7.6.pom
18:16:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver/7.7.6/truezip-driver-7.7.6.pom
18:16:36 Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver/7.7.6/truezip-driver-7.7.6.pom (2.2 kB at 44 kB/s)
18:16:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip/7.7.6/truezip-7.7.6.pom
18:16:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip/7.7.6/truezip-7.7.6.pom
18:16:36 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip/7.7.6/truezip-7.7.6.pom
18:16:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip/7.7.6/truezip-7.7.6.pom
18:16:36 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip/7.7.6/truezip-7.7.6.pom (17 kB at 277 kB/s)
18:16:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/java/truecommons/truecommons-parent/73/truecommons-parent-73.pom
18:16:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/java/truecommons/truecommons-parent/73/truecommons-parent-73.pom
18:16:36 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/java/truecommons/truecommons-parent/73/truecommons-parent-73.pom
18:16:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/truecommons/truecommons-parent/73/truecommons-parent-73.pom
18:16:37 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 23 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/truecommons/truecommons-parent/73/truecommons-parent-73.pom (23 kB at 426 kB/s)
18:16:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-swing/7.7.6/truezip-swing-7.7.6.pom
18:16:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-swing/7.7.6/truezip-swing-7.7.6.pom
18:16:37 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-swing/7.7.6/truezip-swing-7.7.6.pom
18:16:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-swing/7.7.6/truezip-swing-7.7.6.pom
18:16:37 Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-swing/7.7.6/truezip-swing-7.7.6.pom (2.0 kB at 38 kB/s)
18:16:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.7/commons-compress-1.7.pom
18:16:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-compress/1.7/commons-compress-1.7.pom
18:16:37 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-compress/1.7/commons-compress-1.7.pom
18:16:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.7/commons-compress-1.7.pom
18:16:37 Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.7/commons-compress-1.7.pom (11 kB at 334 kB/s)
18:16:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.pom
18:16:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.pom
18:16:37 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.pom
18:16:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.pom
18:16:38 Progress (1): 819 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.pom (819 B at 16 kB/s)
18:16:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-kernel/7.7.6/truezip-kernel-7.7.6.pom
18:16:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-kernel/7.7.6/truezip-kernel-7.7.6.pom
18:16:38 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-kernel/7.7.6/truezip-kernel-7.7.6.pom
18:16:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-kernel/7.7.6/truezip-kernel-7.7.6.pom
18:16:38 Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-kernel/7.7.6/truezip-kernel-7.7.6.pom (2.9 kB at 39 kB/s)
18:16:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-driver-tar/7.7.6/truezip-driver-tar-7.7.6.pom
18:16:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-driver-tar/7.7.6/truezip-driver-tar-7.7.6.pom
18:16:38 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-driver-tar/7.7.6/truezip-driver-tar-7.7.6.pom
18:16:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-tar/7.7.6/truezip-driver-tar-7.7.6.pom
18:16:39 Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-tar/7.7.6/truezip-driver-tar-7.7.6.pom (3.1 kB at 44 kB/s)
18:16:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.4/xz-1.4.pom
18:16:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/tukaani/xz/1.4/xz-1.4.pom
18:16:39 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/tukaani/xz/1.4/xz-1.4.pom
18:16:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.4/xz-1.4.pom
18:16:40 Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.4/xz-1.4.pom (1.9 kB at 2.6 kB/s)
18:16:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-file/7.7.6/truezip-file-7.7.6.pom
18:16:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-file/7.7.6/truezip-file-7.7.6.pom
18:16:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-file/7.7.6/truezip-file-7.7.6.pom
18:16:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-file/7.7.6/truezip-file-7.7.6.pom
18:16:40 Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-file/7.7.6/truezip-file-7.7.6.pom (3.4 kB at 17 kB/s)
18:16:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-driver-file/7.7.6/truezip-driver-file-7.7.6.pom
18:16:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-driver-file/7.7.6/truezip-driver-file-7.7.6.pom
18:16:40 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-driver-file/7.7.6/truezip-driver-file-7.7.6.pom
18:16:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-file/7.7.6/truezip-driver-file-7.7.6.pom
18:16:41 Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-file/7.7.6/truezip-driver-file-7.7.6.pom (1.7 kB at 28 kB/s)
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-chrome-driver/2.45.0/selenium-chrome-driver-2.45.0.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-java/2.45.0/selenium-java-2.45.0.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-htmlunit-driver/2.45.0/selenium-htmlunit-driver-2.45.0.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-firefox-driver/2.45.0/selenium-firefox-driver-2.45.0.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-ie-driver/2.45.0/selenium-ie-driver-2.45.0.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-safari-driver/2.45.0/selenium-safari-driver-2.45.0.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-support/2.45.0/selenium-support-2.45.0.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/webbitserver/webbit/0.4.14/webbit-0.4.14.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty/3.5.2.Final/netty-3.5.2.Final.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-leg-rc/2.45.0/selenium-leg-rc-2.45.0.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-server/2.45.0/selenium-server-2.45.0.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/mx4j/mx4j-tools/3.0.1/mx4j-tools-3.0.1.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/jetty-repacked/7.6.1/jetty-repacked-7.6.1.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/jetty-rc-repacked/5/jetty-rc-repacked-5.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/yaml/snakeyaml/1.8/snakeyaml-1.8.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-remote-driver/2.45.0/selenium-remote-driver-2.45.0.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-api/2.45.0/selenium-api-2.45.0.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-server/8.1.14.v20131031/jetty-server-8.1.14.v20131031.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-continuation/8.1.14.v20131031/jetty-continuation-8.1.14.v20131031.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-http/8.1.14.v20131031/jetty-http-8.1.14.v20131031.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-io/8.1.14.v20131031/jetty-io-8.1.14.v20131031.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-util/8.1.14.v20131031/jetty-util-8.1.14.v20131031.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/webjars/webjars-locator/0.21/webjars-locator-0.21.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-databind/2.3.3/jackson-databind-2.3.3.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-core/2.3.3/jackson-core-2.3.3.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/webjars/bower/jasmine/2.3.0/jasmine-2.3.0.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/htmlunit/htmlunit/2.14/htmlunit-2.14.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xalan/xalan/2.7.1/xalan-2.7.1.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xalan/serializer/2.7.1/serializer-2.7.1.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpmime/4.3.2/httpmime-4.3.2.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/htmlunit/htmlunit-core-js/2.14/htmlunit-core-js-2.14.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/nekohtml/nekohtml/1.9.20/nekohtml-1.9.20.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/cssparser/cssparser/0.9.13/cssparser-0.9.13.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/w3c/css/sac/1.3/sac-1.3.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/jetty-websocket-8.1.14.v20131031.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/klieber/phantomjs-maven-core/0.6/phantomjs-maven-core-0.6.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-driver-zip/7.7.6/truezip-driver-zip-7.7.6.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-swing/7.7.6/truezip-swing-7.7.6.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.7/commons-compress-1.7.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-kernel/7.7.6/truezip-kernel-7.7.6.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-driver-tar/7.7.6/truezip-driver-tar-7.7.6.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.4/xz-1.4.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-file/7.7.6/truezip-file-7.7.6.jar
18:16:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip-driver-file/7.7.6/truezip-driver-file-7.7.6.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-java/2.45.0/selenium-java-2.45.0.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-chrome-driver/2.45.0/selenium-chrome-driver-2.45.0.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-htmlunit-driver/2.45.0/selenium-htmlunit-driver-2.45.0.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-firefox-driver/2.45.0/selenium-firefox-driver-2.45.0.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-ie-driver/2.45.0/selenium-ie-driver-2.45.0.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-safari-driver/2.45.0/selenium-safari-driver-2.45.0.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-support/2.45.0/selenium-support-2.45.0.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/webbitserver/webbit/0.4.14/webbit-0.4.14.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/io/netty/netty/3.5.2.Final/netty-3.5.2.Final.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-leg-rc/2.45.0/selenium-leg-rc-2.45.0.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-server/2.45.0/selenium-server-2.45.0.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/mx4j/mx4j-tools/3.0.1/mx4j-tools-3.0.1.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/jetty-repacked/7.6.1/jetty-repacked-7.6.1.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/jetty-rc-repacked/5/jetty-rc-repacked-5.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/yaml/snakeyaml/1.8/snakeyaml-1.8.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-remote-driver/2.45.0/selenium-remote-driver-2.45.0.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/selenium-api/2.45.0/selenium-api-2.45.0.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-server/8.1.14.v20131031/jetty-server-8.1.14.v20131031.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-continuation/8.1.14.v20131031/jetty-continuation-8.1.14.v20131031.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-http/8.1.14.v20131031/jetty-http-8.1.14.v20131031.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-io/8.1.14.v20131031/jetty-io-8.1.14.v20131031.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-util/8.1.14.v20131031/jetty-util-8.1.14.v20131031.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/webjars/webjars-locator/0.21/webjars-locator-0.21.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/jackson/core/jackson-databind/2.3.3/jackson-databind-2.3.3.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/jackson/core/jackson-core/2.3.3/jackson-core-2.3.3.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/webjars/bower/jasmine/2.3.0/jasmine-2.3.0.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/htmlunit/htmlunit/2.14/htmlunit-2.14.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xalan/xalan/2.7.1/xalan-2.7.1.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xalan/serializer/2.7.1/serializer-2.7.1.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpmime/4.3.2/httpmime-4.3.2.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/htmlunit/htmlunit-core-js/2.14/htmlunit-core-js-2.14.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/nekohtml/nekohtml/1.9.20/nekohtml-1.9.20.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/cssparser/cssparser/0.9.13/cssparser-0.9.13.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/w3c/css/sac/1.3/sac-1.3.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/jetty-websocket-8.1.14.v20131031.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/github/klieber/phantomjs-maven-core/0.6/phantomjs-maven-core-0.6.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-driver-zip/7.7.6/truezip-driver-zip-7.7.6.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-swing/7.7.6/truezip-swing-7.7.6.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-compress/1.7/commons-compress-1.7.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-kernel/7.7.6/truezip-kernel-7.7.6.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-driver-tar/7.7.6/truezip-driver-tar-7.7.6.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/tukaani/xz/1.4/xz-1.4.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-file/7.7.6/truezip-file-7.7.6.jar
18:16:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip-driver-file/7.7.6/truezip-driver-file-7.7.6.jar
18:16:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar
18:16:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-java/2.45.0/selenium-java-2.45.0.jar
18:16:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
18:16:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
18:16:41 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-chrome-driver/2.45.0/selenium-chrome-driver-2.45.0.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-htmlunit-driver/2.45.0/selenium-htmlunit-driver-2.45.0.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-firefox-driver/2.45.0/selenium-firefox-driver-2.45.0.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-ie-driver/2.45.0/selenium-ie-driver-2.45.0.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-safari-driver/2.45.0/selenium-safari-driver-2.45.0.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-support/2.45.0/selenium-support-2.45.0.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/webbitserver/webbit/0.4.14/webbit-0.4.14.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/io/netty/netty/3.5.2.Final/netty-3.5.2.Final.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-leg-rc/2.45.0/selenium-leg-rc-2.45.0.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-server/2.45.0/selenium-server-2.45.0.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/mx4j/mx4j-tools/3.0.1/mx4j-tools-3.0.1.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/jetty-repacked/7.6.1/jetty-repacked-7.6.1.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/jetty-rc-repacked/5/jetty-rc-repacked-5.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/yaml/snakeyaml/1.8/snakeyaml-1.8.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-remote-driver/2.45.0/selenium-remote-driver-2.45.0.jar
18:16:42 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.jar
18:16:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar
18:16:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/seleniumhq/selenium/selenium-api/2.45.0/selenium-api-2.45.0.jar
18:16:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar
18:16:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar
18:16:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar
18:16:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar
18:16:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
18:16:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
18:16:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
18:16:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-server/8.1.14.v20131031/jetty-server-8.1.14.v20131031.jar
18:16:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.jar
18:16:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-http/8.1.14.v20131031/jetty-http-8.1.14.v20131031.jar
18:16:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-continuation/8.1.14.v20131031/jetty-continuation-8.1.14.v20131031.jar
18:16:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-io/8.1.14.v20131031/jetty-io-8.1.14.v20131031.jar
18:16:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-util/8.1.14.v20131031/jetty-util-8.1.14.v20131031.jar
18:16:43 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/webjars/webjars-locator/0.21/webjars-locator-0.21.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/fasterxml/jackson/core/jackson-databind/2.3.3/jackson-databind-2.3.3.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/fasterxml/jackson/core/jackson-core/2.3.3/jackson-core-2.3.3.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/webjars/bower/jasmine/2.3.0/jasmine-2.3.0.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/sourceforge/htmlunit/htmlunit/2.14/htmlunit-2.14.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xalan/xalan/2.7.1/xalan-2.7.1.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xalan/serializer/2.7.1/serializer-2.7.1.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/httpcomponents/httpmime/4.3.2/httpmime-4.3.2.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/sourceforge/htmlunit/htmlunit-core-js/2.14/htmlunit-core-js-2.14.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/sourceforge/nekohtml/nekohtml/1.9.20/nekohtml-1.9.20.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/net/sourceforge/cssparser/cssparser/0.9.13/cssparser-0.9.13.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/w3c/css/sac/1.3/sac-1.3.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/jetty-websocket-8.1.14.v20131031.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/com/github/klieber/phantomjs-maven-core/0.6/phantomjs-maven-core-0.6.jar
18:16:44 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-driver-zip/7.7.6/truezip-driver-zip-7.7.6.jar
18:16:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-swing/7.7.6/truezip-swing-7.7.6.jar
18:16:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/apache/commons/commons-compress/1.7/commons-compress-1.7.jar
18:16:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar
18:16:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-kernel/7.7.6/truezip-kernel-7.7.6.jar
18:16:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-driver-tar/7.7.6/truezip-driver-tar-7.7.6.jar
18:16:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/org/tukaani/xz/1.4/xz-1.4.jar
18:16:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-file/7.7.6/truezip-file-7.7.6.jar
18:16:45 Downloading from bintray-bsi-business-systems-integration-ag-scout-eclipse-org: https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org/de/schlichtherle/truezip/truezip-driver-file/7.7.6/truezip-driver-file-7.7.6.jar
18:16:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar
18:16:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
18:16:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
18:16:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-java/2.45.0/selenium-java-2.45.0.jar
18:16:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-chrome-driver/2.45.0/selenium-chrome-driver-2.45.0.jar
18:16:46 Progress (1): 4.1/62 kB
Progress (1): 7.7/62 kB
Progress (1): 12/62 kB 
Progress (1): 16/62 kB
Progress (1): 20/62 kB
Progress (1): 24/62 kB
Progress (1): 28/62 kB
Progress (1): 32/62 kB
Progress (1): 36/62 kB
Progress (1): 40/62 kB
Progress (1): 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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 2.7 MB/s)
18:16:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-htmlunit-driver/2.45.0/selenium-htmlunit-driver-2.45.0.jar
18:16:46 Progress (1): 4.1/435 kB
Progress (1): 7.7/435 kB
Progress (1): 12/435 kB 
Progress (1): 16/435 kB
Progress (1): 20/435 kB
Progress (1): 24/435 kB
Progress (1): 28/435 kB
Progress (1): 32/435 kB
Progress (1): 36/435 kB
Progress (1): 40/435 kB
Progress (1): 45/435 kB
Progress (1): 49/435 kB
Progress (1): 53/435 kB
Progress (1): 57/435 kB
Progress (1): 61/435 kB
Progress (1): 65/435 kB
Progress (1): 69/435 kB
Progress (1): 73/435 kB
Progress (1): 77/435 kB
Progress (1): 81/435 kB
Progress (2): 81/435 kB | 4.1/22 kB
Progress (2): 85/435 kB | 4.1/22 kB
Progress (2): 85/435 kB | 7.7/22 kB
Progress (2): 90/435 kB | 7.7/22 kB
Progress (2): 90/435 kB | 12/22 kB 
Progress (2): 94/435 kB | 12/22 kB
Progress (2): 94/435 kB | 16/22 kB
Progress (2): 98/435 kB | 16/22 kB
Progress (2): 98/435 kB | 20/22 kB
Progress (2): 98/435 kB | 22 kB   
Progress (2): 102/435 kB | 22 kB
Progress (2): 106/435 kB | 22 kB
Progress (2): 110/435 kB | 22 kB
Progress (2): 114/435 kB | 22 kB
Progress (2): 118/435 kB | 22 kB
Progress (2): 122/435 kB | 22 kB
Progress (2): 126/435 kB | 22 kB
Progress (2): 131/435 kB | 22 kB
Progress (2): 135/435 kB | 22 kB
Progress (2): 139/435 kB | 22 kB
Progress (2): 143/435 kB | 22 kB
Progress (2): 147/435 kB | 22 kB
Progress (2): 151/435 kB | 22 kB
Progress (2): 155/435 kB | 22 kB
Progress (2): 159/435 kB | 22 kB
Progress (2): 163/435 kB | 22 kB
Progress (2): 167/435 kB | 22 kB
Progress (2): 171/435 kB | 22 kB
Progress (2): 176/435 kB | 22 kB
Progress (2): 180/435 kB | 22 kB
Progress (2): 184/435 kB | 22 kB
Progress (2): 188/435 kB | 22 kB
Progress (2): 192/435 kB | 22 kB
Progress (2): 196/435 kB | 22 kB
Progress (2): 200/435 kB | 22 kB
Progress (2): 204/435 kB | 22 kB
Progress (2): 208/435 kB | 22 kB
Progress (2): 212/435 kB | 22 kB
Progress (2): 217/435 kB | 22 kB
Progress (2): 221/435 kB | 22 kB
Progress (2): 225/435 kB | 22 kB
Progress (2): 229/435 kB | 22 kB
Progress (2): 233/435 kB | 22 kB
Progress (2): 237/435 kB | 22 kB
Progress (2): 241/435 kB | 22 kB
Progress (2): 245/435 kB | 22 kB
Progress (2): 249/435 kB | 22 kB
Progress (2): 253/435 kB | 22 kB
Progress (2): 258/435 kB | 22 kB
Progress (2): 262/435 kB | 22 kB
Progress (2): 266/435 kB | 22 kB
Progress (2): 270/435 kB | 22 kB
Progress (2): 274/435 kB | 22 kB
Progress (2): 278/435 kB | 22 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar (22 kB at 371 kB/s)
18:16:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-firefox-driver/2.45.0/selenium-firefox-driver-2.45.0.jar
18:16:46 Progress (1): 282/435 kB
Progress (1): 286/435 kB
Progress (1): 290/435 kB
Progress (1): 294/435 kB
Progress (1): 298/435 kB
Progress (1): 303/435 kB
Progress (1): 307/435 kB
Progress (1): 311/435 kB
Progress (1): 315/435 kB
Progress (1): 319/435 kB
Progress (1): 323/435 kB
Progress (1): 327/435 kB
Progress (1): 331/435 kB
Progress (1): 335/435 kB
Progress (1): 339/435 kB
Progress (1): 344/435 kB
Progress (1): 348/435 kB
Progress (1): 352/435 kB
Progress (1): 356/435 kB
Progress (1): 360/435 kB
Progress (1): 364/435 kB
Progress (1): 368/435 kB
Progress (1): 372/435 kB
Progress (1): 376/435 kB
Progress (1): 380/435 kB
Progress (1): 384/435 kB
Progress (1): 389/435 kB
Progress (1): 393/435 kB
Progress (1): 397/435 kB
Progress (1): 401/435 kB
Progress (1): 405/435 kB
Progress (1): 409/435 kB
Progress (1): 413/435 kB
Progress (1): 417/435 kB
Progress (1): 421/435 kB
Progress (1): 425/435 kB
Progress (1): 430/435 kB
Progress (1): 434/435 kB
Progress (1): 435 kB    
Progress (2): 435 kB | 2.1 kB
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 4.8 MB/s)
18:16:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-ie-driver/2.45.0/selenium-ie-driver-2.45.0.jar
18:16:46 Progress (2): 2.1 kB | 4.1/9.5 kB
Progress (2): 2.1 kB | 7.7/9.5 kB
Progress (2): 2.1 kB | 9.5 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-java/2.45.0/selenium-java-2.45.0.jar (2.1 kB at 22 kB/s)
18:16:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-safari-driver/2.45.0/selenium-safari-driver-2.45.0.jar
18:16:46 Progress (2): 9.5 kB | 4.1/59 kB
Progress (2): 9.5 kB | 7.7/59 kB
Progress (2): 9.5 kB | 12/59 kB 
Progress (2): 9.5 kB | 16/59 kB
Progress (2): 9.5 kB | 20/59 kB
Progress (2): 9.5 kB | 24/59 kB
Progress (2): 9.5 kB | 28/59 kB
Progress (2): 9.5 kB | 32/59 kB
Progress (2): 9.5 kB | 36/59 kB
Progress (2): 9.5 kB | 40/59 kB
Progress (2): 9.5 kB | 45/59 kB
Progress (2): 9.5 kB | 49/59 kB
Progress (2): 9.5 kB | 53/59 kB
Progress (2): 9.5 kB | 57/59 kB
Progress (2): 9.5 kB | 59 kB   
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-chrome-driver/2.45.0/selenium-chrome-driver-2.45.0.jar (9.5 kB at 88 kB/s)
18:16:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-support/2.45.0/selenium-support-2.45.0.jar
18:16:46 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-htmlunit-driver/2.45.0/selenium-htmlunit-driver-2.45.0.jar (59 kB at 514 kB/s)
18:16:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/webbitserver/webbit/0.4.14/webbit-0.4.14.jar
18:16:46 Progress (1): 0/2.6 MB
Progress (2): 0/2.6 MB | 4.1/12 kB
Progress (2): 0/2.6 MB | 4.1/12 kB
Progress (2): 0/2.6 MB | 7.7/12 kB
Progress (2): 0/2.6 MB | 12 kB    
Progress (2): 0/2.6 MB | 12 kB
Progress (2): 0.1/2.6 MB | 12 kB
Progress (2): 0.1/2.6 MB | 12 kB
Progress (2): 0.1/2.6 MB | 12 kB
Progress (2): 0.1/2.6 MB | 12 kB
Progress (2): 0.1/2.6 MB | 12 kB
Progress (2): 0.1/2.6 MB | 12 kB
Progress (2): 0.2/2.6 MB | 12 kB
Progress (2): 0.2/2.6 MB | 12 kB
Progress (2): 0.2/2.6 MB | 12 kB
Progress (2): 0.2/2.6 MB | 12 kB
Progress (2): 0.2/2.6 MB | 12 kB
Progress (2): 0.2/2.6 MB | 12 kB
Progress (2): 0.3/2.6 MB | 12 kB
Progress (2): 0.3/2.6 MB | 12 kB
Progress (2): 0.3/2.6 MB | 12 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-ie-driver/2.45.0/selenium-ie-driver-2.45.0.jar (12 kB at 64 kB/s)
18:16:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty/3.5.2.Final/netty-3.5.2.Final.jar
18:16:46 Progress (2): 0.3/2.6 MB | 4.1/136 kB
Progress (2): 0.3/2.6 MB | 7.7/136 kB
Progress (2): 0.3/2.6 MB | 12/136 kB 
Progress (2): 0.3/2.6 MB | 16/136 kB
Progress (2): 0.3/2.6 MB | 20/136 kB
Progress (2): 0.3/2.6 MB | 24/136 kB
Progress (2): 0.3/2.6 MB | 28/136 kB
Progress (2): 0.3/2.6 MB | 32/136 kB
Progress (2): 0.3/2.6 MB | 36/136 kB
Progress (2): 0.3/2.6 MB | 40/136 kB
Progress (2): 0.3/2.6 MB | 45/136 kB
Progress (2): 0.3/2.6 MB | 49/136 kB
Progress (2): 0.3/2.6 MB | 53/136 kB
Progress (2): 0.3/2.6 MB | 57/136 kB
Progress (2): 0.3/2.6 MB | 61/136 kB
Progress (2): 0.3/2.6 MB | 65/136 kB
Progress (2): 0.3/2.6 MB | 69/136 kB
Progress (2): 0.3/2.6 MB | 73/136 kB
Progress (2): 0.3/2.6 MB | 77/136 kB
Progress (2): 0.3/2.6 MB | 81/136 kB
Progress (2): 0.3/2.6 MB | 85/136 kB
Progress (2): 0.3/2.6 MB | 90/136 kB
Progress (2): 0.3/2.6 MB | 94/136 kB
Progress (2): 0.3/2.6 MB | 98/136 kB
Progress (2): 0.3/2.6 MB | 102/136 kB
Progress (2): 0.3/2.6 MB | 106/136 kB
Progress (2): 0.3/2.6 MB | 110/136 kB
Progress (2): 0.3/2.6 MB | 114/136 kB
Progress (2): 0.3/2.6 MB | 118/136 kB
Progress (2): 0.3/2.6 MB | 122/136 kB
Progress (2): 0.3/2.6 MB | 126/136 kB
Progress (2): 0.3/2.6 MB | 131/136 kB
Progress (2): 0.3/2.6 MB | 135/136 kB
Progress (2): 0.3/2.6 MB | 136 kB    
Progress (3): 0.3/2.6 MB | 136 kB | 4.1/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 7.7/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 12/304 kB 
Progress (3): 0.3/2.6 MB | 136 kB | 16/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 20/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 24/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 28/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 32/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 36/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 40/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 45/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 49/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 53/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 57/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 61/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 65/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 69/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 73/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 77/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 81/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 85/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 90/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 94/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 98/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 102/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 106/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 110/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 114/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 118/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 122/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 126/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 131/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 135/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 139/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 143/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 147/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 151/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 155/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 159/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 163/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 167/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 171/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 176/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 180/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 184/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 188/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 192/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 196/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 200/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 204/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 208/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 212/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 217/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 221/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 225/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 229/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 233/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 237/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 241/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 245/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 249/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 253/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 258/304 kB
Progress (3): 0.3/2.6 MB | 136 kB | 262/304 kB
Progress (4): 0.3/2.6 MB | 136 kB | 262/304 kB | 4.1/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 262/304 kB | 7.7/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 266/304 kB | 7.7/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 266/304 kB | 12/165 kB 
Progress (4): 0.3/2.6 MB | 136 kB | 270/304 kB | 12/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 270/304 kB | 16/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 274/304 kB | 16/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 278/304 kB | 16/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 278/304 kB | 20/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 278/304 kB | 24/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 278/304 kB | 28/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 282/304 kB | 28/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 282/304 kB | 32/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 286/304 kB | 32/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 290/304 kB | 32/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 294/304 kB | 32/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 294/304 kB | 36/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 294/304 kB | 40/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 294/304 kB | 45/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 298/304 kB | 45/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 298/304 kB | 49/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 303/304 kB | 49/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 49/165 kB    
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 53/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 57/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 61/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 65/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 69/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 73/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 77/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 81/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 85/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 90/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 94/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 98/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 102/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 106/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 110/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 114/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 118/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 122/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 126/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 131/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 135/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 139/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 143/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 147/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 151/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 155/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 159/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 163/165 kB
Progress (4): 0.3/2.6 MB | 136 kB | 304 kB | 165 kB    
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-safari-driver/2.45.0/selenium-safari-driver-2.45.0.jar (304 kB at 1.0 MB/s)
18:16:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-leg-rc/2.45.0/selenium-leg-rc-2.45.0.jar
18:16:46 Progress (4): 0.3/2.6 MB | 136 kB | 165 kB | 0/1.1 MB
Progress (4): 0.3/2.6 MB | 136 kB | 165 kB | 0/1.1 MB
Progress (4): 0.3/2.6 MB | 136 kB | 165 kB | 0/1.1 MB
Progress (4): 0.3/2.6 MB | 136 kB | 165 kB | 0/1.1 MB
Progress (4): 0.3/2.6 MB | 136 kB | 165 kB | 0/1.1 MB
Progress (4): 0.3/2.6 MB | 136 kB | 165 kB | 0/1.1 MB
Progress (4): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB
Progress (4): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB
Progress (4): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB
Progress (4): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB
Progress (4): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB
Progress (4): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB
Progress (4): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB
Progress (4): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB
Progress (4): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB
Progress (4): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB
Progress (4): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB
Progress (4): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 4.1/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 7.7/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 12/407 kB 
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 16/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 20/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 24/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 28/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 32/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 36/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 40/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 45/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 49/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 53/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 57/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 61/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 65/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 69/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 73/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 77/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 81/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 85/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 90/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 94/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 98/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 102/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 106/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 110/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 114/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 118/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 122/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 126/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 131/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 135/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 139/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 143/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 147/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 151/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 155/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 159/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 163/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 167/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 171/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 176/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 180/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 184/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 188/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 192/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 196/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 196/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 200/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 204/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 208/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 208/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 212/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 212/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 217/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 221/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 225/407 kB
Progress (5): 0.3/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 229/407 kB
Progress (5): 0.4/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 229/407 kB
Progress (5): 0.4/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 233/407 kB
Progress (5): 0.4/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 233/407 kB
Progress (5): 0.4/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 237/407 kB
Progress (5): 0.4/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 241/407 kB
Progress (5): 0.4/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 245/407 kB
Progress (5): 0.4/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 245/407 kB
Progress (5): 0.4/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 249/407 kB
Progress (5): 0.4/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 253/407 kB
Progress (5): 0.4/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 253/407 kB
Progress (5): 0.4/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 258/407 kB
Progress (5): 0.4/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 262/407 kB
Progress (5): 0.4/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 262/407 kB
Progress (5): 0.4/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 266/407 kB
Progress (5): 0.4/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 270/407 kB
Progress (5): 0.4/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 274/407 kB
Progress (5): 0.4/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 274/407 kB
Progress (5): 0.4/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 278/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 278/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 282/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 286/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 290/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 294/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 294/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 298/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 298/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 303/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 307/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 311/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 311/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 315/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 319/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 319/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 323/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 327/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 327/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 331/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 335/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 339/407 kB
Progress (5): 0.5/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 344/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 344/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 348/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 352/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 352/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 356/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 360/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 360/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 364/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 368/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 372/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 376/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 376/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 380/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 384/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 384/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 389/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 393/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 393/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 397/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 401/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 405/407 kB
Progress (5): 0.6/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 407 kB    
Progress (5): 0.7/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 407 kB
Progress (5): 0.7/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 407 kB
Progress (5): 0.7/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 407 kB
Progress (5): 0.7/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 407 kB
Progress (5): 0.7/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 407 kB
Progress (5): 0.7/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 407 kB
Progress (5): 0.8/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 407 kB
Progress (5): 0.8/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 407 kB
Progress (5): 0.8/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 407 kB
Progress (5): 0.8/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 407 kB
Progress (5): 0.8/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 407 kB
Progress (5): 0.8/2.6 MB | 136 kB | 165 kB | 0.1/1.1 MB | 407 kB
Progress (5): 0.8/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.8/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.9/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.9/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.9/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.9/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.9/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.9/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.9/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.9/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.9/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.9/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.9/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.9/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.9/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.9/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.9/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.9/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.9/2.6 MB | 136 kB | 165 kB | 0.2/1.1 MB | 407 kB
Progress (5): 0.9/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.0/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.0/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.0/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.0/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.0/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.0/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.0/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.0/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.0/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.0/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.0/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.0/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.0/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.0/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.0/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.0/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.0/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.1/2.6 MB | 136 kB | 165 kB | 0.3/1.1 MB | 407 kB
Progress (5): 1.1/2.6 MB | 136 kB | 165 kB | 0.4/1.1 MB | 407 kB
Progress (5): 1.1/2.6 MB | 136 kB | 165 kB | 0.4/1.1 MB | 407 kB
Progress (5): 1.1/2.6 MB | 136 kB | 165 kB | 0.4/1.1 MB | 407 kB
Progress (5): 1.1/2.6 MB | 136 kB | 165 kB | 0.4/1.1 MB | 407 kB
Progress (5): 1.1/2.6 MB | 136 kB | 165 kB | 0.4/1.1 MB | 407 kB
Progress (5): 1.1/2.6 MB | 136 kB | 165 kB | 0.4/1.1 MB | 407 kB
Progress (5): 1.1/2.6 MB | 136 kB | 165 kB | 0.4/1.1 MB | 407 kB
Progress (5): 1.1/2.6 MB | 136 kB | 165 kB | 0.4/1.1 MB | 407 kB
Progress (5): 1.1/2.6 MB | 136 kB | 165 kB | 0.4/1.1 MB | 407 kB
Progress (5): 1.1/2.6 MB | 136 kB | 165 kB | 0.4/1.1 MB | 407 kB
Progress (5): 1.1/2.6 MB | 136 kB | 165 kB | 0.4/1.1 MB | 407 kB
Progress (5): 1.1/2.6 MB | 136 kB | 165 kB | 0.4/1.1 MB | 407 kB
Progress (5): 1.1/2.6 MB | 136 kB | 165 kB | 0.4/1.1 MB | 407 kB
Progress (5): 1.1/2.6 MB | 136 kB | 165 kB | 0.4/1.1 MB | 407 kB
Progress (5): 1.1/2.6 MB | 136 kB | 165 kB | 0.4/1.1 MB | 407 kB
Progress (5): 1.1/2.6 MB | 136 kB | 165 kB | 0.4/1.1 MB | 407 kB
Progress (5): 1.1/2.6 MB | 136 kB | 165 kB | 0.4/1.1 MB | 407 kB
Progress (5): 1.2/2.6 MB | 136 kB | 165 kB | 0.4/1.1 MB | 407 kB
Progress (5): 1.2/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB | 407 kB
Progress (5): 1.2/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB | 407 kB
Progress (5): 1.2/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB | 407 kB
Progress (5): 1.2/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB | 407 kB
Progress (5): 1.2/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB | 407 kB
Progress (5): 1.2/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB | 407 kB
Progress (5): 1.2/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB | 407 kB
Progress (5): 1.2/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB | 407 kB
Progress (5): 1.2/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB | 407 kB
Progress (5): 1.2/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB | 407 kB
Progress (5): 1.2/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB | 407 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-leg-rc/2.45.0/selenium-leg-rc-2.45.0.jar (407 kB at 1.0 MB/s)
18:16:46 Progress (4): 1.2/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB
Progress (4): 1.2/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB
Progress (4): 1.2/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB
                                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-server/2.45.0/selenium-server-2.45.0.jar
18:16:46 Progress (4): 1.2/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB
Progress (4): 1.2/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB
Progress (4): 1.2/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB
Progress (4): 1.2/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.5/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.6/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.6/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.6/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.6/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.6/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.6/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.6/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.6/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.6/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.6/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.6/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.6/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.6/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.6/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.6/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.6/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.6/1.1 MB
Progress (4): 1.3/2.6 MB | 136 kB | 165 kB | 0.7/1.1 MB
Progress (4): 1.4/2.6 MB | 136 kB | 165 kB | 0.7/1.1 MB
Progress (4): 1.4/2.6 MB | 136 kB | 165 kB | 0.7/1.1 MB
Progress (4): 1.4/2.6 MB | 136 kB | 165 kB | 0.7/1.1 MB
Progress (4): 1.4/2.6 MB | 136 kB | 165 kB | 0.7/1.1 MB
Progress (4): 1.4/2.6 MB | 136 kB | 165 kB | 0.7/1.1 MB
Progress (4): 1.4/2.6 MB | 136 kB | 165 kB | 0.7/1.1 MB
Progress (4): 1.4/2.6 MB | 136 kB | 165 kB | 0.7/1.1 MB
Progress (4): 1.4/2.6 MB | 136 kB | 165 kB | 0.7/1.1 MB
Progress (4): 1.4/2.6 MB | 136 kB | 165 kB | 0.7/1.1 MB
Progress (4): 1.4/2.6 MB | 136 kB | 165 kB | 0.7/1.1 MB
Progress (4): 1.4/2.6 MB | 136 kB | 165 kB | 0.7/1.1 MB
Progress (4): 1.4/2.6 MB | 136 kB | 165 kB | 0.7/1.1 MB
Progress (4): 1.4/2.6 MB | 136 kB | 165 kB | 0.7/1.1 MB
Progress (4): 1.4/2.6 MB | 136 kB | 165 kB | 0.7/1.1 MB
Progress (4): 1.4/2.6 MB | 136 kB | 165 kB | 0.7/1.1 MB
Progress (4): 1.4/2.6 MB | 136 kB | 165 kB | 0.7/1.1 MB
Progress (4): 1.4/2.6 MB | 136 kB | 165 kB | 0.7/1.1 MB
Progress (4): 1.4/2.6 MB | 136 kB | 165 kB | 0.8/1.1 MB
Progress (4): 1.5/2.6 MB | 136 kB | 165 kB | 0.8/1.1 MB
Progress (4): 1.5/2.6 MB | 136 kB | 165 kB | 0.8/1.1 MB
Progress (4): 1.5/2.6 MB | 136 kB | 165 kB | 0.8/1.1 MB
Progress (4): 1.5/2.6 MB | 136 kB | 165 kB | 0.8/1.1 MB
Progress (4): 1.5/2.6 MB | 136 kB | 165 kB | 0.8/1.1 MB
Progress (4): 1.5/2.6 MB | 136 kB | 165 kB | 0.8/1.1 MB
Progress (4): 1.5/2.6 MB | 136 kB | 165 kB | 0.8/1.1 MB
Progress (4): 1.5/2.6 MB | 136 kB | 165 kB | 0.8/1.1 MB
Progress (4): 1.5/2.6 MB | 136 kB | 165 kB | 0.8/1.1 MB
Progress (4): 1.5/2.6 MB | 136 kB | 165 kB | 0.8/1.1 MB
Progress (4): 1.5/2.6 MB | 136 kB | 165 kB | 0.8/1.1 MB
Progress (4): 1.5/2.6 MB | 136 kB | 165 kB | 0.8/1.1 MB
Progress (4): 1.5/2.6 MB | 136 kB | 165 kB | 0.8/1.1 MB
Progress (4): 1.5/2.6 MB | 136 kB | 165 kB | 0.8/1.1 MB
Progress (4): 1.5/2.6 MB | 136 kB | 165 kB | 0.8/1.1 MB
Progress (4): 1.5/2.6 MB | 136 kB | 165 kB | 0.8/1.1 MB
Progress (4): 1.5/2.6 MB | 136 kB | 165 kB | 0.8/1.1 MB
Progress (4): 1.5/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.6/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.6/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.6/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.6/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.6/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.6/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.6/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.6/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.6/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.6/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.6/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.6/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.6/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.6/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.6/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.6/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.6/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.6/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.7/2.6 MB | 136 kB | 165 kB | 0.9/1.1 MB
Progress (4): 1.7/2.6 MB | 136 kB | 165 kB | 1.0/1.1 MB
Progress (4): 1.7/2.6 MB | 136 kB | 165 kB | 1.0/1.1 MB
Progress (4): 1.7/2.6 MB | 136 kB | 165 kB | 1.0/1.1 MB
Progress (4): 1.7/2.6 MB | 136 kB | 165 kB | 1.0/1.1 MB
Progress (4): 1.7/2.6 MB | 136 kB | 165 kB | 1.0/1.1 MB
Progress (4): 1.7/2.6 MB | 136 kB | 165 kB | 1.0/1.1 MB
Progress (4): 1.7/2.6 MB | 136 kB | 165 kB | 1.0/1.1 MB
Progress (4): 1.7/2.6 MB | 136 kB | 165 kB | 1.0/1.1 MB
Progress (4): 1.7/2.6 MB | 136 kB | 165 kB | 1.0/1.1 MB
Progress (4): 1.7/2.6 MB | 136 kB | 165 kB | 1.0/1.1 MB
Progress (4): 1.7/2.6 MB | 136 kB | 165 kB | 1.0/1.1 MB
Progress (4): 1.7/2.6 MB | 136 kB | 165 kB | 1.0/1.1 MB
Progress (4): 1.7/2.6 MB | 136 kB | 165 kB | 1.0/1.1 MB
Progress (4): 1.7/2.6 MB | 136 kB | 165 kB | 1.0/1.1 MB
Progress (4): 1.7/2.6 MB | 136 kB | 165 kB | 1.0/1.1 MB
Progress (4): 1.7/2.6 MB | 136 kB | 165 kB | 1.0/1.1 MB
Progress (4): 1.7/2.6 MB | 136 kB | 165 kB | 1.0/1.1 MB
Progress (4): 1.8/2.6 MB | 136 kB | 165 kB | 1.0/1.1 MB
Progress (4): 1.8/2.6 MB | 136 kB | 165 kB | 1.1/1.1 MB
Progress (4): 1.8/2.6 MB | 136 kB | 165 kB | 1.1/1.1 MB
Progress (4): 1.8/2.6 MB | 136 kB | 165 kB | 1.1/1.1 MB
Progress (4): 1.8/2.6 MB | 136 kB | 165 kB | 1.1/1.1 MB
Progress (4): 1.8/2.6 MB | 136 kB | 165 kB | 1.1/1.1 MB
Progress (4): 1.8/2.6 MB | 136 kB | 165 kB | 1.1/1.1 MB
Progress (4): 1.8/2.6 MB | 136 kB | 165 kB | 1.1/1.1 MB
Progress (4): 1.8/2.6 MB | 136 kB | 165 kB | 1.1/1.1 MB
Progress (4): 1.8/2.6 MB | 136 kB | 165 kB | 1.1/1.1 MB
Progress (4): 1.8/2.6 MB | 136 kB | 165 kB | 1.1/1.1 MB
Progress (5): 1.8/2.6 MB | 136 kB | 165 kB | 1.1/1.1 MB | 0/1.9 MB
Progress (5): 1.8/2.6 MB | 136 kB | 165 kB | 1.1/1.1 MB | 0/1.9 MB
Progress (5): 1.8/2.6 MB | 136 kB | 165 kB | 1.1/1.1 MB | 0/1.9 MB
Progress (5): 1.8/2.6 MB | 136 kB | 165 kB | 1.1/1.1 MB | 0/1.9 MB
Progress (5): 1.8/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0/1.9 MB    
Progress (5): 1.8/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0/1.9 MB
Progress (5): 1.9/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0/1.9 MB
Progress (5): 1.9/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0/1.9 MB
Progress (5): 1.9/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0/1.9 MB
Progress (5): 1.9/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0/1.9 MB
Progress (5): 1.9/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0/1.9 MB
Progress (5): 1.9/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0/1.9 MB
Progress (5): 1.9/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 1.9/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 1.9/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 1.9/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 1.9/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 1.9/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 1.9/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 1.9/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 1.9/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 1.9/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 1.9/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 2.0/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 2.0/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 2.0/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 2.0/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 2.0/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 2.0/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 2.0/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 2.0/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 2.0/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.1/1.9 MB
Progress (5): 2.0/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.0/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.0/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.0/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.0/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.0/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.1/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.1/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.1/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.1/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.1/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.1/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.1/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.1/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.1/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.1/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.1/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.1/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.1/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.1/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.2/1.9 MB
Progress (5): 2.1/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.3/1.9 MB
Progress (5): 2.1/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.3/1.9 MB
Progress (5): 2.2/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.3/1.9 MB
Progress (5): 2.2/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.3/1.9 MB
Progress (5): 2.2/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.3/1.9 MB
Progress (5): 2.2/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.3/1.9 MB
Progress (5): 2.2/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.3/1.9 MB
Progress (5): 2.2/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.3/1.9 MB
Progress (5): 2.2/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.3/1.9 MB
Progress (5): 2.2/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.3/1.9 MB
Progress (5): 2.2/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.3/1.9 MB
Progress (5): 2.2/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.3/1.9 MB
Progress (5): 2.2/2.6 MB | 136 kB | 165 kB | 1.1 MB | 0.3/1.9 MB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty/3.5.2.Final/netty-3.5.2.Final.jar (1.1 MB at 2.3 MB/s)
18:16:46 Progress (4): 2.2/2.6 MB | 136 kB | 165 kB | 0.3/1.9 MB
                                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar
18:16:46 Progress (4): 2.2/2.6 MB | 136 kB | 165 kB | 0.3/1.9 MB
Progress (4): 2.2/2.6 MB | 136 kB | 165 kB | 0.3/1.9 MB
Progress (4): 2.2/2.6 MB | 136 kB | 165 kB | 0.3/1.9 MB
Progress (4): 2.3/2.6 MB | 136 kB | 165 kB | 0.3/1.9 MB
Progress (4): 2.3/2.6 MB | 136 kB | 165 kB | 0.3/1.9 MB
Progress (4): 2.3/2.6 MB | 136 kB | 165 kB | 0.3/1.9 MB
Progress (4): 2.3/2.6 MB | 136 kB | 165 kB | 0.4/1.9 MB
Progress (4): 2.3/2.6 MB | 136 kB | 165 kB | 0.4/1.9 MB
Progress (4): 2.3/2.6 MB | 136 kB | 165 kB | 0.4/1.9 MB
Progress (4): 2.3/2.6 MB | 136 kB | 165 kB | 0.4/1.9 MB
Progress (4): 2.3/2.6 MB | 136 kB | 165 kB | 0.4/1.9 MB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-support/2.45.0/selenium-support-2.45.0.jar (136 kB at 281 kB/s)
18:16:46 Progress (3): 2.3/2.6 MB | 165 kB | 0.4/1.9 MB
Progress (3): 2.3/2.6 MB | 165 kB | 0.4/1.9 MB
Progress (3): 2.3/2.6 MB | 165 kB | 0.4/1.9 MB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar
18:16:46 Progress (3): 2.3/2.6 MB | 165 kB | 0.4/1.9 MB
Progress (3): 2.3/2.6 MB | 165 kB | 0.4/1.9 MB
Progress (3): 2.3/2.6 MB | 165 kB | 0.4/1.9 MB
Progress (3): 2.3/2.6 MB | 165 kB | 0.4/1.9 MB
Progress (3): 2.3/2.6 MB | 165 kB | 0.4/1.9 MB
Progress (3): 2.3/2.6 MB | 165 kB | 0.4/1.9 MB
Progress (3): 2.4/2.6 MB | 165 kB | 0.4/1.9 MB
Progress (3): 2.4/2.6 MB | 165 kB | 0.4/1.9 MB
Progress (3): 2.4/2.6 MB | 165 kB | 0.4/1.9 MB
Progress (3): 2.4/2.6 MB | 165 kB | 0.4/1.9 MB
Progress (3): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB
Progress (3): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB
Progress (3): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB
Progress (3): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB
Progress (3): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 4.1/585 kB
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 4.1/585 kB
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 7.7/585 kB
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 12/585 kB 
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 12/585 kB
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 16/585 kB
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 16/585 kB
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 16/585 kB
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 20/585 kB
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 24/585 kB
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 24/585 kB
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 28/585 kB
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 28/585 kB
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 32/585 kB
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 32/585 kB
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 32/585 kB
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 36/585 kB
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 36/585 kB
Progress (4): 2.4/2.6 MB | 165 kB | 0.5/1.9 MB | 40/585 kB
Progress (4): 2.5/2.6 MB | 165 kB | 0.5/1.9 MB | 40/585 kB
Progress (4): 2.5/2.6 MB | 165 kB | 0.5/1.9 MB | 45/585 kB
Progress (4): 2.5/2.6 MB | 165 kB | 0.5/1.9 MB | 49/585 kB
Progress (4): 2.5/2.6 MB | 165 kB | 0.5/1.9 MB | 49/585 kB
Progress (4): 2.5/2.6 MB | 165 kB | 0.5/1.9 MB | 49/585 kB
Progress (4): 2.5/2.6 MB | 165 kB | 0.5/1.9 MB | 49/585 kB
Progress (4): 2.5/2.6 MB | 165 kB | 0.5/1.9 MB | 53/585 kB
Progress (4): 2.5/2.6 MB | 165 kB | 0.5/1.9 MB | 57/585 kB
Progress (4): 2.5/2.6 MB | 165 kB | 0.5/1.9 MB | 61/585 kB
Progress (4): 2.5/2.6 MB | 165 kB | 0.5/1.9 MB | 65/585 kB
Progress (4): 2.5/2.6 MB | 165 kB | 0.5/1.9 MB | 65/585 kB
Progress (4): 2.5/2.6 MB | 165 kB | 0.5/1.9 MB | 65/585 kB
Progress (4): 2.5/2.6 MB | 165 kB | 0.5/1.9 MB | 65/585 kB
Progress (4): 2.5/2.6 MB | 165 kB | 0.5/1.9 MB | 65/585 kB
Progress (4): 2.6/2.6 MB | 165 kB | 0.5/1.9 MB | 65/585 kB
Progress (4): 2.6/2.6 MB | 165 kB | 0.5/1.9 MB | 65/585 kB
Progress (4): 2.6/2.6 MB | 165 kB | 0.5/1.9 MB | 65/585 kB
Progress (4): 2.6/2.6 MB | 165 kB | 0.5/1.9 MB | 65/585 kB
Progress (4): 2.6/2.6 MB | 165 kB | 0.6/1.9 MB | 65/585 kB
Progress (4): 2.6/2.6 MB | 165 kB | 0.6/1.9 MB | 69/585 kB
Progress (4): 2.6/2.6 MB | 165 kB | 0.6/1.9 MB | 73/585 kB
Progress (4): 2.6/2.6 MB | 165 kB | 0.6/1.9 MB | 77/585 kB
Progress (4): 2.6/2.6 MB | 165 kB | 0.6/1.9 MB | 81/585 kB
Progress (5): 2.6/2.6 MB | 165 kB | 0.6/1.9 MB | 81/585 kB | 0/2.3 MB
Progress (5): 2.6/2.6 MB | 165 kB | 0.6/1.9 MB | 81/585 kB | 0/2.3 MB
Progress (5): 2.6/2.6 MB | 165 kB | 0.6/1.9 MB | 81/585 kB | 0/2.3 MB
Progress (5): 2.6/2.6 MB | 165 kB | 0.6/1.9 MB | 81/585 kB | 0/2.3 MB
Progress (5): 2.6/2.6 MB | 165 kB | 0.6/1.9 MB | 85/585 kB | 0/2.3 MB
Progress (5): 2.6/2.6 MB | 165 kB | 0.6/1.9 MB | 90/585 kB | 0/2.3 MB
Progress (5): 2.6/2.6 MB | 165 kB | 0.6/1.9 MB | 90/585 kB | 0/2.3 MB
Progress (5): 2.6/2.6 MB | 165 kB | 0.6/1.9 MB | 94/585 kB | 0/2.3 MB
Progress (5): 2.6/2.6 MB | 165 kB | 0.6/1.9 MB | 94/585 kB | 0/2.3 MB
Progress (5): 2.6/2.6 MB | 165 kB | 0.6/1.9 MB | 98/585 kB | 0/2.3 MB
Progress (5): 2.6/2.6 MB | 165 kB | 0.6/1.9 MB | 98/585 kB | 0/2.3 MB
Progress (5): 2.6/2.6 MB | 165 kB | 0.6/1.9 MB | 98/585 kB | 0/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 98/585 kB | 0/2.3 MB    
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 102/585 kB | 0/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 102/585 kB | 0/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 106/585 kB | 0/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 106/585 kB | 0/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 110/585 kB | 0/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 114/585 kB | 0/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 114/585 kB | 0/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 114/585 kB | 0/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 114/585 kB | 0/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 118/585 kB | 0/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 122/585 kB | 0/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 126/585 kB | 0/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 131/585 kB | 0/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 131/585 kB | 0/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 131/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 131/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 135/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 139/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 143/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 143/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.6/1.9 MB | 147/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 147/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 147/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 151/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 151/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 155/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 155/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 159/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 163/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 163/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 163/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 167/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 167/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 171/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 176/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 180/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 180/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 180/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 180/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 184/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 188/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 192/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 196/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 196/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 196/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 196/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 200/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 204/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 204/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 208/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 208/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 212/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 212/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 212/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.7/1.9 MB | 217/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 217/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 221/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 225/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 229/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 229/585 kB | 0.1/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 229/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 229/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 233/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 237/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 241/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 245/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 245/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 245/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 245/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 249/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 253/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 258/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 258/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 262/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 262/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 262/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 266/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 266/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 270/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 270/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 274/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 278/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 278/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 278/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 282/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 282/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 286/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 290/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 294/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 294/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.8/1.9 MB | 294/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 294/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 298/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 303/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 307/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 311/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 311/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 311/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 311/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 315/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 319/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 323/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 323/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 327/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 327/585 kB | 0.2/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 327/585 kB | 0.3/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 331/585 kB | 0.3/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 331/585 kB | 0.3/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 335/585 kB | 0.3/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 335/585 kB | 0.3/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 339/585 kB | 0.3/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 339/585 kB | 0.3/2.3 MB
Progress (5): 2.6 MB | 165 kB | 0.9/1.9 MB | 344/585 kB | 0.3/2.3 MB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-firefox-driver/2.45.0/selenium-firefox-driver-2.45.0.jar (2.6 MB at 4.5 MB/s)
18:16:46 Progress (4): 165 kB | 0.9/1.9 MB | 344/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 0.9/1.9 MB | 344/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 0.9/1.9 MB | 344/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 0.9/1.9 MB | 348/585 kB | 0.3/2.3 MB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/mx4j/mx4j-tools/3.0.1/mx4j-tools-3.0.1.jar
18:16:46 Progress (4): 165 kB | 0.9/1.9 MB | 352/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 0.9/1.9 MB | 356/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 0.9/1.9 MB | 356/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 0.9/1.9 MB | 356/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 0.9/1.9 MB | 356/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 0.9/1.9 MB | 360/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 0.9/1.9 MB | 360/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 0.9/1.9 MB | 364/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 0.9/1.9 MB | 364/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 0.9/1.9 MB | 368/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 0.9/1.9 MB | 368/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 0.9/1.9 MB | 372/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 0.9/1.9 MB | 376/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 0.9/1.9 MB | 376/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 376/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 380/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 380/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 384/585 kB | 0.3/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 384/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 389/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 393/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 393/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 393/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 393/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 397/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 401/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 405/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 409/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 409/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 409/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 409/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 413/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 417/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 421/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 421/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 421/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 425/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 425/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 425/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 430/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 434/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 434/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 438/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 438/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 442/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 442/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 446/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 446/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 450/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 450/585 kB | 0.4/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 450/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 454/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.0/1.9 MB | 458/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 458/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 458/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 458/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 462/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 466/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 471/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 475/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 475/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 475/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 475/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 479/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 483/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 487/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 487/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 491/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 491/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 491/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 495/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 495/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 499/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 503/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 503/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 507/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 507/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 507/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 511/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 516/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 516/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 520/585 kB | 0.5/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 520/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 520/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 524/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 524/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 528/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 528/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 532/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 532/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 536/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 540/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 540/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 544/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 548/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 552/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 552/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 557/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 561/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 561/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 565/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 569/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.1/1.9 MB | 573/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.2/1.9 MB | 573/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.2/1.9 MB | 573/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.2/1.9 MB | 573/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.2/1.9 MB | 577/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.2/1.9 MB | 581/585 kB | 0.6/2.3 MB
Progress (4): 165 kB | 1.2/1.9 MB | 585 kB | 0.6/2.3 MB    
Progress (4): 165 kB | 1.2/1.9 MB | 585 kB | 0.7/2.3 MB
Progress (4): 165 kB | 1.2/1.9 MB | 585 kB | 0.7/2.3 MB
Progress (4): 165 kB | 1.2/1.9 MB | 585 kB | 0.7/2.3 MB
Progress (4): 165 kB | 1.2/1.9 MB | 585 kB | 0.7/2.3 MB
Progress (4): 165 kB | 1.2/1.9 MB | 585 kB | 0.7/2.3 MB
Progress (5): 165 kB | 1.2/1.9 MB | 585 kB | 0.7/2.3 MB | 4.1/497 kB
Progress (5): 165 kB | 1.2/1.9 MB | 585 kB | 0.7/2.3 MB | 4.1/497 kB
Progress (5): 165 kB | 1.2/1.9 MB | 585 kB | 0.7/2.3 MB | 7.7/497 kB
Progress (5): 165 kB | 1.2/1.9 MB | 585 kB | 0.7/2.3 MB | 7.7/497 kB
Progress (5): 165 kB | 1.2/1.9 MB | 585 kB | 0.7/2.3 MB | 12/497 kB 
Progress (5): 165 kB | 1.2/1.9 MB | 585 kB | 0.7/2.3 MB | 16/497 kB
Progress (5): 165 kB | 1.2/1.9 MB | 585 kB | 0.7/2.3 MB | 16/497 kB
Progress (5): 165 kB | 1.2/1.9 MB | 585 kB | 0.7/2.3 MB | 16/497 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar (585 kB at 885 kB/s)
18:16:46 Progress (4): 165 kB | 1.2/1.9 MB | 0.7/2.3 MB | 20/497 kB
Progress (4): 165 kB | 1.2/1.9 MB | 0.7/2.3 MB | 20/497 kB
Progress (4): 165 kB | 1.2/1.9 MB | 0.7/2.3 MB | 24/497 kB
Progress (4): 165 kB | 1.2/1.9 MB | 0.7/2.3 MB | 24/497 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/jetty-repacked/7.6.1/jetty-repacked-7.6.1.jar
18:16:46 Progress (4): 165 kB | 1.2/1.9 MB | 0.7/2.3 MB | 24/497 kB
Progress (4): 165 kB | 1.2/1.9 MB | 0.7/2.3 MB | 28/497 kB
Progress (4): 165 kB | 1.2/1.9 MB | 0.7/2.3 MB | 28/497 kB
Progress (4): 165 kB | 1.2/1.9 MB | 0.7/2.3 MB | 32/497 kB
Progress (4): 165 kB | 1.2/1.9 MB | 0.7/2.3 MB | 32/497 kB
Progress (4): 165 kB | 1.2/1.9 MB | 0.7/2.3 MB | 32/497 kB
Progress (4): 165 kB | 1.2/1.9 MB | 0.7/2.3 MB | 32/497 kB
Progress (4): 165 kB | 1.2/1.9 MB | 0.7/2.3 MB | 36/497 kB
Progress (4): 165 kB | 1.2/1.9 MB | 0.7/2.3 MB | 40/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.7/2.3 MB | 40/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.7/2.3 MB | 45/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 45/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 49/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 49/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 49/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 49/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 53/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 53/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 57/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 57/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 61/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 61/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 65/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 65/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 65/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 65/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 69/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 69/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 73/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 73/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 77/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 81/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 81/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 81/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 81/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 85/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 90/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 90/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 94/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.8/2.3 MB | 94/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.9/2.3 MB | 94/497 kB
Progress (4): 165 kB | 1.3/1.9 MB | 0.9/2.3 MB | 98/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 98/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 98/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 98/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 102/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 106/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 110/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 110/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 110/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 110/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 114/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 114/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 114/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 114/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 118/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 122/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 126/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 126/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 131/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 131/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 131/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 131/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 135/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 139/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 139/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 143/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 143/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 143/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 147/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 147/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 0.9/2.3 MB | 147/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 1.0/2.3 MB | 147/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 1.0/2.3 MB | 151/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 1.0/2.3 MB | 155/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 1.0/2.3 MB | 159/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 1.0/2.3 MB | 159/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 1.0/2.3 MB | 159/497 kB
Progress (4): 165 kB | 1.4/1.9 MB | 1.0/2.3 MB | 163/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 163/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 163/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 163/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 167/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 167/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 171/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 176/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 176/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 180/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 180/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 180/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 180/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 184/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 188/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 188/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 192/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 192/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 196/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 196/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 196/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 200/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 200/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.0/2.3 MB | 204/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.1/2.3 MB | 204/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.1/2.3 MB | 208/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.1/2.3 MB | 212/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.1/2.3 MB | 212/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.1/2.3 MB | 212/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.1/2.3 MB | 212/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.1/2.3 MB | 217/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.1/2.3 MB | 221/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.1/2.3 MB | 221/497 kB
Progress (4): 165 kB | 1.5/1.9 MB | 1.1/2.3 MB | 225/497 kB
Progress (4): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 225/497 kB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 225/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 229/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 229/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 229/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 229/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 229/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 233/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 237/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 241/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 241/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 241/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 241/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 245/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 245/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 245/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 249/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 249/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 253/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 253/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 258/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 258/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 262/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 262/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 262/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 262/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 266/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 270/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 270/497 kB | 0/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 270/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 274/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 274/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.1/2.3 MB | 274/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.2/2.3 MB | 274/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.2/2.3 MB | 278/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.2/2.3 MB | 282/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.2/2.3 MB | 282/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.2/2.3 MB | 286/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.2/2.3 MB | 286/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.2/2.3 MB | 286/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.2/2.3 MB | 286/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.2/2.3 MB | 286/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.2/2.3 MB | 290/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.2/2.3 MB | 294/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.6/1.9 MB | 1.2/2.3 MB | 294/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 294/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 294/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 298/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 298/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 298/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 303/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 303/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 307/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 307/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 311/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 311/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 311/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 311/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 311/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 311/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 315/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 319/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 323/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 323/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 323/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 327/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 327/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 327/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 327/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 331/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 335/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 335/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 339/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 339/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 339/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 344/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 344/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 344/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 348/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 352/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 356/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 360/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 364/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 364/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.2/2.3 MB | 368/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.3/2.3 MB | 368/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.3/2.3 MB | 372/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.3/2.3 MB | 372/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.3/2.3 MB | 376/497 kB | 0.1/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.3/2.3 MB | 376/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.3/2.3 MB | 376/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.3/2.3 MB | 376/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.3/2.3 MB | 376/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.3/2.3 MB | 380/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.7/1.9 MB | 1.3/2.3 MB | 380/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 380/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 380/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 384/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 389/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 393/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 393/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 393/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 393/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 393/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 393/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 397/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 401/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 405/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 405/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 405/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 409/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 409/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 409/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 409/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 413/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 417/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 417/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 421/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 421/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 421/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 421/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 425/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 425/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 425/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 425/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 430/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 430/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 430/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 434/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 434/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 438/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 438/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 442/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.3/2.3 MB | 442/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.4/2.3 MB | 442/497 kB | 0.2/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.4/2.3 MB | 442/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.4/2.3 MB | 442/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.4/2.3 MB | 446/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.4/2.3 MB | 446/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.8/1.9 MB | 1.4/2.3 MB | 450/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9/1.9 MB | 1.4/2.3 MB | 450/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9/1.9 MB | 1.4/2.3 MB | 450/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9/1.9 MB | 1.4/2.3 MB | 450/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9/1.9 MB | 1.4/2.3 MB | 454/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9/1.9 MB | 1.4/2.3 MB | 454/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 454/497 kB | 0.3/1.0 MB    
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 458/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 458/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 458/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 462/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 462/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 466/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 466/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 471/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 475/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 475/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 475/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 475/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 479/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 483/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 487/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 487/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 491/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 491/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 491/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 495/497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 497 kB | 0.3/1.0 MB    
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.4/2.3 MB | 497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.5/2.3 MB | 497 kB | 0.3/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.5/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.5/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.5/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.5/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.5/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.5/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.5/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.5/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.5/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.5/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.5/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.5/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.5/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.5/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.5/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.6/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.6/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.6/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.6/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.6/2.3 MB | 497 kB | 0.5/1.0 MB
Progress (5): 165 kB | 1.9 MB | 1.6/2.3 MB | 497 kB | 0.5/1.0 MB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-server/2.45.0/selenium-server-2.45.0.jar (1.9 MB at 2.4 MB/s)
18:16:46 Progress (4): 165 kB | 1.6/2.3 MB | 497 kB | 0.5/1.0 MB
                                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/jetty-rc-repacked/5/jetty-rc-repacked-5.jar
18:16:46 Progress (4): 165 kB | 1.6/2.3 MB | 497 kB | 0.5/1.0 MB
Progress (4): 165 kB | 1.6/2.3 MB | 497 kB | 0.5/1.0 MB
Progress (4): 165 kB | 1.6/2.3 MB | 497 kB | 0.5/1.0 MB
Progress (4): 165 kB | 1.6/2.3 MB | 497 kB | 0.5/1.0 MB
Progress (4): 165 kB | 1.6/2.3 MB | 497 kB | 0.5/1.0 MB
Progress (4): 165 kB | 1.6/2.3 MB | 497 kB | 0.5/1.0 MB
Progress (4): 165 kB | 1.6/2.3 MB | 497 kB | 0.5/1.0 MB
Progress (4): 165 kB | 1.6/2.3 MB | 497 kB | 0.5/1.0 MB
Progress (4): 165 kB | 1.6/2.3 MB | 497 kB | 0.5/1.0 MB
Progress (4): 165 kB | 1.7/2.3 MB | 497 kB | 0.5/1.0 MB
Progress (4): 165 kB | 1.7/2.3 MB | 497 kB | 0.5/1.0 MB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/mx4j/mx4j-tools/3.0.1/mx4j-tools-3.0.1.jar (497 kB at 636 kB/s)
18:16:46 Progress (3): 165 kB | 1.7/2.3 MB | 0.5/1.0 MB
Progress (3): 165 kB | 1.7/2.3 MB | 0.5/1.0 MB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
18:16:46 Progress (3): 165 kB | 1.7/2.3 MB | 0.5/1.0 MB
Progress (3): 165 kB | 1.7/2.3 MB | 0.5/1.0 MB
Progress (3): 165 kB | 1.7/2.3 MB | 0.5/1.0 MB
Progress (3): 165 kB | 1.7/2.3 MB | 0.5/1.0 MB
Progress (3): 165 kB | 1.7/2.3 MB | 0.6/1.0 MB
Progress (3): 165 kB | 1.7/2.3 MB | 0.6/1.0 MB
Progress (3): 165 kB | 1.7/2.3 MB | 0.6/1.0 MB
Progress (3): 165 kB | 1.7/2.3 MB | 0.6/1.0 MB
Progress (3): 165 kB | 1.7/2.3 MB | 0.6/1.0 MB
Progress (3): 165 kB | 1.7/2.3 MB | 0.6/1.0 MB
Progress (3): 165 kB | 1.7/2.3 MB | 0.6/1.0 MB
Progress (3): 165 kB | 1.7/2.3 MB | 0.6/1.0 MB
Progress (3): 165 kB | 1.7/2.3 MB | 0.6/1.0 MB
Progress (3): 165 kB | 1.7/2.3 MB | 0.6/1.0 MB
Progress (3): 165 kB | 1.8/2.3 MB | 0.6/1.0 MB
Progress (3): 165 kB | 1.8/2.3 MB | 0.6/1.0 MB
Progress (3): 165 kB | 1.8/2.3 MB | 0.6/1.0 MB
Progress (3): 165 kB | 1.8/2.3 MB | 0.6/1.0 MB
Progress (3): 165 kB | 1.8/2.3 MB | 0.6/1.0 MB
Progress (3): 165 kB | 1.8/2.3 MB | 0.6/1.0 MB
Progress (3): 165 kB | 1.8/2.3 MB | 0.6/1.0 MB
Progress (3): 165 kB | 1.8/2.3 MB | 0.6/1.0 MB
Progress (3): 165 kB | 1.8/2.3 MB | 0.7/1.0 MB
Progress (3): 165 kB | 1.8/2.3 MB | 0.7/1.0 MB
Progress (3): 165 kB | 1.8/2.3 MB | 0.7/1.0 MB
Progress (3): 165 kB | 1.8/2.3 MB | 0.7/1.0 MB
Progress (3): 165 kB | 1.8/2.3 MB | 0.7/1.0 MB
Progress (4): 165 kB | 1.8/2.3 MB | 0.7/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.8/2.3 MB | 0.7/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.8/2.3 MB | 0.7/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.8/2.3 MB | 0.7/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.8/2.3 MB | 0.7/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.8/2.3 MB | 0.7/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.7/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.7/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.7/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.7/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.7/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.7/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.7/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.7/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.8/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.8/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.8/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.8/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.8/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.8/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.8/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.8/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.8/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.8/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.8/1.0 MB | 2.3 kB
Progress (4): 165 kB | 1.9/2.3 MB | 0.8/1.0 MB | 2.3 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (2.3 kB at 2.8 kB/s)
18:16:46 Progress (3): 165 kB | 1.9/2.3 MB | 0.8/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.8/1.0 MB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.8/snakeyaml-1.8.jar
18:16:46 Progress (3): 165 kB | 2.0/2.3 MB | 0.8/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.8/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.8/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.8/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.0/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.1/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.1/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.1/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.1/2.3 MB | 0.9/1.0 MB
Progress (3): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB
Progress (3): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB
Progress (3): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB
Progress (4): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB | 4.1/749 kB
Progress (4): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB | 4.1/749 kB
Progress (4): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB | 7.7/749 kB
Progress (4): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB | 7.7/749 kB
Progress (4): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB | 12/749 kB 
Progress (4): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB | 16/749 kB
Progress (4): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB | 16/749 kB
Progress (4): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB | 16/749 kB
Progress (4): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB | 16/749 kB
Progress (4): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB | 16/749 kB
Progress (4): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB | 20/749 kB
Progress (5): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB | 20/749 kB | 4.1/258 kB
Progress (5): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB | 20/749 kB | 4.1/258 kB
Progress (5): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB | 20/749 kB | 4.1/258 kB
Progress (5): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB | 20/749 kB | 7.7/258 kB
Progress (5): 165 kB | 2.1/2.3 MB | 1.0/1.0 MB | 24/749 kB | 7.7/258 kB
Progress (5): 165 kB | 2.1/2.3 MB | 1.0 MB | 24/749 kB | 7.7/258 kB    
Progress (5): 165 kB | 2.1/2.3 MB | 1.0 MB | 24/749 kB | 12/258 kB 
Progress (5): 165 kB | 2.1/2.3 MB | 1.0 MB | 28/749 kB | 12/258 kB
Progress (5): 165 kB | 2.1/2.3 MB | 1.0 MB | 28/749 kB | 16/258 kB
Progress (5): 165 kB | 2.1/2.3 MB | 1.0 MB | 32/749 kB | 16/258 kB
Progress (5): 165 kB | 2.1/2.3 MB | 1.0 MB | 32/749 kB | 16/258 kB
Progress (5): 165 kB | 2.1/2.3 MB | 1.0 MB | 32/749 kB | 20/258 kB
Progress (5): 165 kB | 2.1/2.3 MB | 1.0 MB | 36/749 kB | 20/258 kB
Progress (5): 165 kB | 2.1/2.3 MB | 1.0 MB | 36/749 kB | 24/258 kB
Progress (5): 165 kB | 2.1/2.3 MB | 1.0 MB | 40/749 kB | 24/258 kB
Progress (5): 165 kB | 2.1/2.3 MB | 1.0 MB | 40/749 kB | 28/258 kB
Progress (5): 165 kB | 2.1/2.3 MB | 1.0 MB | 45/749 kB | 28/258 kB
Progress (5): 165 kB | 2.1/2.3 MB | 1.0 MB | 45/749 kB | 32/258 kB
Progress (5): 165 kB | 2.1/2.3 MB | 1.0 MB | 49/749 kB | 32/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 49/749 kB | 32/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 49/749 kB | 36/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 53/749 kB | 36/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 53/749 kB | 40/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 57/749 kB | 40/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 57/749 kB | 45/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 61/749 kB | 45/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 61/749 kB | 49/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 65/749 kB | 49/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 65/749 kB | 49/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 65/749 kB | 53/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 69/749 kB | 53/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 69/749 kB | 57/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 73/749 kB | 57/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 73/749 kB | 61/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 77/749 kB | 61/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 77/749 kB | 61/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 77/749 kB | 65/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 81/749 kB | 65/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 81/749 kB | 69/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 85/749 kB | 69/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 85/749 kB | 73/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 90/749 kB | 73/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 90/749 kB | 77/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 90/749 kB | 77/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 90/749 kB | 81/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 94/749 kB | 81/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 98/749 kB | 81/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 98/749 kB | 85/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 98/749 kB | 90/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 98/749 kB | 90/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 102/749 kB | 90/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 102/749 kB | 94/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 106/749 kB | 94/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 106/749 kB | 98/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 110/749 kB | 98/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 114/749 kB | 98/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 114/749 kB | 102/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 114/749 kB | 102/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 118/749 kB | 102/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 118/749 kB | 106/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 122/749 kB | 106/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 122/749 kB | 110/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 126/749 kB | 110/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 126/749 kB | 114/258 kB
Progress (5): 165 kB | 2.2/2.3 MB | 1.0 MB | 131/749 kB | 114/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 131/749 kB | 114/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 131/749 kB | 118/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 135/749 kB | 118/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 135/749 kB | 122/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 139/749 kB | 122/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 139/749 kB | 126/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 143/749 kB | 126/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 143/749 kB | 131/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 147/749 kB | 131/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 147/749 kB | 131/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 147/749 kB | 135/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 151/749 kB | 135/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 151/749 kB | 139/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 155/749 kB | 139/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 155/749 kB | 143/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 159/749 kB | 143/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 159/749 kB | 143/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 159/749 kB | 147/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 163/749 kB | 147/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 163/749 kB | 147/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 163/749 kB | 151/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 167/749 kB | 151/258 kB
Progress (5): 165 kB | 2.3/2.3 MB | 1.0 MB | 167/749 kB | 155/258 kB
Progress (5): 165 kB | 2.3 MB | 1.0 MB | 167/749 kB | 155/258 kB    
Progress (5): 165 kB | 2.3 MB | 1.0 MB | 171/749 kB | 155/258 kB
Progress (5): 165 kB | 2.3 MB | 1.0 MB | 171/749 kB | 159/258 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/jetty-repacked/7.6.1/jetty-repacked-7.6.1.jar (1.0 MB at 1.2 MB/s)
18:16:46 Progress (4): 165 kB | 2.3 MB | 171/749 kB | 163/258 kB
Progress (4): 165 kB | 2.3 MB | 176/749 kB | 163/258 kB
                                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
18:16:46 Progress (4): 165 kB | 2.3 MB | 176/749 kB | 167/258 kB
Progress (4): 165 kB | 2.3 MB | 180/749 kB | 167/258 kB
Progress (4): 165 kB | 2.3 MB | 180/749 kB | 171/258 kB
Progress (4): 165 kB | 2.3 MB | 180/749 kB | 176/258 kB
Progress (4): 165 kB | 2.3 MB | 180/749 kB | 180/258 kB
Progress (4): 165 kB | 2.3 MB | 184/749 kB | 180/258 kB
Progress (4): 165 kB | 2.3 MB | 188/749 kB | 180/258 kB
Progress (4): 165 kB | 2.3 MB | 192/749 kB | 180/258 kB
Progress (4): 165 kB | 2.3 MB | 192/749 kB | 184/258 kB
Progress (4): 165 kB | 2.3 MB | 196/749 kB | 184/258 kB
Progress (4): 165 kB | 2.3 MB | 196/749 kB | 188/258 kB
Progress (4): 165 kB | 2.3 MB | 196/749 kB | 192/258 kB
Progress (4): 165 kB | 2.3 MB | 196/749 kB | 196/258 kB
Progress (4): 165 kB | 2.3 MB | 200/749 kB | 196/258 kB
Progress (4): 165 kB | 2.3 MB | 204/749 kB | 196/258 kB
Progress (4): 165 kB | 2.3 MB | 208/749 kB | 196/258 kB
Progress (4): 165 kB | 2.3 MB | 208/749 kB | 200/258 kB
Progress (4): 165 kB | 2.3 MB | 212/749 kB | 200/258 kB
Progress (4): 165 kB | 2.3 MB | 212/749 kB | 204/258 kB
Progress (4): 165 kB | 2.3 MB | 212/749 kB | 208/258 kB
Progress (4): 165 kB | 2.3 MB | 212/749 kB | 212/258 kB
Progress (4): 165 kB | 2.3 MB | 217/749 kB | 212/258 kB
Progress (4): 165 kB | 2.3 MB | 221/749 kB | 212/258 kB
Progress (4): 165 kB | 2.3 MB | 225/749 kB | 212/258 kB
Progress (4): 165 kB | 2.3 MB | 225/749 kB | 217/258 kB
Progress (4): 165 kB | 2.3 MB | 229/749 kB | 217/258 kB
Progress (4): 165 kB | 2.3 MB | 229/749 kB | 221/258 kB
Progress (4): 165 kB | 2.3 MB | 229/749 kB | 225/258 kB
Progress (4): 165 kB | 2.3 MB | 229/749 kB | 229/258 kB
Progress (4): 165 kB | 2.3 MB | 233/749 kB | 229/258 kB
Progress (4): 165 kB | 2.3 MB | 237/749 kB | 229/258 kB
Progress (4): 165 kB | 2.3 MB | 241/749 kB | 229/258 kB
Progress (4): 165 kB | 2.3 MB | 241/749 kB | 233/258 kB
Progress (4): 165 kB | 2.3 MB | 245/749 kB | 233/258 kB
Progress (4): 165 kB | 2.3 MB | 245/749 kB | 237/258 kB
Progress (4): 165 kB | 2.3 MB | 245/749 kB | 241/258 kB
Progress (4): 165 kB | 2.3 MB | 245/749 kB | 245/258 kB
Progress (4): 165 kB | 2.3 MB | 249/749 kB | 245/258 kB
Progress (4): 165 kB | 2.3 MB | 253/749 kB | 245/258 kB
Progress (4): 165 kB | 2.3 MB | 253/749 kB | 249/258 kB
Progress (4): 165 kB | 2.3 MB | 258/749 kB | 249/258 kB
Progress (4): 165 kB | 2.3 MB | 258/749 kB | 253/258 kB
Progress (4): 165 kB | 2.3 MB | 262/749 kB | 253/258 kB
Progress (4): 165 kB | 2.3 MB | 262/749 kB | 258/258 kB
Progress (4): 165 kB | 2.3 MB | 262/749 kB | 258 kB    
Progress (4): 165 kB | 2.3 MB | 266/749 kB | 258 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar (2.3 MB at 2.6 MB/s)
18:16:46 Progress (3): 165 kB | 270/749 kB | 258 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-remote-driver/2.45.0/selenium-remote-driver-2.45.0.jar
18:16:47 Progress (3): 165 kB | 274/749 kB | 258 kB
Progress (3): 165 kB | 278/749 kB | 258 kB
Progress (3): 165 kB | 282/749 kB | 258 kB
Progress (3): 165 kB | 286/749 kB | 258 kB
Progress (3): 165 kB | 290/749 kB | 258 kB
Progress (3): 165 kB | 294/749 kB | 258 kB
Progress (3): 165 kB | 298/749 kB | 258 kB
Progress (3): 165 kB | 303/749 kB | 258 kB
Progress (3): 165 kB | 307/749 kB | 258 kB
Progress (3): 165 kB | 311/749 kB | 258 kB
Progress (3): 165 kB | 315/749 kB | 258 kB
Progress (3): 165 kB | 319/749 kB | 258 kB
Progress (3): 165 kB | 323/749 kB | 258 kB
Progress (3): 165 kB | 327/749 kB | 258 kB
Progress (3): 165 kB | 331/749 kB | 258 kB
Progress (3): 165 kB | 335/749 kB | 258 kB
Progress (3): 165 kB | 339/749 kB | 258 kB
Progress (3): 165 kB | 344/749 kB | 258 kB
Progress (3): 165 kB | 348/749 kB | 258 kB
Progress (3): 165 kB | 352/749 kB | 258 kB
Progress (3): 165 kB | 356/749 kB | 258 kB
Progress (3): 165 kB | 360/749 kB | 258 kB
Progress (4): 165 kB | 360/749 kB | 258 kB | 4.1/264 kB
Progress (4): 165 kB | 360/749 kB | 258 kB | 7.7/264 kB
Progress (4): 165 kB | 364/749 kB | 258 kB | 7.7/264 kB
Progress (4): 165 kB | 364/749 kB | 258 kB | 12/264 kB 
Progress (4): 165 kB | 368/749 kB | 258 kB | 12/264 kB
Progress (4): 165 kB | 368/749 kB | 258 kB | 16/264 kB
Progress (4): 165 kB | 372/749 kB | 258 kB | 16/264 kB
Progress (4): 165 kB | 376/749 kB | 258 kB | 16/264 kB
Progress (4): 165 kB | 376/749 kB | 258 kB | 20/264 kB
Progress (4): 165 kB | 380/749 kB | 258 kB | 20/264 kB
Progress (4): 165 kB | 380/749 kB | 258 kB | 24/264 kB
Progress (4): 165 kB | 384/749 kB | 258 kB | 24/264 kB
Progress (4): 165 kB | 384/749 kB | 258 kB | 28/264 kB
Progress (4): 165 kB | 389/749 kB | 258 kB | 28/264 kB
Progress (4): 165 kB | 389/749 kB | 258 kB | 32/264 kB
Progress (4): 165 kB | 393/749 kB | 258 kB | 32/264 kB
Progress (4): 165 kB | 397/749 kB | 258 kB | 32/264 kB
Progress (4): 165 kB | 397/749 kB | 258 kB | 36/264 kB
Progress (4): 165 kB | 401/749 kB | 258 kB | 36/264 kB
Progress (4): 165 kB | 401/749 kB | 258 kB | 40/264 kB
Progress (4): 165 kB | 405/749 kB | 258 kB | 40/264 kB
Progress (4): 165 kB | 405/749 kB | 258 kB | 45/264 kB
Progress (4): 165 kB | 409/749 kB | 258 kB | 45/264 kB
Progress (4): 165 kB | 409/749 kB | 258 kB | 49/264 kB
Progress (4): 165 kB | 413/749 kB | 258 kB | 49/264 kB
Progress (4): 165 kB | 417/749 kB | 258 kB | 49/264 kB
Progress (4): 165 kB | 417/749 kB | 258 kB | 53/264 kB
Progress (4): 165 kB | 421/749 kB | 258 kB | 53/264 kB
Progress (4): 165 kB | 421/749 kB | 258 kB | 57/264 kB
Progress (4): 165 kB | 425/749 kB | 258 kB | 57/264 kB
Progress (4): 165 kB | 425/749 kB | 258 kB | 61/264 kB
Progress (4): 165 kB | 425/749 kB | 258 kB | 65/264 kB
Progress (4): 165 kB | 430/749 kB | 258 kB | 65/264 kB
Progress (4): 165 kB | 434/749 kB | 258 kB | 65/264 kB
Progress (4): 165 kB | 438/749 kB | 258 kB | 65/264 kB
Progress (4): 165 kB | 438/749 kB | 258 kB | 69/264 kB
Progress (4): 165 kB | 438/749 kB | 258 kB | 73/264 kB
Progress (4): 165 kB | 438/749 kB | 258 kB | 77/264 kB
Progress (4): 165 kB | 438/749 kB | 258 kB | 81/264 kB
Progress (4): 165 kB | 442/749 kB | 258 kB | 81/264 kB
Progress (4): 165 kB | 442/749 kB | 258 kB | 85/264 kB
Progress (4): 165 kB | 442/749 kB | 258 kB | 90/264 kB
Progress (4): 165 kB | 442/749 kB | 258 kB | 94/264 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.8/snakeyaml-1.8.jar (258 kB at 268 kB/s)
18:16:47 Progress (4): 165 kB | 442/749 kB | 94/264 kB | 4.1/230 kB
Progress (4): 165 kB | 446/749 kB | 94/264 kB | 4.1/230 kB
Progress (4): 165 kB | 446/749 kB | 98/264 kB | 4.1/230 kB
Progress (4): 165 kB | 450/749 kB | 98/264 kB | 4.1/230 kB
Progress (4): 165 kB | 450/749 kB | 98/264 kB | 7.7/230 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.jar
18:16:47 Progress (4): 165 kB | 450/749 kB | 98/264 kB | 12/230 kB
Progress (4): 165 kB | 454/749 kB | 98/264 kB | 12/230 kB
Progress (4): 165 kB | 454/749 kB | 98/264 kB | 16/230 kB
Progress (4): 165 kB | 454/749 kB | 102/264 kB | 16/230 kB
Progress (4): 165 kB | 458/749 kB | 102/264 kB | 16/230 kB
Progress (4): 165 kB | 458/749 kB | 106/264 kB | 16/230 kB
Progress (4): 165 kB | 458/749 kB | 110/264 kB | 16/230 kB
Progress (4): 165 kB | 458/749 kB | 114/264 kB | 16/230 kB
Progress (4): 165 kB | 458/749 kB | 114/264 kB | 20/230 kB
Progress (4): 165 kB | 458/749 kB | 114/264 kB | 24/230 kB
Progress (4): 165 kB | 462/749 kB | 114/264 kB | 24/230 kB
Progress (4): 165 kB | 462/749 kB | 114/264 kB | 28/230 kB
Progress (4): 165 kB | 466/749 kB | 114/264 kB | 28/230 kB
Progress (4): 165 kB | 466/749 kB | 114/264 kB | 32/230 kB
Progress (4): 165 kB | 471/749 kB | 114/264 kB | 32/230 kB
Progress (4): 165 kB | 471/749 kB | 118/264 kB | 32/230 kB
Progress (4): 165 kB | 475/749 kB | 118/264 kB | 32/230 kB
Progress (4): 165 kB | 475/749 kB | 122/264 kB | 32/230 kB
Progress (4): 165 kB | 475/749 kB | 126/264 kB | 32/230 kB
Progress (4): 165 kB | 475/749 kB | 131/264 kB | 32/230 kB
Progress (4): 165 kB | 475/749 kB | 131/264 kB | 36/230 kB
Progress (4): 165 kB | 475/749 kB | 131/264 kB | 40/230 kB
Progress (4): 165 kB | 475/749 kB | 131/264 kB | 45/230 kB
Progress (4): 165 kB | 479/749 kB | 131/264 kB | 45/230 kB
Progress (4): 165 kB | 479/749 kB | 131/264 kB | 49/230 kB
Progress (4): 165 kB | 483/749 kB | 131/264 kB | 49/230 kB
Progress (4): 165 kB | 483/749 kB | 135/264 kB | 49/230 kB
Progress (4): 165 kB | 487/749 kB | 135/264 kB | 49/230 kB
Progress (4): 165 kB | 487/749 kB | 139/264 kB | 49/230 kB
Progress (4): 165 kB | 491/749 kB | 139/264 kB | 49/230 kB
Progress (4): 165 kB | 491/749 kB | 139/264 kB | 53/230 kB
Progress (4): 165 kB | 491/749 kB | 143/264 kB | 53/230 kB
Progress (4): 165 kB | 491/749 kB | 143/264 kB | 57/230 kB
Progress (4): 165 kB | 491/749 kB | 147/264 kB | 57/230 kB
Progress (4): 165 kB | 491/749 kB | 147/264 kB | 61/230 kB
Progress (4): 165 kB | 495/749 kB | 147/264 kB | 61/230 kB
Progress (4): 165 kB | 495/749 kB | 147/264 kB | 65/230 kB
Progress (4): 165 kB | 499/749 kB | 147/264 kB | 65/230 kB
Progress (4): 165 kB | 503/749 kB | 147/264 kB | 65/230 kB
Progress (4): 165 kB | 507/749 kB | 147/264 kB | 65/230 kB
Progress (4): 165 kB | 507/749 kB | 151/264 kB | 65/230 kB
Progress (4): 165 kB | 507/749 kB | 155/264 kB | 65/230 kB
Progress (4): 165 kB | 507/749 kB | 155/264 kB | 69/230 kB
Progress (4): 165 kB | 507/749 kB | 159/264 kB | 69/230 kB
Progress (4): 165 kB | 507/749 kB | 159/264 kB | 73/230 kB
Progress (4): 165 kB | 511/749 kB | 159/264 kB | 73/230 kB
Progress (4): 165 kB | 511/749 kB | 163/264 kB | 73/230 kB
Progress (4): 165 kB | 516/749 kB | 163/264 kB | 73/230 kB
Progress (4): 165 kB | 516/749 kB | 163/264 kB | 77/230 kB
Progress (4): 165 kB | 520/749 kB | 163/264 kB | 77/230 kB
Progress (4): 165 kB | 520/749 kB | 163/264 kB | 81/230 kB
Progress (4): 165 kB | 524/749 kB | 163/264 kB | 81/230 kB
Progress (4): 165 kB | 524/749 kB | 167/264 kB | 81/230 kB
Progress (4): 165 kB | 524/749 kB | 171/264 kB | 81/230 kB
Progress (4): 165 kB | 524/749 kB | 176/264 kB | 81/230 kB
Progress (4): 165 kB | 524/749 kB | 176/264 kB | 85/230 kB
Progress (4): 165 kB | 524/749 kB | 180/264 kB | 85/230 kB
Progress (4): 165 kB | 524/749 kB | 180/264 kB | 90/230 kB
Progress (4): 165 kB | 528/749 kB | 180/264 kB | 90/230 kB
Progress (4): 165 kB | 528/749 kB | 180/264 kB | 94/230 kB
Progress (4): 165 kB | 532/749 kB | 180/264 kB | 94/230 kB
Progress (4): 165 kB | 532/749 kB | 180/264 kB | 98/230 kB
Progress (4): 165 kB | 536/749 kB | 180/264 kB | 98/230 kB
Progress (4): 165 kB | 540/749 kB | 180/264 kB | 98/230 kB
Progress (4): 165 kB | 540/749 kB | 184/264 kB | 98/230 kB
Progress (4): 165 kB | 540/749 kB | 184/264 kB | 102/230 kB
Progress (4): 165 kB | 540/749 kB | 188/264 kB | 102/230 kB
Progress (4): 165 kB | 540/749 kB | 188/264 kB | 106/230 kB
Progress (4): 165 kB | 540/749 kB | 192/264 kB | 106/230 kB
Progress (4): 165 kB | 544/749 kB | 192/264 kB | 106/230 kB
Progress (4): 165 kB | 544/749 kB | 196/264 kB | 106/230 kB
Progress (4): 165 kB | 544/749 kB | 196/264 kB | 110/230 kB
Progress (4): 165 kB | 548/749 kB | 196/264 kB | 110/230 kB
Progress (4): 165 kB | 548/749 kB | 196/264 kB | 114/230 kB
Progress (4): 165 kB | 552/749 kB | 196/264 kB | 114/230 kB
Progress (4): 165 kB | 557/749 kB | 196/264 kB | 114/230 kB
Progress (4): 165 kB | 557/749 kB | 196/264 kB | 118/230 kB
Progress (4): 165 kB | 557/749 kB | 200/264 kB | 118/230 kB
Progress (4): 165 kB | 561/749 kB | 200/264 kB | 118/230 kB
Progress (4): 165 kB | 561/749 kB | 204/264 kB | 118/230 kB
Progress (4): 165 kB | 561/749 kB | 204/264 kB | 122/230 kB
Progress (4): 165 kB | 561/749 kB | 208/264 kB | 122/230 kB
Progress (4): 165 kB | 565/749 kB | 208/264 kB | 122/230 kB
Progress (4): 165 kB | 565/749 kB | 212/264 kB | 122/230 kB
Progress (4): 165 kB | 565/749 kB | 212/264 kB | 126/230 kB
Progress (4): 165 kB | 569/749 kB | 212/264 kB | 126/230 kB
Progress (4): 165 kB | 569/749 kB | 212/264 kB | 131/230 kB
Progress (4): 165 kB | 573/749 kB | 212/264 kB | 131/230 kB
Progress (4): 165 kB | 573/749 kB | 212/264 kB | 135/230 kB
Progress (4): 165 kB | 577/749 kB | 212/264 kB | 135/230 kB
Progress (4): 165 kB | 577/749 kB | 217/264 kB | 135/230 kB
Progress (4): 165 kB | 581/749 kB | 217/264 kB | 135/230 kB
Progress (4): 165 kB | 581/749 kB | 217/264 kB | 139/230 kB
Progress (4): 165 kB | 585/749 kB | 217/264 kB | 139/230 kB
Progress (4): 165 kB | 585/749 kB | 221/264 kB | 139/230 kB
Progress (4): 165 kB | 589/749 kB | 221/264 kB | 139/230 kB
Progress (4): 165 kB | 589/749 kB | 221/264 kB | 143/230 kB
Progress (4): 165 kB | 589/749 kB | 225/264 kB | 143/230 kB
Progress (4): 165 kB | 589/749 kB | 225/264 kB | 147/230 kB
Progress (4): 165 kB | 589/749 kB | 229/264 kB | 147/230 kB
Progress (4): 165 kB | 593/749 kB | 229/264 kB | 147/230 kB
Progress (4): 165 kB | 597/749 kB | 229/264 kB | 147/230 kB
Progress (4): 165 kB | 602/749 kB | 229/264 kB | 147/230 kB
Progress (4): 165 kB | 602/749 kB | 229/264 kB | 151/230 kB
Progress (4): 165 kB | 606/749 kB | 229/264 kB | 151/230 kB
Progress (4): 165 kB | 606/749 kB | 229/264 kB | 155/230 kB
Progress (4): 165 kB | 606/749 kB | 229/264 kB | 159/230 kB
Progress (4): 165 kB | 606/749 kB | 233/264 kB | 159/230 kB
Progress (4): 165 kB | 606/749 kB | 233/264 kB | 163/230 kB
Progress (4): 165 kB | 610/749 kB | 233/264 kB | 163/230 kB
Progress (4): 165 kB | 610/749 kB | 237/264 kB | 163/230 kB
Progress (4): 165 kB | 614/749 kB | 237/264 kB | 163/230 kB
Progress (4): 165 kB | 614/749 kB | 241/264 kB | 163/230 kB
Progress (4): 165 kB | 614/749 kB | 241/264 kB | 167/230 kB
Progress (4): 165 kB | 618/749 kB | 241/264 kB | 167/230 kB
Progress (4): 165 kB | 618/749 kB | 241/264 kB | 171/230 kB
Progress (4): 165 kB | 618/749 kB | 245/264 kB | 171/230 kB
Progress (4): 165 kB | 618/749 kB | 245/264 kB | 176/230 kB
Progress (4): 165 kB | 622/749 kB | 245/264 kB | 176/230 kB
Progress (4): 165 kB | 622/749 kB | 245/264 kB | 180/230 kB
Progress (4): 165 kB | 626/749 kB | 245/264 kB | 180/230 kB
Progress (4): 165 kB | 626/749 kB | 245/264 kB | 184/230 kB
Progress (4): 165 kB | 626/749 kB | 249/264 kB | 184/230 kB
Progress (4): 165 kB | 630/749 kB | 249/264 kB | 184/230 kB
Progress (4): 165 kB | 630/749 kB | 253/264 kB | 184/230 kB
Progress (4): 165 kB | 630/749 kB | 253/264 kB | 188/230 kB
Progress (4): 165 kB | 630/749 kB | 258/264 kB | 188/230 kB
Progress (4): 165 kB | 634/749 kB | 258/264 kB | 188/230 kB
Progress (4): 165 kB | 634/749 kB | 262/264 kB | 188/230 kB
Progress (4): 165 kB | 634/749 kB | 262/264 kB | 192/230 kB
Progress (4): 165 kB | 638/749 kB | 262/264 kB | 192/230 kB
Progress (4): 165 kB | 638/749 kB | 264 kB | 192/230 kB    
Progress (4): 165 kB | 638/749 kB | 264 kB | 196/230 kB
Progress (4): 165 kB | 643/749 kB | 264 kB | 196/230 kB
Progress (4): 165 kB | 647/749 kB | 264 kB | 196/230 kB
Progress (4): 165 kB | 647/749 kB | 264 kB | 200/230 kB
Progress (4): 165 kB | 651/749 kB | 264 kB | 200/230 kB
Progress (4): 165 kB | 651/749 kB | 264 kB | 204/230 kB
Progress (4): 165 kB | 655/749 kB | 264 kB | 204/230 kB
Progress (4): 165 kB | 655/749 kB | 264 kB | 208/230 kB
Progress (4): 165 kB | 655/749 kB | 264 kB | 212/230 kB
Progress (4): 165 kB | 659/749 kB | 264 kB | 212/230 kB
Progress (4): 165 kB | 663/749 kB | 264 kB | 212/230 kB
Progress (4): 165 kB | 663/749 kB | 264 kB | 217/230 kB
Progress (4): 165 kB | 667/749 kB | 264 kB | 217/230 kB
Progress (4): 165 kB | 667/749 kB | 264 kB | 221/230 kB
Progress (4): 165 kB | 671/749 kB | 264 kB | 221/230 kB
Progress (4): 165 kB | 671/749 kB | 264 kB | 225/230 kB
Progress (4): 165 kB | 671/749 kB | 264 kB | 229/230 kB
Progress (4): 165 kB | 671/749 kB | 264 kB | 230 kB    
Progress (4): 165 kB | 675/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 679/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 683/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 688/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 692/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 696/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 700/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 704/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 708/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 712/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 716/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 720/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 724/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 729/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 733/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 737/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 741/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 745/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 749/749 kB | 264 kB | 230 kB
Progress (4): 165 kB | 749 kB | 264 kB | 230 kB    
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (264 kB at 266 kB/s)
18:16:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar
18:16:47 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-remote-driver/2.45.0/selenium-remote-driver-2.45.0.jar (230 kB at 231 kB/s)
18:16:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-api/2.45.0/selenium-api-2.45.0.jar
18:16:47 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/jetty-rc-repacked/5/jetty-rc-repacked-5.jar (749 kB at 746 kB/s)
18:16:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar
18:16:47 Progress (2): 165 kB | 4.1/324 kB
Progress (2): 165 kB | 7.7/324 kB
Progress (2): 165 kB | 12/324 kB 
Progress (2): 165 kB | 16/324 kB
Progress (2): 165 kB | 20/324 kB
Progress (2): 165 kB | 24/324 kB
Progress (2): 165 kB | 28/324 kB
Progress (2): 165 kB | 32/324 kB
Progress (2): 165 kB | 36/324 kB
Progress (2): 165 kB | 40/324 kB
Progress (2): 165 kB | 45/324 kB
Progress (2): 165 kB | 49/324 kB
Progress (2): 165 kB | 53/324 kB
Progress (2): 165 kB | 57/324 kB
Progress (2): 165 kB | 61/324 kB
Progress (2): 165 kB | 65/324 kB
Progress (2): 165 kB | 69/324 kB
Progress (2): 165 kB | 73/324 kB
Progress (2): 165 kB | 77/324 kB
Progress (2): 165 kB | 81/324 kB
Progress (2): 165 kB | 85/324 kB
Progress (2): 165 kB | 90/324 kB
Progress (2): 165 kB | 94/324 kB
Progress (2): 165 kB | 98/324 kB
Progress (2): 165 kB | 102/324 kB
Progress (2): 165 kB | 106/324 kB
Progress (2): 165 kB | 110/324 kB
Progress (2): 165 kB | 114/324 kB
Progress (2): 165 kB | 118/324 kB
Progress (2): 165 kB | 122/324 kB
Progress (2): 165 kB | 126/324 kB
Progress (2): 165 kB | 131/324 kB
Progress (2): 165 kB | 135/324 kB
Progress (2): 165 kB | 139/324 kB
Progress (2): 165 kB | 143/324 kB
Progress (2): 165 kB | 147/324 kB
Progress (2): 165 kB | 151/324 kB
Progress (2): 165 kB | 155/324 kB
Progress (2): 165 kB | 159/324 kB
Progress (2): 165 kB | 163/324 kB
Progress (2): 165 kB | 167/324 kB
Progress (2): 165 kB | 171/324 kB
Progress (2): 165 kB | 176/324 kB
Progress (2): 165 kB | 180/324 kB
Progress (2): 165 kB | 184/324 kB
Progress (2): 165 kB | 188/324 kB
Progress (2): 165 kB | 192/324 kB
Progress (2): 165 kB | 196/324 kB
Progress (2): 165 kB | 200/324 kB
Progress (2): 165 kB | 204/324 kB
Progress (2): 165 kB | 208/324 kB
Progress (2): 165 kB | 212/324 kB
Progress (2): 165 kB | 217/324 kB
Progress (2): 165 kB | 221/324 kB
Progress (2): 165 kB | 225/324 kB
Progress (2): 165 kB | 229/324 kB
Progress (2): 165 kB | 233/324 kB
Progress (2): 165 kB | 237/324 kB
Progress (2): 165 kB | 241/324 kB
Progress (2): 165 kB | 245/324 kB
Progress (2): 165 kB | 249/324 kB
Progress (2): 165 kB | 253/324 kB
Progress (2): 165 kB | 258/324 kB
Progress (2): 165 kB | 262/324 kB
Progress (2): 165 kB | 266/324 kB
Progress (2): 165 kB | 270/324 kB
Progress (2): 165 kB | 274/324 kB
Progress (2): 165 kB | 278/324 kB
Progress (2): 165 kB | 282/324 kB
Progress (2): 165 kB | 286/324 kB
Progress (2): 165 kB | 290/324 kB
Progress (2): 165 kB | 294/324 kB
Progress (2): 165 kB | 298/324 kB
Progress (2): 165 kB | 303/324 kB
Progress (2): 165 kB | 307/324 kB
Progress (2): 165 kB | 311/324 kB
Progress (2): 165 kB | 315/324 kB
Progress (2): 165 kB | 319/324 kB
Progress (2): 165 kB | 323/324 kB
Progress (2): 165 kB | 324 kB    
Progress (3): 165 kB | 324 kB | 4.1/137 kB
Progress (3): 165 kB | 324 kB | 7.7/137 kB
Progress (3): 165 kB | 324 kB | 12/137 kB 
Progress (3): 165 kB | 324 kB | 16/137 kB
Progress (3): 165 kB | 324 kB | 20/137 kB
Progress (3): 165 kB | 324 kB | 24/137 kB
Progress (3): 165 kB | 324 kB | 28/137 kB
Progress (3): 165 kB | 324 kB | 32/137 kB
Progress (3): 165 kB | 324 kB | 36/137 kB
Progress (3): 165 kB | 324 kB | 40/137 kB
Progress (3): 165 kB | 324 kB | 45/137 kB
Progress (3): 165 kB | 324 kB | 49/137 kB
Progress (3): 165 kB | 324 kB | 53/137 kB
Progress (3): 165 kB | 324 kB | 57/137 kB
Progress (3): 165 kB | 324 kB | 61/137 kB
Progress (3): 165 kB | 324 kB | 65/137 kB
Progress (3): 165 kB | 324 kB | 69/137 kB
Progress (3): 165 kB | 324 kB | 73/137 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.jar (324 kB at 304 kB/s)
18:16:47 Progress (2): 165 kB | 77/137 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar
18:16:47 Progress (2): 165 kB | 81/137 kB
Progress (2): 165 kB | 85/137 kB
Progress (2): 165 kB | 90/137 kB
Progress (2): 165 kB | 94/137 kB
Progress (2): 165 kB | 98/137 kB
Progress (2): 165 kB | 102/137 kB
Progress (2): 165 kB | 106/137 kB
Progress (2): 165 kB | 110/137 kB
Progress (2): 165 kB | 114/137 kB
Progress (2): 165 kB | 118/137 kB
Progress (2): 165 kB | 122/137 kB
Progress (2): 165 kB | 126/137 kB
Progress (2): 165 kB | 131/137 kB
Progress (2): 165 kB | 135/137 kB
Progress (2): 165 kB | 137 kB    
Progress (3): 165 kB | 137 kB | 4.1/211 kB
Progress (3): 165 kB | 137 kB | 7.7/211 kB
Progress (3): 165 kB | 137 kB | 12/211 kB 
Progress (3): 165 kB | 137 kB | 16/211 kB
Progress (3): 165 kB | 137 kB | 20/211 kB
Progress (3): 165 kB | 137 kB | 24/211 kB
Progress (3): 165 kB | 137 kB | 28/211 kB
Progress (3): 165 kB | 137 kB | 32/211 kB
Progress (3): 165 kB | 137 kB | 36/211 kB
Progress (3): 165 kB | 137 kB | 40/211 kB
Progress (3): 165 kB | 137 kB | 45/211 kB
Progress (3): 165 kB | 137 kB | 49/211 kB
Progress (3): 165 kB | 137 kB | 53/211 kB
Progress (3): 165 kB | 137 kB | 57/211 kB
Progress (3): 165 kB | 137 kB | 61/211 kB
Progress (3): 165 kB | 137 kB | 65/211 kB
Progress (3): 165 kB | 137 kB | 69/211 kB
Progress (3): 165 kB | 137 kB | 73/211 kB
Progress (3): 165 kB | 137 kB | 77/211 kB
Progress (3): 165 kB | 137 kB | 81/211 kB
Progress (3): 165 kB | 137 kB | 85/211 kB
Progress (3): 165 kB | 137 kB | 90/211 kB
Progress (3): 165 kB | 137 kB | 94/211 kB
Progress (3): 165 kB | 137 kB | 98/211 kB
Progress (3): 165 kB | 137 kB | 102/211 kB
Progress (3): 165 kB | 137 kB | 106/211 kB
Progress (3): 165 kB | 137 kB | 110/211 kB
Progress (3): 165 kB | 137 kB | 114/211 kB
Progress (3): 165 kB | 137 kB | 118/211 kB
Progress (3): 165 kB | 137 kB | 122/211 kB
Progress (3): 165 kB | 137 kB | 126/211 kB
Progress (3): 165 kB | 137 kB | 131/211 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-api/2.45.0/selenium-api-2.45.0.jar (137 kB at 126 kB/s)
18:16:47 Progress (2): 165 kB | 135/211 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar
18:16:47 Progress (2): 165 kB | 139/211 kB
Progress (2): 165 kB | 143/211 kB
Progress (2): 165 kB | 147/211 kB
Progress (2): 165 kB | 151/211 kB
Progress (2): 165 kB | 155/211 kB
Progress (2): 165 kB | 159/211 kB
Progress (2): 165 kB | 163/211 kB
Progress (2): 165 kB | 167/211 kB
Progress (2): 165 kB | 171/211 kB
Progress (2): 165 kB | 176/211 kB
Progress (2): 165 kB | 180/211 kB
Progress (2): 165 kB | 184/211 kB
Progress (2): 165 kB | 188/211 kB
Progress (2): 165 kB | 192/211 kB
Progress (2): 165 kB | 196/211 kB
Progress (2): 165 kB | 200/211 kB
Progress (2): 165 kB | 204/211 kB
Progress (2): 165 kB | 208/211 kB
Progress (2): 165 kB | 211 kB    
Progress (3): 165 kB | 211 kB | 4.1/592 kB
Progress (3): 165 kB | 211 kB | 7.7/592 kB
Progress (3): 165 kB | 211 kB | 12/592 kB 
Progress (3): 165 kB | 211 kB | 16/592 kB
Progress (3): 165 kB | 211 kB | 20/592 kB
Progress (3): 165 kB | 211 kB | 24/592 kB
Progress (3): 165 kB | 211 kB | 28/592 kB
Progress (3): 165 kB | 211 kB | 32/592 kB
Progress (3): 165 kB | 211 kB | 36/592 kB
Progress (3): 165 kB | 211 kB | 40/592 kB
Progress (3): 165 kB | 211 kB | 45/592 kB
Progress (3): 165 kB | 211 kB | 49/592 kB
Progress (3): 165 kB | 211 kB | 53/592 kB
Progress (3): 165 kB | 211 kB | 57/592 kB
Progress (3): 165 kB | 211 kB | 61/592 kB
Progress (3): 165 kB | 211 kB | 65/592 kB
Progress (3): 165 kB | 211 kB | 69/592 kB
Progress (3): 165 kB | 211 kB | 73/592 kB
Progress (3): 165 kB | 211 kB | 77/592 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar (211 kB at 187 kB/s)
18:16:47 Progress (2): 165 kB | 81/592 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar
18:16:47 Progress (2): 165 kB | 85/592 kB
Progress (2): 165 kB | 90/592 kB
Progress (2): 165 kB | 94/592 kB
Progress (2): 165 kB | 98/592 kB
Progress (2): 165 kB | 102/592 kB
Progress (2): 165 kB | 106/592 kB
Progress (2): 165 kB | 110/592 kB
Progress (2): 165 kB | 114/592 kB
Progress (2): 165 kB | 118/592 kB
Progress (2): 165 kB | 122/592 kB
Progress (2): 165 kB | 126/592 kB
Progress (2): 165 kB | 131/592 kB
Progress (2): 165 kB | 135/592 kB
Progress (2): 165 kB | 139/592 kB
Progress (2): 165 kB | 143/592 kB
Progress (2): 165 kB | 147/592 kB
Progress (2): 165 kB | 151/592 kB
Progress (2): 165 kB | 155/592 kB
Progress (2): 165 kB | 159/592 kB
Progress (2): 165 kB | 163/592 kB
Progress (2): 165 kB | 167/592 kB
Progress (2): 165 kB | 171/592 kB
Progress (2): 165 kB | 176/592 kB
Progress (2): 165 kB | 180/592 kB
Progress (2): 165 kB | 184/592 kB
Progress (2): 165 kB | 188/592 kB
Progress (2): 165 kB | 192/592 kB
Progress (2): 165 kB | 196/592 kB
Progress (2): 165 kB | 200/592 kB
Progress (2): 165 kB | 204/592 kB
Progress (2): 165 kB | 208/592 kB
Progress (2): 165 kB | 212/592 kB
Progress (2): 165 kB | 217/592 kB
Progress (2): 165 kB | 221/592 kB
Progress (2): 165 kB | 225/592 kB
Progress (2): 165 kB | 229/592 kB
Progress (2): 165 kB | 233/592 kB
Progress (2): 165 kB | 237/592 kB
Progress (2): 165 kB | 241/592 kB
Progress (2): 165 kB | 245/592 kB
Progress (2): 165 kB | 249/592 kB
Progress (2): 165 kB | 253/592 kB
Progress (2): 165 kB | 258/592 kB
Progress (2): 165 kB | 262/592 kB
Progress (2): 165 kB | 266/592 kB
Progress (2): 165 kB | 270/592 kB
Progress (2): 165 kB | 274/592 kB
Progress (2): 165 kB | 278/592 kB
Progress (2): 165 kB | 282/592 kB
Progress (2): 165 kB | 286/592 kB
Progress (2): 165 kB | 290/592 kB
Progress (2): 165 kB | 294/592 kB
Progress (2): 165 kB | 298/592 kB
Progress (2): 165 kB | 303/592 kB
Progress (2): 165 kB | 307/592 kB
Progress (2): 165 kB | 311/592 kB
Progress (2): 165 kB | 315/592 kB
Progress (2): 165 kB | 319/592 kB
Progress (2): 165 kB | 323/592 kB
Progress (2): 165 kB | 327/592 kB
Progress (2): 165 kB | 331/592 kB
Progress (2): 165 kB | 335/592 kB
Progress (2): 165 kB | 339/592 kB
Progress (2): 165 kB | 344/592 kB
Progress (2): 165 kB | 348/592 kB
Progress (2): 165 kB | 352/592 kB
Progress (2): 165 kB | 356/592 kB
Progress (2): 165 kB | 360/592 kB
Progress (2): 165 kB | 364/592 kB
Progress (2): 165 kB | 368/592 kB
Progress (2): 165 kB | 372/592 kB
Progress (2): 165 kB | 376/592 kB
Progress (2): 165 kB | 380/592 kB
Progress (2): 165 kB | 384/592 kB
Progress (2): 165 kB | 389/592 kB
Progress (2): 165 kB | 393/592 kB
Progress (2): 165 kB | 397/592 kB
Progress (2): 165 kB | 401/592 kB
Progress (2): 165 kB | 405/592 kB
Progress (2): 165 kB | 409/592 kB
Progress (2): 165 kB | 413/592 kB
Progress (2): 165 kB | 417/592 kB
Progress (2): 165 kB | 421/592 kB
Progress (2): 165 kB | 425/592 kB
Progress (2): 165 kB | 430/592 kB
Progress (2): 165 kB | 434/592 kB
Progress (2): 165 kB | 438/592 kB
Progress (2): 165 kB | 442/592 kB
Progress (2): 165 kB | 446/592 kB
Progress (2): 165 kB | 450/592 kB
Progress (2): 165 kB | 454/592 kB
Progress (2): 165 kB | 458/592 kB
Progress (2): 165 kB | 462/592 kB
Progress (2): 165 kB | 466/592 kB
Progress (2): 165 kB | 471/592 kB
Progress (2): 165 kB | 475/592 kB
Progress (2): 165 kB | 479/592 kB
Progress (2): 165 kB | 483/592 kB
Progress (2): 165 kB | 487/592 kB
Progress (2): 165 kB | 491/592 kB
Progress (2): 165 kB | 495/592 kB
Progress (2): 165 kB | 499/592 kB
Progress (2): 165 kB | 503/592 kB
Progress (2): 165 kB | 507/592 kB
Progress (2): 165 kB | 511/592 kB
Progress (2): 165 kB | 516/592 kB
Progress (2): 165 kB | 520/592 kB
Progress (2): 165 kB | 524/592 kB
Progress (2): 165 kB | 528/592 kB
Progress (2): 165 kB | 532/592 kB
Progress (2): 165 kB | 536/592 kB
Progress (2): 165 kB | 540/592 kB
Progress (2): 165 kB | 544/592 kB
Progress (2): 165 kB | 548/592 kB
Progress (2): 165 kB | 552/592 kB
Progress (2): 165 kB | 557/592 kB
Progress (2): 165 kB | 561/592 kB
Progress (2): 165 kB | 565/592 kB
Progress (2): 165 kB | 569/592 kB
Progress (2): 165 kB | 573/592 kB
Progress (2): 165 kB | 577/592 kB
Progress (2): 165 kB | 581/592 kB
Progress (2): 165 kB | 585/592 kB
Progress (2): 165 kB | 589/592 kB
Progress (2): 165 kB | 592 kB    
Progress (3): 165 kB | 592 kB | 4.1/283 kB
Progress (3): 165 kB | 592 kB | 7.7/283 kB
Progress (3): 165 kB | 592 kB | 12/283 kB 
Progress (3): 165 kB | 592 kB | 16/283 kB
Progress (3): 165 kB | 592 kB | 20/283 kB
Progress (3): 165 kB | 592 kB | 24/283 kB
Progress (3): 165 kB | 592 kB | 28/283 kB
Progress (3): 165 kB | 592 kB | 32/283 kB
Progress (3): 165 kB | 592 kB | 36/283 kB
Progress (3): 165 kB | 592 kB | 40/283 kB
Progress (3): 165 kB | 592 kB | 45/283 kB
Progress (3): 165 kB | 592 kB | 49/283 kB
Progress (3): 165 kB | 592 kB | 53/283 kB
Progress (3): 165 kB | 592 kB | 57/283 kB
Progress (3): 165 kB | 592 kB | 61/283 kB
Progress (3): 165 kB | 592 kB | 65/283 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar (592 kB at 508 kB/s)
18:16:47 Progress (2): 165 kB | 69/283 kB
Progress (3): 165 kB | 69/283 kB | 4.1/53 kB
Progress (3): 165 kB | 73/283 kB | 4.1/53 kB
Progress (3): 165 kB | 73/283 kB | 7.7/53 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
18:16:47 Progress (3): 165 kB | 73/283 kB | 12/53 kB
Progress (3): 165 kB | 77/283 kB | 12/53 kB
Progress (3): 165 kB | 77/283 kB | 16/53 kB
Progress (3): 165 kB | 81/283 kB | 16/53 kB
Progress (3): 165 kB | 81/283 kB | 20/53 kB
Progress (3): 165 kB | 85/283 kB | 20/53 kB
Progress (3): 165 kB | 85/283 kB | 24/53 kB
Progress (3): 165 kB | 90/283 kB | 24/53 kB
Progress (3): 165 kB | 90/283 kB | 28/53 kB
Progress (3): 165 kB | 94/283 kB | 28/53 kB
Progress (3): 165 kB | 94/283 kB | 32/53 kB
Progress (3): 165 kB | 98/283 kB | 32/53 kB
Progress (3): 165 kB | 98/283 kB | 36/53 kB
Progress (3): 165 kB | 102/283 kB | 36/53 kB
Progress (3): 165 kB | 102/283 kB | 40/53 kB
Progress (3): 165 kB | 106/283 kB | 40/53 kB
Progress (3): 165 kB | 106/283 kB | 45/53 kB
Progress (3): 165 kB | 110/283 kB | 45/53 kB
Progress (3): 165 kB | 110/283 kB | 49/53 kB
Progress (3): 165 kB | 114/283 kB | 49/53 kB
Progress (3): 165 kB | 114/283 kB | 53 kB   
Progress (3): 165 kB | 118/283 kB | 53 kB
Progress (3): 165 kB | 122/283 kB | 53 kB
Progress (3): 165 kB | 126/283 kB | 53 kB
Progress (3): 165 kB | 131/283 kB | 53 kB
Progress (3): 165 kB | 135/283 kB | 53 kB
Progress (3): 165 kB | 139/283 kB | 53 kB
Progress (3): 165 kB | 143/283 kB | 53 kB
Progress (3): 165 kB | 147/283 kB | 53 kB
Progress (3): 165 kB | 151/283 kB | 53 kB
Progress (3): 165 kB | 155/283 kB | 53 kB
Progress (3): 165 kB | 159/283 kB | 53 kB
Progress (3): 165 kB | 163/283 kB | 53 kB
Progress (3): 165 kB | 167/283 kB | 53 kB
Progress (3): 165 kB | 171/283 kB | 53 kB
Progress (3): 165 kB | 176/283 kB | 53 kB
Progress (3): 165 kB | 180/283 kB | 53 kB
Progress (3): 165 kB | 184/283 kB | 53 kB
Progress (3): 165 kB | 188/283 kB | 53 kB
Progress (3): 165 kB | 192/283 kB | 53 kB
Progress (3): 165 kB | 196/283 kB | 53 kB
Progress (3): 165 kB | 200/283 kB | 53 kB
Progress (3): 165 kB | 204/283 kB | 53 kB
Progress (3): 165 kB | 208/283 kB | 53 kB
Progress (3): 165 kB | 212/283 kB | 53 kB
Progress (3): 165 kB | 217/283 kB | 53 kB
Progress (3): 165 kB | 221/283 kB | 53 kB
Progress (3): 165 kB | 225/283 kB | 53 kB
Progress (3): 165 kB | 229/283 kB | 53 kB
Progress (3): 165 kB | 233/283 kB | 53 kB
Progress (3): 165 kB | 237/283 kB | 53 kB
Progress (3): 165 kB | 241/283 kB | 53 kB
Progress (3): 165 kB | 245/283 kB | 53 kB
Progress (3): 165 kB | 249/283 kB | 53 kB
Progress (3): 165 kB | 253/283 kB | 53 kB
Progress (3): 165 kB | 258/283 kB | 53 kB
Progress (3): 165 kB | 262/283 kB | 53 kB
Progress (3): 165 kB | 266/283 kB | 53 kB
Progress (3): 165 kB | 270/283 kB | 53 kB
Progress (3): 165 kB | 274/283 kB | 53 kB
Progress (3): 165 kB | 278/283 kB | 53 kB
Progress (3): 165 kB | 282/283 kB | 53 kB
Progress (3): 165 kB | 283 kB | 53 kB    
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar (53 kB at 44 kB/s)
18:16:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
18:16:47 Progress (3): 165 kB | 283 kB | 0/1.0 MB
Progress (3): 165 kB | 283 kB | 0/1.0 MB
Progress (3): 165 kB | 283 kB | 0/1.0 MB
Progress (3): 165 kB | 283 kB | 0/1.0 MB
Progress (3): 165 kB | 283 kB | 0/1.0 MB
Progress (3): 165 kB | 283 kB | 0/1.0 MB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar (283 kB at 237 kB/s)
18:16:47 Progress (2): 165 kB | 0.1/1.0 MB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
18:16:47 Progress (2): 165 kB | 0.1/1.0 MB
Progress (2): 165 kB | 0.1/1.0 MB
Progress (2): 165 kB | 0.1/1.0 MB
Progress (2): 165 kB | 0.1/1.0 MB
Progress (2): 165 kB | 0.1/1.0 MB
Progress (2): 165 kB | 0.1/1.0 MB
Progress (2): 165 kB | 0.1/1.0 MB
Progress (2): 165 kB | 0.1/1.0 MB
Progress (2): 165 kB | 0.1/1.0 MB
Progress (2): 165 kB | 0.1/1.0 MB
Progress (2): 165 kB | 0.1/1.0 MB
Progress (2): 165 kB | 0.2/1.0 MB
Progress (2): 165 kB | 0.2/1.0 MB
Progress (2): 165 kB | 0.2/1.0 MB
Progress (2): 165 kB | 0.2/1.0 MB
Progress (2): 165 kB | 0.2/1.0 MB
Progress (2): 165 kB | 0.2/1.0 MB
Progress (2): 165 kB | 0.2/1.0 MB
Progress (2): 165 kB | 0.2/1.0 MB
Progress (2): 165 kB | 0.2/1.0 MB
Progress (2): 165 kB | 0.2/1.0 MB
Progress (2): 165 kB | 0.2/1.0 MB
Progress (2): 165 kB | 0.2/1.0 MB
Progress (2): 165 kB | 0.3/1.0 MB
Progress (2): 165 kB | 0.3/1.0 MB
Progress (2): 165 kB | 0.3/1.0 MB
Progress (2): 165 kB | 0.3/1.0 MB
Progress (2): 165 kB | 0.3/1.0 MB
Progress (2): 165 kB | 0.3/1.0 MB
Progress (2): 165 kB | 0.3/1.0 MB
Progress (2): 165 kB | 0.3/1.0 MB
Progress (2): 165 kB | 0.3/1.0 MB
Progress (2): 165 kB | 0.3/1.0 MB
Progress (2): 165 kB | 0.3/1.0 MB
Progress (2): 165 kB | 0.3/1.0 MB
Progress (2): 165 kB | 0.4/1.0 MB
Progress (2): 165 kB | 0.4/1.0 MB
Progress (2): 165 kB | 0.4/1.0 MB
Progress (2): 165 kB | 0.4/1.0 MB
Progress (2): 165 kB | 0.4/1.0 MB
Progress (2): 165 kB | 0.4/1.0 MB
Progress (2): 165 kB | 0.4/1.0 MB
Progress (2): 165 kB | 0.4/1.0 MB
Progress (2): 165 kB | 0.4/1.0 MB
Progress (2): 165 kB | 0.4/1.0 MB
Progress (2): 165 kB | 0.4/1.0 MB
Progress (2): 165 kB | 0.4/1.0 MB
Progress (2): 165 kB | 0.5/1.0 MB
Progress (2): 165 kB | 0.5/1.0 MB
Progress (2): 165 kB | 0.5/1.0 MB
Progress (2): 165 kB | 0.5/1.0 MB
Progress (2): 165 kB | 0.5/1.0 MB
Progress (2): 165 kB | 0.5/1.0 MB
Progress (2): 165 kB | 0.5/1.0 MB
Progress (2): 165 kB | 0.5/1.0 MB
Progress (2): 165 kB | 0.5/1.0 MB
Progress (2): 165 kB | 0.5/1.0 MB
Progress (2): 165 kB | 0.5/1.0 MB
Progress (2): 165 kB | 0.5/1.0 MB
Progress (2): 165 kB | 0.5/1.0 MB
Progress (2): 165 kB | 0.6/1.0 MB
Progress (2): 165 kB | 0.6/1.0 MB
Progress (2): 165 kB | 0.6/1.0 MB
Progress (2): 165 kB | 0.6/1.0 MB
Progress (2): 165 kB | 0.6/1.0 MB
Progress (2): 165 kB | 0.6/1.0 MB
Progress (2): 165 kB | 0.6/1.0 MB
Progress (2): 165 kB | 0.6/1.0 MB
Progress (2): 165 kB | 0.6/1.0 MB
Progress (2): 165 kB | 0.6/1.0 MB
Progress (2): 165 kB | 0.6/1.0 MB
Progress (2): 165 kB | 0.6/1.0 MB
Progress (2): 165 kB | 0.7/1.0 MB
Progress (2): 165 kB | 0.7/1.0 MB
Progress (2): 165 kB | 0.7/1.0 MB
Progress (2): 165 kB | 0.7/1.0 MB
Progress (2): 165 kB | 0.7/1.0 MB
Progress (3): 165 kB | 0.7/1.0 MB | 4.1/168 kB
Progress (3): 165 kB | 0.7/1.0 MB | 4.1/168 kB
Progress (3): 165 kB | 0.7/1.0 MB | 7.7/168 kB
Progress (3): 165 kB | 0.7/1.0 MB | 7.7/168 kB
Progress (3): 165 kB | 0.7/1.0 MB | 12/168 kB 
Progress (3): 165 kB | 0.7/1.0 MB | 16/168 kB
Progress (3): 165 kB | 0.7/1.0 MB | 16/168 kB
Progress (3): 165 kB | 0.7/1.0 MB | 20/168 kB
Progress (3): 165 kB | 0.7/1.0 MB | 20/168 kB
Progress (3): 165 kB | 0.7/1.0 MB | 24/168 kB
Progress (3): 165 kB | 0.7/1.0 MB | 28/168 kB
Progress (3): 165 kB | 0.7/1.0 MB | 32/168 kB
Progress (3): 165 kB | 0.7/1.0 MB | 32/168 kB
Progress (3): 165 kB | 0.7/1.0 MB | 32/168 kB
Progress (3): 165 kB | 0.7/1.0 MB | 32/168 kB
Progress (3): 165 kB | 0.8/1.0 MB | 32/168 kB
Progress (3): 165 kB | 0.8/1.0 MB | 32/168 kB
Progress (3): 165 kB | 0.8/1.0 MB | 32/168 kB
Progress (3): 165 kB | 0.8/1.0 MB | 32/168 kB
Progress (3): 165 kB | 0.8/1.0 MB | 32/168 kB
Progress (3): 165 kB | 0.8/1.0 MB | 32/168 kB
Progress (3): 165 kB | 0.8/1.0 MB | 32/168 kB
Progress (3): 165 kB | 0.8/1.0 MB | 32/168 kB
Progress (3): 165 kB | 0.8/1.0 MB | 32/168 kB
Progress (3): 165 kB | 0.8/1.0 MB | 32/168 kB
Progress (3): 165 kB | 0.8/1.0 MB | 36/168 kB
Progress (3): 165 kB | 0.8/1.0 MB | 36/168 kB
Progress (3): 165 kB | 0.8/1.0 MB | 40/168 kB
Progress (3): 165 kB | 0.8/1.0 MB | 45/168 kB
Progress (3): 165 kB | 0.8/1.0 MB | 49/168 kB
Progress (3): 165 kB | 0.8/1.0 MB | 49/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 49/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 53/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 57/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 61/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 65/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 65/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 65/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 69/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 73/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 77/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 77/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 81/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 81/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 85/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 90/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 90/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 94/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 94/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 98/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 98/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 102/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 102/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 106/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 110/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 114/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 114/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 114/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 118/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 122/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 126/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 131/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 131/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 131/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 135/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 139/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 143/168 kB
Progress (3): 165 kB | 0.9/1.0 MB | 147/168 kB
Progress (3): 165 kB | 1.0/1.0 MB | 147/168 kB
Progress (3): 165 kB | 1.0/1.0 MB | 147/168 kB
Progress (3): 165 kB | 1.0/1.0 MB | 151/168 kB
Progress (3): 165 kB | 1.0/1.0 MB | 155/168 kB
Progress (3): 165 kB | 1.0/1.0 MB | 159/168 kB
Progress (3): 165 kB | 1.0/1.0 MB | 159/168 kB
Progress (3): 165 kB | 1.0/1.0 MB | 163/168 kB
Progress (3): 165 kB | 1.0/1.0 MB | 163/168 kB
Progress (3): 165 kB | 1.0/1.0 MB | 167/168 kB
Progress (3): 165 kB | 1.0/1.0 MB | 168 kB    
Progress (3): 165 kB | 1.0/1.0 MB | 168 kB
Progress (3): 165 kB | 1.0/1.0 MB | 168 kB
Progress (3): 165 kB | 1.0/1.0 MB | 168 kB
Progress (3): 165 kB | 1.0 MB | 168 kB    
Progress (4): 165 kB | 1.0 MB | 168 kB | 7.7/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 16/913 kB 
Progress (4): 165 kB | 1.0 MB | 168 kB | 24/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 32/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 40/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 49/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 57/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 65/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 73/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 81/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 90/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 98/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 106/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 114/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 122/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 131/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 139/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 147/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 155/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 163/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 171/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 180/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 188/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 196/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 204/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 212/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 221/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 229/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 237/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 245/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 253/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 262/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 270/913 kB
Progress (4): 165 kB | 1.0 MB | 168 kB | 278/913 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 278/913 kB | 4.1/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 278/913 kB | 7.7/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 286/913 kB | 7.7/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 286/913 kB | 12/240 kB 
Progress (5): 165 kB | 1.0 MB | 168 kB | 294/913 kB | 12/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 294/913 kB | 16/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 294/913 kB | 20/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 294/913 kB | 24/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 303/913 kB | 24/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 303/913 kB | 28/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 311/913 kB | 28/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 311/913 kB | 32/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 311/913 kB | 36/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 311/913 kB | 40/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 319/913 kB | 40/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 319/913 kB | 45/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 327/913 kB | 45/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 327/913 kB | 49/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 335/913 kB | 49/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 335/913 kB | 53/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 344/913 kB | 53/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 344/913 kB | 57/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 344/913 kB | 61/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 344/913 kB | 65/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 352/913 kB | 65/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 352/913 kB | 69/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 360/913 kB | 69/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 360/913 kB | 73/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 360/913 kB | 77/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 360/913 kB | 81/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 368/913 kB | 81/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 368/913 kB | 85/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 368/913 kB | 90/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 376/913 kB | 90/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 376/913 kB | 94/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 376/913 kB | 98/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 376/913 kB | 102/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 384/913 kB | 102/240 kB
Progress (5): 165 kB | 1.0 MB | 168 kB | 384/913 kB | 106/240 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar (168 kB at 128 kB/s)
18:16:47 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar (1.0 MB at 767 kB/s)
18:16:47 Progress (3): 165 kB | 393/913 kB | 106/240 kB
Progress (3): 165 kB | 393/913 kB | 110/240 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.jar
18:16:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/8.1.14.v20131031/jetty-server-8.1.14.v20131031.jar
18:16:47 Progress (3): 165 kB | 393/913 kB | 114/240 kB
Progress (3): 165 kB | 401/913 kB | 114/240 kB
Progress (3): 165 kB | 409/913 kB | 114/240 kB
Progress (3): 165 kB | 409/913 kB | 118/240 kB
Progress (3): 165 kB | 409/913 kB | 122/240 kB
Progress (3): 165 kB | 409/913 kB | 126/240 kB
Progress (3): 165 kB | 417/913 kB | 126/240 kB
Progress (3): 165 kB | 417/913 kB | 131/240 kB
Progress (3): 165 kB | 425/913 kB | 131/240 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/webbitserver/webbit/0.4.14/webbit-0.4.14.jar (165 kB at 125 kB/s)
18:16:47 Progress (2): 434/913 kB | 131/240 kB
Progress (2): 434/913 kB | 135/240 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/8.1.14.v20131031/jetty-continuation-8.1.14.v20131031.jar
18:16:47 Progress (2): 434/913 kB | 139/240 kB
Progress (2): 442/913 kB | 139/240 kB
Progress (2): 442/913 kB | 143/240 kB
Progress (2): 442/913 kB | 147/240 kB
Progress (2): 450/913 kB | 147/240 kB
Progress (2): 450/913 kB | 151/240 kB
Progress (2): 458/913 kB | 151/240 kB
Progress (2): 458/913 kB | 155/240 kB
Progress (2): 458/913 kB | 159/240 kB
Progress (2): 458/913 kB | 163/240 kB
Progress (2): 466/913 kB | 163/240 kB
Progress (2): 475/913 kB | 163/240 kB
Progress (2): 475/913 kB | 167/240 kB
Progress (2): 475/913 kB | 171/240 kB
Progress (2): 475/913 kB | 176/240 kB
Progress (2): 475/913 kB | 180/240 kB
Progress (2): 483/913 kB | 180/240 kB
Progress (2): 491/913 kB | 180/240 kB
Progress (2): 491/913 kB | 184/240 kB
Progress (2): 491/913 kB | 188/240 kB
Progress (2): 491/913 kB | 192/240 kB
Progress (2): 491/913 kB | 196/240 kB
Progress (2): 499/913 kB | 196/240 kB
Progress (2): 507/913 kB | 196/240 kB
Progress (2): 507/913 kB | 200/240 kB
Progress (2): 507/913 kB | 204/240 kB
Progress (2): 507/913 kB | 208/240 kB
Progress (2): 507/913 kB | 212/240 kB
Progress (2): 516/913 kB | 212/240 kB
Progress (2): 524/913 kB | 212/240 kB
Progress (2): 524/913 kB | 217/240 kB
Progress (2): 524/913 kB | 221/240 kB
Progress (2): 524/913 kB | 225/240 kB
Progress (2): 532/913 kB | 225/240 kB
Progress (2): 532/913 kB | 229/240 kB
Progress (2): 540/913 kB | 229/240 kB
Progress (2): 540/913 kB | 233/240 kB
Progress (2): 540/913 kB | 237/240 kB
Progress (2): 540/913 kB | 240 kB    
Progress (2): 548/913 kB | 240 kB
Progress (2): 557/913 kB | 240 kB
Progress (2): 565/913 kB | 240 kB
Progress (2): 573/913 kB | 240 kB
Progress (2): 581/913 kB | 240 kB
Progress (2): 589/913 kB | 240 kB
Progress (2): 597/913 kB | 240 kB
Progress (2): 606/913 kB | 240 kB
Progress (2): 614/913 kB | 240 kB
Progress (2): 622/913 kB | 240 kB
Progress (2): 630/913 kB | 240 kB
Progress (2): 638/913 kB | 240 kB
Progress (2): 647/913 kB | 240 kB
Progress (2): 655/913 kB | 240 kB
Progress (3): 655/913 kB | 240 kB | 4.1/200 kB
Progress (3): 655/913 kB | 240 kB | 7.7/200 kB
Progress (3): 663/913 kB | 240 kB | 7.7/200 kB
Progress (3): 663/913 kB | 240 kB | 12/200 kB 
Progress (3): 671/913 kB | 240 kB | 12/200 kB
Progress (3): 671/913 kB | 240 kB | 16/200 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.jar (240 kB at 180 kB/s)
18:16:47 Progress (2): 671/913 kB | 20/200 kB
Progress (2): 679/913 kB | 20/200 kB
Progress (2): 679/913 kB | 24/200 kB
Progress (2): 688/913 kB | 24/200 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/8.1.14.v20131031/jetty-http-8.1.14.v20131031.jar
18:16:47 Progress (2): 688/913 kB | 28/200 kB
Progress (2): 688/913 kB | 32/200 kB
Progress (2): 696/913 kB | 32/200 kB
Progress (2): 704/913 kB | 32/200 kB
Progress (2): 704/913 kB | 36/200 kB
Progress (2): 704/913 kB | 40/200 kB
Progress (2): 704/913 kB | 45/200 kB
Progress (2): 712/913 kB | 45/200 kB
Progress (2): 712/913 kB | 49/200 kB
Progress (2): 720/913 kB | 49/200 kB
Progress (2): 720/913 kB | 53/200 kB
Progress (2): 729/913 kB | 53/200 kB
Progress (2): 729/913 kB | 57/200 kB
Progress (2): 737/913 kB | 57/200 kB
Progress (2): 737/913 kB | 61/200 kB
Progress (2): 737/913 kB | 65/200 kB
Progress (2): 745/913 kB | 65/200 kB
Progress (2): 745/913 kB | 69/200 kB
Progress (2): 753/913 kB | 69/200 kB
Progress (2): 753/913 kB | 73/200 kB
Progress (2): 753/913 kB | 77/200 kB
Progress (2): 753/913 kB | 81/200 kB
Progress (2): 761/913 kB | 81/200 kB
Progress (2): 770/913 kB | 81/200 kB
Progress (2): 770/913 kB | 85/200 kB
Progress (2): 770/913 kB | 90/200 kB
Progress (2): 770/913 kB | 94/200 kB
Progress (2): 770/913 kB | 98/200 kB
Progress (2): 778/913 kB | 98/200 kB
Progress (2): 786/913 kB | 98/200 kB
Progress (2): 786/913 kB | 102/200 kB
Progress (2): 786/913 kB | 106/200 kB
Progress (2): 786/913 kB | 110/200 kB
Progress (2): 794/913 kB | 110/200 kB
Progress (2): 794/913 kB | 114/200 kB
Progress (2): 802/913 kB | 114/200 kB
Progress (2): 802/913 kB | 118/200 kB
Progress (2): 802/913 kB | 122/200 kB
Progress (2): 810/913 kB | 122/200 kB
Progress (2): 810/913 kB | 126/200 kB
Progress (2): 819/913 kB | 126/200 kB
Progress (2): 819/913 kB | 131/200 kB
Progress (2): 827/913 kB | 131/200 kB
Progress (2): 827/913 kB | 135/200 kB
Progress (2): 835/913 kB | 135/200 kB
Progress (2): 835/913 kB | 139/200 kB
Progress (2): 835/913 kB | 143/200 kB
Progress (2): 835/913 kB | 147/200 kB
Progress (2): 843/913 kB | 147/200 kB
Progress (2): 851/913 kB | 147/200 kB
Progress (2): 851/913 kB | 151/200 kB
Progress (2): 851/913 kB | 155/200 kB
Progress (2): 851/913 kB | 159/200 kB
Progress (2): 851/913 kB | 163/200 kB
Progress (2): 860/913 kB | 163/200 kB
Progress (2): 868/913 kB | 163/200 kB
Progress (2): 868/913 kB | 167/200 kB
Progress (2): 868/913 kB | 171/200 kB
Progress (2): 868/913 kB | 176/200 kB
Progress (2): 868/913 kB | 180/200 kB
Progress (2): 876/913 kB | 180/200 kB
Progress (2): 884/913 kB | 180/200 kB
Progress (2): 884/913 kB | 184/200 kB
Progress (2): 884/913 kB | 188/200 kB
Progress (2): 884/913 kB | 192/200 kB
Progress (2): 892/913 kB | 192/200 kB
Progress (2): 892/913 kB | 196/200 kB
Progress (2): 901/913 kB | 196/200 kB
Progress (2): 901/913 kB | 200/200 kB
Progress (2): 901/913 kB | 200 kB    
Progress (2): 909/913 kB | 200 kB
Progress (2): 913 kB | 200 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.jar (200 kB at 148 kB/s)
18:16:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/8.1.14.v20131031/jetty-io-8.1.14.v20131031.jar
18:16:47 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar (913 kB at 676 kB/s)
18:16:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/8.1.14.v20131031/jetty-util-8.1.14.v20131031.jar
18:16:47 Progress (1): 4.1/358 kB
Progress (1): 7.7/358 kB
Progress (1): 12/358 kB 
Progress (1): 16/358 kB
Progress (1): 20/358 kB
Progress (1): 24/358 kB
Progress (1): 28/358 kB
Progress (1): 32/358 kB
Progress (1): 36/358 kB
Progress (1): 40/358 kB
Progress (1): 45/358 kB
Progress (1): 49/358 kB
Progress (1): 53/358 kB
Progress (1): 57/358 kB
Progress (1): 61/358 kB
Progress (1): 65/358 kB
Progress (1): 69/358 kB
Progress (1): 73/358 kB
Progress (1): 77/358 kB
Progress (1): 81/358 kB
Progress (1): 85/358 kB
Progress (1): 90/358 kB
Progress (1): 94/358 kB
Progress (1): 98/358 kB
Progress (1): 102/358 kB
Progress (1): 106/358 kB
Progress (1): 110/358 kB
Progress (1): 114/358 kB
Progress (1): 118/358 kB
Progress (1): 122/358 kB
Progress (1): 126/358 kB
Progress (1): 131/358 kB
Progress (1): 135/358 kB
Progress (1): 139/358 kB
Progress (1): 143/358 kB
Progress (1): 147/358 kB
Progress (2): 147/358 kB | 4.1/96 kB
Progress (2): 147/358 kB | 7.7/96 kB
Progress (2): 147/358 kB | 12/96 kB 
Progress (2): 151/358 kB | 12/96 kB
Progress (2): 151/358 kB | 16/96 kB
Progress (2): 155/358 kB | 16/96 kB
Progress (2): 159/358 kB | 16/96 kB
Progress (2): 163/358 kB | 16/96 kB
Progress (2): 163/358 kB | 20/96 kB
Progress (2): 167/358 kB | 20/96 kB
Progress (2): 167/358 kB | 24/96 kB
Progress (2): 171/358 kB | 24/96 kB
Progress (2): 171/358 kB | 28/96 kB
Progress (2): 176/358 kB | 28/96 kB
Progress (2): 176/358 kB | 32/96 kB
Progress (2): 180/358 kB | 32/96 kB
Progress (3): 180/358 kB | 32/96 kB | 4.1/21 kB
Progress (3): 180/358 kB | 32/96 kB | 7.7/21 kB
Progress (3): 184/358 kB | 32/96 kB | 7.7/21 kB
Progress (3): 184/358 kB | 32/96 kB | 12/21 kB 
Progress (3): 188/358 kB | 32/96 kB | 12/21 kB
Progress (3): 188/358 kB | 36/96 kB | 12/21 kB
Progress (3): 192/358 kB | 36/96 kB | 12/21 kB
Progress (3): 192/358 kB | 36/96 kB | 16/21 kB
Progress (3): 196/358 kB | 36/96 kB | 16/21 kB
Progress (3): 196/358 kB | 40/96 kB | 16/21 kB
Progress (3): 196/358 kB | 40/96 kB | 20/21 kB
Progress (3): 196/358 kB | 45/96 kB | 20/21 kB
Progress (3): 196/358 kB | 45/96 kB | 21 kB   
Progress (3): 196/358 kB | 49/96 kB | 21 kB
Progress (3): 200/358 kB | 49/96 kB | 21 kB
Progress (3): 204/358 kB | 49/96 kB | 21 kB
Progress (3): 208/358 kB | 49/96 kB | 21 kB
Progress (3): 212/358 kB | 49/96 kB | 21 kB
Progress (3): 212/358 kB | 53/96 kB | 21 kB
Progress (3): 212/358 kB | 57/96 kB | 21 kB
Progress (3): 212/358 kB | 61/96 kB | 21 kB
Progress (3): 212/358 kB | 65/96 kB | 21 kB
Progress (3): 217/358 kB | 65/96 kB | 21 kB
Progress (3): 221/358 kB | 65/96 kB | 21 kB
Progress (3): 225/358 kB | 65/96 kB | 21 kB
Progress (3): 229/358 kB | 65/96 kB | 21 kB
Progress (3): 229/358 kB | 69/96 kB | 21 kB
Progress (3): 229/358 kB | 73/96 kB | 21 kB
Progress (3): 229/358 kB | 77/96 kB | 21 kB
Progress (3): 229/358 kB | 81/96 kB | 21 kB
Progress (3): 233/358 kB | 81/96 kB | 21 kB
Progress (3): 237/358 kB | 81/96 kB | 21 kB
Progress (3): 241/358 kB | 81/96 kB | 21 kB
Progress (3): 241/358 kB | 85/96 kB | 21 kB
Progress (4): 241/358 kB | 85/96 kB | 21 kB | 4.1/104 kB
Progress (4): 245/358 kB | 85/96 kB | 21 kB | 4.1/104 kB
Progress (4): 245/358 kB | 85/96 kB | 21 kB | 7.7/104 kB
Progress (4): 245/358 kB | 90/96 kB | 21 kB | 7.7/104 kB
Progress (4): 245/358 kB | 90/96 kB | 21 kB | 12/104 kB 
Progress (4): 245/358 kB | 94/96 kB | 21 kB | 12/104 kB
Progress (4): 245/358 kB | 94/96 kB | 21 kB | 16/104 kB
Progress (4): 245/358 kB | 96 kB | 21 kB | 16/104 kB   
Progress (4): 249/358 kB | 96 kB | 21 kB | 16/104 kB
Progress (4): 253/358 kB | 96 kB | 21 kB | 16/104 kB
Progress (4): 258/358 kB | 96 kB | 21 kB | 16/104 kB
Progress (4): 258/358 kB | 96 kB | 21 kB | 20/104 kB
Progress (4): 262/358 kB | 96 kB | 21 kB | 20/104 kB
Progress (4): 262/358 kB | 96 kB | 21 kB | 24/104 kB
Progress (4): 262/358 kB | 96 kB | 21 kB | 28/104 kB
Progress (4): 262/358 kB | 96 kB | 21 kB | 32/104 kB
Progress (4): 266/358 kB | 96 kB | 21 kB | 32/104 kB
Progress (4): 270/358 kB | 96 kB | 21 kB | 32/104 kB
Progress (4): 274/358 kB | 96 kB | 21 kB | 32/104 kB
Progress (4): 274/358 kB | 96 kB | 21 kB | 36/104 kB
Progress (4): 278/358 kB | 96 kB | 21 kB | 36/104 kB
Progress (4): 278/358 kB | 96 kB | 21 kB | 40/104 kB
Progress (4): 278/358 kB | 96 kB | 21 kB | 45/104 kB
Progress (4): 278/358 kB | 96 kB | 21 kB | 49/104 kB
Progress (4): 282/358 kB | 96 kB | 21 kB | 49/104 kB
Progress (4): 286/358 kB | 96 kB | 21 kB | 49/104 kB
Progress (4): 290/358 kB | 96 kB | 21 kB | 49/104 kB
Progress (4): 290/358 kB | 96 kB | 21 kB | 53/104 kB
Progress (4): 294/358 kB | 96 kB | 21 kB | 53/104 kB
Progress (4): 294/358 kB | 96 kB | 21 kB | 57/104 kB
Progress (4): 294/358 kB | 96 kB | 21 kB | 61/104 kB
Progress (4): 294/358 kB | 96 kB | 21 kB | 65/104 kB
Progress (4): 298/358 kB | 96 kB | 21 kB | 65/104 kB
Progress (4): 303/358 kB | 96 kB | 21 kB | 65/104 kB
Progress (4): 307/358 kB | 96 kB | 21 kB | 65/104 kB
Progress (4): 307/358 kB | 96 kB | 21 kB | 69/104 kB
Progress (4): 311/358 kB | 96 kB | 21 kB | 69/104 kB
Progress (4): 311/358 kB | 96 kB | 21 kB | 73/104 kB
Progress (4): 311/358 kB | 96 kB | 21 kB | 77/104 kB
Progress (4): 311/358 kB | 96 kB | 21 kB | 81/104 kB
Progress (4): 315/358 kB | 96 kB | 21 kB | 81/104 kB
Progress (4): 319/358 kB | 96 kB | 21 kB | 81/104 kB
Progress (4): 323/358 kB | 96 kB | 21 kB | 81/104 kB
Progress (4): 323/358 kB | 96 kB | 21 kB | 85/104 kB
Progress (4): 327/358 kB | 96 kB | 21 kB | 85/104 kB
Progress (4): 327/358 kB | 96 kB | 21 kB | 90/104 kB
Progress (4): 327/358 kB | 96 kB | 21 kB | 94/104 kB
Progress (4): 327/358 kB | 96 kB | 21 kB | 98/104 kB
Progress (4): 331/358 kB | 96 kB | 21 kB | 98/104 kB
Progress (4): 331/358 kB | 96 kB | 21 kB | 102/104 kB
Progress (4): 335/358 kB | 96 kB | 21 kB | 102/104 kB
Progress (4): 335/358 kB | 96 kB | 21 kB | 104 kB    
Progress (4): 339/358 kB | 96 kB | 21 kB | 104 kB
Progress (4): 344/358 kB | 96 kB | 21 kB | 104 kB
Progress (4): 348/358 kB | 96 kB | 21 kB | 104 kB
Progress (4): 352/358 kB | 96 kB | 21 kB | 104 kB
Progress (4): 356/358 kB | 96 kB | 21 kB | 104 kB
Progress (4): 358 kB | 96 kB | 21 kB | 104 kB    
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/8.1.14.v20131031/jetty-continuation-8.1.14.v20131031.jar (21 kB at 15 kB/s)
18:16:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.jar
18:16:47 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/8.1.14.v20131031/jetty-http-8.1.14.v20131031.jar (96 kB at 68 kB/s)
18:16:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/webjars/webjars-locator/0.21/webjars-locator-0.21.jar
18:16:47 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/8.1.14.v20131031/jetty-io-8.1.14.v20131031.jar (104 kB at 74 kB/s)
18:16:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
18:16:47 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/8.1.14.v20131031/jetty-server-8.1.14.v20131031.jar (358 kB at 253 kB/s)
18:16:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.3/jackson-databind-2.3.3.jar
18:16:47 Progress (1): 4.1/29 kB
Progress (1): 7.7/29 kB
Progress (1): 12/29 kB 
Progress (1): 16/29 kB
Progress (1): 20/29 kB
Progress (1): 24/29 kB
Progress (1): 28/29 kB
Progress (1): 29 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 21 kB/s)
18:16:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.jar
18:16:47 Progress (1): 4.1/288 kB
Progress (1): 7.7/288 kB
Progress (1): 12/288 kB 
Progress (1): 16/288 kB
Progress (1): 20/288 kB
Progress (1): 24/288 kB
Progress (1): 28/288 kB
Progress (1): 32/288 kB
Progress (1): 36/288 kB
Progress (1): 40/288 kB
Progress (1): 45/288 kB
Progress (1): 49/288 kB
Progress (1): 53/288 kB
Progress (1): 57/288 kB
Progress (1): 61/288 kB
Progress (1): 65/288 kB
Progress (1): 69/288 kB
Progress (1): 73/288 kB
Progress (1): 77/288 kB
Progress (1): 81/288 kB
Progress (1): 85/288 kB
Progress (1): 90/288 kB
Progress (1): 94/288 kB
Progress (1): 98/288 kB
Progress (1): 102/288 kB
Progress (1): 106/288 kB
Progress (1): 110/288 kB
Progress (1): 114/288 kB
Progress (1): 118/288 kB
Progress (1): 122/288 kB
Progress (1): 126/288 kB
Progress (1): 131/288 kB
Progress (1): 135/288 kB
Progress (1): 139/288 kB
Progress (1): 143/288 kB
Progress (1): 147/288 kB
Progress (1): 151/288 kB
Progress (1): 155/288 kB
Progress (1): 159/288 kB
Progress (1): 163/288 kB
Progress (1): 167/288 kB
Progress (1): 171/288 kB
Progress (1): 176/288 kB
Progress (1): 180/288 kB
Progress (1): 184/288 kB
Progress (1): 188/288 kB
Progress (1): 192/288 kB
Progress (1): 196/288 kB
Progress (1): 200/288 kB
Progress (1): 204/288 kB
Progress (1): 208/288 kB
Progress (1): 212/288 kB
Progress (1): 217/288 kB
Progress (1): 221/288 kB
Progress (1): 225/288 kB
Progress (1): 229/288 kB
Progress (1): 233/288 kB
Progress (1): 237/288 kB
Progress (1): 241/288 kB
Progress (1): 245/288 kB
Progress (1): 249/288 kB
Progress (1): 253/288 kB
Progress (1): 258/288 kB
Progress (1): 262/288 kB
Progress (1): 266/288 kB
Progress (1): 270/288 kB
Progress (1): 274/288 kB
Progress (1): 278/288 kB
Progress (1): 282/288 kB
Progress (1): 286/288 kB
Progress (1): 288 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/8.1.14.v20131031/jetty-util-8.1.14.v20131031.jar (288 kB at 195 kB/s)
18:16:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.3/jackson-core-2.3.3.jar
18:16:47 Progress (1): 4.1/33 kB
Progress (1): 7.7/33 kB
Progress (1): 12/33 kB 
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (2): 28/33 kB | 4.1/11 kB
Progress (2): 32/33 kB | 4.1/11 kB
Progress (2): 32/33 kB | 7.7/11 kB
Progress (2): 33 kB | 7.7/11 kB   
Progress (2): 33 kB | 11 kB    
Progress (3): 33 kB | 11 kB | 4.1/35 kB
Progress (3): 33 kB | 11 kB | 7.7/35 kB
Progress (3): 33 kB | 11 kB | 12/35 kB 
Progress (3): 33 kB | 11 kB | 16/35 kB
Progress (3): 33 kB | 11 kB | 20/35 kB
Progress (3): 33 kB | 11 kB | 24/35 kB
Progress (3): 33 kB | 11 kB | 28/35 kB
Progress (3): 33 kB | 11 kB | 32/35 kB
Progress (3): 33 kB | 11 kB | 35 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.jar (11 kB at 7.1 kB/s)
18:16:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/webjars/bower/jasmine/2.3.0/jasmine-2.3.0.jar
18:16:47 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/webjars/webjars-locator/0.21/webjars-locator-0.21.jar (33 kB at 22 kB/s)
18:16:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/htmlunit/htmlunit/2.14/htmlunit-2.14.jar
18:16:47 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.jar (35 kB at 23 kB/s)
18:16:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.1/xalan-2.7.1.jar
18:16:47 Progress (1): 7.7/915 kB
Progress (1): 16/915 kB 
Progress (1): 24/915 kB
Progress (1): 32/915 kB
Progress (1): 40/915 kB
Progress (1): 49/915 kB
Progress (1): 57/915 kB
Progress (1): 65/915 kB
Progress (1): 73/915 kB
Progress (1): 81/915 kB
Progress (1): 90/915 kB
Progress (1): 98/915 kB
Progress (1): 106/915 kB
Progress (1): 114/915 kB
Progress (1): 122/915 kB
Progress (1): 131/915 kB
Progress (1): 139/915 kB
Progress (1): 147/915 kB
Progress (1): 155/915 kB
Progress (1): 163/915 kB
Progress (1): 171/915 kB
Progress (1): 180/915 kB
Progress (1): 188/915 kB
Progress (1): 196/915 kB
Progress (1): 204/915 kB
Progress (1): 212/915 kB
Progress (1): 221/915 kB
Progress (1): 229/915 kB
Progress (1): 237/915 kB
Progress (1): 245/915 kB
Progress (1): 253/915 kB
Progress (1): 262/915 kB
Progress (1): 270/915 kB
Progress (1): 278/915 kB
Progress (1): 286/915 kB
Progress (1): 294/915 kB
Progress (1): 303/915 kB
Progress (1): 311/915 kB
Progress (1): 319/915 kB
Progress (1): 327/915 kB
Progress (1): 335/915 kB
Progress (1): 344/915 kB
Progress (1): 352/915 kB
Progress (1): 360/915 kB
Progress (1): 368/915 kB
Progress (1): 376/915 kB
Progress (1): 384/915 kB
Progress (1): 393/915 kB
Progress (1): 401/915 kB
Progress (1): 409/915 kB
Progress (1): 417/915 kB
Progress (1): 425/915 kB
Progress (1): 434/915 kB
Progress (1): 442/915 kB
Progress (1): 450/915 kB
Progress (1): 458/915 kB
Progress (1): 466/915 kB
Progress (1): 475/915 kB
Progress (1): 483/915 kB
Progress (1): 491/915 kB
Progress (1): 499/915 kB
Progress (1): 507/915 kB
Progress (1): 516/915 kB
Progress (1): 524/915 kB
Progress (1): 532/915 kB
Progress (1): 540/915 kB
Progress (1): 548/915 kB
Progress (1): 557/915 kB
Progress (1): 565/915 kB
Progress (1): 573/915 kB
Progress (1): 581/915 kB
Progress (1): 589/915 kB
Progress (1): 597/915 kB
Progress (1): 606/915 kB
Progress (1): 614/915 kB
Progress (1): 622/915 kB
Progress (1): 630/915 kB
Progress (1): 638/915 kB
Progress (1): 647/915 kB
Progress (1): 655/915 kB
Progress (1): 663/915 kB
Progress (1): 671/915 kB
Progress (1): 679/915 kB
Progress (1): 688/915 kB
Progress (1): 696/915 kB
Progress (1): 704/915 kB
Progress (1): 712/915 kB
Progress (1): 720/915 kB
Progress (1): 729/915 kB
Progress (1): 737/915 kB
Progress (1): 745/915 kB
Progress (1): 753/915 kB
Progress (1): 761/915 kB
Progress (1): 770/915 kB
Progress (1): 778/915 kB
Progress (1): 786/915 kB
Progress (1): 794/915 kB
Progress (1): 802/915 kB
Progress (1): 810/915 kB
Progress (1): 819/915 kB
Progress (1): 827/915 kB
Progress (1): 835/915 kB
Progress (1): 843/915 kB
Progress (1): 851/915 kB
Progress (1): 860/915 kB
Progress (1): 868/915 kB
Progress (1): 876/915 kB
Progress (1): 884/915 kB
Progress (1): 892/915 kB
Progress (1): 901/915 kB
Progress (1): 909/915 kB
Progress (1): 915 kB    
Progress (2): 915 kB | 4.1/64 kB
Progress (2): 915 kB | 7.7/64 kB
Progress (2): 915 kB | 12/64 kB 
Progress (2): 915 kB | 16/64 kB
Progress (2): 915 kB | 20/64 kB
Progress (2): 915 kB | 24/64 kB
Progress (2): 915 kB | 28/64 kB
Progress (2): 915 kB | 32/64 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.3/jackson-databind-2.3.3.jar (915 kB at 569 kB/s)
18:16:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/serializer/2.7.1/serializer-2.7.1.jar
18:16:47 Progress (1): 36/64 kB
Progress (1): 40/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   
Progress (2): 64 kB | 0/3.2 MB
                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/webjars/bower/jasmine/2.3.0/jasmine-2.3.0.jar (64 kB at 39 kB/s)
18:16:47 Progress (1): 0/3.2 MB
                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.3.2/httpmime-4.3.2.jar
18:16:47 Progress (1): 0/3.2 MB
Progress (1): 0.1/3.2 MB
Progress (1): 0.1/3.2 MB
Progress (1): 0.1/3.2 MB
Progress (1): 0.1/3.2 MB
Progress (1): 0.1/3.2 MB
Progress (1): 0.1/3.2 MB
Progress (1): 0.2/3.2 MB
Progress (1): 0.2/3.2 MB
Progress (1): 0.2/3.2 MB
Progress (1): 0.2/3.2 MB
Progress (1): 0.2/3.2 MB
Progress (2): 0.2/3.2 MB | 0/1.4 MB
Progress (2): 0.2/3.2 MB | 0/1.4 MB
Progress (2): 0.2/3.2 MB | 0/1.4 MB
Progress (2): 0.2/3.2 MB | 0/1.4 MB
Progress (2): 0.3/3.2 MB | 0/1.4 MB
Progress (2): 0.3/3.2 MB | 0/1.4 MB
Progress (2): 0.3/3.2 MB | 0/1.4 MB
Progress (2): 0.3/3.2 MB | 0/1.4 MB
Progress (2): 0.3/3.2 MB | 0/1.4 MB
Progress (2): 0.3/3.2 MB | 0/1.4 MB
Progress (2): 0.3/3.2 MB | 0.1/1.4 MB
Progress (2): 0.3/3.2 MB | 0.1/1.4 MB
Progress (2): 0.3/3.2 MB | 0.1/1.4 MB
Progress (2): 0.3/3.2 MB | 0.1/1.4 MB
Progress (2): 0.3/3.2 MB | 0.1/1.4 MB
Progress (2): 0.3/3.2 MB | 0.1/1.4 MB
Progress (2): 0.3/3.2 MB | 0.1/1.4 MB
Progress (2): 0.3/3.2 MB | 0.1/1.4 MB
Progress (2): 0.3/3.2 MB | 0.1/1.4 MB
Progress (2): 0.3/3.2 MB | 0.1/1.4 MB
Progress (2): 0.4/3.2 MB | 0.1/1.4 MB
Progress (2): 0.4/3.2 MB | 0.1/1.4 MB
Progress (2): 0.4/3.2 MB | 0.1/1.4 MB
Progress (2): 0.4/3.2 MB | 0.1/1.4 MB
Progress (2): 0.4/3.2 MB | 0.1/1.4 MB
Progress (2): 0.4/3.2 MB | 0.1/1.4 MB
Progress (2): 0.4/3.2 MB | 0.1/1.4 MB
Progress (2): 0.4/3.2 MB | 0.1/1.4 MB
Progress (2): 0.4/3.2 MB | 0.1/1.4 MB
Progress (2): 0.4/3.2 MB | 0.1/1.4 MB
Progress (2): 0.4/3.2 MB | 0.1/1.4 MB
Progress (2): 0.5/3.2 MB | 0.1/1.4 MB
Progress (2): 0.5/3.2 MB | 0.1/1.4 MB
Progress (2): 0.5/3.2 MB | 0.1/1.4 MB
Progress (2): 0.5/3.2 MB | 0.1/1.4 MB
Progress (2): 0.5/3.2 MB | 0.1/1.4 MB
Progress (2): 0.5/3.2 MB | 0.1/1.4 MB
Progress (2): 0.6/3.2 MB | 0.1/1.4 MB
Progress (2): 0.6/3.2 MB | 0.1/1.4 MB
Progress (2): 0.6/3.2 MB | 0.1/1.4 MB
Progress (2): 0.6/3.2 MB | 0.1/1.4 MB
Progress (2): 0.6/3.2 MB | 0.1/1.4 MB
Progress (2): 0.6/3.2 MB | 0.1/1.4 MB
Progress (2): 0.7/3.2 MB | 0.1/1.4 MB
Progress (2): 0.7/3.2 MB | 0.1/1.4 MB
Progress (2): 0.7/3.2 MB | 0.1/1.4 MB
Progress (2): 0.7/3.2 MB | 0.1/1.4 MB
Progress (2): 0.7/3.2 MB | 0.1/1.4 MB
Progress (2): 0.7/3.2 MB | 0.1/1.4 MB
Progress (2): 0.8/3.2 MB | 0.1/1.4 MB
Progress (2): 0.8/3.2 MB | 0.1/1.4 MB
Progress (2): 0.8/3.2 MB | 0.1/1.4 MB
Progress (2): 0.8/3.2 MB | 0.1/1.4 MB
Progress (2): 0.8/3.2 MB | 0.1/1.4 MB
Progress (2): 0.8/3.2 MB | 0.1/1.4 MB
Progress (2): 0.9/3.2 MB | 0.1/1.4 MB
Progress (2): 0.9/3.2 MB | 0.1/1.4 MB
Progress (2): 0.9/3.2 MB | 0.2/1.4 MB
Progress (2): 0.9/3.2 MB | 0.2/1.4 MB
Progress (2): 0.9/3.2 MB | 0.2/1.4 MB
Progress (2): 0.9/3.2 MB | 0.2/1.4 MB
Progress (2): 0.9/3.2 MB | 0.2/1.4 MB
Progress (2): 0.9/3.2 MB | 0.2/1.4 MB
Progress (2): 0.9/3.2 MB | 0.2/1.4 MB
Progress (2): 0.9/3.2 MB | 0.2/1.4 MB
Progress (2): 0.9/3.2 MB | 0.2/1.4 MB
Progress (2): 0.9/3.2 MB | 0.2/1.4 MB
Progress (2): 0.9/3.2 MB | 0.2/1.4 MB
Progress (2): 0.9/3.2 MB | 0.2/1.4 MB
Progress (2): 0.9/3.2 MB | 0.2/1.4 MB
Progress (2): 1.0/3.2 MB | 0.2/1.4 MB
Progress (2): 1.0/3.2 MB | 0.2/1.4 MB
Progress (2): 1.0/3.2 MB | 0.2/1.4 MB
Progress (2): 1.0/3.2 MB | 0.2/1.4 MB
Progress (2): 1.0/3.2 MB | 0.2/1.4 MB
Progress (2): 1.0/3.2 MB | 0.2/1.4 MB
Progress (2): 1.0/3.2 MB | 0.2/1.4 MB
Progress (2): 1.0/3.2 MB | 0.3/1.4 MB
Progress (2): 1.0/3.2 MB | 0.3/1.4 MB
Progress (2): 1.0/3.2 MB | 0.3/1.4 MB
Progress (2): 1.0/3.2 MB | 0.3/1.4 MB
Progress (2): 1.0/3.2 MB | 0.3/1.4 MB
Progress (2): 1.0/3.2 MB | 0.3/1.4 MB
Progress (2): 1.0/3.2 MB | 0.3/1.4 MB
Progress (2): 1.0/3.2 MB | 0.3/1.4 MB
Progress (2): 1.0/3.2 MB | 0.3/1.4 MB
Progress (2): 1.1/3.2 MB | 0.3/1.4 MB
Progress (2): 1.1/3.2 MB | 0.3/1.4 MB
Progress (2): 1.1/3.2 MB | 0.3/1.4 MB
Progress (2): 1.1/3.2 MB | 0.3/1.4 MB
Progress (2): 1.1/3.2 MB | 0.3/1.4 MB
Progress (2): 1.1/3.2 MB | 0.3/1.4 MB
Progress (2): 1.1/3.2 MB | 0.3/1.4 MB
Progress (2): 1.1/3.2 MB | 0.3/1.4 MB
Progress (2): 1.1/3.2 MB | 0.3/1.4 MB
Progress (2): 1.1/3.2 MB | 0.3/1.4 MB
Progress (2): 1.1/3.2 MB | 0.4/1.4 MB
Progress (2): 1.1/3.2 MB | 0.4/1.4 MB
Progress (2): 1.1/3.2 MB | 0.4/1.4 MB
Progress (2): 1.1/3.2 MB | 0.4/1.4 MB
Progress (2): 1.1/3.2 MB | 0.4/1.4 MB
Progress (2): 1.1/3.2 MB | 0.4/1.4 MB
Progress (2): 1.2/3.2 MB | 0.4/1.4 MB
Progress (2): 1.2/3.2 MB | 0.4/1.4 MB
Progress (2): 1.2/3.2 MB | 0.4/1.4 MB
Progress (2): 1.2/3.2 MB | 0.4/1.4 MB
Progress (2): 1.2/3.2 MB | 0.4/1.4 MB
Progress (2): 1.2/3.2 MB | 0.4/1.4 MB
Progress (2): 1.2/3.2 MB | 0.4/1.4 MB
Progress (2): 1.2/3.2 MB | 0.4/1.4 MB
Progress (2): 1.2/3.2 MB | 0.4/1.4 MB
Progress (2): 1.2/3.2 MB | 0.4/1.4 MB
Progress (2): 1.2/3.2 MB | 0.4/1.4 MB
Progress (2): 1.2/3.2 MB | 0.4/1.4 MB
Progress (2): 1.2/3.2 MB | 0.4/1.4 MB
Progress (2): 1.2/3.2 MB | 0.4/1.4 MB
Progress (2): 1.2/3.2 MB | 0.5/1.4 MB
Progress (2): 1.2/3.2 MB | 0.5/1.4 MB
Progress (2): 1.3/3.2 MB | 0.5/1.4 MB
Progress (2): 1.3/3.2 MB | 0.5/1.4 MB
Progress (2): 1.3/3.2 MB | 0.5/1.4 MB
Progress (2): 1.3/3.2 MB | 0.5/1.4 MB
Progress (2): 1.3/3.2 MB | 0.5/1.4 MB
Progress (2): 1.3/3.2 MB | 0.5/1.4 MB
Progress (2): 1.3/3.2 MB | 0.5/1.4 MB
Progress (2): 1.3/3.2 MB | 0.5/1.4 MB
Progress (2): 1.3/3.2 MB | 0.5/1.4 MB
Progress (2): 1.3/3.2 MB | 0.5/1.4 MB
Progress (2): 1.3/3.2 MB | 0.5/1.4 MB
Progress (2): 1.3/3.2 MB | 0.5/1.4 MB
Progress (2): 1.3/3.2 MB | 0.5/1.4 MB
Progress (2): 1.3/3.2 MB | 0.5/1.4 MB
Progress (2): 1.3/3.2 MB | 0.5/1.4 MB
Progress (2): 1.3/3.2 MB | 0.5/1.4 MB
Progress (2): 1.4/3.2 MB | 0.5/1.4 MB
Progress (2): 1.4/3.2 MB | 0.5/1.4 MB
Progress (2): 1.4/3.2 MB | 0.6/1.4 MB
Progress (2): 1.4/3.2 MB | 0.6/1.4 MB
Progress (2): 1.4/3.2 MB | 0.6/1.4 MB
Progress (2): 1.4/3.2 MB | 0.6/1.4 MB
Progress (2): 1.4/3.2 MB | 0.6/1.4 MB
Progress (2): 1.4/3.2 MB | 0.6/1.4 MB
Progress (2): 1.4/3.2 MB | 0.6/1.4 MB
Progress (2): 1.4/3.2 MB | 0.6/1.4 MB
Progress (2): 1.4/3.2 MB | 0.6/1.4 MB
Progress (2): 1.4/3.2 MB | 0.6/1.4 MB
Progress (2): 1.4/3.2 MB | 0.6/1.4 MB
Progress (2): 1.4/3.2 MB | 0.6/1.4 MB
Progress (2): 1.4/3.2 MB | 0.6/1.4 MB
Progress (2): 1.4/3.2 MB | 0.6/1.4 MB
Progress (2): 1.5/3.2 MB | 0.6/1.4 MB
Progress (2): 1.5/3.2 MB | 0.6/1.4 MB
Progress (2): 1.5/3.2 MB | 0.6/1.4 MB
Progress (2): 1.5/3.2 MB | 0.6/1.4 MB
Progress (2): 1.5/3.2 MB | 0.6/1.4 MB
Progress (2): 1.5/3.2 MB | 0.6/1.4 MB
Progress (2): 1.5/3.2 MB | 0.7/1.4 MB
Progress (2): 1.5/3.2 MB | 0.7/1.4 MB
Progress (2): 1.5/3.2 MB | 0.7/1.4 MB
Progress (2): 1.5/3.2 MB | 0.7/1.4 MB
Progress (2): 1.5/3.2 MB | 0.7/1.4 MB
Progress (2): 1.5/3.2 MB | 0.7/1.4 MB
Progress (2): 1.5/3.2 MB | 0.7/1.4 MB
Progress (2): 1.5/3.2 MB | 0.7/1.4 MB
Progress (2): 1.5/3.2 MB | 0.7/1.4 MB
Progress (2): 1.5/3.2 MB | 0.7/1.4 MB
Progress (2): 1.6/3.2 MB | 0.7/1.4 MB
Progress (2): 1.6/3.2 MB | 0.7/1.4 MB
Progress (2): 1.6/3.2 MB | 0.7/1.4 MB
Progress (2): 1.6/3.2 MB | 0.7/1.4 MB
Progress (2): 1.6/3.2 MB | 0.7/1.4 MB
Progress (2): 1.6/3.2 MB | 0.7/1.4 MB
Progress (2): 1.6/3.2 MB | 0.7/1.4 MB
Progress (2): 1.6/3.2 MB | 0.7/1.4 MB
Progress (2): 1.6/3.2 MB | 0.7/1.4 MB
Progress (2): 1.6/3.2 MB | 0.8/1.4 MB
Progress (2): 1.6/3.2 MB | 0.8/1.4 MB
Progress (2): 1.6/3.2 MB | 0.8/1.4 MB
Progress (2): 1.6/3.2 MB | 0.8/1.4 MB
Progress (2): 1.6/3.2 MB | 0.8/1.4 MB
Progress (2): 1.6/3.2 MB | 0.8/1.4 MB
Progress (2): 1.6/3.2 MB | 0.8/1.4 MB
Progress (2): 1.7/3.2 MB | 0.8/1.4 MB
Progress (2): 1.7/3.2 MB | 0.8/1.4 MB
Progress (2): 1.7/3.2 MB | 0.8/1.4 MB
Progress (2): 1.7/3.2 MB | 0.8/1.4 MB
Progress (2): 1.7/3.2 MB | 0.8/1.4 MB
Progress (2): 1.7/3.2 MB | 0.8/1.4 MB
Progress (2): 1.7/3.2 MB | 0.8/1.4 MB
Progress (2): 1.7/3.2 MB | 0.8/1.4 MB
Progress (2): 1.7/3.2 MB | 0.8/1.4 MB
Progress (3): 1.7/3.2 MB | 0.8/1.4 MB | 4.1/278 kB
Progress (3): 1.7/3.2 MB | 0.8/1.4 MB | 7.7/278 kB
Progress (3): 1.7/3.2 MB | 0.8/1.4 MB | 12/278 kB 
Progress (3): 1.7/3.2 MB | 0.8/1.4 MB | 16/278 kB
Progress (3): 1.7/3.2 MB | 0.8/1.4 MB | 16/278 kB
Progress (3): 1.7/3.2 MB | 0.8/1.4 MB | 16/278 kB
Progress (3): 1.7/3.2 MB | 0.8/1.4 MB | 20/278 kB
Progress (3): 1.7/3.2 MB | 0.9/1.4 MB | 20/278 kB
Progress (3): 1.7/3.2 MB | 0.9/1.4 MB | 24/278 kB
Progress (3): 1.7/3.2 MB | 0.9/1.4 MB | 28/278 kB
Progress (3): 1.7/3.2 MB | 0.9/1.4 MB | 32/278 kB
Progress (3): 1.7/3.2 MB | 0.9/1.4 MB | 32/278 kB
Progress (3): 1.7/3.2 MB | 0.9/1.4 MB | 32/278 kB
Progress (3): 1.7/3.2 MB | 0.9/1.4 MB | 36/278 kB
Progress (3): 1.7/3.2 MB | 0.9/1.4 MB | 36/278 kB
Progress (3): 1.7/3.2 MB | 0.9/1.4 MB | 40/278 kB
Progress (3): 1.7/3.2 MB | 0.9/1.4 MB | 40/278 kB
Progress (3): 1.7/3.2 MB | 0.9/1.4 MB | 45/278 kB
Progress (3): 1.7/3.2 MB | 0.9/1.4 MB | 49/278 kB
Progress (3): 1.7/3.2 MB | 0.9/1.4 MB | 49/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 49/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 53/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 53/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 57/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 61/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 65/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 65/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 65/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 65/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 69/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 73/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 77/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 77/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 81/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 81/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 81/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 85/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 85/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 90/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 90/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 94/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 94/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 98/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 98/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 98/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 102/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 102/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 106/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 110/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 114/278 kB
Progress (3): 1.8/3.2 MB | 0.9/1.4 MB | 114/278 kB
Progress (3): 1.8/3.2 MB | 1.0/1.4 MB | 114/278 kB
Progress (3): 1.8/3.2 MB | 1.0/1.4 MB | 114/278 kB
Progress (3): 1.8/3.2 MB | 1.0/1.4 MB | 118/278 kB
Progress (3): 1.8/3.2 MB | 1.0/1.4 MB | 122/278 kB
Progress (3): 1.8/3.2 MB | 1.0/1.4 MB | 126/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 126/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 131/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 131/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 131/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 131/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 135/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 139/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 139/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 143/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 143/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 147/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 147/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 147/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 151/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 151/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 155/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 155/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 159/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 163/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 163/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 163/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 163/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 167/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 171/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 176/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 176/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 180/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 180/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 180/278 kB
Progress (3): 1.9/3.2 MB | 1.0/1.4 MB | 184/278 kB
Progress (3): 1.9/3.2 MB | 1.1/1.4 MB | 184/278 kB
Progress (3): 1.9/3.2 MB | 1.1/1.4 MB | 188/278 kB
Progress (3): 1.9/3.2 MB | 1.1/1.4 MB | 188/278 kB
Progress (3): 1.9/3.2 MB | 1.1/1.4 MB | 192/278 kB
Progress (3): 1.9/3.2 MB | 1.1/1.4 MB | 192/278 kB
Progress (3): 1.9/3.2 MB | 1.1/1.4 MB | 196/278 kB
Progress (3): 1.9/3.2 MB | 1.1/1.4 MB | 196/278 kB
Progress (3): 1.9/3.2 MB | 1.1/1.4 MB | 196/278 kB
Progress (3): 1.9/3.2 MB | 1.1/1.4 MB | 200/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 200/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 204/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 208/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 208/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 212/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 212/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 212/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 217/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 217/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 221/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 221/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 225/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 229/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 229/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 229/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 229/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 233/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 237/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 237/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 241/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 245/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 245/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 245/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 245/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 249/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 253/278 kB
Progress (3): 2.0/3.2 MB | 1.1/1.4 MB | 258/278 kB
Progress (3): 2.0/3.2 MB | 1.2/1.4 MB | 258/278 kB
Progress (3): 2.0/3.2 MB | 1.2/1.4 MB | 262/278 kB
Progress (3): 2.0/3.2 MB | 1.2/1.4 MB | 262/278 kB
Progress (3): 2.0/3.2 MB | 1.2/1.4 MB | 262/278 kB
Progress (3): 2.0/3.2 MB | 1.2/1.4 MB | 262/278 kB
Progress (3): 2.0/3.2 MB | 1.2/1.4 MB | 266/278 kB
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 266/278 kB
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 266/278 kB
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 270/278 kB
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 274/278 kB
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 278/278 kB
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 278 kB    
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 278 kB
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 278 kB
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 278 kB
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 278 kB
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 278 kB
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 278 kB
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 278 kB
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 278 kB
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 278 kB
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 278 kB
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 278 kB
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 278 kB
Progress (3): 2.1/3.2 MB | 1.2/1.4 MB | 278 kB
Progress (3): 2.1/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.1/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.2/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.2/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.2/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.2/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.2/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.2/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.2/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.2/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.2/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.2/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.2/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.2/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.2/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.2/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.2/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.2/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.3/3.2 MB | 1.3/1.4 MB | 278 kB
Progress (3): 2.3/3.2 MB | 1.4/1.4 MB | 278 kB
Progress (3): 2.3/3.2 MB | 1.4/1.4 MB | 278 kB
Progress (3): 2.3/3.2 MB | 1.4/1.4 MB | 278 kB
Progress (3): 2.3/3.2 MB | 1.4/1.4 MB | 278 kB
Progress (3): 2.3/3.2 MB | 1.4/1.4 MB | 278 kB
Progress (3): 2.3/3.2 MB | 1.4/1.4 MB | 278 kB
Progress (3): 2.3/3.2 MB | 1.4/1.4 MB | 278 kB
Progress (3): 2.3/3.2 MB | 1.4/1.4 MB | 278 kB
Progress (3): 2.3/3.2 MB | 1.4/1.4 MB | 278 kB
Progress (3): 2.3/3.2 MB | 1.4/1.4 MB | 278 kB
Progress (3): 2.3/3.2 MB | 1.4/1.4 MB | 278 kB
Progress (3): 2.3/3.2 MB | 1.4/1.4 MB | 278 kB
Progress (3): 2.3/3.2 MB | 1.4/1.4 MB | 278 kB
Progress (3): 2.3/3.2 MB | 1.4/1.4 MB | 278 kB
Progress (3): 2.3/3.2 MB | 1.4/1.4 MB | 278 kB
Progress (3): 2.3/3.2 MB | 1.4/1.4 MB | 278 kB
Progress (3): 2.4/3.2 MB | 1.4/1.4 MB | 278 kB
Progress (3): 2.4/3.2 MB | 1.4/1.4 MB | 278 kB
Progress (3): 2.4/3.2 MB | 1.4 MB | 278 kB    
Progress (3): 2.4/3.2 MB | 1.4 MB | 278 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/serializer/2.7.1/serializer-2.7.1.jar (278 kB at 155 kB/s)
18:16:47 Progress (2): 2.4/3.2 MB | 1.4 MB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/htmlunit/htmlunit-core-js/2.14/htmlunit-core-js-2.14.jar
18:16:47 Progress (2): 2.4/3.2 MB | 1.4 MB
Progress (2): 2.4/3.2 MB | 1.4 MB
Progress (2): 2.4/3.2 MB | 1.4 MB
Progress (2): 2.5/3.2 MB | 1.4 MB
Progress (2): 2.5/3.2 MB | 1.4 MB
Progress (2): 2.5/3.2 MB | 1.4 MB
Progress (2): 2.5/3.2 MB | 1.4 MB
Progress (2): 2.5/3.2 MB | 1.4 MB
Progress (2): 2.5/3.2 MB | 1.4 MB
Progress (2): 2.6/3.2 MB | 1.4 MB
Progress (2): 2.6/3.2 MB | 1.4 MB
Progress (2): 2.6/3.2 MB | 1.4 MB
Progress (2): 2.6/3.2 MB | 1.4 MB
Progress (2): 2.6/3.2 MB | 1.4 MB
Progress (2): 2.6/3.2 MB | 1.4 MB
Progress (2): 2.7/3.2 MB | 1.4 MB
Progress (2): 2.7/3.2 MB | 1.4 MB
Progress (2): 2.7/3.2 MB | 1.4 MB
Progress (2): 2.7/3.2 MB | 1.4 MB
Progress (2): 2.7/3.2 MB | 1.4 MB
Progress (2): 2.7/3.2 MB | 1.4 MB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/htmlunit/htmlunit/2.14/htmlunit-2.14.jar (1.4 MB at 797 kB/s)
18:16:47 Progress (1): 2.8/3.2 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
18:16:47 Progress (1): 2.8/3.2 MB
Progress (1): 2.8/3.2 MB
Progress (1): 2.8/3.2 MB
Progress (1): 2.8/3.2 MB
Progress (1): 2.8/3.2 MB
Progress (1): 2.9/3.2 MB
Progress (1): 2.9/3.2 MB
Progress (1): 2.9/3.2 MB
Progress (1): 2.9/3.2 MB
Progress (1): 2.9/3.2 MB
Progress (1): 2.9/3.2 MB
Progress (1): 2.9/3.2 MB
Progress (1): 3.0/3.2 MB
Progress (2): 3.0/3.2 MB | 0/1.0 MB
Progress (2): 3.0/3.2 MB | 0/1.0 MB
Progress (2): 3.0/3.2 MB | 0/1.0 MB
Progress (2): 3.0/3.2 MB | 0/1.0 MB
Progress (2): 3.0/3.2 MB | 0/1.0 MB
Progress (3): 3.0/3.2 MB | 0/1.0 MB | 4.1/200 kB
Progress (3): 3.0/3.2 MB | 0/1.0 MB | 4.1/200 kB
Progress (3): 3.0/3.2 MB | 0/1.0 MB | 7.7/200 kB
Progress (3): 3.0/3.2 MB | 0/1.0 MB | 7.7/200 kB
Progress (3): 3.0/3.2 MB | 0/1.0 MB | 12/200 kB 
Progress (4): 3.0/3.2 MB | 0/1.0 MB | 12/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0/1.0 MB | 16/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0/1.0 MB | 16/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0/1.0 MB | 16/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 16/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 16/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 16/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 16/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 20/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 20/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 20/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 20/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 24/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 24/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 28/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 28/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 28/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 28/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 32/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 32/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 32/200 kB | 0/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 32/200 kB | 0.1/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 36/200 kB | 0.1/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 36/200 kB | 0.1/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 36/200 kB | 0.1/1.4 MB
Progress (4): 3.0/3.2 MB | 0.1/1.0 MB | 40/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 40/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 45/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 45/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 49/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 49/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 49/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 49/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 53/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 53/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 57/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 57/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 61/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 61/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 65/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 65/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 65/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 65/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 65/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 69/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 69/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 73/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 73/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.1/1.0 MB | 73/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 73/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 77/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 77/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 81/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 81/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 81/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 81/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 85/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 85/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 90/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 90/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 94/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 94/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 98/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 98/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 98/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 98/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 102/200 kB | 0.1/1.4 MB
Progress (4): 3.1/3.2 MB | 0.2/1.0 MB | 102/200 kB | 0.1/1.4 MB
Progress (4): 3.2/3.2 MB | 0.2/1.0 MB | 102/200 kB | 0.1/1.4 MB
Progress (4): 3.2/3.2 MB | 0.2/1.0 MB | 106/200 kB | 0.1/1.4 MB
Progress (4): 3.2/3.2 MB | 0.2/1.0 MB | 106/200 kB | 0.2/1.4 MB
Progress (4): 3.2/3.2 MB | 0.2/1.0 MB | 110/200 kB | 0.2/1.4 MB
Progress (4): 3.2/3.2 MB | 0.2/1.0 MB | 110/200 kB | 0.2/1.4 MB
Progress (4): 3.2/3.2 MB | 0.2/1.0 MB | 110/200 kB | 0.2/1.4 MB
Progress (4): 3.2/3.2 MB | 0.2/1.0 MB | 114/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 114/200 kB | 0.2/1.4 MB    
Progress (4): 3.2 MB | 0.2/1.0 MB | 114/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 114/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 114/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 118/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 122/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 122/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 122/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 126/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 126/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 126/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 131/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 131/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 131/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 131/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 135/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 135/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 139/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 143/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 147/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 147/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.2/1.0 MB | 147/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 147/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 147/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 151/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 155/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 155/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 159/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 159/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 163/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 163/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 163/200 kB | 0.2/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 163/200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 167/200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 167/200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 171/200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 176/200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 176/200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 180/200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 180/200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 180/200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 180/200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 184/200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 188/200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 188/200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 192/200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 192/200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 192/200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 196/200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 196/200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 200 kB | 0.3/1.4 MB    
Progress (4): 3.2 MB | 0.3/1.0 MB | 200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 200 kB | 0.3/1.4 MB
Progress (4): 3.2 MB | 0.3/1.0 MB | 200 kB | 0.3/1.4 MB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.1/xalan-2.7.1.jar (3.2 MB at 1.7 MB/s)
18:16:47 Progress (3): 0.4/1.0 MB | 200 kB | 0.3/1.4 MB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
18:16:47 Progress (3): 0.4/1.0 MB | 200 kB | 0.3/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.3/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.3/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.3/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.4/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.4/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.5/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (3): 0.6/1.0 MB | 200 kB | 0.5/1.4 MB
Progress (4): 0.6/1.0 MB | 200 kB | 0.5/1.4 MB | 4.1/221 kB
Progress (4): 0.6/1.0 MB | 200 kB | 0.5/1.4 MB | 4.1/221 kB
Progress (4): 0.6/1.0 MB | 200 kB | 0.5/1.4 MB | 7.7/221 kB
Progress (4): 0.6/1.0 MB | 200 kB | 0.5/1.4 MB | 12/221 kB 
Progress (4): 0.6/1.0 MB | 200 kB | 0.5/1.4 MB | 16/221 kB
Progress (4): 0.6/1.0 MB | 200 kB | 0.5/1.4 MB | 16/221 kB
Progress (4): 0.6/1.0 MB | 200 kB | 0.5/1.4 MB | 16/221 kB
Progress (4): 0.6/1.0 MB | 200 kB | 0.5/1.4 MB | 16/221 kB
Progress (4): 0.6/1.0 MB | 200 kB | 0.6/1.4 MB | 16/221 kB
Progress (4): 0.6/1.0 MB | 200 kB | 0.6/1.4 MB | 20/221 kB
Progress (4): 0.6/1.0 MB | 200 kB | 0.6/1.4 MB | 24/221 kB
Progress (4): 0.6/1.0 MB | 200 kB | 0.6/1.4 MB | 24/221 kB
Progress (4): 0.6/1.0 MB | 200 kB | 0.6/1.4 MB | 28/221 kB
Progress (4): 0.6/1.0 MB | 200 kB | 0.6/1.4 MB | 28/221 kB
Progress (4): 0.6/1.0 MB | 200 kB | 0.6/1.4 MB | 32/221 kB
Progress (4): 0.6/1.0 MB | 200 kB | 0.6/1.4 MB | 32/221 kB
Progress (4): 0.6/1.0 MB | 200 kB | 0.6/1.4 MB | 32/221 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.3/jackson-core-2.3.3.jar (200 kB at 105 kB/s)
18:16:47 Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 32/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 36/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 36/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 40/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 40/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 40/221 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/nekohtml/nekohtml/1.9.20/nekohtml-1.9.20.jar
18:16:48 Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 45/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 45/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 45/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 49/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 49/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 49/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 53/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 53/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 53/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 53/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 57/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 57/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 61/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 65/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 65/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 65/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 65/221 kB
Progress (3): 0.6/1.0 MB | 0.6/1.4 MB | 69/221 kB
Progress (3): 0.7/1.0 MB | 0.6/1.4 MB | 69/221 kB
Progress (3): 0.7/1.0 MB | 0.6/1.4 MB | 73/221 kB
Progress (3): 0.7/1.0 MB | 0.6/1.4 MB | 77/221 kB
Progress (3): 0.7/1.0 MB | 0.6/1.4 MB | 77/221 kB
Progress (3): 0.7/1.0 MB | 0.6/1.4 MB | 81/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 81/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 81/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 81/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 81/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 85/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 85/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 90/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 90/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 94/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 94/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 98/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 98/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 102/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 102/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 106/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 110/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 114/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 114/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 114/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 118/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 122/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 122/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 122/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 122/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 126/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 126/221 kB
Progress (3): 0.7/1.0 MB | 0.7/1.4 MB | 131/221 kB
Progress (4): 0.7/1.0 MB | 0.7/1.4 MB | 131/221 kB | 4.1/125 kB
Progress (4): 0.7/1.0 MB | 0.7/1.4 MB | 131/221 kB | 4.1/125 kB
Progress (4): 0.7/1.0 MB | 0.7/1.4 MB | 131/221 kB | 4.1/125 kB
Progress (4): 0.7/1.0 MB | 0.7/1.4 MB | 135/221 kB | 4.1/125 kB
Progress (4): 0.7/1.0 MB | 0.7/1.4 MB | 135/221 kB | 4.1/125 kB
Progress (4): 0.7/1.0 MB | 0.7/1.4 MB | 135/221 kB | 7.7/125 kB
Progress (4): 0.7/1.0 MB | 0.7/1.4 MB | 139/221 kB | 7.7/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 139/221 kB | 7.7/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 143/221 kB | 7.7/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 143/221 kB | 12/125 kB 
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 147/221 kB | 12/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 147/221 kB | 12/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 147/221 kB | 16/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 147/221 kB | 16/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 147/221 kB | 16/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 147/221 kB | 16/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 151/221 kB | 16/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 151/221 kB | 20/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 155/221 kB | 20/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 155/221 kB | 24/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 155/221 kB | 24/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 155/221 kB | 28/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 159/221 kB | 28/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 159/221 kB | 32/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 159/221 kB | 32/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 159/221 kB | 32/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 163/221 kB | 32/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 163/221 kB | 32/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 163/221 kB | 36/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 163/221 kB | 40/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 163/221 kB | 40/125 kB
Progress (4): 0.8/1.0 MB | 0.7/1.4 MB | 163/221 kB | 45/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 163/221 kB | 45/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 167/221 kB | 45/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 167/221 kB | 49/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 167/221 kB | 49/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 171/221 kB | 49/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 171/221 kB | 49/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 171/221 kB | 49/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 176/221 kB | 49/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 176/221 kB | 49/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 176/221 kB | 53/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 180/221 kB | 53/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 180/221 kB | 57/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 180/221 kB | 57/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 180/221 kB | 61/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 180/221 kB | 61/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 180/221 kB | 65/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 180/221 kB | 65/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 184/221 kB | 65/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 184/221 kB | 65/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 188/221 kB | 65/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 192/221 kB | 65/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 192/221 kB | 69/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 192/221 kB | 69/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 192/221 kB | 73/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 196/221 kB | 73/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 196/221 kB | 77/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 196/221 kB | 77/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 196/221 kB | 77/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 196/221 kB | 81/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 196/221 kB | 81/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 200/221 kB | 81/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 204/221 kB | 81/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 204/221 kB | 81/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 204/221 kB | 85/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 208/221 kB | 85/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 208/221 kB | 90/125 kB
Progress (4): 0.8/1.0 MB | 0.8/1.4 MB | 208/221 kB | 90/125 kB
Progress (4): 0.9/1.0 MB | 0.8/1.4 MB | 208/221 kB | 90/125 kB
Progress (4): 0.9/1.0 MB | 0.8/1.4 MB | 208/221 kB | 90/125 kB
Progress (4): 0.9/1.0 MB | 0.8/1.4 MB | 208/221 kB | 94/125 kB
Progress (4): 0.9/1.0 MB | 0.8/1.4 MB | 212/221 kB | 94/125 kB
Progress (4): 0.9/1.0 MB | 0.8/1.4 MB | 212/221 kB | 98/125 kB
Progress (4): 0.9/1.0 MB | 0.8/1.4 MB | 212/221 kB | 98/125 kB
Progress (4): 0.9/1.0 MB | 0.8/1.4 MB | 212/221 kB | 98/125 kB
Progress (4): 0.9/1.0 MB | 0.8/1.4 MB | 217/221 kB | 98/125 kB
Progress (4): 0.9/1.0 MB | 0.8/1.4 MB | 217/221 kB | 98/125 kB
Progress (4): 0.9/1.0 MB | 0.8/1.4 MB | 217/221 kB | 98/125 kB
Progress (4): 0.9/1.0 MB | 0.8/1.4 MB | 221 kB | 98/125 kB    
Progress (4): 0.9/1.0 MB | 0.8/1.4 MB | 221 kB | 102/125 kB
Progress (4): 0.9/1.0 MB | 0.8/1.4 MB | 221 kB | 106/125 kB
Progress (4): 0.9/1.0 MB | 0.8/1.4 MB | 221 kB | 110/125 kB
Progress (4): 0.9/1.0 MB | 0.8/1.4 MB | 221 kB | 110/125 kB
Progress (4): 0.9/1.0 MB | 0.8/1.4 MB | 221 kB | 110/125 kB
Progress (4): 0.9/1.0 MB | 0.8/1.4 MB | 221 kB | 114/125 kB
Progress (4): 0.9/1.0 MB | 0.8/1.4 MB | 221 kB | 114/125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 114/125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 118/125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 122/125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB    
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 0.9/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 1.0/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 1.0/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 1.0/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 1.0/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 1.0/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 1.0/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 1.0/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 1.0/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 1.0/1.0 MB | 0.9/1.4 MB | 221 kB | 125 kB
Progress (4): 1.0/1.0 MB | 1.0/1.4 MB | 221 kB | 125 kB
Progress (4): 1.0/1.0 MB | 1.0/1.4 MB | 221 kB | 125 kB
Progress (4): 1.0/1.0 MB | 1.0/1.4 MB | 221 kB | 125 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar (221 kB at 112 kB/s)
18:16:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/cssparser/cssparser/0.9.13/cssparser-0.9.13.jar
18:16:48 Progress (3): 1.0/1.0 MB | 1.0/1.4 MB | 125 kB
Progress (3): 1.0/1.0 MB | 1.0/1.4 MB | 125 kB
Progress (3): 1.0/1.0 MB | 1.0/1.4 MB | 125 kB
Progress (3): 1.0/1.0 MB | 1.0/1.4 MB | 125 kB
Progress (3): 1.0/1.0 MB | 1.0/1.4 MB | 125 kB
Progress (3): 1.0/1.0 MB | 1.0/1.4 MB | 125 kB
Progress (3): 1.0 MB | 1.0/1.4 MB | 125 kB    
Progress (3): 1.0 MB | 1.0/1.4 MB | 125 kB
Progress (3): 1.0 MB | 1.0/1.4 MB | 125 kB
Progress (3): 1.0 MB | 1.0/1.4 MB | 125 kB
Progress (3): 1.0 MB | 1.0/1.4 MB | 125 kB
Progress (3): 1.0 MB | 1.0/1.4 MB | 125 kB
Progress (3): 1.0 MB | 1.0/1.4 MB | 125 kB
Progress (3): 1.0 MB | 1.0/1.4 MB | 125 kB
Progress (3): 1.0 MB | 1.1/1.4 MB | 125 kB
Progress (3): 1.0 MB | 1.1/1.4 MB | 125 kB
Progress (3): 1.0 MB | 1.1/1.4 MB | 125 kB
Progress (3): 1.0 MB | 1.1/1.4 MB | 125 kB
Progress (3): 1.0 MB | 1.1/1.4 MB | 125 kB
Progress (3): 1.0 MB | 1.1/1.4 MB | 125 kB
Progress (3): 1.0 MB | 1.1/1.4 MB | 125 kB
Progress (3): 1.0 MB | 1.1/1.4 MB | 125 kB
Progress (3): 1.0 MB | 1.1/1.4 MB | 125 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/nekohtml/nekohtml/1.9.20/nekohtml-1.9.20.jar (125 kB at 63 kB/s)
18:16:48 Progress (2): 1.0 MB | 1.1/1.4 MB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/w3c/css/sac/1.3/sac-1.3.jar
18:16:48 Progress (2): 1.0 MB | 1.1/1.4 MB
Progress (2): 1.0 MB | 1.1/1.4 MB
Progress (2): 1.0 MB | 1.2/1.4 MB
Progress (2): 1.0 MB | 1.2/1.4 MB
Progress (2): 1.0 MB | 1.2/1.4 MB
Progress (2): 1.0 MB | 1.2/1.4 MB
Progress (2): 1.0 MB | 1.2/1.4 MB
Progress (2): 1.0 MB | 1.2/1.4 MB
Progress (2): 1.0 MB | 1.2/1.4 MB
Progress (2): 1.0 MB | 1.2/1.4 MB
Progress (2): 1.0 MB | 1.2/1.4 MB
Progress (2): 1.0 MB | 1.2/1.4 MB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/htmlunit/htmlunit-core-js/2.14/htmlunit-core-js-2.14.jar (1.0 MB at 515 kB/s)
18:16:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/jetty-websocket-8.1.14.v20131031.jar
18:16:48 Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (2): 1.3/1.4 MB | 4.1/16 kB
Progress (2): 1.3/1.4 MB | 7.7/16 kB
Progress (2): 1.3/1.4 MB | 12/16 kB 
Progress (2): 1.4/1.4 MB | 12/16 kB
Progress (2): 1.4/1.4 MB | 16 kB   
Progress (2): 1.4/1.4 MB | 16 kB
Progress (2): 1.4/1.4 MB | 16 kB
Progress (2): 1.4 MB | 16 kB    
Progress (3): 1.4 MB | 16 kB | 4.1/355 kB
Progress (3): 1.4 MB | 16 kB | 7.7/355 kB
Progress (3): 1.4 MB | 16 kB | 12/355 kB 
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar (1.4 MB at 678 kB/s)
18:16:48 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/w3c/css/sac/1.3/sac-1.3.jar (16 kB at 7.8 kB/s)
18:16:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/klieber/phantomjs-maven-core/0.6/phantomjs-maven-core-0.6.jar
18:16:48 Progress (1): 16/355 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-zip/7.7.6/truezip-driver-zip-7.7.6.jar
18:16:48 Progress (1): 20/355 kB
Progress (1): 24/355 kB
Progress (1): 28/355 kB
Progress (1): 32/355 kB
Progress (1): 36/355 kB
Progress (1): 40/355 kB
Progress (1): 45/355 kB
Progress (1): 49/355 kB
Progress (1): 53/355 kB
Progress (1): 57/355 kB
Progress (1): 61/355 kB
Progress (1): 65/355 kB
Progress (1): 69/355 kB
Progress (1): 73/355 kB
Progress (1): 77/355 kB
Progress (1): 81/355 kB
Progress (1): 85/355 kB
Progress (1): 90/355 kB
Progress (1): 94/355 kB
Progress (1): 98/355 kB
Progress (1): 102/355 kB
Progress (1): 106/355 kB
Progress (1): 110/355 kB
Progress (1): 114/355 kB
Progress (1): 118/355 kB
Progress (1): 122/355 kB
Progress (1): 126/355 kB
Progress (1): 131/355 kB
Progress (1): 135/355 kB
Progress (1): 139/355 kB
Progress (1): 143/355 kB
Progress (1): 147/355 kB
Progress (1): 151/355 kB
Progress (1): 155/355 kB
Progress (1): 159/355 kB
Progress (1): 163/355 kB
Progress (2): 163/355 kB | 4.1/128 kB
Progress (2): 163/355 kB | 7.7/128 kB
Progress (2): 167/355 kB | 7.7/128 kB
Progress (2): 167/355 kB | 12/128 kB 
Progress (2): 171/355 kB | 12/128 kB
Progress (2): 171/355 kB | 16/128 kB
Progress (2): 176/355 kB | 16/128 kB
Progress (2): 180/355 kB | 16/128 kB
Progress (2): 184/355 kB | 16/128 kB
Progress (2): 188/355 kB | 16/128 kB
Progress (2): 188/355 kB | 20/128 kB
Progress (2): 192/355 kB | 20/128 kB
Progress (2): 192/355 kB | 24/128 kB
Progress (2): 196/355 kB | 24/128 kB
Progress (2): 196/355 kB | 28/128 kB
Progress (2): 196/355 kB | 32/128 kB
Progress (2): 200/355 kB | 32/128 kB
Progress (2): 204/355 kB | 32/128 kB
Progress (2): 208/355 kB | 32/128 kB
Progress (2): 212/355 kB | 32/128 kB
Progress (2): 212/355 kB | 36/128 kB
Progress (2): 212/355 kB | 40/128 kB
Progress (2): 217/355 kB | 40/128 kB
Progress (2): 217/355 kB | 45/128 kB
Progress (2): 221/355 kB | 45/128 kB
Progress (2): 221/355 kB | 49/128 kB
Progress (2): 225/355 kB | 49/128 kB
Progress (2): 229/355 kB | 49/128 kB
Progress (2): 233/355 kB | 49/128 kB
Progress (2): 237/355 kB | 49/128 kB
Progress (2): 237/355 kB | 53/128 kB
Progress (2): 241/355 kB | 53/128 kB
Progress (2): 241/355 kB | 57/128 kB
Progress (2): 245/355 kB | 57/128 kB
Progress (2): 245/355 kB | 61/128 kB
Progress (2): 245/355 kB | 65/128 kB
Progress (2): 249/355 kB | 65/128 kB
Progress (2): 253/355 kB | 65/128 kB
Progress (2): 258/355 kB | 65/128 kB
Progress (2): 262/355 kB | 65/128 kB
Progress (2): 262/355 kB | 69/128 kB
Progress (2): 262/355 kB | 73/128 kB
Progress (2): 262/355 kB | 77/128 kB
Progress (2): 262/355 kB | 81/128 kB
Progress (2): 262/355 kB | 85/128 kB
Progress (2): 262/355 kB | 90/128 kB
Progress (2): 262/355 kB | 94/128 kB
Progress (2): 262/355 kB | 98/128 kB
Progress (2): 262/355 kB | 102/128 kB
Progress (2): 262/355 kB | 106/128 kB
Progress (2): 262/355 kB | 110/128 kB
Progress (2): 262/355 kB | 114/128 kB
Progress (3): 262/355 kB | 114/128 kB | 4.1/249 kB
Progress (3): 262/355 kB | 114/128 kB | 7.7/249 kB
Progress (3): 262/355 kB | 114/128 kB | 12/249 kB 
Progress (3): 262/355 kB | 114/128 kB | 16/249 kB
Progress (3): 262/355 kB | 114/128 kB | 20/249 kB
Progress (3): 262/355 kB | 114/128 kB | 24/249 kB
Progress (3): 262/355 kB | 114/128 kB | 28/249 kB
Progress (3): 266/355 kB | 114/128 kB | 28/249 kB
Progress (3): 266/355 kB | 114/128 kB | 32/249 kB
Progress (3): 270/355 kB | 114/128 kB | 32/249 kB
Progress (3): 270/355 kB | 118/128 kB | 32/249 kB
Progress (3): 274/355 kB | 118/128 kB | 32/249 kB
Progress (3): 274/355 kB | 122/128 kB | 32/249 kB
Progress (3): 278/355 kB | 122/128 kB | 32/249 kB
Progress (3): 278/355 kB | 126/128 kB | 32/249 kB
Progress (3): 278/355 kB | 128 kB | 32/249 kB    
Progress (3): 282/355 kB | 128 kB | 32/249 kB
Progress (3): 282/355 kB | 128 kB | 36/249 kB
Progress (3): 286/355 kB | 128 kB | 36/249 kB
Progress (3): 286/355 kB | 128 kB | 40/249 kB
Progress (3): 290/355 kB | 128 kB | 40/249 kB
Progress (3): 290/355 kB | 128 kB | 45/249 kB
Progress (3): 294/355 kB | 128 kB | 45/249 kB
Progress (3): 294/355 kB | 128 kB | 49/249 kB
Progress (3): 298/355 kB | 128 kB | 49/249 kB
Progress (3): 303/355 kB | 128 kB | 49/249 kB
Progress (3): 303/355 kB | 128 kB | 53/249 kB
Progress (3): 307/355 kB | 128 kB | 53/249 kB
Progress (3): 307/355 kB | 128 kB | 57/249 kB
Progress (3): 311/355 kB | 128 kB | 57/249 kB
Progress (3): 311/355 kB | 128 kB | 61/249 kB
Progress (3): 311/355 kB | 128 kB | 65/249 kB
Progress (3): 315/355 kB | 128 kB | 65/249 kB
Progress (3): 319/355 kB | 128 kB | 65/249 kB
Progress (3): 323/355 kB | 128 kB | 65/249 kB
Progress (3): 323/355 kB | 128 kB | 69/249 kB
Progress (3): 327/355 kB | 128 kB | 69/249 kB
Progress (3): 327/355 kB | 128 kB | 73/249 kB
Progress (3): 327/355 kB | 128 kB | 77/249 kB
Progress (3): 327/355 kB | 128 kB | 81/249 kB
Progress (3): 331/355 kB | 128 kB | 81/249 kB
Progress (4): 331/355 kB | 128 kB | 81/249 kB | 4.1/38 kB
Progress (4): 335/355 kB | 128 kB | 81/249 kB | 4.1/38 kB
Progress (4): 335/355 kB | 128 kB | 81/249 kB | 7.7/38 kB
Progress (4): 339/355 kB | 128 kB | 81/249 kB | 7.7/38 kB
Progress (4): 339/355 kB | 128 kB | 81/249 kB | 12/38 kB 
Progress (4): 339/355 kB | 128 kB | 85/249 kB | 12/38 kB
Progress (4): 339/355 kB | 128 kB | 85/249 kB | 16/38 kB
Progress (4): 344/355 kB | 128 kB | 85/249 kB | 16/38 kB
Progress (4): 344/355 kB | 128 kB | 90/249 kB | 16/38 kB
Progress (4): 344/355 kB | 128 kB | 94/249 kB | 16/38 kB
Progress (4): 348/355 kB | 128 kB | 94/249 kB | 16/38 kB
Progress (4): 348/355 kB | 128 kB | 94/249 kB | 20/38 kB
Progress (4): 348/355 kB | 128 kB | 98/249 kB | 20/38 kB
Progress (4): 348/355 kB | 128 kB | 98/249 kB | 24/38 kB
Progress (4): 352/355 kB | 128 kB | 98/249 kB | 24/38 kB
Progress (4): 352/355 kB | 128 kB | 98/249 kB | 28/38 kB
Progress (4): 355 kB | 128 kB | 98/249 kB | 28/38 kB    
Progress (4): 355 kB | 128 kB | 98/249 kB | 32/38 kB
Progress (4): 355 kB | 128 kB | 102/249 kB | 32/38 kB
Progress (4): 355 kB | 128 kB | 102/249 kB | 36/38 kB
Progress (4): 355 kB | 128 kB | 106/249 kB | 36/38 kB
Progress (4): 355 kB | 128 kB | 106/249 kB | 38 kB   
Progress (4): 355 kB | 128 kB | 110/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 114/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 118/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 122/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 126/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 131/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 135/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 139/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 143/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 147/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 151/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 155/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 159/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 163/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 167/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 171/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 176/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 180/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 184/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 188/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 192/249 kB | 38 kB
Progress (4): 355 kB | 128 kB | 196/249 kB | 38 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/cssparser/cssparser/0.9.13/cssparser-0.9.13.jar (355 kB at 171 kB/s)
18:16:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-swing/7.7.6/truezip-swing-7.7.6.jar
18:16:48 Progress (3): 128 kB | 200/249 kB | 38 kB
Progress (3): 128 kB | 204/249 kB | 38 kB
Progress (3): 128 kB | 208/249 kB | 38 kB
Progress (3): 128 kB | 212/249 kB | 38 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/jetty-websocket-8.1.14.v20131031.jar (128 kB at 62 kB/s)
18:16:48 Progress (2): 217/249 kB | 38 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.7/commons-compress-1.7.jar
18:16:48 Progress (2): 221/249 kB | 38 kB
Progress (2): 225/249 kB | 38 kB
Progress (2): 229/249 kB | 38 kB
Progress (2): 233/249 kB | 38 kB
Progress (2): 237/249 kB | 38 kB
Progress (2): 241/249 kB | 38 kB
Progress (2): 245/249 kB | 38 kB
Progress (2): 249 kB | 38 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/klieber/phantomjs-maven-core/0.6/phantomjs-maven-core-0.6.jar (38 kB at 18 kB/s)
18:16:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar
18:16:48 Progress (2): 249 kB | 4.1/356 kB
Progress (2): 249 kB | 7.7/356 kB
Progress (2): 249 kB | 12/356 kB 
Progress (2): 249 kB | 16/356 kB
Progress (2): 249 kB | 20/356 kB
Progress (2): 249 kB | 24/356 kB
Progress (2): 249 kB | 28/356 kB
Progress (2): 249 kB | 32/356 kB
Progress (2): 249 kB | 36/356 kB
Progress (2): 249 kB | 40/356 kB
Progress (2): 249 kB | 45/356 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-zip/7.7.6/truezip-driver-zip-7.7.6.jar (249 kB at 119 kB/s)
18:16:48 Progress (1): 49/356 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-kernel/7.7.6/truezip-kernel-7.7.6.jar
18:16:48 Progress (1): 53/356 kB
Progress (1): 57/356 kB
Progress (1): 61/356 kB
Progress (1): 65/356 kB
Progress (1): 69/356 kB
Progress (1): 73/356 kB
Progress (1): 77/356 kB
Progress (1): 81/356 kB
Progress (1): 85/356 kB
Progress (1): 90/356 kB
Progress (1): 94/356 kB
Progress (1): 98/356 kB
Progress (2): 98/356 kB | 4.1/22 kB
Progress (2): 98/356 kB | 7.7/22 kB
Progress (2): 98/356 kB | 12/22 kB 
Progress (2): 98/356 kB | 16/22 kB
Progress (2): 102/356 kB | 16/22 kB
Progress (2): 106/356 kB | 16/22 kB
Progress (2): 110/356 kB | 16/22 kB
Progress (2): 110/356 kB | 20/22 kB
Progress (2): 114/356 kB | 20/22 kB
Progress (2): 114/356 kB | 22 kB   
Progress (2): 118/356 kB | 22 kB
Progress (2): 122/356 kB | 22 kB
Progress (2): 126/356 kB | 22 kB
Progress (2): 131/356 kB | 22 kB
Progress (2): 135/356 kB | 22 kB
Progress (2): 139/356 kB | 22 kB
Progress (2): 143/356 kB | 22 kB
Progress (2): 147/356 kB | 22 kB
Progress (2): 151/356 kB | 22 kB
Progress (2): 155/356 kB | 22 kB
Progress (2): 159/356 kB | 22 kB
Progress (2): 163/356 kB | 22 kB
Progress (2): 167/356 kB | 22 kB
Progress (2): 171/356 kB | 22 kB
Progress (2): 176/356 kB | 22 kB
Progress (2): 180/356 kB | 22 kB
Progress (2): 184/356 kB | 22 kB
Progress (2): 188/356 kB | 22 kB
Progress (2): 192/356 kB | 22 kB
Progress (2): 196/356 kB | 22 kB
Progress (2): 200/356 kB | 22 kB
Progress (2): 204/356 kB | 22 kB
Progress (2): 208/356 kB | 22 kB
Progress (2): 212/356 kB | 22 kB
Progress (2): 217/356 kB | 22 kB
Progress (2): 221/356 kB | 22 kB
Progress (2): 225/356 kB | 22 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-swing/7.7.6/truezip-swing-7.7.6.jar (22 kB at 10 kB/s)
18:16:48 Progress (1): 229/356 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-tar/7.7.6/truezip-driver-tar-7.7.6.jar
18:16:48 Progress (1): 233/356 kB
Progress (1): 237/356 kB
Progress (1): 241/356 kB
Progress (1): 245/356 kB
Progress (1): 249/356 kB
Progress (1): 253/356 kB
Progress (1): 258/356 kB
Progress (1): 262/356 kB
Progress (1): 266/356 kB
Progress (1): 270/356 kB
Progress (1): 274/356 kB
Progress (1): 278/356 kB
Progress (1): 282/356 kB
Progress (1): 286/356 kB
Progress (1): 290/356 kB
Progress (1): 294/356 kB
Progress (1): 298/356 kB
Progress (1): 303/356 kB
Progress (1): 307/356 kB
Progress (1): 311/356 kB
Progress (1): 315/356 kB
Progress (1): 319/356 kB
Progress (1): 323/356 kB
Progress (1): 327/356 kB
Progress (1): 331/356 kB
Progress (1): 335/356 kB
Progress (1): 339/356 kB
Progress (1): 344/356 kB
Progress (1): 348/356 kB
Progress (1): 352/356 kB
Progress (1): 356 kB    
Progress (2): 356 kB | 4.1/490 kB
Progress (2): 356 kB | 7.7/490 kB
Progress (2): 356 kB | 12/490 kB 
Progress (2): 356 kB | 16/490 kB
Progress (2): 356 kB | 20/490 kB
Progress (2): 356 kB | 24/490 kB
Progress (2): 356 kB | 28/490 kB
Progress (2): 356 kB | 32/490 kB
Progress (3): 356 kB | 32/490 kB | 0/1.9 MB
Progress (3): 356 kB | 36/490 kB | 0/1.9 MB
Progress (3): 356 kB | 40/490 kB | 0/1.9 MB
Progress (3): 356 kB | 45/490 kB | 0/1.9 MB
Progress (3): 356 kB | 49/490 kB | 0/1.9 MB
Progress (3): 356 kB | 49/490 kB | 0/1.9 MB
Progress (3): 356 kB | 49/490 kB | 0/1.9 MB
Progress (3): 356 kB | 53/490 kB | 0/1.9 MB
Progress (3): 356 kB | 57/490 kB | 0/1.9 MB
Progress (3): 356 kB | 57/490 kB | 0/1.9 MB
Progress (3): 356 kB | 61/490 kB | 0/1.9 MB
Progress (3): 356 kB | 61/490 kB | 0/1.9 MB
Progress (3): 356 kB | 65/490 kB | 0/1.9 MB
Progress (3): 356 kB | 65/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 69/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 69/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 73/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 77/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 81/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 81/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 81/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 85/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 90/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 94/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 94/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 98/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 98/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 102/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 102/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 106/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 106/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 110/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 114/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 114/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 114/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 118/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 122/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 126/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 131/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 131/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 131/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 135/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 139/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 143/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 147/490 kB | 0.1/1.9 MB
Progress (3): 356 kB | 147/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 147/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 151/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 155/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 159/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 163/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 167/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 171/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 176/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 180/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 184/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 188/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 192/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 196/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 200/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 204/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 208/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 212/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 217/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 221/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 225/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 229/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 233/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 237/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 241/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 245/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 249/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 253/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 258/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 262/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 266/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 270/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 274/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 274/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 278/490 kB | 0.2/1.9 MB
Progress (3): 356 kB | 278/490 kB | 0.2/1.9 MB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.7/commons-compress-1.7.jar (356 kB at 166 kB/s)
18:16:48 Progress (3): 278/490 kB | 0.2/1.9 MB | 4.1/32 kB
Progress (3): 282/490 kB | 0.2/1.9 MB | 4.1/32 kB
Progress (3): 282/490 kB | 0.2/1.9 MB | 4.1/32 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.4/xz-1.4.jar
18:16:48 Progress (3): 282/490 kB | 0.2/1.9 MB | 7.7/32 kB
Progress (3): 282/490 kB | 0.2/1.9 MB | 7.7/32 kB
Progress (3): 286/490 kB | 0.2/1.9 MB | 7.7/32 kB
Progress (3): 286/490 kB | 0.2/1.9 MB | 12/32 kB 
Progress (3): 290/490 kB | 0.2/1.9 MB | 12/32 kB
Progress (3): 290/490 kB | 0.2/1.9 MB | 16/32 kB
Progress (3): 294/490 kB | 0.2/1.9 MB | 16/32 kB
Progress (3): 294/490 kB | 0.2/1.9 MB | 16/32 kB
Progress (3): 294/490 kB | 0.2/1.9 MB | 16/32 kB
Progress (3): 294/490 kB | 0.2/1.9 MB | 20/32 kB
Progress (3): 298/490 kB | 0.2/1.9 MB | 20/32 kB
Progress (3): 298/490 kB | 0.2/1.9 MB | 24/32 kB
Progress (3): 303/490 kB | 0.2/1.9 MB | 24/32 kB
Progress (3): 303/490 kB | 0.2/1.9 MB | 28/32 kB
Progress (3): 303/490 kB | 0.2/1.9 MB | 28/32 kB
Progress (3): 307/490 kB | 0.2/1.9 MB | 28/32 kB
Progress (3): 307/490 kB | 0.2/1.9 MB | 28/32 kB
Progress (3): 307/490 kB | 0.2/1.9 MB | 32/32 kB
Progress (3): 311/490 kB | 0.2/1.9 MB | 32/32 kB
Progress (3): 311/490 kB | 0.2/1.9 MB | 32 kB   
Progress (3): 311/490 kB | 0.2/1.9 MB | 32 kB
Progress (3): 315/490 kB | 0.2/1.9 MB | 32 kB
Progress (3): 315/490 kB | 0.2/1.9 MB | 32 kB
Progress (3): 319/490 kB | 0.2/1.9 MB | 32 kB
Progress (3): 323/490 kB | 0.2/1.9 MB | 32 kB
Progress (3): 327/490 kB | 0.2/1.9 MB | 32 kB
Progress (3): 327/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 327/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 331/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 335/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 339/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 344/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 344/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 344/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 348/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 352/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 356/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 356/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 360/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 360/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 364/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 368/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 368/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 372/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 372/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 376/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 376/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 380/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 380/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 384/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 389/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 393/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 393/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 393/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 397/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 401/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 405/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 409/490 kB | 0.3/1.9 MB | 32 kB
Progress (3): 409/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 409/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 413/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 417/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 421/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 425/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 425/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 425/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 430/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 434/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 438/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 438/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 442/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 442/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 446/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 450/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 450/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 454/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 454/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 458/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 458/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 462/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 462/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 466/490 kB | 0.4/1.9 MB | 32 kB
Progress (3): 471/490 kB | 0.4/1.9 MB | 32 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-tar/7.7.6/truezip-driver-tar-7.7.6.jar (32 kB at 15 kB/s)
18:16:48 Progress (2): 471/490 kB | 0.4/1.9 MB
Progress (2): 475/490 kB | 0.4/1.9 MB
Progress (2): 475/490 kB | 0.4/1.9 MB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-file/7.7.6/truezip-file-7.7.6.jar
18:16:48 Progress (2): 475/490 kB | 0.5/1.9 MB
Progress (2): 475/490 kB | 0.5/1.9 MB
Progress (2): 479/490 kB | 0.5/1.9 MB
Progress (2): 483/490 kB | 0.5/1.9 MB
Progress (2): 487/490 kB | 0.5/1.9 MB
Progress (2): 490 kB | 0.5/1.9 MB    
Progress (2): 490 kB | 0.5/1.9 MB
Progress (2): 490 kB | 0.5/1.9 MB
Progress (2): 490 kB | 0.5/1.9 MB
Progress (2): 490 kB | 0.5/1.9 MB
Progress (2): 490 kB | 0.5/1.9 MB
Progress (2): 490 kB | 0.5/1.9 MB
Progress (2): 490 kB | 0.5/1.9 MB
Progress (2): 490 kB | 0.5/1.9 MB
Progress (2): 490 kB | 0.5/1.9 MB
Progress (2): 490 kB | 0.5/1.9 MB
Progress (2): 490 kB | 0.5/1.9 MB
Progress (2): 490 kB | 0.6/1.9 MB
Progress (2): 490 kB | 0.6/1.9 MB
Progress (2): 490 kB | 0.6/1.9 MB
Progress (2): 490 kB | 0.6/1.9 MB
Progress (2): 490 kB | 0.6/1.9 MB
Progress (2): 490 kB | 0.6/1.9 MB
Progress (2): 490 kB | 0.6/1.9 MB
Progress (2): 490 kB | 0.6/1.9 MB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-kernel/7.7.6/truezip-kernel-7.7.6.jar (490 kB at 225 kB/s)
18:16:48 Progress (1): 0.6/1.9 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-file/7.7.6/truezip-driver-file-7.7.6.jar
18:16:48 Progress (1): 0.6/1.9 MB
Progress (1): 0.6/1.9 MB
Progress (1): 0.6/1.9 MB
Progress (1): 0.7/1.9 MB
Progress (1): 0.7/1.9 MB
Progress (1): 0.7/1.9 MB
Progress (1): 0.7/1.9 MB
Progress (1): 0.7/1.9 MB
Progress (1): 0.7/1.9 MB
Progress (1): 0.7/1.9 MB
Progress (1): 0.7/1.9 MB
Progress (1): 0.7/1.9 MB
Progress (1): 0.7/1.9 MB
Progress (1): 0.7/1.9 MB
Progress (1): 0.7/1.9 MB
Progress (1): 0.8/1.9 MB
Progress (1): 0.8/1.9 MB
Progress (1): 0.8/1.9 MB
Progress (2): 0.8/1.9 MB | 4.1/99 kB
Progress (2): 0.8/1.9 MB | 7.7/99 kB
Progress (2): 0.8/1.9 MB | 7.7/99 kB
Progress (2): 0.8/1.9 MB | 12/99 kB 
Progress (2): 0.8/1.9 MB | 12/99 kB
Progress (2): 0.8/1.9 MB | 16/99 kB
Progress (2): 0.8/1.9 MB | 16/99 kB
Progress (2): 0.8/1.9 MB | 20/99 kB
Progress (2): 0.8/1.9 MB | 20/99 kB
Progress (2): 0.8/1.9 MB | 24/99 kB
Progress (2): 0.8/1.9 MB | 28/99 kB
Progress (2): 0.8/1.9 MB | 32/99 kB
Progress (2): 0.8/1.9 MB | 32/99 kB
Progress (2): 0.8/1.9 MB | 32/99 kB
Progress (2): 0.8/1.9 MB | 36/99 kB
Progress (2): 0.8/1.9 MB | 40/99 kB
Progress (2): 0.8/1.9 MB | 45/99 kB
Progress (2): 0.8/1.9 MB | 45/99 kB
Progress (2): 0.8/1.9 MB | 49/99 kB
Progress (2): 0.8/1.9 MB | 49/99 kB
Progress (2): 0.8/1.9 MB | 53/99 kB
Progress (2): 0.8/1.9 MB | 53/99 kB
Progress (2): 0.8/1.9 MB | 57/99 kB
Progress (2): 0.9/1.9 MB | 57/99 kB
Progress (2): 0.9/1.9 MB | 61/99 kB
Progress (2): 0.9/1.9 MB | 65/99 kB
Progress (2): 0.9/1.9 MB | 65/99 kB
Progress (2): 0.9/1.9 MB | 65/99 kB
Progress (2): 0.9/1.9 MB | 69/99 kB
Progress (2): 0.9/1.9 MB | 73/99 kB
Progress (2): 0.9/1.9 MB | 77/99 kB
Progress (2): 0.9/1.9 MB | 81/99 kB
Progress (2): 0.9/1.9 MB | 81/99 kB
Progress (2): 0.9/1.9 MB | 81/99 kB
Progress (2): 0.9/1.9 MB | 85/99 kB
Progress (2): 0.9/1.9 MB | 90/99 kB
Progress (2): 0.9/1.9 MB | 90/99 kB
Progress (2): 0.9/1.9 MB | 94/99 kB
Progress (2): 0.9/1.9 MB | 94/99 kB
Progress (2): 0.9/1.9 MB | 98/99 kB
Progress (2): 0.9/1.9 MB | 99 kB   
Progress (2): 0.9/1.9 MB | 99 kB
Progress (2): 0.9/1.9 MB | 99 kB
Progress (2): 0.9/1.9 MB | 99 kB
Progress (2): 0.9/1.9 MB | 99 kB
Progress (2): 0.9/1.9 MB | 99 kB
Progress (2): 0.9/1.9 MB | 99 kB
Progress (2): 1.0/1.9 MB | 99 kB
Progress (2): 1.0/1.9 MB | 99 kB
Progress (2): 1.0/1.9 MB | 99 kB
Progress (2): 1.0/1.9 MB | 99 kB
Progress (2): 1.0/1.9 MB | 99 kB
Progress (2): 1.0/1.9 MB | 99 kB
Progress (2): 1.0/1.9 MB | 99 kB
Progress (2): 1.0/1.9 MB | 99 kB
Progress (3): 1.0/1.9 MB | 99 kB | 4.1/66 kB
Progress (3): 1.0/1.9 MB | 99 kB | 7.7/66 kB
Progress (3): 1.0/1.9 MB | 99 kB | 7.7/66 kB
Progress (3): 1.0/1.9 MB | 99 kB | 12/66 kB 
Progress (3): 1.0/1.9 MB | 99 kB | 12/66 kB
Progress (3): 1.0/1.9 MB | 99 kB | 16/66 kB
Progress (3): 1.0/1.9 MB | 99 kB | 16/66 kB
Progress (3): 1.0/1.9 MB | 99 kB | 20/66 kB
Progress (3): 1.0/1.9 MB | 99 kB | 20/66 kB
Progress (3): 1.0/1.9 MB | 99 kB | 24/66 kB
Progress (3): 1.0/1.9 MB | 99 kB | 28/66 kB
Progress (3): 1.0/1.9 MB | 99 kB | 32/66 kB
Progress (3): 1.1/1.9 MB | 99 kB | 32/66 kB
Progress (3): 1.1/1.9 MB | 99 kB | 32/66 kB
Progress (3): 1.1/1.9 MB | 99 kB | 36/66 kB
Progress (3): 1.1/1.9 MB | 99 kB | 40/66 kB
Progress (3): 1.1/1.9 MB | 99 kB | 45/66 kB
Progress (3): 1.1/1.9 MB | 99 kB | 49/66 kB
Progress (3): 1.1/1.9 MB | 99 kB | 49/66 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.4/xz-1.4.jar (99 kB at 45 kB/s)
18:16:48 Progress (2): 1.1/1.9 MB | 49/66 kB
Progress (2): 1.1/1.9 MB | 53/66 kB
Progress (2): 1.1/1.9 MB | 57/66 kB
Progress (2): 1.1/1.9 MB | 61/66 kB
Progress (2): 1.1/1.9 MB | 65/66 kB
Progress (2): 1.1/1.9 MB | 65/66 kB
Progress (2): 1.1/1.9 MB | 66 kB   
Progress (2): 1.1/1.9 MB | 66 kB
Progress (2): 1.1/1.9 MB | 66 kB
Progress (2): 1.1/1.9 MB | 66 kB
Progress (2): 1.1/1.9 MB | 66 kB
Progress (2): 1.1/1.9 MB | 66 kB
Progress (2): 1.1/1.9 MB | 66 kB
Progress (2): 1.1/1.9 MB | 66 kB
Progress (2): 1.2/1.9 MB | 66 kB
Progress (2): 1.2/1.9 MB | 66 kB
Progress (2): 1.2/1.9 MB | 66 kB
Progress (2): 1.2/1.9 MB | 66 kB
Progress (2): 1.2/1.9 MB | 66 kB
Progress (2): 1.2/1.9 MB | 66 kB
Progress (2): 1.2/1.9 MB | 66 kB
Progress (2): 1.2/1.9 MB | 66 kB
Progress (2): 1.2/1.9 MB | 66 kB
Progress (2): 1.2/1.9 MB | 66 kB
Progress (2): 1.2/1.9 MB | 66 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-file/7.7.6/truezip-file-7.7.6.jar (66 kB at 30 kB/s)
18:16:48 Progress (1): 1.2/1.9 MB
Progress (1): 1.3/1.9 MB
Progress (1): 1.3/1.9 MB
Progress (1): 1.3/1.9 MB
Progress (1): 1.3/1.9 MB
Progress (1): 1.3/1.9 MB
Progress (1): 1.3/1.9 MB
Progress (1): 1.3/1.9 MB
Progress (1): 1.3/1.9 MB
Progress (1): 1.3/1.9 MB
Progress (1): 1.3/1.9 MB
Progress (1): 1.3/1.9 MB
Progress (1): 1.3/1.9 MB
Progress (1): 1.4/1.9 MB
Progress (1): 1.4/1.9 MB
Progress (1): 1.4/1.9 MB
Progress (1): 1.4/1.9 MB
Progress (2): 1.4/1.9 MB | 4.1/46 kB
Progress (2): 1.4/1.9 MB | 4.1/46 kB
Progress (2): 1.4/1.9 MB | 7.7/46 kB
Progress (2): 1.4/1.9 MB | 7.7/46 kB
Progress (2): 1.4/1.9 MB | 12/46 kB 
Progress (2): 1.4/1.9 MB | 16/46 kB
Progress (2): 1.4/1.9 MB | 16/46 kB
Progress (2): 1.4/1.9 MB | 16/46 kB
Progress (2): 1.4/1.9 MB | 20/46 kB
Progress (2): 1.4/1.9 MB | 24/46 kB
Progress (2): 1.4/1.9 MB | 24/46 kB
Progress (2): 1.4/1.9 MB | 28/46 kB
Progress (2): 1.4/1.9 MB | 28/46 kB
Progress (2): 1.4/1.9 MB | 32/46 kB
Progress (2): 1.4/1.9 MB | 32/46 kB
Progress (2): 1.4/1.9 MB | 36/46 kB
Progress (2): 1.4/1.9 MB | 36/46 kB
Progress (2): 1.4/1.9 MB | 40/46 kB
Progress (2): 1.4/1.9 MB | 45/46 kB
Progress (2): 1.4/1.9 MB | 46 kB   
Progress (2): 1.4/1.9 MB | 46 kB
Progress (2): 1.5/1.9 MB | 46 kB
Progress (2): 1.5/1.9 MB | 46 kB
Progress (2): 1.5/1.9 MB | 46 kB
Progress (2): 1.5/1.9 MB | 46 kB
Progress (2): 1.5/1.9 MB | 46 kB
Progress (2): 1.5/1.9 MB | 46 kB
Progress (2): 1.5/1.9 MB | 46 kB
Progress (2): 1.5/1.9 MB | 46 kB
Progress (2): 1.5/1.9 MB | 46 kB
Progress (2): 1.5/1.9 MB | 46 kB
Progress (2): 1.5/1.9 MB | 46 kB
Progress (2): 1.5/1.9 MB | 46 kB
Progress (2): 1.6/1.9 MB | 46 kB
Progress (2): 1.6/1.9 MB | 46 kB
Progress (2): 1.6/1.9 MB | 46 kB
Progress (2): 1.6/1.9 MB | 46 kB
Progress (2): 1.6/1.9 MB | 46 kB
Progress (2): 1.6/1.9 MB | 46 kB
Progress (2): 1.6/1.9 MB | 46 kB
Progress (2): 1.6/1.9 MB | 46 kB
Progress (2): 1.6/1.9 MB | 46 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/schlichtherle/truezip/truezip-driver-file/7.7.6/truezip-driver-file-7.7.6.jar (46 kB at 20 kB/s)
18:16:48 Progress (1): 1.6/1.9 MB
Progress (1): 1.6/1.9 MB
Progress (1): 1.6/1.9 MB
Progress (1): 1.7/1.9 MB
Progress (1): 1.7/1.9 MB
Progress (1): 1.7/1.9 MB
Progress (1): 1.7/1.9 MB
Progress (1): 1.7/1.9 MB
Progress (1): 1.7/1.9 MB
Progress (1): 1.7/1.9 MB
Progress (1): 1.7/1.9 MB
Progress (1): 1.7/1.9 MB
Progress (1): 1.7/1.9 MB
Progress (1): 1.7/1.9 MB
Progress (1): 1.7/1.9 MB
Progress (1): 1.8/1.9 MB
Progress (1): 1.8/1.9 MB
Progress (1): 1.8/1.9 MB
Progress (1): 1.8/1.9 MB
Progress (1): 1.8/1.9 MB
Progress (1): 1.8/1.9 MB
Progress (1): 1.8/1.9 MB
Progress (1): 1.8/1.9 MB
Progress (1): 1.8/1.9 MB
Progress (1): 1.8/1.9 MB
Progress (1): 1.8/1.9 MB
Progress (1): 1.8/1.9 MB
Progress (1): 1.9/1.9 MB
Progress (1): 1.9/1.9 MB
Progress (1): 1.9/1.9 MB
Progress (1): 1.9/1.9 MB
Progress (1): 1.9 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar (1.9 MB at 819 kB/s)
18:16:48 Progress (1): 4.1/37 kB
Progress (1): 7.7/37 kB
Progress (1): 12/37 kB 
Progress (1): 16/37 kB
Progress (1): 20/37 kB
Progress (1): 24/37 kB
Progress (1): 28/37 kB
Progress (1): 32/37 kB
Progress (1): 36/37 kB
Progress (1): 37 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.3.2/httpmime-4.3.2.jar (37 kB at 14 kB/s)
18:16:48 [INFO] jetty-8.1.14.v20131031
18:16:48 [INFO] Started SelectChannelConnector@0.0.0.0:33756
18:16:48 [INFO] Executing Jasmine Specs
18:16:48 Mar 01, 2020 11:16:48 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
18:16:48 INFO: executable: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.test/target/phantomjs-maven-plugin/phantomjs-1.9.7-linux-x86_64/bin/phantomjs
18:16:48 Mar 01, 2020 11:16:48 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
18:16:48 INFO: port: 31001
18:16:48 Mar 01, 2020 11:16:48 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
18:16:48 INFO: arguments: [--webdriver=31001, --webdriver-logfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/phantomjsdriver.log]
18:16:48 Mar 01, 2020 11:16:48 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
18:16:48 INFO: environment: {}
18:16:49 /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.rt.ui.html.test/target/phantomjs-maven-plugin/phantomjs-1.9.7-linux-x86_64/bin/phantomjs: Relink `/lib/libuuid.so.1' with `/usr/glibc-compat/lib/libc.so.6' for IFUNC symbol `strncpy'
18:17:09 Mar 01, 2020 11:17:09 PM org.openqa.selenium.os.UnixProcess checkForError
18:17:09 SEVERE: org.apache.commons.exec.ExecuteException: Process exited with an error: 139 (Exit value: 139)
18:17:09 [INFO] stopped o.e.j.s.h.ContextHandler{/webjars,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/}
18:17:09 [INFO] stopped o.e.j.s.h.ContextHandler{/classpath,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/}
18:17:09 [INFO] stopped o.e.j.s.h.ContextHandler{/,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/}
18:17:09 [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/}
18:17:09 [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/}
18:17:09 [INFO] stopped o.e.j.s.h.ContextHandler{/spec,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/}
18:17:09 [INFO] stopped o.e.j.s.h.ContextHandler{/src,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/}
18:17:09 [INFO] ------------------------------------------------------------------------
18:17:09 [INFO] Reactor Summary for Eclipse Scout RT 6.0.300-SNAPSHOT:
18:17:09 [INFO] 
18:17:09 [INFO] Eclipse Scout RT ................................... SUCCESS [03:37 min]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.json ........ SUCCESS [ 23.112 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform . SUCCESS [ 20.328 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test SUCCESS [01:38 min]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared ... SUCCESS [  2.286 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test SUCCESS [  5.054 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons SUCCESS [  2.608 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test SUCCESS [  3.227 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server ... SUCCESS [  1.711 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test SUCCESS [  9.696 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms SUCCESS [  3.397 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws SUCCESS [  6.099 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt ... SUCCESS [  2.859 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test SUCCESS [ 37.481 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc SUCCESS [  1.672 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test SUCCESS [  4.497 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client ... SUCCESS [  4.685 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test SUCCESS [ 35.856 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client SUCCESS [ 11.264 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test SUCCESS [  2.768 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge SUCCESS [  1.294 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor SUCCESS [ 23.601 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html .. SUCCESS [  3.899 s]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test FAILURE [02:04 min]
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test SKIPPED
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html SKIPPED
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty ... SKIPPED
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix SKIPPED
18:17:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test SKIPPED
18:17:09 [INFO] org.eclipse.scout.rt-settings ...................... SKIPPED
18:17:09 [INFO] ------------------------------------------------------------------------
18:17:09 [INFO] BUILD FAILURE
18:17:09 [INFO] ------------------------------------------------------------------------
18:17:09 [INFO] Total time:  10:50 min
18:17:09 [INFO] Finished at: 2020-03-01T23:17:09Z
18:17:09 [INFO] ------------------------------------------------------------------------
18:17:09 [ERROR] Failed to execute goal com.github.searls:jasmine-maven-plugin:2.0:test (default) on project org.eclipse.scout.rt.ui.html.test: The jasmine-maven-plugin encountered an exception: 
18:17:09 [ERROR] org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
18:17:09 [ERROR] Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
18:17:09 [ERROR] System info: host: 'default-agent-k58j2', ip: '10.128.8.64', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-1062.12.1.el7.x86_64', java.version: '1.8.0_202'
18:17:09 [ERROR] Driver info: driver.version: PhantomJSDriver
18:17:09 [ERROR] 	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:593)
18:17:09 [ERROR] 	at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:240)
18:17:09 [ERROR] 	at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:126)
18:17:09 [ERROR] 	at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:139)
18:17:09 [ERROR] 	at org.openqa.selenium.phantomjs.PhantomJSDriver.<init>(PhantomJSDriver.java:115)
18:17:09 [ERROR] 	at org.openqa.selenium.phantomjs.PhantomJSDriver.<init>(PhantomJSDriver.java:104)
18:17:09 [ERROR] 	at com.github.searls.jasmine.driver.WebDriverFactory.createPhantomJsWebDriver(WebDriverFactory.java:149)
18:17:09 [ERROR] 	at com.github.searls.jasmine.driver.WebDriverFactory.createWebDriver(WebDriverFactory.java:68)
18:17:09 [ERROR] 	at com.github.searls.jasmine.mojo.TestMojo.createDriver(TestMojo.java:260)
18:17:09 [ERROR] 	at com.github.searls.jasmine.mojo.TestMojo.executeSpecs(TestMojo.java:235)
18:17:09 [ERROR] 	at com.github.searls.jasmine.mojo.TestMojo.run(TestMojo.java:204)
18:17:09 [ERROR] 	at com.github.searls.jasmine.mojo.AbstractJasmineMojo.execute(AbstractJasmineMojo.java:385)
18:17:09 [ERROR] 	at com.github.searls.jasmine.mojo.TestMojo.execute(TestMojo.java:191)
18:17:09 [ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
18:17:09 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
18:17:09 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
18:17:09 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
18:17:09 [ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
18:17:09 [ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
18:17:09 [ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
18:17:09 [ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
18:17:09 [ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
18:17:09 [ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
18:17:09 [ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
18:17:09 [ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
18:17:09 [ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
18:17:09 [ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
18:17:09 [ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:17:09 [ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:17:09 [ERROR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:17:09 [ERROR] 	at java.lang.reflect.Method.invoke(Method.java:498)
18:17:09 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
18:17:09 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
18:17:09 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
18:17:09 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
18:17:09 [ERROR] Caused by: org.openqa.selenium.WebDriverException: Timed out waiting for driver server to start.
18:17:09 [ERROR] Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
18:17:09 [ERROR] System info: host: 'default-agent-k58j2', ip: '10.128.8.64', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-1062.12.1.el7.x86_64', java.version: '1.8.0_202'
18:17:09 [ERROR] Driver info: driver.version: PhantomJSDriver
18:17:09 [ERROR] 	at org.openqa.selenium.remote.service.DriverService.start(DriverService.java:171)
18:17:09 [ERROR] 	at org.openqa.selenium.phantomjs.PhantomJSCommandExecutor.execute(PhantomJSCommandExecutor.java:78)
18:17:09 [ERROR] 	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:572)
18:17:09 [ERROR] 	... 34 more
18:17:09 [ERROR] Caused by: org.openqa.selenium.net.UrlChecker$TimeoutException: Timed out waiting for [http://localhost:31001/status] to be available after 20000 ms
18:17:09 [ERROR] 	at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:104)
18:17:09 [ERROR] 	at org.openqa.selenium.remote.service.DriverService.start(DriverService.java:168)
18:17:09 [ERROR] 	... 36 more
18:17:09 [ERROR] Caused by: com.google.common.util.concurrent.UncheckedTimeoutException: java.util.concurrent.TimeoutException
18:17:09 [ERROR] 	at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:143)
18:17:09 [ERROR] 	at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:79)
18:17:09 [ERROR] 	... 37 more
18:17:09 [ERROR] Caused by: java.util.concurrent.TimeoutException
18:17:09 [ERROR] 	at java.util.concurrent.FutureTask.get(FutureTask.java:205)
18:17:09 [ERROR] 	at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:130)
18:17:09 [ERROR] 	... 38 more
18:17:09 [ERROR] 
18:17:09 [ERROR] -> [Help 1]
18:17:09 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.searls:jasmine-maven-plugin:2.0:test (default) on project org.eclipse.scout.rt.ui.html.test: The jasmine-maven-plugin encountered an exception: 
18:17:09 org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
18:17:09 Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
18:17:09 System info: host: 'default-agent-k58j2', ip: '10.128.8.64', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-1062.12.1.el7.x86_64', java.version: '1.8.0_202'
18:17:09 Driver info: driver.version: PhantomJSDriver
18:17:09 	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:593)
18:17:09 	at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:240)
18:17:09 	at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:126)
18:17:09 	at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:139)
18:17:09 	at org.openqa.selenium.phantomjs.PhantomJSDriver.<init>(PhantomJSDriver.java:115)
18:17:09 	at org.openqa.selenium.phantomjs.PhantomJSDriver.<init>(PhantomJSDriver.java:104)
18:17:09 	at com.github.searls.jasmine.driver.WebDriverFactory.createPhantomJsWebDriver(WebDriverFactory.java:149)
18:17:09 	at com.github.searls.jasmine.driver.WebDriverFactory.createWebDriver(WebDriverFactory.java:68)
18:17:09 	at com.github.searls.jasmine.mojo.TestMojo.createDriver(TestMojo.java:260)
18:17:09 	at com.github.searls.jasmine.mojo.TestMojo.executeSpecs(TestMojo.java:235)
18:17:09 	at com.github.searls.jasmine.mojo.TestMojo.run(TestMojo.java:204)
18:17:09 	at com.github.searls.jasmine.mojo.AbstractJasmineMojo.execute(AbstractJasmineMojo.java:385)
18:17:09 	at com.github.searls.jasmine.mojo.TestMojo.execute(TestMojo.java:191)
18:17:09 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
18:17:09 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
18:17:09 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
18:17:09 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
18:17:09 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
18:17:09 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
18:17:09 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
18:17:09 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
18:17:09 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
18:17:09 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
18:17:09 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
18:17:09 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
18:17:09 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
18:17:09 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
18:17:09 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:17:09 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:17:09 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:17:09 	at java.lang.reflect.Method.invoke(Method.java:498)
18:17:09 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
18:17:09 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
18:17:09 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
18:17:09 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
18:17:09 Caused by: org.openqa.selenium.WebDriverException: Timed out waiting for driver server to start.
18:17:09 Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
18:17:09 System info: host: 'default-agent-k58j2', ip: '10.128.8.64', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-1062.12.1.el7.x86_64', java.version: '1.8.0_202'
18:17:09 Driver info: driver.version: PhantomJSDriver
18:17:09 	at org.openqa.selenium.remote.service.DriverService.start(DriverService.java:171)
18:17:09 	at org.openqa.selenium.phantomjs.PhantomJSCommandExecutor.execute(PhantomJSCommandExecutor.java:78)
18:17:09 	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:572)
18:17:09 	... 34 more
18:17:09 Caused by: org.openqa.selenium.net.UrlChecker$TimeoutException: Timed out waiting for [http://localhost:31001/status] to be available after 20000 ms
18:17:09 	at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:104)
18:17:09 	at org.openqa.selenium.remote.service.DriverService.start(DriverService.java:168)
18:17:09 	... 36 more
18:17:09 Caused by: com.google.common.util.concurrent.UncheckedTimeoutException: java.util.concurrent.TimeoutException
18:17:09 	at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:143)
18:17:09 	at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:79)
18:17:09 	... 37 more
18:17:09 Caused by: java.util.concurrent.TimeoutException
18:17:09 	at java.util.concurrent.FutureTask.get(FutureTask.java:205)
18:17:09 	at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:130)
18:17:09 	... 38 more
18:17:09 
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
18:17:09     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
18:17:09     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
18:17:09     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
18:17:09     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
18:17:09     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
18:17:09     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
18:17:09     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
18:17:09     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:17:09     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
18:17:09     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:17:09     at java.lang.reflect.Method.invoke (Method.java:498)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
18:17:09 Caused by: org.apache.maven.plugin.MojoExecutionException: The jasmine-maven-plugin encountered an exception: 
18:17:09 org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
18:17:09 Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
18:17:09 System info: host: 'default-agent-k58j2', ip: '10.128.8.64', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-1062.12.1.el7.x86_64', java.version: '1.8.0_202'
18:17:09 Driver info: driver.version: PhantomJSDriver
18:17:09 	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:593)
18:17:09 	at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:240)
18:17:09 	at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:126)
18:17:09 	at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:139)
18:17:09 	at org.openqa.selenium.phantomjs.PhantomJSDriver.<init>(PhantomJSDriver.java:115)
18:17:09 	at org.openqa.selenium.phantomjs.PhantomJSDriver.<init>(PhantomJSDriver.java:104)
18:17:09 	at com.github.searls.jasmine.driver.WebDriverFactory.createPhantomJsWebDriver(WebDriverFactory.java:149)
18:17:09 	at com.github.searls.jasmine.driver.WebDriverFactory.createWebDriver(WebDriverFactory.java:68)
18:17:09 	at com.github.searls.jasmine.mojo.TestMojo.createDriver(TestMojo.java:260)
18:17:09 	at com.github.searls.jasmine.mojo.TestMojo.executeSpecs(TestMojo.java:235)
18:17:09 	at com.github.searls.jasmine.mojo.TestMojo.run(TestMojo.java:204)
18:17:09 	at com.github.searls.jasmine.mojo.AbstractJasmineMojo.execute(AbstractJasmineMojo.java:385)
18:17:09 	at com.github.searls.jasmine.mojo.TestMojo.execute(TestMojo.java:191)
18:17:09 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
18:17:09 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
18:17:09 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
18:17:09 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
18:17:09 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
18:17:09 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
18:17:09 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
18:17:09 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
18:17:09 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
18:17:09 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
18:17:09 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
18:17:09 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
18:17:09 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
18:17:09 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
18:17:09 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:17:09 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:17:09 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:17:09 	at java.lang.reflect.Method.invoke(Method.java:498)
18:17:09 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
18:17:09 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
18:17:09 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
18:17:09 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
18:17:09 Caused by: org.openqa.selenium.WebDriverException: Timed out waiting for driver server to start.
18:17:09 Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
18:17:09 System info: host: 'default-agent-k58j2', ip: '10.128.8.64', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-1062.12.1.el7.x86_64', java.version: '1.8.0_202'
18:17:09 Driver info: driver.version: PhantomJSDriver
18:17:09 	at org.openqa.selenium.remote.service.DriverService.start(DriverService.java:171)
18:17:09 	at org.openqa.selenium.phantomjs.PhantomJSCommandExecutor.execute(PhantomJSCommandExecutor.java:78)
18:17:09 	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:572)
18:17:09 	... 34 more
18:17:09 Caused by: org.openqa.selenium.net.UrlChecker$TimeoutException: Timed out waiting for [http://localhost:31001/status] to be available after 20000 ms
18:17:09 	at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:104)
18:17:09 	at org.openqa.selenium.remote.service.DriverService.start(DriverService.java:168)
18:17:09 	... 36 more
18:17:09 Caused by: com.google.common.util.concurrent.UncheckedTimeoutException: java.util.concurrent.TimeoutException
18:17:09 	at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:143)
18:17:09 	at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:79)
18:17:09 	... 37 more
18:17:09 Caused by: java.util.concurrent.TimeoutException
18:17:09 	at java.util.concurrent.FutureTask.get(FutureTask.java:205)
18:17:09 	at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:130)
18:17:09 	... 38 more
18:17:09 
18:17:09     at com.github.searls.jasmine.mojo.AbstractJasmineMojo.execute (AbstractJasmineMojo.java:389)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.execute (TestMojo.java:191)
18:17:09     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
18:17:09     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
18:17:09     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
18:17:09     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
18:17:09     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
18:17:09     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
18:17:09     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
18:17:09     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
18:17:09     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:17:09     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
18:17:09     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:17:09     at java.lang.reflect.Method.invoke (Method.java:498)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
18:17:09 Caused by: org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
18:17:09 Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
18:17:09 System info: host: 'default-agent-k58j2', ip: '10.128.8.64', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-1062.12.1.el7.x86_64', java.version: '1.8.0_202'
18:17:09 Driver info: driver.version: PhantomJSDriver
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.execute (RemoteWebDriver.java:593)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.startSession (RemoteWebDriver.java:240)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:126)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:139)
18:17:09     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:115)
18:17:09     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:104)
18:17:09     at com.github.searls.jasmine.driver.WebDriverFactory.createPhantomJsWebDriver (WebDriverFactory.java:149)
18:17:09     at com.github.searls.jasmine.driver.WebDriverFactory.createWebDriver (WebDriverFactory.java:68)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.createDriver (TestMojo.java:260)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.executeSpecs (TestMojo.java:235)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.run (TestMojo.java:204)
18:17:09     at com.github.searls.jasmine.mojo.AbstractJasmineMojo.execute (AbstractJasmineMojo.java:385)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.execute (TestMojo.java:191)
18:17:09     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
18:17:09     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
18:17:09     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
18:17:09     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
18:17:09     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
18:17:09     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
18:17:09     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
18:17:09     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
18:17:09     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:17:09     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
18:17:09     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:17:09     at java.lang.reflect.Method.invoke (Method.java:498)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
18:17:09 Caused by: org.openqa.selenium.WebDriverException: Timed out waiting for driver server to start.
18:17:09 Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
18:17:09 System info: host: 'default-agent-k58j2', ip: '10.128.8.64', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-1062.12.1.el7.x86_64', java.version: '1.8.0_202'
18:17:09 Driver info: driver.version: PhantomJSDriver
18:17:09     at org.openqa.selenium.remote.service.DriverService.start (DriverService.java:171)
18:17:09     at org.openqa.selenium.phantomjs.PhantomJSCommandExecutor.execute (PhantomJSCommandExecutor.java:78)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.execute (RemoteWebDriver.java:572)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.startSession (RemoteWebDriver.java:240)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:126)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:139)
18:17:09     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:115)
18:17:09     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:104)
18:17:09     at com.github.searls.jasmine.driver.WebDriverFactory.createPhantomJsWebDriver (WebDriverFactory.java:149)
18:17:09     at com.github.searls.jasmine.driver.WebDriverFactory.createWebDriver (WebDriverFactory.java:68)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.createDriver (TestMojo.java:260)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.executeSpecs (TestMojo.java:235)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.run (TestMojo.java:204)
18:17:09     at com.github.searls.jasmine.mojo.AbstractJasmineMojo.execute (AbstractJasmineMojo.java:385)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.execute (TestMojo.java:191)
18:17:09     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
18:17:09     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
18:17:09     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
18:17:09     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
18:17:09     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
18:17:09     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
18:17:09     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
18:17:09     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
18:17:09     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:17:09     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
18:17:09     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:17:09     at java.lang.reflect.Method.invoke (Method.java:498)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
18:17:09 Caused by: org.openqa.selenium.net.UrlChecker$TimeoutException: Timed out waiting for [http://localhost:31001/status] to be available after 20000 ms
18:17:09     at org.openqa.selenium.net.UrlChecker.waitUntilAvailable (UrlChecker.java:104)
18:17:09     at org.openqa.selenium.remote.service.DriverService.start (DriverService.java:168)
18:17:09     at org.openqa.selenium.phantomjs.PhantomJSCommandExecutor.execute (PhantomJSCommandExecutor.java:78)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.execute (RemoteWebDriver.java:572)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.startSession (RemoteWebDriver.java:240)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:126)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:139)
18:17:09     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:115)
18:17:09     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:104)
18:17:09     at com.github.searls.jasmine.driver.WebDriverFactory.createPhantomJsWebDriver (WebDriverFactory.java:149)
18:17:09     at com.github.searls.jasmine.driver.WebDriverFactory.createWebDriver (WebDriverFactory.java:68)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.createDriver (TestMojo.java:260)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.executeSpecs (TestMojo.java:235)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.run (TestMojo.java:204)
18:17:09     at com.github.searls.jasmine.mojo.AbstractJasmineMojo.execute (AbstractJasmineMojo.java:385)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.execute (TestMojo.java:191)
18:17:09     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
18:17:09     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
18:17:09     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
18:17:09     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
18:17:09     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
18:17:09     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
18:17:09     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
18:17:09     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
18:17:09     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:17:09     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
18:17:09     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:17:09     at java.lang.reflect.Method.invoke (Method.java:498)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
18:17:09 Caused by: com.google.common.util.concurrent.UncheckedTimeoutException: java.util.concurrent.TimeoutException
18:17:09     at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout (SimpleTimeLimiter.java:143)
18:17:09     at org.openqa.selenium.net.UrlChecker.waitUntilAvailable (UrlChecker.java:79)
18:17:09     at org.openqa.selenium.remote.service.DriverService.start (DriverService.java:168)
18:17:09     at org.openqa.selenium.phantomjs.PhantomJSCommandExecutor.execute (PhantomJSCommandExecutor.java:78)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.execute (RemoteWebDriver.java:572)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.startSession (RemoteWebDriver.java:240)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:126)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:139)
18:17:09     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:115)
18:17:09     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:104)
18:17:09     at com.github.searls.jasmine.driver.WebDriverFactory.createPhantomJsWebDriver (WebDriverFactory.java:149)
18:17:09     at com.github.searls.jasmine.driver.WebDriverFactory.createWebDriver (WebDriverFactory.java:68)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.createDriver (TestMojo.java:260)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.executeSpecs (TestMojo.java:235)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.run (TestMojo.java:204)
18:17:09     at com.github.searls.jasmine.mojo.AbstractJasmineMojo.execute (AbstractJasmineMojo.java:385)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.execute (TestMojo.java:191)
18:17:09     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
18:17:09     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
18:17:09     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
18:17:09     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
18:17:09     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
18:17:09     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
18:17:09     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
18:17:09     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
18:17:09     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:17:09     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
18:17:09     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:17:09     at java.lang.reflect.Method.invoke (Method.java:498)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
18:17:09 Caused by: java.util.concurrent.TimeoutException
18:17:09     at java.util.concurrent.FutureTask.get (FutureTask.java:205)
18:17:09     at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout (SimpleTimeLimiter.java:130)
18:17:09     at org.openqa.selenium.net.UrlChecker.waitUntilAvailable (UrlChecker.java:79)
18:17:09     at org.openqa.selenium.remote.service.DriverService.start (DriverService.java:168)
18:17:09     at org.openqa.selenium.phantomjs.PhantomJSCommandExecutor.execute (PhantomJSCommandExecutor.java:78)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.execute (RemoteWebDriver.java:572)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.startSession (RemoteWebDriver.java:240)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:126)
18:17:09     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:139)
18:17:09     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:115)
18:17:09     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:104)
18:17:09     at com.github.searls.jasmine.driver.WebDriverFactory.createPhantomJsWebDriver (WebDriverFactory.java:149)
18:17:09     at com.github.searls.jasmine.driver.WebDriverFactory.createWebDriver (WebDriverFactory.java:68)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.createDriver (TestMojo.java:260)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.executeSpecs (TestMojo.java:235)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.run (TestMojo.java:204)
18:17:09     at com.github.searls.jasmine.mojo.AbstractJasmineMojo.execute (AbstractJasmineMojo.java:385)
18:17:09     at com.github.searls.jasmine.mojo.TestMojo.execute (TestMojo.java:191)
18:17:09     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
18:17:09     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
18:17:09     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
18:17:09     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
18:17:09     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
18:17:09     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
18:17:09     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
18:17:09     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
18:17:09     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
18:17:09     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
18:17:09     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:17:09     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
18:17:09     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:17:09     at java.lang.reflect.Method.invoke (Method.java:498)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
18:17:09     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
18:17:09 [ERROR] 
18:17:09 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
18:17:09 [ERROR] 
18:17:09 [ERROR] For more information about the errors and possible solutions, please read the following articles:
18:17:09 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
18:17:09 [ERROR] 
18:17:09 [ERROR] After correcting the problems, you can resume the build with the command
18:17:09 [ERROR]   mvn <args> -rf :org.eclipse.scout.rt.ui.html.test
18:17:09 Build step 'Invoke top-level Maven targets' marked build as failure
18:17:10 Sending e-mails to: Arthur.vanDorp@bsi-software.com
18:17:10 Recording test results
18:17:12 Finished: FAILURE