Skip to content
Failed

Console Output

18:05:47 Started by an SCM change
18:05:47 Running as SYSTEM
18:05:47 Agent default-agent-zpl1v is provisioned from template Kubernetes Pod Template
18:05:47 ---
18:05:47 apiVersion: "v1"
18:05:47 kind: "Pod"
18:05:47 metadata:
18:05:47   annotations: {}
18:05:47   labels:
18:05:47     jenkins: "slave"
18:05:47     jenkins/label: "slave-default"
18:05:47   name: "default-agent-zpl1v"
18:05:47 spec:
18:05:47   containers:
18:05:47   - env:
18:05:47     - name: "MAVEN_OPTS"
18:05:47       value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
18:05:47     - name: "JENKINS_SECRET"
18:05:47       value: "********"
18:05:47     - name: "JENKINS_TUNNEL"
18:05:47       value: "jenkins-discovery.scout.svc.cluster.local:50000"
18:05:47     - name: "JENKINS_AGENT_NAME"
18:05:47       value: "default-agent-zpl1v"
18:05:47     - name: "MAVEN_CONFIG"
18:05:47       value: "-B -e"
18:05:47     - name: "JENKINS_NAME"
18:05:47       value: "default-agent-zpl1v"
18:05:47     - name: "JENKINS_AGENT_WORKDIR"
18:05:47       value: "/home/jenkins/agent"
18:05:47     - name: "JENKINS_URL"
18:05:47       value: "http://jenkins-ui.scout.svc.cluster.local/scout/"
18:05:47     - name: "HOME"
18:05:47       value: "/home/jenkins"
18:05:47     image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:dff125e05404688a78bd67d5b47d107d98ec7583282e8ed9ca6646a2a76874e2"
18:05:47     imagePullPolicy: "IfNotPresent"
18:05:47     name: "jnlp"
18:05:47     resources:
18:05:47       limits:
18:05:47         memory: "4096Mi"
18:05:47         cpu: "2000m"
18:05:47       requests:
18:05:47         memory: "4096Mi"
18:05:47         cpu: "1000m"
18:05:47     securityContext:
18:05:47       privileged: false
18:05:47     tty: true
18:05:47     volumeMounts:
18:05:47     - mountPath: "/home/jenkins/.m2/toolchains.xml"
18:05:47       name: "toolchains-xml"
18:05:47       readOnly: true
18:05:47       subPath: "toolchains.xml"
18:05:47     - mountPath: "/opt/tools"
18:05:47       name: "volume-0"
18:05:47       readOnly: false
18:05:47     - mountPath: "/home/jenkins"
18:05:47       name: "volume-2"
18:05:47       readOnly: false
18:05:47     - mountPath: "/home/jenkins/.m2/repository"
18:05:47       name: "volume-3"
18:05:47       readOnly: false
18:05:47     - mountPath: "/home/jenkins/.m2/settings-security.xml"
18:05:47       name: "settings-security-xml"
18:05:47       readOnly: true
18:05:47       subPath: "settings-security.xml"
18:05:47     - mountPath: "/home/jenkins/.m2/settings.xml"
18:05:47       name: "settings-xml"
18:05:47       readOnly: true
18:05:47       subPath: "settings.xml"
18:05:47     - mountPath: "/home/jenkins/.ssh"
18:05:47       name: "volume-1"
18:05:47       readOnly: false
18:05:47     - mountPath: "/home/jenkins/agent"
18:05:47       name: "workspace-volume"
18:05:47       readOnly: false
18:05:47     workingDir: "/home/jenkins/agent"
18:05:47   nodeSelector:
18:05:47     beta.kubernetes.io/os: "linux"
18:05:47   restartPolicy: "Never"
18:05:47   securityContext: {}
18:05:47   volumes:
18:05:47   - name: "settings-security-xml"
18:05:47     secret:
18:05:47       items:
18:05:47       - key: "settings-security.xml"
18:05:47         path: "settings-security.xml"
18:05:47       secretName: "m2-secret-dir"
18:05:47   - name: "volume-0"
18:05:47     persistentVolumeClaim:
18:05:47       claimName: "tools-claim-jiro-scout"
18:05:47       readOnly: true
18:05:47   - configMap:
18:05:47       items:
18:05:47       - key: "toolchains.xml"
18:05:47         path: "toolchains.xml"
18:05:47       name: "m2-dir"
18:05:47     name: "toolchains-xml"
18:05:47   - emptyDir:
18:05:47       medium: ""
18:05:47     name: "volume-2"
18:05:47   - configMap:
18:05:47       name: "known-hosts"
18:05:47     name: "volume-1"
18:05:47   - name: "settings-xml"
18:05:47     secret:
18:05:47       items:
18:05:47       - key: "settings.xml"
18:05:47         path: "settings.xml"
18:05:47       secretName: "m2-secret-dir"
18:05:47   - emptyDir:
18:05:47       medium: ""
18:05:47     name: "workspace-volume"
18:05:47   - emptyDir:
18:05:47       medium: ""
18:05:47     name: "volume-3"
18:05:47 
18:05:47 Building remotely on default-agent-zpl1v in workspace /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous
18:05:52 No credentials specified
18:05:52 Cloning the remote Git repository
18:05:52 Cloning repository git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git
18:05:53  > git init /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous # timeout=10
18:05:53 Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git
18:05:53  > git --version # timeout=10
18:05:53  > 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:24  > git config remote.origin.url git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git # timeout=10
18:06:24  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
18:06:24  > git config remote.origin.url git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git # timeout=10
18:06:24 Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git
18:06:24  > 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:25  > git rev-parse refs/remotes/origin/releases/6.0.x^{commit} # timeout=10
18:06:25  > git rev-parse refs/remotes/origin/origin/releases/6.0.x^{commit} # timeout=10
18:06:25 Checking out Revision f4431f651616e1e8e2d7a4f0306b955590985834 (refs/remotes/origin/releases/6.0.x)
18:06:25  > git config core.sparsecheckout # timeout=10
18:06:25  > git checkout -f f4431f651616e1e8e2d7a4f0306b955590985834 # timeout=10
18:06:30 Commit message: "UiSessionInitAndDisposeTest: backport test improvements"
18:06:30  > git rev-list --no-walk 9b2ab1e0f01efd25d768f860f07655342499309b # timeout=10
18:06:31 [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:31 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:06:31 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:06:32 [INFO] Error stacktraces are turned on.
18:06:32 [INFO] Scanning for projects...
18:06:32 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:33 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 64 kB/s)
18:06:33 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: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): 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 565 kB/s)
18:06:33 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: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.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 521 kB/s)
18:06:33 [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:33 [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:33 [INFO] ------------------------------------------------------------------------
18:06:33 [INFO] Reactor Build Order:
18:06:33 [INFO] 
18:06:33 [INFO] Eclipse Scout RT                                                   [pom]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.json                        [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform                 [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test            [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared                   [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test              [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons           [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test      [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server                   [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test              [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms               [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws             [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt                   [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test        [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc              [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test         [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client                   [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test              [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client               [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test          [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge             [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor  [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html                  [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test             [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html              [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty                   [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix        [jar]
18:06:33 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test              [jar]
18:06:33 [INFO] org.eclipse.scout.rt-settings                                      [jar]
18:06:33 [INFO] 
18:06:33 [INFO] -------------< org.eclipse.scout.rt:org.eclipse.scout.rt >--------------
18:06:33 [INFO] Building Eclipse Scout RT 6.0.300-SNAPSHOT                        [1/30]
18:06:33 [INFO] --------------------------------[ pom ]---------------------------------
18:06:33 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:33 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: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/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.pom
18:06:34 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: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/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.pom (20 kB at 388 kB/s)
18:06:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
18:06:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.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/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
18:06:34 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:34 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 159 kB/s)
18:06:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/24/maven-parent-24.pom
18:06:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/24/maven-parent-24.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/apache/maven/maven-parent/24/maven-parent-24.pom
18:06:35 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:35 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 559 kB/s)
18:06:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/14/apache-14.pom
18:06:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/14/apache-14.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/apache/apache/14/apache-14.pom
18:06:35 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
18:06: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/apache/apache/14/apache-14.pom (15 kB at 326 kB/s)
18:06:35 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:35 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: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/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar
18:06:36 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:36 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 1.3 MB/s)
18:06:36 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:36 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: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-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom
18:06:36 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:36 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 99 kB/s)
18:06:36 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:37 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: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/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom
18:06:37 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:37 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 168 kB/s)
18:06:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/26/maven-parent-26.pom
18:06:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/26/maven-parent-26.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-parent/26/maven-parent-26.pom
18:06:37 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: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): 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 846 kB/s)
18:06:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/16/apache-16.pom
18:06:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/16/apache-16.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/apache/16/apache-16.pom
18:06:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
18:06:38 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 481 kB/s)
18:06:38 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:38 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: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/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar
18:06:38 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:38 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 164 kB/s)
18:06:38 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:38 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: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/plugins/maven-source-plugin/2.4/maven-source-plugin-2.4.pom
18:06:39 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:39 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 133 kB/s)
18:06:39 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:39 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: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/plugins/maven-source-plugin/2.4/maven-source-plugin-2.4.jar
18:06:39 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:39 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 218 kB/s)
18:06:39 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:39 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: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/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom
18:06:40 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:40 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 102 kB/s)
18:06:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom
18:06:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.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/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom
18:06:41 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:42 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 11 kB/s)
18:06:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/27/maven-parent-27.pom
18:06:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/27/maven-parent-27.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/apache/maven/maven-parent/27/maven-parent-27.pom
18:06:43 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: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): 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 626 kB/s)
18:06:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/17/apache-17.pom
18:06:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/17/apache-17.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/apache/apache/17/apache-17.pom
18:06:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
18:06:43 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 263 kB/s)
18:06:43 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:43 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: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/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar
18:06:44 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:44 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 91 kB/s)
18:06:44 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:44 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: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/mojo/flatten-maven-plugin/1.0.0/flatten-maven-plugin-1.0.0.pom
18:06:44 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:45 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 61 kB/s)
18:06:45 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom
18:06:45 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.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/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom
18:06:45 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:45 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 570 kB/s)
18:06:45 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:45 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: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/mojo/flatten-maven-plugin/1.0.0/flatten-maven-plugin-1.0.0.jar
18:06:46 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:46 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 487 kB/s)
18:06:46 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:46 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:46 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:47 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:47 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 192 kB/s)
18:06:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
18:06:47 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/oss/oss-parent/6/oss-parent-6.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/sonatype/oss/oss-parent/6/oss-parent-6.pom
18:06:48 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:48 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 254 kB/s)
18:06:48 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:48 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:48 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:48 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:48 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 603 kB/s)
18:06:48 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:48 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: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/jacoco/jacoco-maven-plugin/0.7.5.201505241946/jacoco-maven-plugin-0.7.5.201505241946.pom
18:06:49 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:49 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 9.5 kB/s)
18:06:49 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:49 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: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/jacoco/org.jacoco.build/0.7.5.201505241946/org.jacoco.build-0.7.5.201505241946.pom
18:06:50 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: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): 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 34 kB/s)
18:06:51 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:51 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: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/jacoco/jacoco-maven-plugin/0.7.5.201505241946/jacoco-maven-plugin-0.7.5.201505241946.jar
18:06:55 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:55 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 209 kB/s)
18:06:56 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:56 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: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/plugins/maven-jar-plugin/2.6/maven-jar-plugin-2.6.pom
18:06:56 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:57 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 69 kB/s)
18:06:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
18:06:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.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/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
18:06:57 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:57 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 199 kB/s)
18:06:57 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:57 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: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/plugins/maven-jar-plugin/2.6/maven-jar-plugin-2.6.jar
18:06:57 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:58 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 112 kB/s)
18:06:58 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:58 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: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/basepom/maven/duplicate-finder-maven-plugin/1.2.1/duplicate-finder-maven-plugin-1.2.1.pom
18:06:59 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: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/org/basepom/maven/duplicate-finder-maven-plugin/1.2.1/duplicate-finder-maven-plugin-1.2.1.pom (18 kB at 80 kB/s)
18:06:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/basepom-standard-oss/13/basepom-standard-oss-13.pom
18:06:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/basepom/basepom-standard-oss/13/basepom-standard-oss-13.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/basepom/basepom-standard-oss/13/basepom-standard-oss-13.pom
18:07:00 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:07:00 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 79 kB/s)
18:07:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/basepom-standard/13/basepom-standard-13.pom
18:07:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/basepom/basepom-standard/13/basepom-standard-13.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/basepom/basepom-standard/13/basepom-standard-13.pom
18:07:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/basepom-standard/13/basepom-standard-13.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): 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 199 kB/s)
18:07:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/basepom-minimal/13/basepom-minimal-13.pom
18:07:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/basepom/basepom-minimal/13/basepom-minimal-13.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/basepom/basepom-minimal/13/basepom-minimal-13.pom
18:07:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/basepom-minimal/13/basepom-minimal-13.pom
18:07:02 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 108 kB/s)
18:07:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/basepom-foundation/13/basepom-foundation-13.pom
18:07:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/basepom/basepom-foundation/13/basepom-foundation-13.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/basepom/basepom-foundation/13/basepom-foundation-13.pom
18:07:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/basepom-foundation/13/basepom-foundation-13.pom
18:07:04 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 501 kB/s)
18:07:04 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:07:04 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: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/org/basepom/maven/duplicate-finder-maven-plugin/1.2.1/duplicate-finder-maven-plugin-1.2.1.jar
18:07:06 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:07:07 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 84 kB/s)
18:07:07 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:07:08 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: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/mojo/animal-sniffer-maven-plugin/1.15/animal-sniffer-maven-plugin-1.15.pom
18:07:09 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:07:10 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 18 kB/s)
18:07:10 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:07:10 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: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/mojo/animal-sniffer-parent/1.15/animal-sniffer-parent-1.15.pom
18:07:10 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:07:10 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 65 kB/s)
18:07:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/mojo-parent/36/mojo-parent-36.pom
18:07:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/mojo-parent/36/mojo-parent-36.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/mojo/mojo-parent/36/mojo-parent-36.pom
18:07:11 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:07: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): 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 610 kB/s)
18:07:11 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:07:11 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: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/mojo/animal-sniffer-maven-plugin/1.15/animal-sniffer-maven-plugin-1.15.jar
18:07:11 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:07:12 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 172 kB/s)
18:07:12 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:07:12 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:07: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/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom
18:07:12 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:07:12 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 23 kB/s)
18:07:13 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:07:14 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: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/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar
18:07:16 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:07:16 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 162 kB/s)
18:07:16 [INFO] 
18:07:16 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt ---
18:07:16 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:07:16 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: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-plugin-api/3.0/maven-plugin-api-3.0.pom
18:07:16 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:07:16 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 109 kB/s)
18:07:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.0/maven-3.0.pom
18:07:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/3.0/maven-3.0.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/3.0/maven-3.0.pom
18:07:17 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:07:17 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 466 kB/s)
18:07:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
18:07:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/15/maven-parent-15.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-parent/15/maven-parent-15.pom
18:07:17 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:07:17 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.3 MB/s)
18:07:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/6/apache-6.pom
18:07:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/6/apache-6.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/apache/apache/6/apache-6.pom
18:07:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
18:07:18 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 320 kB/s)
18:07:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
18:07:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.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/apache/maven/maven-model/3.0/maven-model-3.0.pom
18:07:18 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:07:18 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 118 kB/s)
18:07:18 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:07:18 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: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-utils/2.0.4/plexus-utils-2.0.4.pom
18:07:19 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:07:19 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 76 kB/s)
18:07:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
18:07:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.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/2.0.6/plexus-2.0.6.pom
18:07:19 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:07: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/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 621 kB/s)
18:07:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
18:07:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.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/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
18:07:20 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:07:20 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 69 kB/s)
18:07:20 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:07:20 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: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/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
18:07:21 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:07:21 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 185 kB/s)
18:07:21 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:07:21 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: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/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
18:07:21 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:07:21 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 184 kB/s)
18:07:22 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:07:22 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: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/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
18:07:24 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:07:24 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 72 kB/s)
18:07:24 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:07:24 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: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/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
18:07:25 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:07:25 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 66 kB/s)
18:07:25 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:07:25 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: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/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
18:07:26 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:07:26 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 278 kB/s)
18:07:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
18:07:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.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/sonatype/forge/forge-parent/6/forge-parent-6.pom
18:07:26 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:07: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/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 430 kB/s)
18:07:26 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:07:26 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: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-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
18:07:27 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:07:27 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 11 kB/s)
18:07:27 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:07:27 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: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-containers/1.5.5/plexus-containers-1.5.5.pom
18:07:27 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:07:27 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 96 kB/s)
18:07:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
18:07:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.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/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
18:07:28 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:07:28 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 558 kB/s)
18:07:28 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:07:28 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: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/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
18:07:28 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:07:28 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 154 kB/s)
18:07:29 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:07:29 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: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-utils/2.0.5/plexus-utils-2.0.5.pom
18:07:29 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:07:29 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 93 kB/s)
18:07:29 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:07:29 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: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/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
18:07:30 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:07:30 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 218 kB/s)
18:07:30 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:07:30 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: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/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
18:07:31 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: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/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 369 kB/s)
18:07:31 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:07:31 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: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-utils/3.0.0/maven-shared-utils-3.0.0.pom
18:07:32 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:07:32 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 22 kB/s)
18:07:32 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:07:32 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: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/shared/maven-shared-components/21/maven-shared-components-21.pom
18:07:33 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:07:33 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 77 kB/s)
18:07:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/25/maven-parent-25.pom
18:07:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/25/maven-parent-25.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/25/maven-parent-25.pom
18:07:33 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: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): 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 913 kB/s)
18:07:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/15/apache-15.pom
18:07:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/15/apache-15.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/15/apache-15.pom
18:07:34 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
18:07: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/org/apache/apache/15/apache-15.pom (15 kB at 693 kB/s)
18:07:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.4/commons-io-2.4.pom
18:07:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-io/commons-io/2.4/commons-io-2.4.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/commons-io/commons-io/2.4/commons-io-2.4.pom
18:07:34 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:07:34 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 196 kB/s)
18:07:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/25/commons-parent-25.pom
18:07:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/25/commons-parent-25.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/commons/commons-parent/25/commons-parent-25.pom
18:07:35 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:07:35 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 966 kB/s)
18:07:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/9/apache-9.pom
18:07:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/9/apache-9.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/apache/9/apache-9.pom
18:07:35 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.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/apache/apache/9/apache-9.pom (15 kB at 446 kB/s)
18:07:37 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:07:37 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: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/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
18:07:38 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:07:38 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 24 kB/s)
18:07:38 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:07:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
18:07:38 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:07:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
18:07:38 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:07:38 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:07:38 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:07:38 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:07:38 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:07:38 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:07:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.4/commons-io-2.4.jar
18:07:38 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:07:39 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:07:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
18:07:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
18:07: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.jar
18:07:39 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:07:39 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:07:39 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:07:39 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:07:39 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:07:39 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:07:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar
18:07:39 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: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/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
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-utils/2.0.4/plexus-utils-2.0.4.jar
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/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
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/maven-artifact/3.0/maven-artifact-3.0.jar
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/maven-model/3.0/maven-model-3.0.jar
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-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
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-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
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/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
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/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
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/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
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/commons-io/commons-io/2.4/commons-io-2.4.jar
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/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
18:07:42 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:07:42 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:07:42 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:07:42 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:07:42 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:07:42 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/222 kB
Progress (2): 49 kB | 7.7/222 kB
Progress (2): 49 kB | 12/222 kB 
Progress (2): 49 kB | 16/222 kB
Progress (2): 49 kB | 20/222 kB
Progress (2): 49 kB | 24/222 kB
Progress (2): 49 kB | 28/222 kB
Progress (2): 49 kB | 32/222 kB
Progress (2): 49 kB | 36/222 kB
Progress (2): 49 kB | 40/222 kB
Progress (2): 49 kB | 45/222 kB
Progress (2): 49 kB | 49/222 kB
Progress (2): 49 kB | 53/222 kB
Progress (2): 49 kB | 57/222 kB
Progress (2): 49 kB | 61/222 kB
Progress (2): 49 kB | 65/222 kB
Progress (2): 49 kB | 69/222 kB
Progress (2): 49 kB | 73/222 kB
Progress (2): 49 kB | 77/222 kB
Progress (2): 49 kB | 81/222 kB
Progress (2): 49 kB | 85/222 kB
Progress (2): 49 kB | 90/222 kB
Progress (2): 49 kB | 94/222 kB
Progress (2): 49 kB | 98/222 kB
Progress (2): 49 kB | 102/222 kB
Progress (2): 49 kB | 106/222 kB
Progress (2): 49 kB | 110/222 kB
Progress (2): 49 kB | 114/222 kB
Progress (2): 49 kB | 118/222 kB
Progress (2): 49 kB | 122/222 kB
Progress (2): 49 kB | 126/222 kB
Progress (2): 49 kB | 131/222 kB
Progress (2): 49 kB | 135/222 kB
Progress (2): 49 kB | 139/222 kB
Progress (2): 49 kB | 143/222 kB
Progress (2): 49 kB | 147/222 kB
Progress (2): 49 kB | 151/222 kB
Progress (2): 49 kB | 155/222 kB
Progress (2): 49 kB | 159/222 kB
Progress (2): 49 kB | 163/222 kB
Progress (2): 49 kB | 167/222 kB
Progress (2): 49 kB | 171/222 kB
Progress (2): 49 kB | 176/222 kB
Progress (2): 49 kB | 180/222 kB
Progress (2): 49 kB | 184/222 kB
Progress (2): 49 kB | 188/222 kB
Progress (2): 49 kB | 192/222 kB
Progress (2): 49 kB | 196/222 kB
Progress (2): 49 kB | 200/222 kB
Progress (2): 49 kB | 204/222 kB
Progress (2): 49 kB | 208/222 kB
Progress (2): 49 kB | 212/222 kB
Progress (2): 49 kB | 217/222 kB
Progress (2): 49 kB | 221/222 kB
Progress (2): 49 kB | 222 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 799 kB/s)
18:07:42 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:07:42 Progress (2): 49 kB | 4.1/4.2 kB
Progress (2): 49 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 15 kB/s)
18:07:42 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:07:42 Progress (2): 49 kB | 4.1/46 kB
Progress (2): 49 kB | 7.7/46 kB
Progress (2): 49 kB | 12/46 kB 
Progress (2): 49 kB | 16/46 kB
Progress (2): 49 kB | 20/46 kB
Progress (2): 49 kB | 24/46 kB
Progress (2): 49 kB | 28/46 kB
Progress (2): 49 kB | 32/46 kB
Progress (2): 49 kB | 36/46 kB
Progress (2): 49 kB | 40/46 kB
Progress (2): 49 kB | 45/46 kB
Progress (2): 49 kB | 46 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 160 kB/s)
18:07:42 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:07:42 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 144 kB/s)
18:07:42 Progress (1): 4.1/202 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:07:42 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 (1): 36/202 kB
Progress (1): 40/202 kB
Progress (1): 45/202 kB
Progress (1): 49/202 kB
Progress (1): 53/202 kB
Progress (1): 57/202 kB
Progress (1): 61/202 kB
Progress (1): 65/202 kB
Progress (1): 69/202 kB
Progress (1): 73/202 kB
Progress (1): 77/202 kB
Progress (1): 81/202 kB
Progress (1): 85/202 kB
Progress (1): 90/202 kB
Progress (1): 94/202 kB
Progress (1): 98/202 kB
Progress (1): 102/202 kB
Progress (1): 106/202 kB
Progress (1): 110/202 kB
Progress (1): 114/202 kB
Progress (1): 118/202 kB
Progress (1): 122/202 kB
Progress (1): 126/202 kB
Progress (1): 131/202 kB
Progress (1): 135/202 kB
Progress (1): 139/202 kB
Progress (1): 143/202 kB
Progress (1): 147/202 kB
Progress (1): 151/202 kB
Progress (1): 155/202 kB
Progress (1): 159/202 kB
Progress (1): 163/202 kB
Progress (1): 167/202 kB
Progress (1): 171/202 kB
Progress (1): 176/202 kB
Progress (1): 180/202 kB
Progress (1): 184/202 kB
Progress (1): 188/202 kB
Progress (1): 192/202 kB
Progress (1): 196/202 kB
Progress (1): 200/202 kB
Progress (1): 202 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 576 kB/s)
18:07:42 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:07:42 Progress (1): 4.1/165 kB
Progress (2): 4.1/165 kB | 4.1/52 kB
Progress (2): 7.7/165 kB | 4.1/52 kB
Progress (2): 7.7/165 kB | 7.7/52 kB
Progress (2): 12/165 kB | 7.7/52 kB 
Progress (2): 12/165 kB | 12/52 kB 
Progress (2): 16/165 kB | 12/52 kB
Progress (2): 16/165 kB | 16/52 kB
Progress (2): 20/165 kB | 16/52 kB
Progress (2): 20/165 kB | 20/52 kB
Progress (2): 24/165 kB | 20/52 kB
Progress (2): 24/165 kB | 24/52 kB
Progress (2): 28/165 kB | 24/52 kB
Progress (2): 28/165 kB | 28/52 kB
Progress (2): 32/165 kB | 28/52 kB
Progress (2): 32/165 kB | 32/52 kB
Progress (2): 36/165 kB | 32/52 kB
Progress (2): 40/165 kB | 32/52 kB
Progress (2): 45/165 kB | 32/52 kB
Progress (2): 45/165 kB | 36/52 kB
Progress (2): 49/165 kB | 36/52 kB
Progress (2): 49/165 kB | 40/52 kB
Progress (2): 49/165 kB | 45/52 kB
Progress (2): 49/165 kB | 49/52 kB
Progress (2): 53/165 kB | 49/52 kB
Progress (2): 57/165 kB | 49/52 kB
Progress (2): 57/165 kB | 52 kB   
Progress (2): 61/165 kB | 52 kB
Progress (2): 65/165 kB | 52 kB
Progress (2): 69/165 kB | 52 kB
Progress (2): 73/165 kB | 52 kB
Progress (2): 77/165 kB | 52 kB
Progress (2): 81/165 kB | 52 kB
Progress (2): 85/165 kB | 52 kB
Progress (2): 90/165 kB | 52 kB
Progress (2): 94/165 kB | 52 kB
Progress (2): 98/165 kB | 52 kB
Progress (2): 102/165 kB | 52 kB
Progress (2): 106/165 kB | 52 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 141 kB/s)
18:07:42 Progress (1): 110/165 kB
Progress (2): 110/165 kB | 4.1/153 kB
Progress (2): 114/165 kB | 4.1/153 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:07:42 Progress (2): 114/165 kB | 7.7/153 kB
Progress (2): 114/165 kB | 12/153 kB 
Progress (2): 118/165 kB | 12/153 kB
Progress (2): 118/165 kB | 16/153 kB
Progress (2): 122/165 kB | 16/153 kB
Progress (2): 126/165 kB | 16/153 kB
Progress (2): 131/165 kB | 16/153 kB
Progress (2): 131/165 kB | 20/153 kB
Progress (2): 131/165 kB | 24/153 kB
Progress (2): 131/165 kB | 28/153 kB
Progress (2): 135/165 kB | 28/153 kB
Progress (2): 135/165 kB | 32/153 kB
Progress (2): 139/165 kB | 32/153 kB
Progress (2): 143/165 kB | 32/153 kB
Progress (2): 147/165 kB | 32/153 kB
Progress (2): 147/165 kB | 36/153 kB
Progress (2): 147/165 kB | 40/153 kB
Progress (2): 147/165 kB | 45/153 kB
Progress (2): 147/165 kB | 49/153 kB
Progress (2): 151/165 kB | 49/153 kB
Progress (2): 155/165 kB | 49/153 kB
Progress (2): 159/165 kB | 49/153 kB
Progress (2): 163/165 kB | 49/153 kB
Progress (2): 163/165 kB | 53/153 kB
Progress (2): 165 kB | 53/153 kB    
Progress (2): 165 kB | 57/153 kB
Progress (2): 165 kB | 61/153 kB
Progress (2): 165 kB | 65/153 kB
Progress (2): 165 kB | 69/153 kB
Progress (2): 165 kB | 73/153 kB
Progress (3): 165 kB | 73/153 kB | 4.1/185 kB
Progress (3): 165 kB | 73/153 kB | 7.7/185 kB
Progress (3): 165 kB | 73/153 kB | 12/185 kB 
Progress (3): 165 kB | 73/153 kB | 16/185 kB
Progress (3): 165 kB | 77/153 kB | 16/185 kB
Progress (3): 165 kB | 81/153 kB | 16/185 kB
Progress (3): 165 kB | 81/153 kB | 20/185 kB
Progress (3): 165 kB | 81/153 kB | 24/185 kB
Progress (3): 165 kB | 81/153 kB | 28/185 kB
Progress (4): 165 kB | 81/153 kB | 28/185 kB | 4.1/472 kB
Progress (4): 165 kB | 85/153 kB | 28/185 kB | 4.1/472 kB
Progress (4): 165 kB | 85/153 kB | 32/185 kB | 4.1/472 kB
Progress (4): 165 kB | 90/153 kB | 32/185 kB | 4.1/472 kB
Progress (4): 165 kB | 90/153 kB | 32/185 kB | 7.7/472 kB
Progress (4): 165 kB | 94/153 kB | 32/185 kB | 7.7/472 kB
Progress (4): 165 kB | 94/153 kB | 32/185 kB | 12/472 kB 
Progress (4): 165 kB | 98/153 kB | 32/185 kB | 12/472 kB
Progress (4): 165 kB | 98/153 kB | 36/185 kB | 12/472 kB
Progress (4): 165 kB | 98/153 kB | 36/185 kB | 16/472 kB
Progress (4): 165 kB | 98/153 kB | 40/185 kB | 16/472 kB
Progress (4): 165 kB | 102/153 kB | 40/185 kB | 16/472 kB
Progress (4): 165 kB | 102/153 kB | 45/185 kB | 16/472 kB
Progress (4): 165 kB | 102/153 kB | 45/185 kB | 20/472 kB
Progress (4): 165 kB | 106/153 kB | 45/185 kB | 20/472 kB
Progress (4): 165 kB | 106/153 kB | 45/185 kB | 24/472 kB
Progress (4): 165 kB | 106/153 kB | 49/185 kB | 24/472 kB
Progress (4): 165 kB | 106/153 kB | 49/185 kB | 28/472 kB
Progress (4): 165 kB | 110/153 kB | 49/185 kB | 28/472 kB
Progress (4): 165 kB | 110/153 kB | 49/185 kB | 32/472 kB
Progress (4): 165 kB | 114/153 kB | 49/185 kB | 32/472 kB
Progress (4): 165 kB | 114/153 kB | 53/185 kB | 32/472 kB
Progress (4): 165 kB | 114/153 kB | 53/185 kB | 36/472 kB
Progress (4): 165 kB | 114/153 kB | 57/185 kB | 36/472 kB
Progress (4): 165 kB | 118/153 kB | 57/185 kB | 36/472 kB
Progress (4): 165 kB | 118/153 kB | 57/185 kB | 40/472 kB
Progress (4): 165 kB | 122/153 kB | 57/185 kB | 40/472 kB
Progress (4): 165 kB | 122/153 kB | 61/185 kB | 40/472 kB
Progress (4): 165 kB | 126/153 kB | 61/185 kB | 40/472 kB
Progress (4): 165 kB | 126/153 kB | 61/185 kB | 45/472 kB
Progress (4): 165 kB | 131/153 kB | 61/185 kB | 45/472 kB
Progress (4): 165 kB | 131/153 kB | 65/185 kB | 45/472 kB
Progress (4): 165 kB | 131/153 kB | 65/185 kB | 49/472 kB
Progress (4): 165 kB | 135/153 kB | 65/185 kB | 49/472 kB
Progress (4): 165 kB | 139/153 kB | 65/185 kB | 49/472 kB
Progress (4): 165 kB | 139/153 kB | 65/185 kB | 53/472 kB
Progress (4): 165 kB | 143/153 kB | 65/185 kB | 53/472 kB
Progress (4): 165 kB | 143/153 kB | 65/185 kB | 57/472 kB
Progress (4): 165 kB | 143/153 kB | 69/185 kB | 57/472 kB
Progress (4): 165 kB | 143/153 kB | 69/185 kB | 61/472 kB
Progress (4): 165 kB | 147/153 kB | 69/185 kB | 61/472 kB
Progress (4): 165 kB | 147/153 kB | 69/185 kB | 65/472 kB
Progress (4): 165 kB | 147/153 kB | 73/185 kB | 65/472 kB
Progress (4): 165 kB | 151/153 kB | 73/185 kB | 65/472 kB
Progress (4): 165 kB | 151/153 kB | 77/185 kB | 65/472 kB
Progress (4): 165 kB | 153 kB | 77/185 kB | 65/472 kB    
Progress (4): 165 kB | 153 kB | 77/185 kB | 69/472 kB
Progress (4): 165 kB | 153 kB | 81/185 kB | 69/472 kB
Progress (4): 165 kB | 153 kB | 81/185 kB | 73/472 kB
Progress (4): 165 kB | 153 kB | 81/185 kB | 77/472 kB
Progress (4): 165 kB | 153 kB | 81/185 kB | 81/472 kB
Progress (4): 165 kB | 153 kB | 85/185 kB | 81/472 kB
Progress (4): 165 kB | 153 kB | 85/185 kB | 85/472 kB
Progress (4): 165 kB | 153 kB | 90/185 kB | 85/472 kB
Progress (4): 165 kB | 153 kB | 90/185 kB | 90/472 kB
Progress (4): 165 kB | 153 kB | 94/185 kB | 90/472 kB
Progress (4): 165 kB | 153 kB | 94/185 kB | 94/472 kB
Progress (4): 165 kB | 153 kB | 98/185 kB | 94/472 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 386 kB/s)
18:07:42 Progress (3): 165 kB | 98/185 kB | 98/472 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:07:42 Progress (3): 165 kB | 102/185 kB | 98/472 kB
Progress (3): 165 kB | 102/185 kB | 102/472 kB
Progress (3): 165 kB | 106/185 kB | 102/472 kB
Progress (3): 165 kB | 106/185 kB | 106/472 kB
Progress (3): 165 kB | 110/185 kB | 106/472 kB
Progress (3): 165 kB | 110/185 kB | 110/472 kB
Progress (3): 165 kB | 114/185 kB | 110/472 kB
Progress (3): 165 kB | 114/185 kB | 114/472 kB
Progress (3): 165 kB | 114/185 kB | 118/472 kB
Progress (3): 165 kB | 114/185 kB | 122/472 kB
Progress (3): 165 kB | 118/185 kB | 122/472 kB
Progress (3): 165 kB | 118/185 kB | 126/472 kB
Progress (3): 165 kB | 122/185 kB | 126/472 kB
Progress (3): 165 kB | 122/185 kB | 131/472 kB
Progress (3): 165 kB | 126/185 kB | 131/472 kB
Progress (3): 165 kB | 131/185 kB | 131/472 kB
Progress (3): 165 kB | 131/185 kB | 135/472 kB
Progress (3): 165 kB | 131/185 kB | 139/472 kB
Progress (3): 165 kB | 131/185 kB | 143/472 kB
Progress (3): 165 kB | 131/185 kB | 147/472 kB
Progress (3): 165 kB | 135/185 kB | 147/472 kB
Progress (3): 165 kB | 135/185 kB | 151/472 kB
Progress (3): 165 kB | 139/185 kB | 151/472 kB
Progress (3): 165 kB | 139/185 kB | 155/472 kB
Progress (3): 165 kB | 143/185 kB | 155/472 kB
Progress (3): 165 kB | 143/185 kB | 159/472 kB
Progress (3): 165 kB | 147/185 kB | 159/472 kB
Progress (3): 165 kB | 147/185 kB | 163/472 kB
Progress (4): 165 kB | 147/185 kB | 163/472 kB | 4.1/155 kB
Progress (4): 165 kB | 147/185 kB | 167/472 kB | 4.1/155 kB
Progress (4): 165 kB | 147/185 kB | 167/472 kB | 7.7/155 kB
Progress (4): 165 kB | 151/185 kB | 167/472 kB | 7.7/155 kB
Progress (4): 165 kB | 151/185 kB | 171/472 kB | 7.7/155 kB
Progress (4): 165 kB | 155/185 kB | 171/472 kB | 7.7/155 kB
Progress (4): 165 kB | 155/185 kB | 171/472 kB | 12/155 kB 
Progress (4): 165 kB | 159/185 kB | 171/472 kB | 12/155 kB
Progress (4): 165 kB | 159/185 kB | 176/472 kB | 12/155 kB
Progress (4): 165 kB | 163/185 kB | 176/472 kB | 12/155 kB
Progress (4): 165 kB | 163/185 kB | 176/472 kB | 16/155 kB
Progress (4): 165 kB | 163/185 kB | 180/472 kB | 16/155 kB
Progress (4): 165 kB | 163/185 kB | 180/472 kB | 20/155 kB
Progress (4): 165 kB | 167/185 kB | 180/472 kB | 20/155 kB
Progress (4): 165 kB | 167/185 kB | 184/472 kB | 20/155 kB
Progress (4): 165 kB | 171/185 kB | 184/472 kB | 20/155 kB
Progress (4): 165 kB | 171/185 kB | 184/472 kB | 24/155 kB
Progress (4): 165 kB | 176/185 kB | 184/472 kB | 24/155 kB
Progress (4): 165 kB | 176/185 kB | 188/472 kB | 24/155 kB
Progress (4): 165 kB | 180/185 kB | 188/472 kB | 24/155 kB
Progress (4): 165 kB | 180/185 kB | 188/472 kB | 28/155 kB
Progress (4): 165 kB | 180/185 kB | 192/472 kB | 28/155 kB
Progress (4): 165 kB | 180/185 kB | 192/472 kB | 32/155 kB
Progress (4): 165 kB | 180/185 kB | 196/472 kB | 32/155 kB
Progress (4): 165 kB | 184/185 kB | 196/472 kB | 32/155 kB
Progress (4): 165 kB | 185 kB | 196/472 kB | 32/155 kB    
Progress (4): 165 kB | 185 kB | 200/472 kB | 32/155 kB
Progress (4): 165 kB | 185 kB | 200/472 kB | 36/155 kB
Progress (4): 165 kB | 185 kB | 204/472 kB | 36/155 kB
Progress (4): 165 kB | 185 kB | 204/472 kB | 40/155 kB
Progress (4): 165 kB | 185 kB | 208/472 kB | 40/155 kB
Progress (4): 165 kB | 185 kB | 208/472 kB | 45/155 kB
Progress (4): 165 kB | 185 kB | 212/472 kB | 45/155 kB
Progress (4): 165 kB | 185 kB | 212/472 kB | 49/155 kB
Progress (4): 165 kB | 185 kB | 217/472 kB | 49/155 kB
Progress (5): 165 kB | 185 kB | 217/472 kB | 49/155 kB | 4.1/32 kB
Progress (5): 165 kB | 185 kB | 221/472 kB | 49/155 kB | 4.1/32 kB
Progress (5): 165 kB | 185 kB | 221/472 kB | 49/155 kB | 7.7/32 kB
Progress (5): 165 kB | 185 kB | 221/472 kB | 53/155 kB | 7.7/32 kB
Progress (5): 165 kB | 185 kB | 221/472 kB | 53/155 kB | 12/32 kB 
Progress (5): 165 kB | 185 kB | 225/472 kB | 53/155 kB | 12/32 kB
Progress (5): 165 kB | 185 kB | 225/472 kB | 53/155 kB | 16/32 kB
Progress (5): 165 kB | 185 kB | 225/472 kB | 57/155 kB | 16/32 kB
Progress (5): 165 kB | 185 kB | 229/472 kB | 57/155 kB | 16/32 kB
Progress (5): 165 kB | 185 kB | 229/472 kB | 61/155 kB | 16/32 kB
Progress (5): 165 kB | 185 kB | 229/472 kB | 65/155 kB | 16/32 kB
Progress (5): 165 kB | 185 kB | 233/472 kB | 65/155 kB | 16/32 kB
Progress (5): 165 kB | 185 kB | 233/472 kB | 65/155 kB | 20/32 kB
Progress (5): 165 kB | 185 kB | 237/472 kB | 65/155 kB | 20/32 kB
Progress (5): 165 kB | 185 kB | 237/472 kB | 69/155 kB | 20/32 kB
Progress (5): 165 kB | 185 kB | 237/472 kB | 69/155 kB | 24/32 kB
Progress (5): 165 kB | 185 kB | 237/472 kB | 73/155 kB | 24/32 kB
Progress (5): 165 kB | 185 kB | 241/472 kB | 73/155 kB | 24/32 kB
Progress (5): 165 kB | 185 kB | 241/472 kB | 77/155 kB | 24/32 kB
Progress (5): 165 kB | 185 kB | 241/472 kB | 77/155 kB | 28/32 kB
Progress (5): 165 kB | 185 kB | 241/472 kB | 81/155 kB | 28/32 kB
Progress (5): 165 kB | 185 kB | 245/472 kB | 81/155 kB | 28/32 kB
Progress (5): 165 kB | 185 kB | 245/472 kB | 81/155 kB | 32 kB   
Progress (5): 165 kB | 185 kB | 245/472 kB | 85/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 249/472 kB | 85/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 249/472 kB | 90/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 253/472 kB | 90/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 253/472 kB | 94/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 258/472 kB | 94/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 258/472 kB | 98/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 262/472 kB | 98/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 262/472 kB | 102/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 266/472 kB | 102/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 266/472 kB | 106/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 270/472 kB | 106/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 270/472 kB | 110/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 274/472 kB | 110/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 274/472 kB | 114/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 278/472 kB | 114/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 278/472 kB | 118/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 282/472 kB | 118/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 286/472 kB | 118/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 290/472 kB | 118/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 294/472 kB | 118/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 298/472 kB | 118/155 kB | 32 kB
Progress (5): 165 kB | 185 kB | 303/472 kB | 118/155 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 75 kB/s)
18:07:42 Progress (4): 165 kB | 185 kB | 303/472 kB | 122/155 kB
Progress (4): 165 kB | 185 kB | 307/472 kB | 122/155 kB
Progress (4): 165 kB | 185 kB | 307/472 kB | 126/155 kB
Progress (4): 165 kB | 185 kB | 311/472 kB | 126/155 kB
Progress (4): 165 kB | 185 kB | 311/472 kB | 131/155 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 337 kB/s)
18:07:42 Progress (3): 185 kB | 311/472 kB | 135/155 kB
Progress (3): 185 kB | 315/472 kB | 135/155 kB
Progress (3): 185 kB | 315/472 kB | 139/155 kB
Progress (3): 185 kB | 319/472 kB | 139/155 kB
Progress (3): 185 kB | 319/472 kB | 143/155 kB
Progress (3): 185 kB | 323/472 kB | 143/155 kB
Progress (3): 185 kB | 323/472 kB | 147/155 kB
Progress (3): 185 kB | 327/472 kB | 147/155 kB
Progress (3): 185 kB | 327/472 kB | 151/155 kB
Progress (3): 185 kB | 327/472 kB | 155 kB    
Progress (3): 185 kB | 331/472 kB | 155 kB
Progress (3): 185 kB | 335/472 kB | 155 kB
Progress (3): 185 kB | 339/472 kB | 155 kB
Progress (3): 185 kB | 344/472 kB | 155 kB
Progress (3): 185 kB | 348/472 kB | 155 kB
Progress (3): 185 kB | 352/472 kB | 155 kB
Progress (3): 185 kB | 356/472 kB | 155 kB
Progress (3): 185 kB | 360/472 kB | 155 kB
Progress (3): 185 kB | 364/472 kB | 155 kB
Progress (3): 185 kB | 368/472 kB | 155 kB
Progress (3): 185 kB | 372/472 kB | 155 kB
Progress (3): 185 kB | 376/472 kB | 155 kB
Progress (3): 185 kB | 380/472 kB | 155 kB
Progress (3): 185 kB | 384/472 kB | 155 kB
Progress (3): 185 kB | 389/472 kB | 155 kB
Progress (3): 185 kB | 393/472 kB | 155 kB
Progress (3): 185 kB | 397/472 kB | 155 kB
Progress (3): 185 kB | 401/472 kB | 155 kB
Progress (3): 185 kB | 405/472 kB | 155 kB
Progress (3): 185 kB | 409/472 kB | 155 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 374 kB/s)
18:07:42 Progress (2): 413/472 kB | 155 kB
Progress (2): 417/472 kB | 155 kB
Progress (2): 421/472 kB | 155 kB
Progress (2): 425/472 kB | 155 kB
Progress (2): 430/472 kB | 155 kB
Progress (2): 434/472 kB | 155 kB
Progress (2): 438/472 kB | 155 kB
Progress (2): 442/472 kB | 155 kB
Progress (2): 446/472 kB | 155 kB
Progress (2): 450/472 kB | 155 kB
Progress (2): 454/472 kB | 155 kB
Progress (2): 458/472 kB | 155 kB
Progress (2): 462/472 kB | 155 kB
Progress (2): 466/472 kB | 155 kB
Progress (2): 471/472 kB | 155 kB
Progress (2): 472 kB | 155 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 282 kB/s)
18:07:42 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 841 kB/s)
18:07:42 [INFO] 
18:07:42 [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ org.eclipse.scout.rt ---
18:07:42 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:07:42 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: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/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
18:07:43 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:07:43 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 125 kB/s)
18:07:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
18:07:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
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/3.1.1/maven-3.1.1.pom
18:07:44 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:07: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): 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 921 kB/s)
18:07:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
18:07:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom
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-parent/23/maven-parent-23.pom
18:07:45 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:07:45 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.2 MB/s)
18:07:45 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/13/apache-13.pom
18:07:45 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/13/apache-13.pom
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/apache/13/apache-13.pom
18:07:45 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
18:07:45 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 437 kB/s)
18:07:45 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:07:45 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: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.15/plexus-utils-3.0.15.pom
18:07:46 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:07:47 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 3.0 kB/s)
18:07:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
18:07:47 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.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/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
18:07:47 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:07:47 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 660 kB/s)
18:07:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
18:07:47 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.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/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
18:07:48 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:07:48 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 211 kB/s)
18:07:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
18:07:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.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/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
18:07:50 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:07:50 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 646 kB/s)
18:07:50 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:07:50 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: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/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
18:07:50 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:07:50 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 67 kB/s)
18:07:50 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
18:07:50 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.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/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
18:07:50 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:07:51 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 26 kB/s)
18:07:51 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:07:51 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: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/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
18:07:51 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:07:51 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 65 kB/s)
18:07:51 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:07:51 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: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/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
18:07:51 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:07:52 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 3.3 kB/s)
18:07:57 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:07:58 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: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/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
18:07:59 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:07:59 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 165 kB/s)
18:07:59 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:07:59 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: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/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
18:07:59 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:07:59 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 64 kB/s)
18:07:59 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:07:59 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: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/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
18:08:00 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:08:00 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 72 kB/s)
18:08:00 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:08:00 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: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/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
18:08:00 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:08:00 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 93 kB/s)
18:08:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
18:08:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.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/sonatype/spice/spice-parent/12/spice-parent-12.pom
18:08:01 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:08:01 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 174 kB/s)
18:08:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
18:08:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.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/sonatype/forge/forge-parent/4/forge-parent-4.pom
18:08:02 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:08:02 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 227 kB/s)
18:08:02 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:08:02 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: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/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
18:08:03 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:08:03 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 191 kB/s)
18:08:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
18:08:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.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/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
18:08:03 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:08: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/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 320 kB/s)
18:08:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
18:08:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.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/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
18:08:04 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:08:04 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 115 kB/s)
18:08:04 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:08:04 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: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-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
18:08:04 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:08:04 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 10 kB/s)
18:08:04 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:08:04 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: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-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
18:08:05 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:08:05 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 32 kB/s)
18:08:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
18:08:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.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/2.2.1/maven-2.2.1.pom
18:08:05 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:08: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/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 830 kB/s)
18:08:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
18:08:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/11/maven-parent-11.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-parent/11/maven-parent-11.pom
18:08:06 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:08: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): 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.5 MB/s)
18:08:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/5/apache-5.pom
18:08:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/5/apache-5.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/apache/5/apache-5.pom
18:08:06 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
18:08:06 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 158 kB/s)
18:08:06 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:08:06 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: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/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
18:08:06 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:08:07 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 95 kB/s)
18:08:07 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:08:07 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: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/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
18:08:08 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:08:08 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 50 kB/s)
18:08:11 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:08:12 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: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/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
18:08:12 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:08:12 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 697 kB/s)
18:08:13 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:08:17 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: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/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
18:08:17 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:08:17 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 32 kB/s)
18:08:17 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:08:17 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: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/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
18:08:18 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:08:18 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 51 kB/s)
18:08:18 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:08:18 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: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/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
18:08:18 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:08:18 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 63 kB/s)
18:08:18 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:08:18 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: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/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom
18:08:18 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:08:19 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 21 kB/s)
18:08:19 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:08:19 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: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/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom
18:08:19 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:08: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/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 264 kB/s)
18:08:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
18:08:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.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/sonatype/oss/oss-parent/7/oss-parent-7.pom
18:08:21 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:08:21 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 124 kB/s)
18:08:21 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
18:08:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.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/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
18:08:22 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:08:22 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 29 kB/s)
18:08:22 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:08:22 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: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/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
18:08:22 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:08:22 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 33 kB/s)
18:08:22 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:08:22 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: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/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
18:08:24 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:08: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/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 146 kB/s)
18:08:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
18:08:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jboss/weld/weld-parent/6/weld-parent-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/org/jboss/weld/weld-parent/6/weld-parent-6.pom
18:08:29 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:08: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): 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 460 kB/s)
18:08:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
18:08:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.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/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
18:08:29 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:08:29 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 23 kB/s)
18:08:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/inject/javax.inject/1/javax.inject-1.pom
18:08:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/inject/javax.inject/1/javax.inject-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/javax/inject/javax.inject/1/javax.inject-1.pom
18:08:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
18:08:29 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 12 kB/s)
18:08:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/10.0.1/guava-10.0.1.pom
18:08:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/guava/guava/10.0.1/guava-10.0.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/com/google/guava/guava/10.0.1/guava-10.0.1.pom
18:08:30 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:08: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/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 180 kB/s)
18:08:30 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:08:30 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: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/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
18:08:30 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:08:30 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 8.5 kB/s)
18:08:30 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:08:30 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: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/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
18:08:32 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:08:32 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 51 kB/s)
18:08:34 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:08:35 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: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/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
18:08:37 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:08:37 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 169 kB/s)
18:08:37 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:08:37 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: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/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
18:08:37 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: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/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 260 kB/s)
18:08:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
18:08:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/aopalliance/aopalliance/1.0/aopalliance-1.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/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
18:08:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
18:08:38 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 8.2 kB/s)
18:08:38 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:08:38 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: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/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom
18:08:39 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:08:39 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 7.8 kB/s)
18:08:39 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:08:39 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: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/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom
18:08:41 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:08:41 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 274 kB/s)
18:08:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
18:08:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.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/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
18:08: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.pom
18:08:41 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 102 kB/s)
18:08:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
18:08:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.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/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
18:08:44 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:08:44 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 55 kB/s)
18:08:45 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
18:08:45 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.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/sonatype/spice/spice-parent/16/spice-parent-16.pom
18:08:45 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:08:45 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 334 kB/s)
18:08:45 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
18:08:45 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.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/sonatype/forge/forge-parent/5/forge-parent-5.pom
18:08:45 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:08:45 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 239 kB/s)
18:08:45 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:08:46 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: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-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
18:08:46 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:08:46 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 104 kB/s)
18:08:46 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:08:46 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: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/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
18:08:46 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:08:46 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 102 kB/s)
18:08:46 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:08:46 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: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.17/plexus-utils-3.0.17.pom
18:08:47 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:08:47 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 100 kB/s)
18:08:47 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:08:47 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:08:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
18:08:47 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:08:47 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:08:47 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:08:47 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:08:47 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:08:47 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:08:47 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:08:47 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:08:47 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:08:47 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:08:47 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:08:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
18:08:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
18:08:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/inject/javax.inject/1/javax.inject-1.jar
18:08:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/10.0.1/guava-10.0.1.jar
18:08:47 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:08:47 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:08:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
18:08:47 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:08:47 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:08:47 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:08:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
18:08:47 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:08:47 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:08:48 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:08:48 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:08:48 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:08:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
18:08:48 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:08:48 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:08:48 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:08:48 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:08:48 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:08:48 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:08:48 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:08:48 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:08:48 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:08:48 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:08:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
18:08:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
18:08:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/inject/javax.inject/1/javax.inject-1.jar
18:08:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.jar
18:08:48 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:08:48 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:08:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
18:08:48 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:08:48 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:08:48 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:08:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
18:08:48 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:08:48 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: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/maven-model/3.1.1/maven-model-3.1.1.jar
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/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
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/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
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/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
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/maven-core/3.1.1/maven-core-3.1.1.jar
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/maven-settings/3.1.1/maven-settings-3.1.1.jar
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/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
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/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
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/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
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/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
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/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
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/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
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/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
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/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
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/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
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/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
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/javax/inject/javax.inject/1/javax.inject-1.jar
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/com/google/guava/guava/10.0.1/guava-10.0.1.jar
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/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
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/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
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/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
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/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar
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/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
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/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
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/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
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/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
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/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar
18:08:52 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:08:52 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:08:52 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:08:52 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:08:52 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:08:52 Progress (1): 4.1/52 kB
Progress (2): 4.1/52 kB | 4.1/557 kB
Progress (2): 7.7/52 kB | 4.1/557 kB
Progress (2): 7.7/52 kB | 7.7/557 kB
Progress (2): 12/52 kB | 7.7/557 kB 
Progress (2): 12/52 kB | 12/557 kB 
Progress (2): 16/52 kB | 12/557 kB
Progress (2): 16/52 kB | 16/557 kB
Progress (2): 20/52 kB | 16/557 kB
Progress (2): 24/52 kB | 16/557 kB
Progress (3): 24/52 kB | 16/557 kB | 4.1/160 kB
Progress (3): 24/52 kB | 20/557 kB | 4.1/160 kB
Progress (3): 24/52 kB | 20/557 kB | 7.7/160 kB
Progress (3): 28/52 kB | 20/557 kB | 7.7/160 kB
Progress (3): 28/52 kB | 20/557 kB | 12/160 kB 
Progress (3): 28/52 kB | 24/557 kB | 12/160 kB
Progress (3): 28/52 kB | 24/557 kB | 16/160 kB
Progress (3): 32/52 kB | 24/557 kB | 16/160 kB
Progress (3): 32/52 kB | 28/557 kB | 16/160 kB
Progress (3): 32/52 kB | 32/557 kB | 16/160 kB
Progress (3): 32/52 kB | 32/557 kB | 20/160 kB
Progress (3): 36/52 kB | 32/557 kB | 20/160 kB
Progress (3): 36/52 kB | 32/557 kB | 24/160 kB
Progress (3): 36/52 kB | 36/557 kB | 24/160 kB
Progress (3): 40/52 kB | 36/557 kB | 24/160 kB
Progress (3): 40/52 kB | 40/557 kB | 24/160 kB
Progress (4): 40/52 kB | 40/557 kB | 24/160 kB | 4.1/154 kB
Progress (4): 40/52 kB | 40/557 kB | 28/160 kB | 4.1/154 kB
Progress (4): 40/52 kB | 40/557 kB | 28/160 kB | 7.7/154 kB
Progress (4): 40/52 kB | 45/557 kB | 28/160 kB | 7.7/154 kB
Progress (4): 45/52 kB | 45/557 kB | 28/160 kB | 7.7/154 kB
Progress (5): 45/52 kB | 45/557 kB | 28/160 kB | 7.7/154 kB | 4.1/62 kB
Progress (5): 45/52 kB | 49/557 kB | 28/160 kB | 7.7/154 kB | 4.1/62 kB
Progress (5): 45/52 kB | 49/557 kB | 28/160 kB | 12/154 kB | 4.1/62 kB 
Progress (5): 45/52 kB | 49/557 kB | 32/160 kB | 12/154 kB | 4.1/62 kB
Progress (5): 45/52 kB | 49/557 kB | 32/160 kB | 16/154 kB | 4.1/62 kB
Progress (5): 45/52 kB | 49/557 kB | 32/160 kB | 16/154 kB | 7.7/62 kB
Progress (5): 49/52 kB | 49/557 kB | 32/160 kB | 16/154 kB | 7.7/62 kB
Progress (5): 49/52 kB | 49/557 kB | 32/160 kB | 16/154 kB | 12/62 kB 
Progress (5): 49/52 kB | 53/557 kB | 32/160 kB | 16/154 kB | 12/62 kB
Progress (5): 49/52 kB | 53/557 kB | 32/160 kB | 16/154 kB | 16/62 kB
Progress (5): 49/52 kB | 53/557 kB | 32/160 kB | 20/154 kB | 16/62 kB
Progress (5): 52 kB | 53/557 kB | 32/160 kB | 20/154 kB | 16/62 kB   
Progress (5): 52 kB | 53/557 kB | 36/160 kB | 20/154 kB | 16/62 kB
Progress (5): 52 kB | 53/557 kB | 36/160 kB | 20/154 kB | 20/62 kB
Progress (5): 52 kB | 53/557 kB | 36/160 kB | 24/154 kB | 20/62 kB
Progress (5): 52 kB | 57/557 kB | 36/160 kB | 24/154 kB | 20/62 kB
Progress (5): 52 kB | 57/557 kB | 36/160 kB | 28/154 kB | 20/62 kB
Progress (5): 52 kB | 57/557 kB | 36/160 kB | 28/154 kB | 24/62 kB
Progress (5): 52 kB | 57/557 kB | 40/160 kB | 28/154 kB | 24/62 kB
Progress (5): 52 kB | 57/557 kB | 40/160 kB | 28/154 kB | 28/62 kB
Progress (5): 52 kB | 57/557 kB | 40/160 kB | 32/154 kB | 28/62 kB
Progress (5): 52 kB | 61/557 kB | 40/160 kB | 32/154 kB | 28/62 kB
Progress (5): 52 kB | 61/557 kB | 40/160 kB | 32/154 kB | 32/62 kB
Progress (5): 52 kB | 61/557 kB | 45/160 kB | 32/154 kB | 32/62 kB
Progress (5): 52 kB | 61/557 kB | 45/160 kB | 36/154 kB | 32/62 kB
Progress (5): 52 kB | 65/557 kB | 45/160 kB | 36/154 kB | 32/62 kB
Progress (5): 52 kB | 65/557 kB | 45/160 kB | 40/154 kB | 32/62 kB
Progress (5): 52 kB | 65/557 kB | 45/160 kB | 40/154 kB | 36/62 kB
Progress (5): 52 kB | 65/557 kB | 45/160 kB | 40/154 kB | 40/62 kB
Progress (5): 52 kB | 65/557 kB | 49/160 kB | 40/154 kB | 40/62 kB
Progress (5): 52 kB | 65/557 kB | 49/160 kB | 40/154 kB | 45/62 kB
Progress (5): 52 kB | 69/557 kB | 49/160 kB | 40/154 kB | 45/62 kB
Progress (5): 52 kB | 69/557 kB | 49/160 kB | 45/154 kB | 45/62 kB
Progress (5): 52 kB | 69/557 kB | 53/160 kB | 45/154 kB | 45/62 kB
Progress (5): 52 kB | 73/557 kB | 53/160 kB | 45/154 kB | 45/62 kB
Progress (5): 52 kB | 73/557 kB | 53/160 kB | 45/154 kB | 49/62 kB
Progress (5): 52 kB | 77/557 kB | 53/160 kB | 45/154 kB | 49/62 kB
Progress (5): 52 kB | 77/557 kB | 57/160 kB | 45/154 kB | 49/62 kB
Progress (5): 52 kB | 77/557 kB | 57/160 kB | 49/154 kB | 49/62 kB
Progress (5): 52 kB | 77/557 kB | 61/160 kB | 49/154 kB | 49/62 kB
Progress (5): 52 kB | 77/557 kB | 61/160 kB | 49/154 kB | 53/62 kB
Progress (5): 52 kB | 81/557 kB | 61/160 kB | 49/154 kB | 53/62 kB
Progress (5): 52 kB | 81/557 kB | 61/160 kB | 49/154 kB | 57/62 kB
Progress (5): 52 kB | 81/557 kB | 65/160 kB | 49/154 kB | 57/62 kB
Progress (5): 52 kB | 81/557 kB | 65/160 kB | 53/154 kB | 57/62 kB
Progress (5): 52 kB | 81/557 kB | 65/160 kB | 53/154 kB | 61/62 kB
Progress (5): 52 kB | 81/557 kB | 65/160 kB | 57/154 kB | 61/62 kB
Progress (5): 52 kB | 85/557 kB | 65/160 kB | 57/154 kB | 61/62 kB
Progress (5): 52 kB | 85/557 kB | 65/160 kB | 61/154 kB | 61/62 kB
Progress (5): 52 kB | 85/557 kB | 69/160 kB | 61/154 kB | 61/62 kB
Progress (5): 52 kB | 85/557 kB | 69/160 kB | 61/154 kB | 62 kB   
Progress (5): 52 kB | 85/557 kB | 73/160 kB | 61/154 kB | 62 kB
Progress (5): 52 kB | 85/557 kB | 73/160 kB | 65/154 kB | 62 kB
Progress (5): 52 kB | 90/557 kB | 73/160 kB | 65/154 kB | 62 kB
Progress (5): 52 kB | 90/557 kB | 77/160 kB | 65/154 kB | 62 kB
Progress (5): 52 kB | 94/557 kB | 77/160 kB | 65/154 kB | 62 kB
Progress (5): 52 kB | 94/557 kB | 81/160 kB | 65/154 kB | 62 kB
Progress (5): 52 kB | 94/557 kB | 81/160 kB | 69/154 kB | 62 kB
Progress (5): 52 kB | 98/557 kB | 81/160 kB | 69/154 kB | 62 kB
Progress (5): 52 kB | 98/557 kB | 81/160 kB | 73/154 kB | 62 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 717 kB/s)
18:08:52 Progress (4): 102/557 kB | 81/160 kB | 73/154 kB | 62 kB
Progress (4): 102/557 kB | 81/160 kB | 77/154 kB | 62 kB
Progress (4): 102/557 kB | 85/160 kB | 77/154 kB | 62 kB
Progress (4): 102/557 kB | 85/160 kB | 81/154 kB | 62 kB
Progress (4): 106/557 kB | 85/160 kB | 81/154 kB | 62 kB
                                                        
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:08:52 Progress (4): 110/557 kB | 85/160 kB | 81/154 kB | 62 kB
Progress (4): 110/557 kB | 90/160 kB | 81/154 kB | 62 kB
Progress (4): 114/557 kB | 90/160 kB | 81/154 kB | 62 kB
Progress (4): 114/557 kB | 90/160 kB | 85/154 kB | 62 kB
Progress (4): 114/557 kB | 94/160 kB | 85/154 kB | 62 kB
Progress (4): 114/557 kB | 94/160 kB | 90/154 kB | 62 kB
Progress (4): 118/557 kB | 94/160 kB | 90/154 kB | 62 kB
Progress (4): 118/557 kB | 98/160 kB | 90/154 kB | 62 kB
Progress (4): 122/557 kB | 98/160 kB | 90/154 kB | 62 kB
Progress (4): 122/557 kB | 98/160 kB | 94/154 kB | 62 kB
Progress (4): 126/557 kB | 98/160 kB | 94/154 kB | 62 kB
Progress (4): 126/557 kB | 98/160 kB | 98/154 kB | 62 kB
Progress (4): 126/557 kB | 102/160 kB | 98/154 kB | 62 kB
Progress (4): 131/557 kB | 102/160 kB | 98/154 kB | 62 kB
Progress (4): 131/557 kB | 106/160 kB | 98/154 kB | 62 kB
Progress (4): 131/557 kB | 110/160 kB | 98/154 kB | 62 kB
Progress (4): 131/557 kB | 114/160 kB | 98/154 kB | 62 kB
Progress (4): 131/557 kB | 114/160 kB | 102/154 kB | 62 kB
Progress (4): 135/557 kB | 114/160 kB | 102/154 kB | 62 kB
Progress (4): 135/557 kB | 114/160 kB | 106/154 kB | 62 kB
Progress (4): 135/557 kB | 118/160 kB | 106/154 kB | 62 kB
Progress (4): 139/557 kB | 118/160 kB | 106/154 kB | 62 kB
Progress (4): 139/557 kB | 122/160 kB | 106/154 kB | 62 kB
Progress (4): 139/557 kB | 122/160 kB | 110/154 kB | 62 kB
Progress (4): 139/557 kB | 126/160 kB | 110/154 kB | 62 kB
Progress (4): 143/557 kB | 126/160 kB | 110/154 kB | 62 kB
Progress (4): 143/557 kB | 131/160 kB | 110/154 kB | 62 kB
Progress (4): 143/557 kB | 131/160 kB | 114/154 kB | 62 kB
Progress (4): 147/557 kB | 131/160 kB | 114/154 kB | 62 kB
Progress (4): 147/557 kB | 135/160 kB | 114/154 kB | 62 kB
Progress (4): 147/557 kB | 139/160 kB | 114/154 kB | 62 kB
Progress (4): 147/557 kB | 139/160 kB | 118/154 kB | 62 kB
Progress (4): 151/557 kB | 139/160 kB | 118/154 kB | 62 kB
Progress (4): 151/557 kB | 143/160 kB | 118/154 kB | 62 kB
Progress (4): 155/557 kB | 143/160 kB | 118/154 kB | 62 kB
Progress (4): 155/557 kB | 143/160 kB | 122/154 kB | 62 kB
Progress (4): 159/557 kB | 143/160 kB | 122/154 kB | 62 kB
Progress (4): 159/557 kB | 147/160 kB | 122/154 kB | 62 kB
Progress (4): 163/557 kB | 147/160 kB | 122/154 kB | 62 kB
Progress (4): 163/557 kB | 147/160 kB | 126/154 kB | 62 kB
Progress (4): 163/557 kB | 151/160 kB | 126/154 kB | 62 kB
Progress (4): 163/557 kB | 151/160 kB | 131/154 kB | 62 kB
Progress (4): 167/557 kB | 151/160 kB | 131/154 kB | 62 kB
Progress (4): 167/557 kB | 155/160 kB | 131/154 kB | 62 kB
Progress (4): 171/557 kB | 155/160 kB | 131/154 kB | 62 kB
Progress (4): 171/557 kB | 159/160 kB | 131/154 kB | 62 kB
Progress (4): 176/557 kB | 159/160 kB | 131/154 kB | 62 kB
Progress (4): 176/557 kB | 159/160 kB | 135/154 kB | 62 kB
Progress (4): 176/557 kB | 160 kB | 135/154 kB | 62 kB    
Progress (4): 176/557 kB | 160 kB | 139/154 kB | 62 kB
Progress (4): 180/557 kB | 160 kB | 139/154 kB | 62 kB
Progress (4): 180/557 kB | 160 kB | 143/154 kB | 62 kB
Progress (4): 180/557 kB | 160 kB | 147/154 kB | 62 kB
Progress (4): 184/557 kB | 160 kB | 147/154 kB | 62 kB
Progress (4): 188/557 kB | 160 kB | 147/154 kB | 62 kB
Progress (4): 188/557 kB | 160 kB | 151/154 kB | 62 kB
Progress (4): 192/557 kB | 160 kB | 151/154 kB | 62 kB
Progress (4): 192/557 kB | 160 kB | 154 kB | 62 kB    
Progress (4): 196/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 200/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 204/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 208/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 212/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 217/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 221/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 225/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 229/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 233/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 237/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 241/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 245/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 249/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 253/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 258/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 262/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 266/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 270/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 274/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 278/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 282/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 286/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 290/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 294/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 298/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 303/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 307/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 311/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 315/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 319/557 kB | 160 kB | 154 kB | 62 kB
Progress (4): 323/557 kB | 160 kB | 154 kB | 62 kB
Progress (5): 323/557 kB | 160 kB | 154 kB | 62 kB | 4.1/42 kB
Progress (5): 327/557 kB | 160 kB | 154 kB | 62 kB | 4.1/42 kB
Progress (5): 327/557 kB | 160 kB | 154 kB | 62 kB | 7.7/42 kB
Progress (5): 327/557 kB | 160 kB | 154 kB | 62 kB | 12/42 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 649 kB/s)
18:08:52 Progress (4): 331/557 kB | 160 kB | 154 kB | 12/42 kB
Progress (4): 331/557 kB | 160 kB | 154 kB | 16/42 kB
Progress (4): 335/557 kB | 160 kB | 154 kB | 16/42 kB
                                                     
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:08:52 Progress (4): 335/557 kB | 160 kB | 154 kB | 20/42 kB
Progress (4): 339/557 kB | 160 kB | 154 kB | 20/42 kB
Progress (4): 339/557 kB | 160 kB | 154 kB | 24/42 kB
Progress (4): 344/557 kB | 160 kB | 154 kB | 24/42 kB
Progress (4): 344/557 kB | 160 kB | 154 kB | 28/42 kB
Progress (4): 344/557 kB | 160 kB | 154 kB | 32/42 kB
Progress (4): 348/557 kB | 160 kB | 154 kB | 32/42 kB
Progress (4): 348/557 kB | 160 kB | 154 kB | 36/42 kB
Progress (4): 352/557 kB | 160 kB | 154 kB | 36/42 kB
Progress (4): 352/557 kB | 160 kB | 154 kB | 40/42 kB
Progress (4): 356/557 kB | 160 kB | 154 kB | 40/42 kB
Progress (4): 356/557 kB | 160 kB | 154 kB | 42 kB   
Progress (4): 360/557 kB | 160 kB | 154 kB | 42 kB
Progress (4): 364/557 kB | 160 kB | 154 kB | 42 kB
Progress (4): 368/557 kB | 160 kB | 154 kB | 42 kB
Progress (4): 372/557 kB | 160 kB | 154 kB | 42 kB
Progress (4): 376/557 kB | 160 kB | 154 kB | 42 kB
Progress (4): 380/557 kB | 160 kB | 154 kB | 42 kB
Progress (4): 384/557 kB | 160 kB | 154 kB | 42 kB
Progress (4): 389/557 kB | 160 kB | 154 kB | 42 kB
Progress (4): 393/557 kB | 160 kB | 154 kB | 42 kB
Progress (4): 397/557 kB | 160 kB | 154 kB | 42 kB
Progress (4): 401/557 kB | 160 kB | 154 kB | 42 kB
Progress (4): 405/557 kB | 160 kB | 154 kB | 42 kB
Progress (4): 409/557 kB | 160 kB | 154 kB | 42 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 1.5 MB/s)
18:08:52 Progress (3): 413/557 kB | 160 kB | 42 kB
                                         
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:08:52 Progress (3): 417/557 kB | 160 kB | 42 kB
Progress (3): 421/557 kB | 160 kB | 42 kB
Progress (3): 425/557 kB | 160 kB | 42 kB
Progress (3): 430/557 kB | 160 kB | 42 kB
Progress (3): 434/557 kB | 160 kB | 42 kB
Progress (3): 438/557 kB | 160 kB | 42 kB
Progress (3): 442/557 kB | 160 kB | 42 kB
Progress (3): 446/557 kB | 160 kB | 42 kB
Progress (3): 450/557 kB | 160 kB | 42 kB
Progress (3): 454/557 kB | 160 kB | 42 kB
Progress (3): 458/557 kB | 160 kB | 42 kB
Progress (3): 462/557 kB | 160 kB | 42 kB
Progress (4): 462/557 kB | 160 kB | 42 kB | 4.1/25 kB
Progress (4): 466/557 kB | 160 kB | 42 kB | 4.1/25 kB
Progress (4): 466/557 kB | 160 kB | 42 kB | 7.7/25 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 250 kB/s)
18:08:52 Progress (3): 466/557 kB | 160 kB | 12/25 kB
Progress (3): 471/557 kB | 160 kB | 12/25 kB
Progress (3): 471/557 kB | 160 kB | 16/25 kB
                                            
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:08:52 Progress (3): 471/557 kB | 160 kB | 20/25 kB
Progress (3): 475/557 kB | 160 kB | 20/25 kB
Progress (3): 475/557 kB | 160 kB | 24/25 kB
Progress (3): 475/557 kB | 160 kB | 25 kB   
Progress (3): 479/557 kB | 160 kB | 25 kB
Progress (3): 483/557 kB | 160 kB | 25 kB
Progress (3): 487/557 kB | 160 kB | 25 kB
Progress (3): 491/557 kB | 160 kB | 25 kB
Progress (3): 495/557 kB | 160 kB | 25 kB
Progress (3): 499/557 kB | 160 kB | 25 kB
Progress (3): 503/557 kB | 160 kB | 25 kB
Progress (3): 507/557 kB | 160 kB | 25 kB
Progress (3): 511/557 kB | 160 kB | 25 kB
Progress (3): 516/557 kB | 160 kB | 25 kB
Progress (3): 520/557 kB | 160 kB | 25 kB
Progress (3): 524/557 kB | 160 kB | 25 kB
Progress (3): 528/557 kB | 160 kB | 25 kB
Progress (3): 532/557 kB | 160 kB | 25 kB
Progress (3): 536/557 kB | 160 kB | 25 kB
Progress (3): 540/557 kB | 160 kB | 25 kB
Progress (3): 544/557 kB | 160 kB | 25 kB
Progress (3): 548/557 kB | 160 kB | 25 kB
Progress (3): 552/557 kB | 160 kB | 25 kB
Progress (3): 557/557 kB | 160 kB | 25 kB
Progress (3): 557 kB | 160 kB | 25 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 2.3 MB/s)
18:08:52 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:08:52 Progress (3): 160 kB | 25 kB | 4.1/42 kB
Progress (3): 160 kB | 25 kB | 7.7/42 kB
Progress (3): 160 kB | 25 kB | 12/42 kB 
Progress (3): 160 kB | 25 kB | 16/42 kB
Progress (3): 160 kB | 25 kB | 20/42 kB
Progress (3): 160 kB | 25 kB | 24/42 kB
Progress (3): 160 kB | 25 kB | 28/42 kB
Progress (3): 160 kB | 25 kB | 32/42 kB
Progress (3): 160 kB | 25 kB | 36/42 kB
Progress (3): 160 kB | 25 kB | 40/42 kB
Progress (3): 160 kB | 25 kB | 42 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 101 kB/s)
18:08:52 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:08:52 Progress (3): 160 kB | 42 kB | 4.1/60 kB
Progress (3): 160 kB | 42 kB | 7.7/60 kB
Progress (3): 160 kB | 42 kB | 12/60 kB 
Progress (3): 160 kB | 42 kB | 16/60 kB
Progress (3): 160 kB | 42 kB | 20/60 kB
Progress (3): 160 kB | 42 kB | 24/60 kB
Progress (3): 160 kB | 42 kB | 28/60 kB
Progress (3): 160 kB | 42 kB | 32/60 kB
Progress (3): 160 kB | 42 kB | 36/60 kB
Progress (3): 160 kB | 42 kB | 40/60 kB
Progress (3): 160 kB | 42 kB | 45/60 kB
Progress (3): 160 kB | 42 kB | 49/60 kB
Progress (3): 160 kB | 42 kB | 53/60 kB
Progress (3): 160 kB | 42 kB | 57/60 kB
Progress (3): 160 kB | 42 kB | 60 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 163 kB/s)
18:08:52 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:08:52 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 614 kB/s)
18:08:52 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:08:52 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 225 kB/s)
18:08:52 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:08:52 Progress (1): 4.1/134 kB
Progress (1): 7.7/134 kB
Progress (1): 12/134 kB 
Progress (1): 16/134 kB
Progress (1): 20/134 kB
Progress (1): 24/134 kB
Progress (1): 28/134 kB
Progress (1): 32/134 kB
Progress (1): 36/134 kB
Progress (2): 36/134 kB | 4.1/18 kB
Progress (2): 40/134 kB | 4.1/18 kB
Progress (2): 40/134 kB | 7.7/18 kB
Progress (2): 45/134 kB | 7.7/18 kB
Progress (2): 45/134 kB | 12/18 kB 
Progress (2): 49/134 kB | 12/18 kB
Progress (2): 49/134 kB | 16/18 kB
Progress (2): 49/134 kB | 18 kB   
Progress (2): 53/134 kB | 18 kB
Progress (2): 57/134 kB | 18 kB
Progress (2): 61/134 kB | 18 kB
Progress (2): 65/134 kB | 18 kB
Progress (2): 69/134 kB | 18 kB
Progress (2): 73/134 kB | 18 kB
Progress (2): 77/134 kB | 18 kB
Progress (2): 81/134 kB | 18 kB
Progress (2): 85/134 kB | 18 kB
Progress (2): 90/134 kB | 18 kB
Progress (2): 94/134 kB | 18 kB
Progress (2): 98/134 kB | 18 kB
Progress (2): 102/134 kB | 18 kB
Progress (2): 106/134 kB | 18 kB
Progress (2): 110/134 kB | 18 kB
Progress (2): 114/134 kB | 18 kB
Progress (2): 118/134 kB | 18 kB
Progress (2): 122/134 kB | 18 kB
Progress (2): 126/134 kB | 18 kB
Progress (2): 131/134 kB | 18 kB
Progress (2): 134 kB | 18 kB    
Progress (3): 134 kB | 18 kB | 4.1/145 kB
Progress (3): 134 kB | 18 kB | 7.7/145 kB
Progress (3): 134 kB | 18 kB | 12/145 kB 
Progress (4): 134 kB | 18 kB | 12/145 kB | 4.1/134 kB
Progress (4): 134 kB | 18 kB | 16/145 kB | 4.1/134 kB
Progress (4): 134 kB | 18 kB | 16/145 kB | 7.7/134 kB
Progress (4): 134 kB | 18 kB | 16/145 kB | 12/134 kB 
Progress (4): 134 kB | 18 kB | 16/145 kB | 16/134 kB
Progress (4): 134 kB | 18 kB | 20/145 kB | 16/134 kB
Progress (4): 134 kB | 18 kB | 24/145 kB | 16/134 kB
Progress (4): 134 kB | 18 kB | 28/145 kB | 16/134 kB
Progress (4): 134 kB | 18 kB | 32/145 kB | 16/134 kB
Progress (4): 134 kB | 18 kB | 32/145 kB | 20/134 kB
Progress (4): 134 kB | 18 kB | 32/145 kB | 24/134 kB
Progress (4): 134 kB | 18 kB | 36/145 kB | 24/134 kB
Progress (4): 134 kB | 18 kB | 36/145 kB | 28/134 kB
Progress (4): 134 kB | 18 kB | 40/145 kB | 28/134 kB
Progress (4): 134 kB | 18 kB | 40/145 kB | 32/134 kB
Progress (4): 134 kB | 18 kB | 45/145 kB | 32/134 kB
Progress (4): 134 kB | 18 kB | 49/145 kB | 32/134 kB
Progress (4): 134 kB | 18 kB | 49/145 kB | 36/134 kB
Progress (4): 134 kB | 18 kB | 53/145 kB | 36/134 kB
Progress (4): 134 kB | 18 kB | 53/145 kB | 40/134 kB
Progress (4): 134 kB | 18 kB | 57/145 kB | 40/134 kB
Progress (4): 134 kB | 18 kB | 57/145 kB | 45/134 kB
Progress (4): 134 kB | 18 kB | 61/145 kB | 45/134 kB
Progress (4): 134 kB | 18 kB | 61/145 kB | 49/134 kB
Progress (4): 134 kB | 18 kB | 65/145 kB | 49/134 kB
Progress (4): 134 kB | 18 kB | 69/145 kB | 49/134 kB
Progress (4): 134 kB | 18 kB | 69/145 kB | 53/134 kB
Progress (4): 134 kB | 18 kB | 73/145 kB | 53/134 kB
Progress (4): 134 kB | 18 kB | 73/145 kB | 57/134 kB
Progress (4): 134 kB | 18 kB | 77/145 kB | 57/134 kB
Progress (4): 134 kB | 18 kB | 77/145 kB | 61/134 kB
Progress (4): 134 kB | 18 kB | 81/145 kB | 61/134 kB
Progress (4): 134 kB | 18 kB | 81/145 kB | 65/134 kB
Progress (4): 134 kB | 18 kB | 85/145 kB | 65/134 kB
Progress (4): 134 kB | 18 kB | 90/145 kB | 65/134 kB
Progress (4): 134 kB | 18 kB | 94/145 kB | 65/134 kB
Progress (4): 134 kB | 18 kB | 94/145 kB | 69/134 kB
Progress (4): 134 kB | 18 kB | 98/145 kB | 69/134 kB
Progress (4): 134 kB | 18 kB | 98/145 kB | 73/134 kB
Progress (4): 134 kB | 18 kB | 98/145 kB | 77/134 kB
Progress (4): 134 kB | 18 kB | 102/145 kB | 77/134 kB
Progress (4): 134 kB | 18 kB | 102/145 kB | 81/134 kB
Progress (4): 134 kB | 18 kB | 106/145 kB | 81/134 kB
Progress (4): 134 kB | 18 kB | 110/145 kB | 81/134 kB
Progress (4): 134 kB | 18 kB | 114/145 kB | 81/134 kB
Progress (4): 134 kB | 18 kB | 114/145 kB | 85/134 kB
Progress (4): 134 kB | 18 kB | 118/145 kB | 85/134 kB
Progress (4): 134 kB | 18 kB | 118/145 kB | 90/134 kB
Progress (4): 134 kB | 18 kB | 122/145 kB | 90/134 kB
Progress (4): 134 kB | 18 kB | 122/145 kB | 94/134 kB
Progress (4): 134 kB | 18 kB | 126/145 kB | 94/134 kB
Progress (4): 134 kB | 18 kB | 126/145 kB | 98/134 kB
Progress (4): 134 kB | 18 kB | 131/145 kB | 98/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 467 kB/s)
18:08:52 Progress (3): 18 kB | 131/145 kB | 102/134 kB
Progress (3): 18 kB | 135/145 kB | 102/134 kB
Progress (3): 18 kB | 135/145 kB | 106/134 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:08:52 Progress (3): 18 kB | 135/145 kB | 110/134 kB
Progress (3): 18 kB | 139/145 kB | 110/134 kB
Progress (3): 18 kB | 139/145 kB | 114/134 kB
Progress (3): 18 kB | 143/145 kB | 114/134 kB
Progress (3): 18 kB | 145 kB | 114/134 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 61 kB/s)
18:08:52 Progress (2): 145 kB | 118/134 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:08:52 Progress (2): 145 kB | 122/134 kB
Progress (2): 145 kB | 126/134 kB
Progress (2): 145 kB | 131/134 kB
Progress (2): 145 kB | 134 kB    
Progress (3): 145 kB | 134 kB | 4.1/5.8 kB
Progress (3): 145 kB | 134 kB | 5.8 kB    
Progress (4): 145 kB | 134 kB | 5.8 kB | 4.1/45 kB
Progress (4): 145 kB | 134 kB | 5.8 kB | 7.7/45 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 478 kB/s)
18:08:52 Progress (3): 134 kB | 5.8 kB | 12/45 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
18:08:52 Progress (3): 134 kB | 5.8 kB | 16/45 kB
Progress (3): 134 kB | 5.8 kB | 20/45 kB
Progress (3): 134 kB | 5.8 kB | 24/45 kB
Progress (3): 134 kB | 5.8 kB | 28/45 kB
Progress (3): 134 kB | 5.8 kB | 32/45 kB
Progress (3): 134 kB | 5.8 kB | 36/45 kB
Progress (3): 134 kB | 5.8 kB | 40/45 kB
Progress (3): 134 kB | 5.8 kB | 45/45 kB
Progress (3): 134 kB | 5.8 kB | 45 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 399 kB/s)
18:08:52 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:08:52 Progress (3): 5.8 kB | 45 kB | 0/1.5 MB
Progress (3): 5.8 kB | 45 kB | 0/1.5 MB
Progress (3): 5.8 kB | 45 kB | 0/1.5 MB
Progress (3): 5.8 kB | 45 kB | 0/1.5 MB
Progress (3): 5.8 kB | 45 kB | 0/1.5 MB
Progress (3): 5.8 kB | 45 kB | 0/1.5 MB
Progress (3): 5.8 kB | 45 kB | 0.1/1.5 MB
Progress (3): 5.8 kB | 45 kB | 0.1/1.5 MB
Progress (3): 5.8 kB | 45 kB | 0.1/1.5 MB
                                         
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 16 kB/s)
18:08:52 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:08:52 Progress (3): 45 kB | 0.1/1.5 MB | 4.1/197 kB
Progress (3): 45 kB | 0.1/1.5 MB | 7.7/197 kB
Progress (3): 45 kB | 0.1/1.5 MB | 12/197 kB 
Progress (3): 45 kB | 0.1/1.5 MB | 16/197 kB
Progress (4): 45 kB | 0.1/1.5 MB | 16/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 16/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 20/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 24/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 24/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 28/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 28/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 32/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 32/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 36/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 36/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 40/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 45/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 49/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 49/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 49/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 53/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 57/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 57/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 61/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 61/197 kB | 2.5 kB
Progress (4): 45 kB | 0.1/1.5 MB | 65/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 65/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 69/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 69/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 73/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 77/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 81/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 81/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 81/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 85/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 90/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 94/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 94/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 98/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 98/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 102/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 102/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 106/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 106/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 110/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 114/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 114/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 114/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 118/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 122/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 126/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 126/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 131/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 131/197 kB | 2.5 kB
Progress (4): 45 kB | 0.2/1.5 MB | 135/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 135/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 139/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 139/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 143/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 147/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 147/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 147/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 151/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 155/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 159/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 159/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 163/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 163/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 167/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 167/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 171/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 171/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 176/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 180/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 180/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 180/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 184/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 188/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 192/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 192/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 196/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 196/197 kB | 2.5 kB
Progress (4): 45 kB | 0.3/1.5 MB | 197 kB | 2.5 kB    
Progress (4): 45 kB | 0.4/1.5 MB | 197 kB | 2.5 kB
Progress (4): 45 kB | 0.4/1.5 MB | 197 kB | 2.5 kB
Progress (4): 45 kB | 0.4/1.5 MB | 197 kB | 2.5 kB
Progress (4): 45 kB | 0.4/1.5 MB | 197 kB | 2.5 kB
Progress (4): 45 kB | 0.4/1.5 MB | 197 kB | 2.5 kB
Progress (4): 45 kB | 0.4/1.5 MB | 197 kB | 2.5 kB
Progress (4): 45 kB | 0.4/1.5 MB | 197 kB | 2.5 kB
Progress (4): 45 kB | 0.4/1.5 MB | 197 kB | 2.5 kB
Progress (4): 45 kB | 0.4/1.5 MB | 197 kB | 2.5 kB
Progress (4): 45 kB | 0.4/1.5 MB | 197 kB | 2.5 kB
Progress (4): 45 kB | 0.4/1.5 MB | 197 kB | 2.5 kB
Progress (4): 45 kB | 0.4/1.5 MB | 197 kB | 2.5 kB
Progress (4): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB
Progress (4): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB
Progress (4): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB
Progress (4): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB
Progress (5): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB | 4.1/33 kB
Progress (5): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB | 7.7/33 kB
Progress (5): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB | 7.7/33 kB
Progress (5): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB | 12/33 kB 
Progress (5): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB | 12/33 kB
Progress (5): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB | 16/33 kB
Progress (5): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB | 16/33 kB
Progress (5): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB | 16/33 kB
Progress (5): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB | 20/33 kB
Progress (5): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB | 24/33 kB
Progress (5): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB | 24/33 kB
Progress (5): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB | 28/33 kB
Progress (5): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB | 28/33 kB
Progress (5): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB | 32/33 kB
Progress (5): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB | 33 kB   
Progress (5): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB | 33 kB
Progress (5): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB | 33 kB
Progress (5): 45 kB | 0.5/1.5 MB | 197 kB | 2.5 kB | 33 kB
Progress (5): 45 kB | 0.6/1.5 MB | 197 kB | 2.5 kB | 33 kB
Progress (5): 45 kB | 0.6/1.5 MB | 197 kB | 2.5 kB | 33 kB
Progress (5): 45 kB | 0.6/1.5 MB | 197 kB | 2.5 kB | 33 kB
                                                          
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 84 kB/s)
18:08:52 Progress (4): 45 kB | 0.6/1.5 MB | 197 kB | 2.5 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:08:52 Progress (4): 45 kB | 0.6/1.5 MB | 197 kB | 2.5 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 498 kB/s)
18:08:52 Progress (3): 45 kB | 0.6/1.5 MB | 2.5 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
18:08:52 Progress (3): 45 kB | 0.6/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.6/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.6/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.6/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.6/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.6/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.7/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.7/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.7/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.7/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.7/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.7/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.7/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.7/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.7/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.7/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.7/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.7/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.8/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.8/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.8/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.8/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.8/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.8/1.5 MB | 2.5 kB
Progress (3): 45 kB | 0.8/1.5 MB | 2.5 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 111 kB/s)
18:08:52 Progress (2): 0.8/1.5 MB | 2.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:08:52 Progress (2): 0.8/1.5 MB | 2.5 kB
Progress (2): 0.8/1.5 MB | 2.5 kB
Progress (2): 0.8/1.5 MB | 2.5 kB
Progress (2): 0.8/1.5 MB | 2.5 kB
Progress (2): 0.9/1.5 MB | 2.5 kB
Progress (3): 0.9/1.5 MB | 2.5 kB | 4.1/4.5 kB
Progress (3): 0.9/1.5 MB | 2.5 kB | 4.5 kB    
Progress (3): 0.9/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 0.9/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 0.9/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 0.9/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 0.9/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 0.9/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 0.9/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 0.9/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 0.9/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 0.9/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 0.9/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 0.9/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.0/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.0/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.0/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.0/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.0/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.0/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.0/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.0/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.0/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.0/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.0/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.0/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.1/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.1/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.1/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.1/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.1/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.1/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.1/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.1/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.1/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.1/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.1/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.1/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.2/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.2/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.2/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.2/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.2/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.2/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.2/1.5 MB | 2.5 kB | 4.5 kB
Progress (3): 1.2/1.5 MB | 2.5 kB | 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 9.2 kB/s)
18:08:52 Progress (2): 1.2/1.5 MB | 2.5 kB
                                 
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:08:52 Progress (2): 1.2/1.5 MB | 2.5 kB
Progress (2): 1.2/1.5 MB | 2.5 kB
Progress (2): 1.2/1.5 MB | 2.5 kB
Progress (2): 1.3/1.5 MB | 2.5 kB
Progress (2): 1.3/1.5 MB | 2.5 kB
Progress (2): 1.3/1.5 MB | 2.5 kB
Progress (2): 1.3/1.5 MB | 2.5 kB
Progress (2): 1.3/1.5 MB | 2.5 kB
Progress (2): 1.3/1.5 MB | 2.5 kB
Progress (2): 1.3/1.5 MB | 2.5 kB
Progress (2): 1.3/1.5 MB | 2.5 kB
Progress (2): 1.3/1.5 MB | 2.5 kB
Progress (2): 1.3/1.5 MB | 2.5 kB
Progress (2): 1.3/1.5 MB | 2.5 kB
Progress (2): 1.3/1.5 MB | 2.5 kB
Progress (2): 1.4/1.5 MB | 2.5 kB
Progress (2): 1.4/1.5 MB | 2.5 kB
Progress (2): 1.4/1.5 MB | 2.5 kB
Progress (2): 1.4/1.5 MB | 2.5 kB
Progress (2): 1.4/1.5 MB | 2.5 kB
Progress (2): 1.4/1.5 MB | 2.5 kB
Progress (2): 1.4/1.5 MB | 2.5 kB
Progress (2): 1.4/1.5 MB | 2.5 kB
Progress (2): 1.4/1.5 MB | 2.5 kB
Progress (2): 1.4/1.5 MB | 2.5 kB
Progress (2): 1.4/1.5 MB | 2.5 kB
Progress (2): 1.4/1.5 MB | 2.5 kB
Progress (2): 1.4/1.5 MB | 2.5 kB
Progress (2): 1.5/1.5 MB | 2.5 kB
Progress (2): 1.5/1.5 MB | 2.5 kB
Progress (2): 1.5/1.5 MB | 2.5 kB
Progress (2): 1.5/1.5 MB | 2.5 kB
Progress (2): 1.5/1.5 MB | 2.5 kB
Progress (2): 1.5/1.5 MB | 2.5 kB
Progress (2): 1.5 MB | 2.5 kB    
Progress (3): 1.5 MB | 2.5 kB | 4.1/50 kB
Progress (3): 1.5 MB | 2.5 kB | 7.7/50 kB
Progress (3): 1.5 MB | 2.5 kB | 12/50 kB 
Progress (3): 1.5 MB | 2.5 kB | 16/50 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.jar (1.5 MB at 3.0 MB/s)
18:08:52 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:08:53 Progress (2): 2.5 kB | 20/50 kB
Progress (2): 2.5 kB | 24/50 kB
Progress (2): 2.5 kB | 28/50 kB
Progress (2): 2.5 kB | 32/50 kB
Progress (2): 2.5 kB | 36/50 kB
Progress (2): 2.5 kB | 40/50 kB
Progress (2): 2.5 kB | 45/50 kB
Progress (2): 2.5 kB | 49/50 kB
Progress (2): 2.5 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 88 kB/s)
18:08:53 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:08:53 Progress (2): 2.5 kB | 4.1/357 kB
Progress (2): 2.5 kB | 7.7/357 kB
Progress (2): 2.5 kB | 12/357 kB 
Progress (2): 2.5 kB | 16/357 kB
Progress (2): 2.5 kB | 20/357 kB
Progress (2): 2.5 kB | 24/357 kB
Progress (2): 2.5 kB | 28/357 kB
Progress (2): 2.5 kB | 32/357 kB
Progress (2): 2.5 kB | 36/357 kB
Progress (2): 2.5 kB | 40/357 kB
Progress (2): 2.5 kB | 45/357 kB
Progress (2): 2.5 kB | 49/357 kB
Progress (2): 2.5 kB | 53/357 kB
Progress (2): 2.5 kB | 57/357 kB
Progress (2): 2.5 kB | 61/357 kB
Progress (2): 2.5 kB | 65/357 kB
Progress (2): 2.5 kB | 69/357 kB
Progress (2): 2.5 kB | 73/357 kB
Progress (2): 2.5 kB | 77/357 kB
Progress (2): 2.5 kB | 81/357 kB
Progress (2): 2.5 kB | 85/357 kB
Progress (2): 2.5 kB | 90/357 kB
Progress (2): 2.5 kB | 94/357 kB
Progress (2): 2.5 kB | 98/357 kB
Progress (2): 2.5 kB | 102/357 kB
Progress (2): 2.5 kB | 106/357 kB
Progress (2): 2.5 kB | 110/357 kB
Progress (2): 2.5 kB | 114/357 kB
Progress (2): 2.5 kB | 118/357 kB
Progress (2): 2.5 kB | 122/357 kB
Progress (2): 2.5 kB | 126/357 kB
Progress (2): 2.5 kB | 131/357 kB
Progress (3): 2.5 kB | 131/357 kB | 4.1/291 kB
Progress (3): 2.5 kB | 135/357 kB | 4.1/291 kB
Progress (3): 2.5 kB | 135/357 kB | 7.7/291 kB
Progress (3): 2.5 kB | 139/357 kB | 7.7/291 kB
Progress (3): 2.5 kB | 139/357 kB | 12/291 kB 
Progress (3): 2.5 kB | 143/357 kB | 12/291 kB
Progress (3): 2.5 kB | 143/357 kB | 16/291 kB
Progress (3): 2.5 kB | 147/357 kB | 16/291 kB
Progress (3): 2.5 kB | 147/357 kB | 20/291 kB
Progress (3): 2.5 kB | 147/357 kB | 24/291 kB
Progress (3): 2.5 kB | 147/357 kB | 28/291 kB
Progress (3): 2.5 kB | 147/357 kB | 32/291 kB
Progress (3): 2.5 kB | 147/357 kB | 36/291 kB
Progress (3): 2.5 kB | 147/357 kB | 40/291 kB
Progress (3): 2.5 kB | 147/357 kB | 45/291 kB
Progress (3): 2.5 kB | 147/357 kB | 49/291 kB
Progress (3): 2.5 kB | 147/357 kB | 53/291 kB
Progress (3): 2.5 kB | 147/357 kB | 57/291 kB
Progress (3): 2.5 kB | 147/357 kB | 61/291 kB
Progress (3): 2.5 kB | 147/357 kB | 65/291 kB
Progress (3): 2.5 kB | 147/357 kB | 69/291 kB
Progress (3): 2.5 kB | 147/357 kB | 73/291 kB
Progress (3): 2.5 kB | 147/357 kB | 77/291 kB
Progress (3): 2.5 kB | 147/357 kB | 81/291 kB
Progress (3): 2.5 kB | 147/357 kB | 85/291 kB
Progress (3): 2.5 kB | 147/357 kB | 90/291 kB
Progress (3): 2.5 kB | 147/357 kB | 94/291 kB
Progress (3): 2.5 kB | 147/357 kB | 98/291 kB
Progress (3): 2.5 kB | 147/357 kB | 102/291 kB
Progress (3): 2.5 kB | 147/357 kB | 106/291 kB
Progress (3): 2.5 kB | 147/357 kB | 110/291 kB
Progress (3): 2.5 kB | 147/357 kB | 114/291 kB
Progress (3): 2.5 kB | 147/357 kB | 118/291 kB
Progress (3): 2.5 kB | 147/357 kB | 122/291 kB
Progress (3): 2.5 kB | 147/357 kB | 126/291 kB
Progress (3): 2.5 kB | 147/357 kB | 131/291 kB
Progress (3): 2.5 kB | 147/357 kB | 135/291 kB
Progress (3): 2.5 kB | 147/357 kB | 139/291 kB
Progress (3): 2.5 kB | 147/357 kB | 143/291 kB
Progress (3): 2.5 kB | 147/357 kB | 147/291 kB
Progress (3): 2.5 kB | 147/357 kB | 151/291 kB
Progress (3): 2.5 kB | 147/357 kB | 155/291 kB
Progress (3): 2.5 kB | 147/357 kB | 159/291 kB
Progress (3): 2.5 kB | 147/357 kB | 163/291 kB
Progress (3): 2.5 kB | 147/357 kB | 167/291 kB
Progress (3): 2.5 kB | 147/357 kB | 171/291 kB
Progress (3): 2.5 kB | 147/357 kB | 176/291 kB
Progress (3): 2.5 kB | 147/357 kB | 180/291 kB
Progress (3): 2.5 kB | 147/357 kB | 184/291 kB
Progress (3): 2.5 kB | 147/357 kB | 188/291 kB
Progress (3): 2.5 kB | 147/357 kB | 192/291 kB
Progress (3): 2.5 kB | 147/357 kB | 196/291 kB
Progress (3): 2.5 kB | 147/357 kB | 200/291 kB
Progress (3): 2.5 kB | 147/357 kB | 204/291 kB
Progress (3): 2.5 kB | 147/357 kB | 208/291 kB
Progress (3): 2.5 kB | 147/357 kB | 212/291 kB
Progress (3): 2.5 kB | 147/357 kB | 217/291 kB
Progress (3): 2.5 kB | 147/357 kB | 221/291 kB
Progress (3): 2.5 kB | 147/357 kB | 225/291 kB
Progress (3): 2.5 kB | 147/357 kB | 229/291 kB
Progress (3): 2.5 kB | 147/357 kB | 233/291 kB
Progress (3): 2.5 kB | 147/357 kB | 237/291 kB
Progress (3): 2.5 kB | 147/357 kB | 241/291 kB
Progress (3): 2.5 kB | 147/357 kB | 245/291 kB
Progress (3): 2.5 kB | 147/357 kB | 249/291 kB
Progress (3): 2.5 kB | 147/357 kB | 253/291 kB
Progress (3): 2.5 kB | 147/357 kB | 258/291 kB
Progress (3): 2.5 kB | 147/357 kB | 262/291 kB
Progress (3): 2.5 kB | 147/357 kB | 266/291 kB
Progress (3): 2.5 kB | 147/357 kB | 270/291 kB
Progress (3): 2.5 kB | 147/357 kB | 274/291 kB
Progress (3): 2.5 kB | 147/357 kB | 278/291 kB
Progress (3): 2.5 kB | 147/357 kB | 282/291 kB
Progress (3): 2.5 kB | 147/357 kB | 286/291 kB
Progress (3): 2.5 kB | 147/357 kB | 290/291 kB
Progress (3): 2.5 kB | 147/357 kB | 291 kB    
Progress (3): 2.5 kB | 151/357 kB | 291 kB
Progress (3): 2.5 kB | 155/357 kB | 291 kB
Progress (3): 2.5 kB | 159/357 kB | 291 kB
Progress (3): 2.5 kB | 163/357 kB | 291 kB
Progress (3): 2.5 kB | 167/357 kB | 291 kB
Progress (3): 2.5 kB | 171/357 kB | 291 kB
Progress (3): 2.5 kB | 176/357 kB | 291 kB
Progress (3): 2.5 kB | 180/357 kB | 291 kB
Progress (3): 2.5 kB | 184/357 kB | 291 kB
Progress (3): 2.5 kB | 188/357 kB | 291 kB
Progress (3): 2.5 kB | 192/357 kB | 291 kB
Progress (3): 2.5 kB | 196/357 kB | 291 kB
Progress (3): 2.5 kB | 200/357 kB | 291 kB
Progress (3): 2.5 kB | 204/357 kB | 291 kB
Progress (3): 2.5 kB | 208/357 kB | 291 kB
Progress (3): 2.5 kB | 212/357 kB | 291 kB
Progress (3): 2.5 kB | 217/357 kB | 291 kB
Progress (3): 2.5 kB | 221/357 kB | 291 kB
Progress (3): 2.5 kB | 225/357 kB | 291 kB
Progress (3): 2.5 kB | 229/357 kB | 291 kB
Progress (3): 2.5 kB | 233/357 kB | 291 kB
Progress (3): 2.5 kB | 237/357 kB | 291 kB
Progress (3): 2.5 kB | 241/357 kB | 291 kB
Progress (3): 2.5 kB | 245/357 kB | 291 kB
Progress (3): 2.5 kB | 249/357 kB | 291 kB
Progress (3): 2.5 kB | 253/357 kB | 291 kB
Progress (3): 2.5 kB | 258/357 kB | 291 kB
Progress (3): 2.5 kB | 262/357 kB | 291 kB
Progress (3): 2.5 kB | 266/357 kB | 291 kB
Progress (3): 2.5 kB | 270/357 kB | 291 kB
Progress (3): 2.5 kB | 274/357 kB | 291 kB
Progress (3): 2.5 kB | 278/357 kB | 291 kB
Progress (3): 2.5 kB | 282/357 kB | 291 kB
Progress (3): 2.5 kB | 286/357 kB | 291 kB
Progress (3): 2.5 kB | 290/357 kB | 291 kB
Progress (3): 2.5 kB | 294/357 kB | 291 kB
Progress (3): 2.5 kB | 298/357 kB | 291 kB
Progress (3): 2.5 kB | 303/357 kB | 291 kB
Progress (3): 2.5 kB | 307/357 kB | 291 kB
Progress (3): 2.5 kB | 311/357 kB | 291 kB
Progress (3): 2.5 kB | 315/357 kB | 291 kB
Progress (3): 2.5 kB | 319/357 kB | 291 kB
Progress (3): 2.5 kB | 323/357 kB | 291 kB
Progress (3): 2.5 kB | 327/357 kB | 291 kB
Progress (3): 2.5 kB | 331/357 kB | 291 kB
Progress (3): 2.5 kB | 335/357 kB | 291 kB
Progress (3): 2.5 kB | 339/357 kB | 291 kB
Progress (3): 2.5 kB | 344/357 kB | 291 kB
Progress (3): 2.5 kB | 348/357 kB | 291 kB
Progress (3): 2.5 kB | 352/357 kB | 291 kB
Progress (3): 2.5 kB | 356/357 kB | 291 kB
Progress (3): 2.5 kB | 357 kB | 291 kB    
Progress (4): 2.5 kB | 357 kB | 291 kB | 4.1/29 kB
Progress (4): 2.5 kB | 357 kB | 291 kB | 7.7/29 kB
Progress (4): 2.5 kB | 357 kB | 291 kB | 12/29 kB 
Progress (4): 2.5 kB | 357 kB | 291 kB | 16/29 kB
Progress (4): 2.5 kB | 357 kB | 291 kB | 20/29 kB
Progress (4): 2.5 kB | 357 kB | 291 kB | 24/29 kB
Progress (4): 2.5 kB | 357 kB | 291 kB | 28/29 kB
Progress (4): 2.5 kB | 357 kB | 291 kB | 29 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 28 kB/s)
18:08:53 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:08:53 Progress (4): 2.5 kB | 357 kB | 291 kB | 4.1/45 kB
Progress (4): 2.5 kB | 357 kB | 291 kB | 7.7/45 kB
Progress (4): 2.5 kB | 357 kB | 291 kB | 12/45 kB 
Progress (4): 2.5 kB | 357 kB | 291 kB | 16/45 kB
Progress (4): 2.5 kB | 357 kB | 291 kB | 20/45 kB
Progress (4): 2.5 kB | 357 kB | 291 kB | 24/45 kB
Progress (4): 2.5 kB | 357 kB | 291 kB | 28/45 kB
Progress (4): 2.5 kB | 357 kB | 291 kB | 32/45 kB
Progress (4): 2.5 kB | 357 kB | 291 kB | 36/45 kB
Progress (4): 2.5 kB | 357 kB | 291 kB | 40/45 kB
Progress (4): 2.5 kB | 357 kB | 291 kB | 45/45 kB
Progress (4): 2.5 kB | 357 kB | 291 kB | 45 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 32 kB/s)
18:08:53 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:08:53 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 1.8 kB/s)
18:08:56 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 92 kB/s)
18:08:58 Progress (2): 291 kB | 4.1/13 kB
Progress (2): 291 kB | 7.7/13 kB
Progress (2): 291 kB | 12/13 kB 
Progress (2): 291 kB | 13 kB   
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 2.4 kB/s)
18:08:58 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 52 kB/s)
18:08:58 Progress (1): 4.1/252 kB
Progress (1): 7.7/252 kB
Progress (1): 12/252 kB 
Progress (1): 16/252 kB
Progress (1): 20/252 kB
Progress (1): 24/252 kB
Progress (1): 28/252 kB
Progress (1): 32/252 kB
Progress (1): 36/252 kB
Progress (1): 40/252 kB
Progress (1): 45/252 kB
Progress (1): 49/252 kB
Progress (1): 53/252 kB
Progress (1): 57/252 kB
Progress (1): 61/252 kB
Progress (1): 65/252 kB
Progress (1): 69/252 kB
Progress (1): 73/252 kB
Progress (1): 77/252 kB
Progress (1): 81/252 kB
Progress (1): 85/252 kB
Progress (1): 90/252 kB
Progress (1): 94/252 kB
Progress (1): 98/252 kB
Progress (1): 102/252 kB
Progress (1): 106/252 kB
Progress (1): 110/252 kB
Progress (1): 114/252 kB
Progress (1): 118/252 kB
Progress (1): 122/252 kB
Progress (1): 126/252 kB
Progress (1): 131/252 kB
Progress (1): 135/252 kB
Progress (1): 139/252 kB
Progress (1): 143/252 kB
Progress (1): 147/252 kB
Progress (1): 151/252 kB
Progress (1): 155/252 kB
Progress (1): 159/252 kB
Progress (1): 163/252 kB
Progress (1): 167/252 kB
Progress (1): 171/252 kB
Progress (1): 176/252 kB
Progress (1): 180/252 kB
Progress (1): 184/252 kB
Progress (1): 188/252 kB
Progress (1): 192/252 kB
Progress (1): 196/252 kB
Progress (1): 200/252 kB
Progress (1): 204/252 kB
Progress (1): 208/252 kB
Progress (1): 212/252 kB
Progress (1): 217/252 kB
Progress (1): 221/252 kB
Progress (1): 225/252 kB
Progress (1): 229/252 kB
Progress (1): 233/252 kB
Progress (1): 237/252 kB
Progress (1): 241/252 kB
Progress (1): 245/252 kB
Progress (1): 249/252 kB
Progress (1): 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 43 kB/s)
18:08:59 [INFO] 
18:08:59 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt ---
18:08:59 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:08:59 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: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/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
18:09:00 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:09:00 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:09:00 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:09:00 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: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/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
18:09:00 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:09:00 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 958 kB/s)
18:09:00 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:09:00 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: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/maven-project/2.2.1/maven-project-2.2.1.pom
18:09:01 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:09:01 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 107 kB/s)
18:09:01 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:09:01 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: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/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
18:09:01 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:09:01 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 8.0 kB/s)
18:09:01 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:09:01 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: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/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
18:09:02 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:09:02 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 55 kB/s)
18:09:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
18:09:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.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/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
18:09:02 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:09:02 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 37 kB/s)
18:09:02 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:09:02 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: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/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
18:09:02 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:09:02 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 266 kB/s)
18:09:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
18:09:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.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/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
18:09:03 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:09:03 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 447 kB/s)
18:09:03 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:09:03 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: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/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
18:09:03 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:09:03 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:09:03 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:09:03 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: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/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
18:09:04 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:09:04 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 22 kB/s)
18:09:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
18:09:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.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/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
18:09:04 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:09:04 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 273 kB/s)
18:09:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.11/junit-4.11.pom
18:09:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/4.11/junit-4.11.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/junit/junit/4.11/junit-4.11.pom
18:09:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom
18:09:05 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 57 kB/s)
18:09:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
18:09:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.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/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
18:09:05 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:09:05 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 18 kB/s)
18:09:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
18:09:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.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/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
18:09:06 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:09:06 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 28 kB/s)
18:09:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
18:09:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-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/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
18:09:07 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:09:07 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 108 kB/s)
18:09:07 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:09:07 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: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/maven-profile/2.2.1/maven-profile-2.2.1.pom
18:09:07 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:09:07 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 145 kB/s)
18:09:07 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:09:07 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: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/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
18:09:07 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:09:07 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 163 kB/s)
18:09:07 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:09:08 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: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/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
18:09:08 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:09:08 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 26 kB/s)
18:09:08 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:09:08 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: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/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
18:09:08 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:09:08 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 20 kB/s)
18:09:08 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:09:08 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: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-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
18:09:09 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:09:09 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 64 kB/s)
18:09:09 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:09:09 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: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-core/2.2.1/maven-core-2.2.1.pom
18:09:09 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:09:10 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 194 kB/s)
18:09:10 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:09:10 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: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/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
18:09:10 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:09:10 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 28 kB/s)
18:09:10 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:09:10 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: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/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
18:09:10 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:09:11 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 7.4 kB/s)
18:09:11 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:09:11 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: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/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
18:09:11 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:09:11 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 122 kB/s)
18:09:11 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:09:11 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: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/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
18:09:12 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:09:14 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 1.5 kB/s)
18:09:14 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:09:14 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: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/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
18:09:14 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:09:14 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 45 kB/s)
18:09:14 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:09:14 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: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/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
18:09:14 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:09:14 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 36 kB/s)
18:09:14 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:09:14 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: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/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
18:09:15 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:09:15 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 26 kB/s)
18:09:15 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:09:15 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: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/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
18:09:15 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:09:15 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 42 kB/s)
18:09:15 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
18:09:15 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia/1.1/doxia-1.1.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/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
18:09:16 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:09:16 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 208 kB/s)
18:09:16 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:09:16 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: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/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
18:09:16 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:09:16 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 32 kB/s)
18:09:16 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:09:16 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: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/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
18:09:17 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:09:17 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 79 kB/s)
18:09:17 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:09:17 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: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/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
18:09:17 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:09:17 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 26 kB/s)
18:09:17 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:09:17 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: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/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
18:09:17 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:09:17 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 79 kB/s)
18:09:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
18:09:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.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/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
18:09:18 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:09:18 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 412 kB/s)
18:09:18 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:09:18 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: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/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
18:09:19 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:09:20 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 1.4 kB/s)
18:09:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
18:09:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
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/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
18:09:21 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:09:21 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 170 kB/s)
18:09:21 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/11/commons-parent-11.pom
18:09:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/11/commons-parent-11.pom
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/commons/commons-parent/11/commons-parent-11.pom
18:09:22 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:09: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): 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 573 kB/s)
18:09:22 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/4/apache-4.pom
18:09:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/4/apache-4.pom
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/apache/4/apache-4.pom
18:09:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
18:09:22 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 173 kB/s)
18:09:22 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:09:22 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: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/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
18:09:24 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:09:25 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 3.7 kB/s)
18:09:25 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:09:25 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: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/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
18:09:26 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:09:26 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 40 kB/s)
18:09:26 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:09:26 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:09: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-monitor/2.2.1/maven-monitor-2.2.1.pom
18:09:26 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:09:26 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 24 kB/s)
18:09:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1/classworlds-1.1.pom
18:09:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom
18:09:26 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:09:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
18:09:27 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:09:27 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
18:09:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.3/commons-lang-2.3.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/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
18:09:27 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:09:27 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 236 kB/s)
18:09:27 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:09:27 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: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/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom
18:09:28 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:09:28 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 61 kB/s)
18:09:28 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:09:28 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: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-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
18:09:28 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:09:28 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 33 kB/s)
18:09:28 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:09:28 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: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/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom
18:09:28 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:09:28 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 112 kB/s)
18:09:28 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:09:28 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: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/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
18:09:29 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:09:29 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 48 kB/s)
18:09:29 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:09:29 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: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/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
18:09:29 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:09:29 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 207 kB/s)
18:09:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/21/maven-parent-21.pom
18:09:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/21/maven-parent-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/apache/maven/maven-parent/21/maven-parent-21.pom
18:09:30 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:09: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): 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.5 MB/s)
18:09:30 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/10/apache-10.pom
18:09:30 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/10/apache-10.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/apache/10/apache-10.pom
18:09:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
18:09:30 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 529 kB/s)
18:09:30 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:09:30 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: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-model/2.0.8/maven-model-2.0.8.pom
18:09:31 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:09:31 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 126 kB/s)
18:09:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
18:09:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
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/2.0.8/maven-2.0.8.pom
18:09:31 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:09: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/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 247 kB/s)
18:09:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/6/maven-parent-6.pom
18:09:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/6/maven-parent-6.pom
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-parent/6/maven-parent-6.pom
18:09:32 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:09:32 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 1.2 MB/s)
18:09:32 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:09:32 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: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/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
18:09:32 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:09:32 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 42 kB/s)
18:09:32 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:09:32 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: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/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
18:09:33 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:09:33 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 84 kB/s)
18:09:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
18:09:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.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/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
18:09:33 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:09: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/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 644 kB/s)
18:09:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
18:09:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.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/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
18:09:33 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:09:33 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 65 kB/s)
18:09:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom
18:09:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xbean/xbean/3.4/xbean-3.4.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/xbean/xbean/3.4/xbean-3.4.pom
18:09:34 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:09:34 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 488 kB/s)
18:09:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/log4j/log4j/1.2.12/log4j-1.2.12.pom
18:09:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/log4j/log4j/1.2.12/log4j-1.2.12.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/log4j/log4j/1.2.12/log4j-1.2.12.pom
18:09:34 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:09:34 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 3.2 kB/s)
18:09:34 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:09:34 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: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/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
18:09:35 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:09:35 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 119 kB/s)
18:09:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom
18:09:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.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/com/google/collections/google-collections/1.0/google-collections-1.0.pom
18:09:35 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:09:35 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 52 kB/s)
18:09:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/google/1/google-1.pom
18:09:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/google/1/google-1.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/com/google/google/1/google-1.pom
18:09:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom
18:09:36 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 37 kB/s)
18:09:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
18:09:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.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/beanshell/bsh/2.0b4/bsh-2.0b4.pom
18:09:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
18:09:36 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 30 kB/s)
18:09:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
18:09:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.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/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
18:09:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
18:09:37 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 35 kB/s)
18:09:37 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:09:37 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: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/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
18:09:37 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:09:37 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 165 kB/s)
18:09:37 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:09:37 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: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/shared/maven-shared-components/20/maven-shared-components-20.pom
18:09:37 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:09:37 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 106 kB/s)
18:09:37 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:09:37 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: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-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom
18:09:38 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:09:38 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 21 kB/s)
18:09:38 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:09:38 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: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-components/1.1.4/plexus-components-1.1.4.pom
18:09:38 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:09:38 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 56 kB/s)
18:09:38 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:09:38 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: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-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
18:09:39 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:09: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/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 130 kB/s)
18:09:39 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:09:39 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: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/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom
18:09:39 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:09:39 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 65 kB/s)
18:09:39 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:09:39 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: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/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom
18:09:39 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:09:39 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 212 kB/s)
18:09:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
18:09:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.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/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
18:09:40 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:09:40 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 76 kB/s)
18:09:40 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:09:40 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: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/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
18:09:40 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:09:40 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 91 kB/s)
18:09:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
18:09:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/3.1/plexus-3.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/codehaus/plexus/plexus/3.1/plexus-3.1.pom
18:09:41 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:09:41 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 396 kB/s)
18:09:41 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:09:41 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: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.0.4/plexus-io-2.0.4.pom
18:09:41 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:09:41 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 40 kB/s)
18:09:41 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:09:41 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: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-components/1.1.19/plexus-components-1.1.19.pom
18:09:42 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:09:42 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 73 kB/s)
18:09:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
18:09:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.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/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
18:09:42 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:09: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.0.1/plexus-3.0.1.pom (19 kB at 443 kB/s)
18:09:42 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:09:42 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:09:42 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:09:42 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:09:42 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:09:42 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:09:42 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:09:42 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:09:42 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:09:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
18:09:42 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:09:42 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:09:42 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:09:42 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:09:42 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:09:42 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:09:42 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:09:42 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:09:42 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:09:42 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:09:42 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:09:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
18:09:42 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:09: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:09: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:09:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1/classworlds-1.1.jar
18:09: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:09:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
18:09: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:09: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:09: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:09:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
18:09: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:09: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:09: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:09: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:09: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:09:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.11/junit-4.11.jar
18:09:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
18:09:44 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:09:44 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:09:44 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:09:44 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:09:44 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:09:44 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:09:44 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:09:44 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:09:44 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:09:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
18:09:44 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:09:44 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:09:44 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:09:44 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:09:44 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:09:44 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:09:44 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:09:44 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:09:44 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:09:44 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:09:44 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:09:44 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:09:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
18:09:44 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:09:44 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:09:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar
18:09:44 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:09:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
18:09:44 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:09:44 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:09:44 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:09:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
18:09:44 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:09:44 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:09:44 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:09:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
18:09:44 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:09:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/4.11/junit-4.11.jar
18:09:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
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/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
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/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
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/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
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/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
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/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
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/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
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/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
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/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
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/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
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/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
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/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
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/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
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/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
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/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
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/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
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/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
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/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
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/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
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/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
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/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
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/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
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/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
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/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
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/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
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/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
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/classworlds/classworlds/1.1/classworlds-1.1.jar
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/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
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/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
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/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar
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/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar
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/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
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/beanshell/bsh/2.0b4/bsh-2.0b4.jar
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/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
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/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar
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/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar
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/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
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/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
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/junit/junit/4.11/junit-4.11.jar
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/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
18:09:47 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:09:47 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:09:47 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:09:47 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:09:47 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:09:47 Progress (1): 4.1/156 kB
Progress (1): 7.7/156 kB
Progress (1): 12/156 kB 
Progress (1): 16/156 kB
Progress (1): 20/156 kB
Progress (1): 24/156 kB
Progress (1): 28/156 kB
Progress (1): 32/156 kB
Progress (1): 36/156 kB
Progress (1): 40/156 kB
Progress (1): 45/156 kB
Progress (1): 49/156 kB
Progress (1): 53/156 kB
Progress (1): 57/156 kB
Progress (1): 61/156 kB
Progress (1): 65/156 kB
Progress (1): 69/156 kB
Progress (1): 73/156 kB
Progress (1): 77/156 kB
Progress (1): 81/156 kB
Progress (1): 85/156 kB
Progress (1): 90/156 kB
Progress (1): 94/156 kB
Progress (1): 98/156 kB
Progress (2): 98/156 kB | 4.1/49 kB
Progress (2): 98/156 kB | 7.7/49 kB
Progress (2): 102/156 kB | 7.7/49 kB
Progress (2): 102/156 kB | 12/49 kB 
Progress (3): 102/156 kB | 12/49 kB | 4.1/35 kB
Progress (3): 106/156 kB | 12/49 kB | 4.1/35 kB
Progress (3): 106/156 kB | 16/49 kB | 4.1/35 kB
Progress (3): 106/156 kB | 16/49 kB | 7.7/35 kB
Progress (3): 110/156 kB | 16/49 kB | 7.7/35 kB
Progress (3): 110/156 kB | 16/49 kB | 12/35 kB 
Progress (3): 114/156 kB | 16/49 kB | 12/35 kB
Progress (3): 114/156 kB | 20/49 kB | 12/35 kB
Progress (3): 114/156 kB | 20/49 kB | 16/35 kB
Progress (3): 114/156 kB | 24/49 kB | 16/35 kB
Progress (3): 114/156 kB | 28/49 kB | 16/35 kB
Progress (3): 114/156 kB | 32/49 kB | 16/35 kB
Progress (3): 118/156 kB | 32/49 kB | 16/35 kB
Progress (3): 122/156 kB | 32/49 kB | 16/35 kB
Progress (3): 122/156 kB | 32/49 kB | 20/35 kB
Progress (3): 122/156 kB | 36/49 kB | 20/35 kB
Progress (3): 126/156 kB | 36/49 kB | 20/35 kB
Progress (3): 126/156 kB | 40/49 kB | 20/35 kB
Progress (3): 126/156 kB | 40/49 kB | 24/35 kB
Progress (3): 126/156 kB | 45/49 kB | 24/35 kB
Progress (3): 131/156 kB | 45/49 kB | 24/35 kB
Progress (3): 131/156 kB | 49/49 kB | 24/35 kB
Progress (3): 131/156 kB | 49/49 kB | 28/35 kB
Progress (3): 131/156 kB | 49 kB | 28/35 kB   
Progress (3): 131/156 kB | 49 kB | 32/35 kB
Progress (3): 131/156 kB | 49 kB | 35 kB   
Progress (3): 135/156 kB | 49 kB | 35 kB
Progress (3): 139/156 kB | 49 kB | 35 kB
Progress (3): 143/156 kB | 49 kB | 35 kB
Progress (3): 147/156 kB | 49 kB | 35 kB
Progress (3): 151/156 kB | 49 kB | 35 kB
Progress (3): 155/156 kB | 49 kB | 35 kB
Progress (3): 156 kB | 49 kB | 35 kB    
Progress (4): 156 kB | 49 kB | 35 kB | 4.1/80 kB
Progress (4): 156 kB | 49 kB | 35 kB | 7.7/80 kB
Progress (4): 156 kB | 49 kB | 35 kB | 12/80 kB 
Progress (4): 156 kB | 49 kB | 35 kB | 16/80 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 862 kB/s)
18:09:47 Progress (3): 156 kB | 49 kB | 20/80 kB
                                       
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:09:47 Progress (3): 156 kB | 49 kB | 24/80 kB
Progress (3): 156 kB | 49 kB | 28/80 kB
Progress (3): 156 kB | 49 kB | 32/80 kB
Progress (3): 156 kB | 49 kB | 36/80 kB
Progress (3): 156 kB | 49 kB | 40/80 kB
Progress (3): 156 kB | 49 kB | 45/80 kB
Progress (3): 156 kB | 49 kB | 49/80 kB
Progress (3): 156 kB | 49 kB | 53/80 kB
Progress (3): 156 kB | 49 kB | 57/80 kB
Progress (3): 156 kB | 49 kB | 61/80 kB
Progress (3): 156 kB | 49 kB | 65/80 kB
Progress (3): 156 kB | 49 kB | 69/80 kB
Progress (3): 156 kB | 49 kB | 73/80 kB
Progress (3): 156 kB | 49 kB | 77/80 kB
Progress (3): 156 kB | 49 kB | 80 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 486 kB/s)
18:09:47 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:09:47 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.5 MB/s)
18:09:47 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:09:47 Progress (2): 80 kB | 4.1/68 kB
Progress (2): 80 kB | 7.7/68 kB
Progress (2): 80 kB | 12/68 kB 
Progress (2): 80 kB | 16/68 kB
Progress (2): 80 kB | 20/68 kB
Progress (2): 80 kB | 24/68 kB
Progress (2): 80 kB | 28/68 kB
Progress (2): 80 kB | 32/68 kB
Progress (2): 80 kB | 36/68 kB
Progress (2): 80 kB | 40/68 kB
Progress (2): 80 kB | 45/68 kB
Progress (2): 80 kB | 49/68 kB
Progress (2): 80 kB | 53/68 kB
Progress (2): 80 kB | 57/68 kB
Progress (2): 80 kB | 61/68 kB
Progress (2): 80 kB | 65/68 kB
Progress (2): 80 kB | 68 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 603 kB/s)
18:09:47 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 717 kB/s)
18:09:47 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:09:47 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:09:47 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/30 kB
Progress (2): 12 kB | 7.7/30 kB
Progress (2): 12 kB | 12/30 kB 
Progress (2): 12 kB | 16/30 kB
Progress (2): 12 kB | 20/30 kB
Progress (2): 12 kB | 24/30 kB
Progress (2): 12 kB | 28/30 kB
Progress (2): 12 kB | 30 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 252 kB/s)
18:09:47 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:09:47 Progress (2): 12 kB | 4.1/88 kB
Progress (2): 12 kB | 7.7/88 kB
Progress (2): 12 kB | 12/88 kB 
Progress (2): 12 kB | 16/88 kB
Progress (2): 12 kB | 20/88 kB
Progress (2): 12 kB | 24/88 kB
Progress (2): 12 kB | 28/88 kB
Progress (2): 12 kB | 32/88 kB
Progress (3): 12 kB | 32/88 kB | 4.1/194 kB
Progress (3): 12 kB | 32/88 kB | 7.7/194 kB
Progress (3): 12 kB | 32/88 kB | 12/194 kB 
Progress (3): 12 kB | 32/88 kB | 16/194 kB
Progress (3): 12 kB | 36/88 kB | 16/194 kB
Progress (3): 12 kB | 40/88 kB | 16/194 kB
Progress (3): 12 kB | 45/88 kB | 16/194 kB
Progress (3): 12 kB | 49/88 kB | 16/194 kB
Progress (3): 12 kB | 49/88 kB | 20/194 kB
Progress (3): 12 kB | 49/88 kB | 24/194 kB
Progress (3): 12 kB | 49/88 kB | 28/194 kB
Progress (3): 12 kB | 49/88 kB | 32/194 kB
Progress (3): 12 kB | 53/88 kB | 32/194 kB
Progress (3): 12 kB | 57/88 kB | 32/194 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 101 kB/s)
18:09:47 Progress (2): 57/88 kB | 36/194 kB
Progress (2): 61/88 kB | 36/194 kB
Progress (2): 61/88 kB | 40/194 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:09:47 Progress (2): 61/88 kB | 45/194 kB
Progress (2): 65/88 kB | 45/194 kB
Progress (2): 65/88 kB | 49/194 kB
Progress (2): 69/88 kB | 49/194 kB
Progress (2): 69/88 kB | 53/194 kB
Progress (2): 73/88 kB | 53/194 kB
Progress (2): 73/88 kB | 57/194 kB
Progress (2): 77/88 kB | 57/194 kB
Progress (2): 77/88 kB | 61/194 kB
Progress (2): 81/88 kB | 61/194 kB
Progress (2): 81/88 kB | 65/194 kB
Progress (2): 85/88 kB | 65/194 kB
Progress (2): 88 kB | 65/194 kB   
Progress (2): 88 kB | 69/194 kB
Progress (3): 88 kB | 69/194 kB | 4.1/332 kB
Progress (3): 88 kB | 73/194 kB | 4.1/332 kB
Progress (3): 88 kB | 73/194 kB | 7.7/332 kB
Progress (3): 88 kB | 77/194 kB | 7.7/332 kB
Progress (3): 88 kB | 77/194 kB | 12/332 kB 
Progress (3): 88 kB | 81/194 kB | 12/332 kB
Progress (3): 88 kB | 81/194 kB | 16/332 kB
Progress (3): 88 kB | 85/194 kB | 16/332 kB
Progress (3): 88 kB | 85/194 kB | 20/332 kB
Progress (3): 88 kB | 90/194 kB | 20/332 kB
Progress (3): 88 kB | 90/194 kB | 24/332 kB
Progress (3): 88 kB | 94/194 kB | 24/332 kB
Progress (3): 88 kB | 94/194 kB | 28/332 kB
Progress (3): 88 kB | 98/194 kB | 28/332 kB
Progress (3): 88 kB | 98/194 kB | 32/332 kB
Progress (3): 88 kB | 102/194 kB | 32/332 kB
Progress (3): 88 kB | 106/194 kB | 32/332 kB
Progress (3): 88 kB | 106/194 kB | 36/332 kB
Progress (3): 88 kB | 110/194 kB | 36/332 kB
Progress (3): 88 kB | 110/194 kB | 40/332 kB
Progress (3): 88 kB | 114/194 kB | 40/332 kB
Progress (3): 88 kB | 114/194 kB | 45/332 kB
Progress (3): 88 kB | 114/194 kB | 49/332 kB
Progress (3): 88 kB | 118/194 kB | 49/332 kB
Progress (3): 88 kB | 122/194 kB | 49/332 kB
Progress (3): 88 kB | 126/194 kB | 49/332 kB
Progress (3): 88 kB | 126/194 kB | 53/332 kB
Progress (3): 88 kB | 131/194 kB | 53/332 kB
Progress (3): 88 kB | 131/194 kB | 57/332 kB
Progress (3): 88 kB | 131/194 kB | 61/332 kB
Progress (3): 88 kB | 131/194 kB | 65/332 kB
Progress (3): 88 kB | 135/194 kB | 65/332 kB
Progress (3): 88 kB | 139/194 kB | 65/332 kB
Progress (3): 88 kB | 143/194 kB | 65/332 kB
Progress (3): 88 kB | 143/194 kB | 69/332 kB
Progress (3): 88 kB | 147/194 kB | 69/332 kB
Progress (3): 88 kB | 147/194 kB | 73/332 kB
Progress (3): 88 kB | 147/194 kB | 77/332 kB
Progress (3): 88 kB | 147/194 kB | 81/332 kB
Progress (3): 88 kB | 151/194 kB | 81/332 kB
Progress (3): 88 kB | 155/194 kB | 81/332 kB
Progress (3): 88 kB | 159/194 kB | 81/332 kB
Progress (3): 88 kB | 159/194 kB | 85/332 kB
Progress (3): 88 kB | 163/194 kB | 85/332 kB
Progress (3): 88 kB | 163/194 kB | 90/332 kB
Progress (3): 88 kB | 163/194 kB | 94/332 kB
Progress (3): 88 kB | 163/194 kB | 98/332 kB
Progress (3): 88 kB | 167/194 kB | 98/332 kB
Progress (3): 88 kB | 171/194 kB | 98/332 kB
Progress (3): 88 kB | 176/194 kB | 98/332 kB
Progress (3): 88 kB | 176/194 kB | 102/332 kB
Progress (3): 88 kB | 180/194 kB | 102/332 kB
Progress (3): 88 kB | 180/194 kB | 106/332 kB
Progress (3): 88 kB | 180/194 kB | 110/332 kB
Progress (3): 88 kB | 180/194 kB | 114/332 kB
Progress (3): 88 kB | 184/194 kB | 114/332 kB
Progress (3): 88 kB | 188/194 kB | 114/332 kB
Progress (3): 88 kB | 192/194 kB | 114/332 kB
Progress (3): 88 kB | 194 kB | 114/332 kB    
Progress (3): 88 kB | 194 kB | 118/332 kB
Progress (3): 88 kB | 194 kB | 122/332 kB
Progress (3): 88 kB | 194 kB | 126/332 kB
Progress (3): 88 kB | 194 kB | 131/332 kB
Progress (3): 88 kB | 194 kB | 135/332 kB
Progress (3): 88 kB | 194 kB | 139/332 kB
Progress (3): 88 kB | 194 kB | 143/332 kB
Progress (3): 88 kB | 194 kB | 147/332 kB
Progress (3): 88 kB | 194 kB | 151/332 kB
Progress (3): 88 kB | 194 kB | 155/332 kB
Progress (3): 88 kB | 194 kB | 159/332 kB
Progress (3): 88 kB | 194 kB | 163/332 kB
Progress (3): 88 kB | 194 kB | 167/332 kB
Progress (3): 88 kB | 194 kB | 171/332 kB
Progress (3): 88 kB | 194 kB | 176/332 kB
Progress (3): 88 kB | 194 kB | 180/332 kB
Progress (3): 88 kB | 194 kB | 184/332 kB
Progress (3): 88 kB | 194 kB | 188/332 kB
Progress (3): 88 kB | 194 kB | 192/332 kB
Progress (3): 88 kB | 194 kB | 196/332 kB
Progress (3): 88 kB | 194 kB | 200/332 kB
Progress (3): 88 kB | 194 kB | 204/332 kB
Progress (3): 88 kB | 194 kB | 208/332 kB
Progress (3): 88 kB | 194 kB | 212/332 kB
Progress (3): 88 kB | 194 kB | 217/332 kB
Progress (3): 88 kB | 194 kB | 221/332 kB
Progress (3): 88 kB | 194 kB | 225/332 kB
Progress (3): 88 kB | 194 kB | 229/332 kB
Progress (3): 88 kB | 194 kB | 233/332 kB
Progress (3): 88 kB | 194 kB | 237/332 kB
Progress (3): 88 kB | 194 kB | 241/332 kB
Progress (3): 88 kB | 194 kB | 245/332 kB
Progress (3): 88 kB | 194 kB | 249/332 kB
Progress (3): 88 kB | 194 kB | 253/332 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.4 MB/s)
18:09:47 Progress (3): 88 kB | 253/332 kB | 4.1/178 kB
Progress (3): 88 kB | 258/332 kB | 4.1/178 kB
Progress (3): 88 kB | 258/332 kB | 7.7/178 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
18:09:47 Progress (3): 88 kB | 258/332 kB | 12/178 kB
Progress (3): 88 kB | 262/332 kB | 12/178 kB
Progress (3): 88 kB | 262/332 kB | 16/178 kB
Progress (3): 88 kB | 266/332 kB | 16/178 kB
Progress (3): 88 kB | 266/332 kB | 20/178 kB
Progress (3): 88 kB | 266/332 kB | 24/178 kB
Progress (3): 88 kB | 270/332 kB | 24/178 kB
Progress (3): 88 kB | 270/332 kB | 28/178 kB
Progress (3): 88 kB | 274/332 kB | 28/178 kB
Progress (3): 88 kB | 274/332 kB | 32/178 kB
Progress (3): 88 kB | 278/332 kB | 32/178 kB
Progress (3): 88 kB | 278/332 kB | 36/178 kB
Progress (3): 88 kB | 282/332 kB | 36/178 kB
Progress (3): 88 kB | 282/332 kB | 40/178 kB
Progress (3): 88 kB | 286/332 kB | 40/178 kB
Progress (3): 88 kB | 286/332 kB | 45/178 kB
Progress (3): 88 kB | 290/332 kB | 45/178 kB
Progress (3): 88 kB | 290/332 kB | 49/178 kB
Progress (3): 88 kB | 294/332 kB | 49/178 kB
Progress (3): 88 kB | 294/332 kB | 53/178 kB
Progress (3): 88 kB | 298/332 kB | 53/178 kB
Progress (3): 88 kB | 298/332 kB | 57/178 kB
Progress (3): 88 kB | 303/332 kB | 57/178 kB
Progress (3): 88 kB | 303/332 kB | 61/178 kB
Progress (3): 88 kB | 307/332 kB | 61/178 kB
Progress (3): 88 kB | 307/332 kB | 65/178 kB
Progress (3): 88 kB | 311/332 kB | 65/178 kB
Progress (3): 88 kB | 315/332 kB | 65/178 kB
Progress (3): 88 kB | 319/332 kB | 65/178 kB
Progress (3): 88 kB | 323/332 kB | 65/178 kB
Progress (3): 88 kB | 327/332 kB | 65/178 kB
Progress (3): 88 kB | 331/332 kB | 65/178 kB
Progress (3): 88 kB | 332 kB | 65/178 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 2.2 MB/s)
18:09:47 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:09:47 Progress (3): 88 kB | 65/178 kB | 4.1/8.8 kB
Progress (3): 88 kB | 65/178 kB | 7.7/8.8 kB
Progress (3): 88 kB | 65/178 kB | 8.8 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 466 kB/s)
18:09:47 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:09:47 Progress (3): 65/178 kB | 8.8 kB | 4.1/51 kB
Progress (3): 65/178 kB | 8.8 kB | 7.7/51 kB
Progress (3): 65/178 kB | 8.8 kB | 12/51 kB 
Progress (3): 65/178 kB | 8.8 kB | 16/51 kB
Progress (3): 65/178 kB | 8.8 kB | 20/51 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 46 kB/s)
18:09:47 Progress (2): 65/178 kB | 24/51 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:09:47 Progress (2): 65/178 kB | 28/51 kB
Progress (2): 65/178 kB | 32/51 kB
Progress (2): 65/178 kB | 36/51 kB
Progress (2): 65/178 kB | 40/51 kB
Progress (2): 65/178 kB | 45/51 kB
Progress (2): 65/178 kB | 49/51 kB
Progress (2): 65/178 kB | 51 kB   
Progress (2): 69/178 kB | 51 kB
Progress (2): 73/178 kB | 51 kB
Progress (2): 77/178 kB | 51 kB
Progress (2): 81/178 kB | 51 kB
Progress (2): 85/178 kB | 51 kB
Progress (2): 90/178 kB | 51 kB
Progress (2): 94/178 kB | 51 kB
Progress (2): 98/178 kB | 51 kB
Progress (2): 102/178 kB | 51 kB
Progress (2): 106/178 kB | 51 kB
Progress (2): 110/178 kB | 51 kB
Progress (2): 114/178 kB | 51 kB
Progress (2): 118/178 kB | 51 kB
Progress (2): 122/178 kB | 51 kB
Progress (2): 126/178 kB | 51 kB
Progress (2): 131/178 kB | 51 kB
Progress (2): 135/178 kB | 51 kB
Progress (2): 139/178 kB | 51 kB
Progress (2): 143/178 kB | 51 kB
Progress (2): 147/178 kB | 51 kB
Progress (3): 147/178 kB | 51 kB | 4.1/22 kB
Progress (3): 147/178 kB | 51 kB | 7.7/22 kB
Progress (3): 147/178 kB | 51 kB | 12/22 kB 
Progress (3): 147/178 kB | 51 kB | 16/22 kB
Progress (3): 147/178 kB | 51 kB | 20/22 kB
Progress (3): 147/178 kB | 51 kB | 22 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 252 kB/s)
18:09:47 Progress (3): 147/178 kB | 22 kB | 4.1/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:09:47 Progress (3): 147/178 kB | 22 kB | 7.7/17 kB
Progress (3): 147/178 kB | 22 kB | 12/17 kB 
Progress (3): 147/178 kB | 22 kB | 16/17 kB
Progress (3): 147/178 kB | 22 kB | 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 102 kB/s)
18:09:47 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:09:47 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:09:47 Progress (2): 147/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-logging-api/1.1/doxia-logging-api-1.1.jar
18:09:47 Progress (2): 147/178 kB | 7.7/9.8 kB
Progress (2): 147/178 kB | 9.8 kB    
Progress (3): 147/178 kB | 9.8 kB | 4.1/13 kB
Progress (3): 147/178 kB | 9.8 kB | 7.7/13 kB
Progress (3): 147/178 kB | 9.8 kB | 12/13 kB 
Progress (3): 147/178 kB | 9.8 kB | 13 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 52 kB/s)
18:09:47 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:09:48 Progress (3): 147/178 kB | 9.8 kB | 4.1/11 kB
Progress (3): 147/178 kB | 9.8 kB | 7.7/11 kB
Progress (3): 147/178 kB | 9.8 kB | 11 kB    
Progress (3): 151/178 kB | 9.8 kB | 11 kB
Progress (3): 155/178 kB | 9.8 kB | 11 kB
Progress (3): 159/178 kB | 9.8 kB | 11 kB
Progress (3): 163/178 kB | 9.8 kB | 11 kB
Progress (3): 167/178 kB | 9.8 kB | 11 kB
Progress (3): 171/178 kB | 9.8 kB | 11 kB
Progress (3): 176/178 kB | 9.8 kB | 11 kB
Progress (3): 178 kB | 9.8 kB | 11 kB    
Progress (4): 178 kB | 9.8 kB | 11 kB | 4.1/22 kB
Progress (4): 178 kB | 9.8 kB | 11 kB | 7.7/22 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 491 kB/s)
18:09:48 Progress (3): 9.8 kB | 11 kB | 12/22 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:09:48 Progress (3): 9.8 kB | 11 kB | 16/22 kB
Progress (3): 9.8 kB | 11 kB | 20/22 kB
Progress (3): 9.8 kB | 11 kB | 22 kB   
Progress (4): 9.8 kB | 11 kB | 22 kB | 4.1/13 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 53 kB/s)
18:09:48 Progress (3): 9.8 kB | 11 kB | 7.7/13 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:09:48 Progress (3): 9.8 kB | 11 kB | 12/13 kB
Progress (3): 9.8 kB | 11 kB | 13 kB   
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 30 kB/s)
18:09:48 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:09:48 Progress (3): 9.8 kB | 11 kB | 4.1/41 kB
Progress (3): 9.8 kB | 11 kB | 7.7/41 kB
Progress (3): 9.8 kB | 11 kB | 12/41 kB 
Progress (3): 9.8 kB | 11 kB | 16/41 kB
Progress (4): 9.8 kB | 11 kB | 16/41 kB | 4.1/39 kB
Progress (4): 9.8 kB | 11 kB | 20/41 kB | 4.1/39 kB
Progress (4): 9.8 kB | 11 kB | 20/41 kB | 7.7/39 kB
Progress (4): 9.8 kB | 11 kB | 24/41 kB | 7.7/39 kB
Progress (4): 9.8 kB | 11 kB | 24/41 kB | 12/39 kB 
Progress (4): 9.8 kB | 11 kB | 28/41 kB | 12/39 kB
Progress (4): 9.8 kB | 11 kB | 28/41 kB | 16/39 kB
Progress (4): 9.8 kB | 11 kB | 32/41 kB | 16/39 kB
Progress (4): 9.8 kB | 11 kB | 36/41 kB | 16/39 kB
Progress (4): 9.8 kB | 11 kB | 36/41 kB | 20/39 kB
Progress (4): 9.8 kB | 11 kB | 40/41 kB | 20/39 kB
Progress (4): 9.8 kB | 11 kB | 40/41 kB | 24/39 kB
Progress (4): 9.8 kB | 11 kB | 41 kB | 24/39 kB   
Progress (4): 9.8 kB | 11 kB | 41 kB | 28/39 kB
Progress (4): 9.8 kB | 11 kB | 41 kB | 32/39 kB
Progress (4): 9.8 kB | 11 kB | 41 kB | 36/39 kB
Progress (4): 9.8 kB | 11 kB | 41 kB | 39 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 22 kB/s)
18:09:48 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:09:48 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 88 kB/s)
18:09:48 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:09:48 Progress (3): 11 kB | 41 kB | 4.1/13 kB
Progress (3): 11 kB | 41 kB | 7.7/13 kB
Progress (3): 11 kB | 41 kB | 12/13 kB 
Progress (3): 11 kB | 41 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 30 kB/s)
18:09:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
18:09:48 Progress (3): 11 kB | 41 kB | 4.1/38 kB
Progress (3): 11 kB | 41 kB | 7.7/38 kB
Progress (3): 11 kB | 41 kB | 12/38 kB 
Progress (3): 11 kB | 41 kB | 16/38 kB
Progress (3): 11 kB | 41 kB | 20/38 kB
Progress (3): 11 kB | 41 kB | 24/38 kB
Progress (3): 11 kB | 41 kB | 28/38 kB
Progress (3): 11 kB | 41 kB | 32/38 kB
Progress (3): 11 kB | 41 kB | 36/38 kB
Progress (3): 11 kB | 41 kB | 38 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 91 kB/s)
18:09:48 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:09:48 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 84 kB/s)
18:09:48 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:09:48 Progress (2): 11 kB | 4.1/10 kB
Progress (2): 11 kB | 7.7/10 kB
Progress (2): 11 kB | 10 kB    
Progress (3): 11 kB | 10 kB | 4.1/245 kB
Progress (3): 11 kB | 10 kB | 7.7/245 kB
Progress (3): 11 kB | 10 kB | 12/245 kB 
Progress (3): 11 kB | 10 kB | 16/245 kB
Progress (3): 11 kB | 10 kB | 20/245 kB
Progress (3): 11 kB | 10 kB | 24/245 kB
Progress (3): 11 kB | 10 kB | 28/245 kB
Progress (3): 11 kB | 10 kB | 32/245 kB
Progress (3): 11 kB | 10 kB | 36/245 kB
Progress (3): 11 kB | 10 kB | 40/245 kB
Progress (3): 11 kB | 10 kB | 45/245 kB
Progress (3): 11 kB | 10 kB | 49/245 kB
Progress (3): 11 kB | 10 kB | 53/245 kB
Progress (3): 11 kB | 10 kB | 57/245 kB
Progress (3): 11 kB | 10 kB | 61/245 kB
Progress (3): 11 kB | 10 kB | 65/245 kB
Progress (3): 11 kB | 10 kB | 69/245 kB
Progress (3): 11 kB | 10 kB | 73/245 kB
Progress (3): 11 kB | 10 kB | 77/245 kB
Progress (3): 11 kB | 10 kB | 81/245 kB
Progress (3): 11 kB | 10 kB | 85/245 kB
Progress (3): 11 kB | 10 kB | 90/245 kB
Progress (3): 11 kB | 10 kB | 94/245 kB
Progress (3): 11 kB | 10 kB | 98/245 kB
Progress (3): 11 kB | 10 kB | 102/245 kB
Progress (3): 11 kB | 10 kB | 106/245 kB
Progress (3): 11 kB | 10 kB | 110/245 kB
Progress (3): 11 kB | 10 kB | 114/245 kB
Progress (3): 11 kB | 10 kB | 118/245 kB
Progress (3): 11 kB | 10 kB | 122/245 kB
Progress (3): 11 kB | 10 kB | 126/245 kB
Progress (3): 11 kB | 10 kB | 131/245 kB
Progress (3): 11 kB | 10 kB | 135/245 kB
Progress (3): 11 kB | 10 kB | 139/245 kB
Progress (3): 11 kB | 10 kB | 143/245 kB
Progress (3): 11 kB | 10 kB | 147/245 kB
Progress (3): 11 kB | 10 kB | 151/245 kB
Progress (3): 11 kB | 10 kB | 155/245 kB
Progress (3): 11 kB | 10 kB | 159/245 kB
Progress (3): 11 kB | 10 kB | 163/245 kB
Progress (4): 11 kB | 10 kB | 163/245 kB | 4.1/245 kB
Progress (4): 11 kB | 10 kB | 163/245 kB | 7.7/245 kB
Progress (4): 11 kB | 10 kB | 167/245 kB | 7.7/245 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 24 kB/s)
18:09:48 Progress (3): 10 kB | 167/245 kB | 12/245 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:09:48 Progress (3): 10 kB | 171/245 kB | 12/245 kB
Progress (3): 10 kB | 171/245 kB | 16/245 kB
Progress (3): 10 kB | 176/245 kB | 16/245 kB
Progress (3): 10 kB | 180/245 kB | 16/245 kB
Progress (3): 10 kB | 180/245 kB | 20/245 kB
Progress (3): 10 kB | 180/245 kB | 24/245 kB
Progress (3): 10 kB | 180/245 kB | 28/245 kB
Progress (3): 10 kB | 180/245 kB | 32/245 kB
Progress (3): 10 kB | 184/245 kB | 32/245 kB
Progress (3): 10 kB | 188/245 kB | 32/245 kB
Progress (3): 10 kB | 192/245 kB | 32/245 kB
Progress (3): 10 kB | 196/245 kB | 32/245 kB
Progress (3): 10 kB | 196/245 kB | 36/245 kB
Progress (3): 10 kB | 200/245 kB | 36/245 kB
Progress (3): 10 kB | 200/245 kB | 40/245 kB
Progress (3): 10 kB | 204/245 kB | 40/245 kB
Progress (3): 10 kB | 204/245 kB | 45/245 kB
Progress (3): 10 kB | 208/245 kB | 45/245 kB
Progress (3): 10 kB | 208/245 kB | 49/245 kB
Progress (3): 10 kB | 212/245 kB | 49/245 kB
Progress (3): 10 kB | 217/245 kB | 49/245 kB
Progress (3): 10 kB | 217/245 kB | 53/245 kB
Progress (3): 10 kB | 221/245 kB | 53/245 kB
Progress (3): 10 kB | 221/245 kB | 57/245 kB
Progress (3): 10 kB | 225/245 kB | 57/245 kB
Progress (3): 10 kB | 225/245 kB | 61/245 kB
Progress (3): 10 kB | 229/245 kB | 61/245 kB
Progress (3): 10 kB | 229/245 kB | 65/245 kB
Progress (3): 10 kB | 233/245 kB | 65/245 kB
Progress (3): 10 kB | 237/245 kB | 65/245 kB
Progress (3): 10 kB | 241/245 kB | 65/245 kB
Progress (3): 10 kB | 241/245 kB | 69/245 kB
Progress (3): 10 kB | 245 kB | 69/245 kB    
Progress (3): 10 kB | 245 kB | 73/245 kB
Progress (3): 10 kB | 245 kB | 77/245 kB
Progress (3): 10 kB | 245 kB | 81/245 kB
Progress (3): 10 kB | 245 kB | 85/245 kB
Progress (3): 10 kB | 245 kB | 90/245 kB
Progress (3): 10 kB | 245 kB | 94/245 kB
Progress (3): 10 kB | 245 kB | 98/245 kB
Progress (3): 10 kB | 245 kB | 102/245 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 519 kB/s)
18:09:48 Progress (2): 10 kB | 106/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:09:48 Progress (2): 10 kB | 110/245 kB
Progress (2): 10 kB | 114/245 kB
Progress (2): 10 kB | 118/245 kB
Progress (2): 10 kB | 122/245 kB
Progress (2): 10 kB | 126/245 kB
Progress (2): 10 kB | 131/245 kB
Progress (2): 10 kB | 135/245 kB
Progress (2): 10 kB | 139/245 kB
Progress (2): 10 kB | 143/245 kB
Progress (2): 10 kB | 147/245 kB
Progress (2): 10 kB | 151/245 kB
Progress (2): 10 kB | 155/245 kB
Progress (2): 10 kB | 159/245 kB
Progress (2): 10 kB | 163/245 kB
Progress (2): 10 kB | 167/245 kB
Progress (2): 10 kB | 171/245 kB
Progress (2): 10 kB | 176/245 kB
Progress (2): 10 kB | 180/245 kB
Progress (2): 10 kB | 184/245 kB
Progress (2): 10 kB | 188/245 kB
Progress (2): 10 kB | 192/245 kB
Progress (2): 10 kB | 196/245 kB
Progress (2): 10 kB | 200/245 kB
Progress (2): 10 kB | 204/245 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 22 kB/s)
18:09:48 Progress (1): 208/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:09:48 Progress (1): 212/245 kB
Progress (2): 212/245 kB | 4.1/11 kB
Progress (2): 212/245 kB | 7.7/11 kB
Progress (2): 217/245 kB | 7.7/11 kB
Progress (2): 217/245 kB | 11 kB    
Progress (2): 221/245 kB | 11 kB
Progress (2): 225/245 kB | 11 kB
Progress (2): 229/245 kB | 11 kB
Progress (2): 233/245 kB | 11 kB
Progress (2): 237/245 kB | 11 kB
Progress (2): 241/245 kB | 11 kB
Progress (2): 245/245 kB | 11 kB
Progress (2): 245 kB | 11 kB    
Progress (3): 245 kB | 11 kB | 4.1/99 kB
Progress (3): 245 kB | 11 kB | 7.7/99 kB
Progress (3): 245 kB | 11 kB | 12/99 kB 
Progress (3): 245 kB | 11 kB | 16/99 kB
Progress (3): 245 kB | 11 kB | 20/99 kB
Progress (3): 245 kB | 11 kB | 24/99 kB
Progress (3): 245 kB | 11 kB | 28/99 kB
Progress (3): 245 kB | 11 kB | 32/99 kB
Progress (3): 245 kB | 11 kB | 36/99 kB
Progress (3): 245 kB | 11 kB | 40/99 kB
Progress (3): 245 kB | 11 kB | 45/99 kB
Progress (3): 245 kB | 11 kB | 49/99 kB
Progress (3): 245 kB | 11 kB | 53/99 kB
Progress (3): 245 kB | 11 kB | 57/99 kB
Progress (3): 245 kB | 11 kB | 61/99 kB
Progress (3): 245 kB | 11 kB | 65/99 kB
Progress (3): 245 kB | 11 kB | 69/99 kB
Progress (3): 245 kB | 11 kB | 73/99 kB
Progress (3): 245 kB | 11 kB | 77/99 kB
Progress (3): 245 kB | 11 kB | 81/99 kB
Progress (3): 245 kB | 11 kB | 85/99 kB
Progress (3): 245 kB | 11 kB | 90/99 kB
Progress (3): 245 kB | 11 kB | 94/99 kB
Progress (3): 245 kB | 11 kB | 98/99 kB
Progress (3): 245 kB | 11 kB | 99 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.jar (245 kB at 463 kB/s)
18:09:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
18:09:48 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 21 kB/s)
18:09:48 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 186 kB/s)
18:09:48 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:09:48 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:09:48 Progress (1): 4.1/32 kB
Progress (1): 7.7/32 kB
Progress (1): 12/32 kB 
Progress (1): 16/32 kB
Progress (1): 20/32 kB
Progress (1): 24/32 kB
Progress (1): 28/32 kB
Progress (1): 32 kB   
Progress (2): 32 kB | 4.1/282 kB
Progress (2): 32 kB | 7.7/282 kB
Progress (2): 32 kB | 12/282 kB 
Progress (2): 32 kB | 16/282 kB
Progress (3): 32 kB | 16/282 kB | 4.1/12 kB
Progress (3): 32 kB | 16/282 kB | 7.7/12 kB
Progress (3): 32 kB | 20/282 kB | 7.7/12 kB
Progress (3): 32 kB | 20/282 kB | 12/12 kB 
Progress (3): 32 kB | 24/282 kB | 12/12 kB
Progress (3): 32 kB | 24/282 kB | 12 kB   
Progress (3): 32 kB | 28/282 kB | 12 kB
Progress (3): 32 kB | 32/282 kB | 12 kB
Progress (3): 32 kB | 36/282 kB | 12 kB
Progress (3): 32 kB | 40/282 kB | 12 kB
Progress (3): 32 kB | 45/282 kB | 12 kB
Progress (3): 32 kB | 49/282 kB | 12 kB
Progress (3): 32 kB | 53/282 kB | 12 kB
Progress (3): 32 kB | 57/282 kB | 12 kB
Progress (3): 32 kB | 61/282 kB | 12 kB
Progress (3): 32 kB | 65/282 kB | 12 kB
Progress (3): 32 kB | 69/282 kB | 12 kB
Progress (3): 32 kB | 73/282 kB | 12 kB
Progress (3): 32 kB | 77/282 kB | 12 kB
Progress (3): 32 kB | 81/282 kB | 12 kB
Progress (3): 32 kB | 85/282 kB | 12 kB
Progress (3): 32 kB | 90/282 kB | 12 kB
Progress (3): 32 kB | 94/282 kB | 12 kB
Progress (3): 32 kB | 98/282 kB | 12 kB
Progress (3): 32 kB | 102/282 kB | 12 kB
Progress (3): 32 kB | 106/282 kB | 12 kB
Progress (3): 32 kB | 110/282 kB | 12 kB
Progress (3): 32 kB | 114/282 kB | 12 kB
Progress (3): 32 kB | 118/282 kB | 12 kB
Progress (3): 32 kB | 122/282 kB | 12 kB
Progress (3): 32 kB | 126/282 kB | 12 kB
Progress (3): 32 kB | 131/282 kB | 12 kB
Progress (3): 32 kB | 135/282 kB | 12 kB
Progress (3): 32 kB | 139/282 kB | 12 kB
Progress (3): 32 kB | 143/282 kB | 12 kB
Progress (3): 32 kB | 147/282 kB | 12 kB
Progress (3): 32 kB | 151/282 kB | 12 kB
Progress (3): 32 kB | 155/282 kB | 12 kB
Progress (3): 32 kB | 159/282 kB | 12 kB
Progress (3): 32 kB | 163/282 kB | 12 kB
Progress (3): 32 kB | 167/282 kB | 12 kB
Progress (3): 32 kB | 171/282 kB | 12 kB
Progress (3): 32 kB | 176/282 kB | 12 kB
Progress (3): 32 kB | 180/282 kB | 12 kB
Progress (3): 32 kB | 184/282 kB | 12 kB
Progress (3): 32 kB | 188/282 kB | 12 kB
Progress (3): 32 kB | 192/282 kB | 12 kB
Progress (3): 32 kB | 196/282 kB | 12 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 22 kB/s)
18:09:48 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:09:48 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 56 kB/s)
18:09:48 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:09:48 Progress (2): 196/282 kB | 4.1/35 kB
Progress (2): 196/282 kB | 7.7/35 kB
Progress (2): 196/282 kB | 12/35 kB 
Progress (2): 196/282 kB | 16/35 kB
Progress (2): 196/282 kB | 20/35 kB
Progress (2): 196/282 kB | 24/35 kB
Progress (2): 196/282 kB | 28/35 kB
Progress (2): 196/282 kB | 32/35 kB
Progress (2): 196/282 kB | 35 kB   
Progress (3): 196/282 kB | 35 kB | 4.1/185 kB
Progress (3): 196/282 kB | 35 kB | 7.7/185 kB
Progress (3): 196/282 kB | 35 kB | 12/185 kB 
Progress (3): 196/282 kB | 35 kB | 16/185 kB
Progress (3): 196/282 kB | 35 kB | 20/185 kB
Progress (3): 196/282 kB | 35 kB | 24/185 kB
Progress (3): 196/282 kB | 35 kB | 28/185 kB
Progress (3): 196/282 kB | 35 kB | 32/185 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 61 kB/s)
18:09:48 Progress (2): 196/282 kB | 36/185 kB
                                    
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:09:48 Progress (2): 196/282 kB | 40/185 kB
Progress (2): 196/282 kB | 45/185 kB
Progress (2): 196/282 kB | 49/185 kB
Progress (2): 196/282 kB | 53/185 kB
Progress (2): 196/282 kB | 57/185 kB
Progress (2): 196/282 kB | 61/185 kB
Progress (2): 196/282 kB | 65/185 kB
Progress (2): 196/282 kB | 69/185 kB
Progress (2): 196/282 kB | 73/185 kB
Progress (2): 200/282 kB | 73/185 kB
Progress (2): 204/282 kB | 73/185 kB
Progress (2): 204/282 kB | 77/185 kB
Progress (2): 208/282 kB | 77/185 kB
Progress (2): 212/282 kB | 77/185 kB
Progress (2): 212/282 kB | 81/185 kB
Progress (2): 217/282 kB | 81/185 kB
Progress (2): 221/282 kB | 81/185 kB
Progress (2): 225/282 kB | 81/185 kB
Progress (2): 229/282 kB | 81/185 kB
Progress (2): 229/282 kB | 85/185 kB
Progress (2): 229/282 kB | 90/185 kB
Progress (2): 233/282 kB | 90/185 kB
Progress (2): 233/282 kB | 94/185 kB
Progress (2): 237/282 kB | 94/185 kB
Progress (2): 237/282 kB | 98/185 kB
Progress (2): 241/282 kB | 98/185 kB
Progress (2): 245/282 kB | 98/185 kB
Progress (2): 245/282 kB | 102/185 kB
Progress (2): 249/282 kB | 102/185 kB
Progress (2): 249/282 kB | 106/185 kB
Progress (2): 253/282 kB | 106/185 kB
Progress (2): 253/282 kB | 110/185 kB
Progress (2): 258/282 kB | 110/185 kB
Progress (2): 258/282 kB | 114/185 kB
Progress (2): 262/282 kB | 114/185 kB
Progress (2): 266/282 kB | 114/185 kB
Progress (2): 270/282 kB | 114/185 kB
Progress (2): 274/282 kB | 114/185 kB
Progress (2): 274/282 kB | 118/185 kB
Progress (2): 278/282 kB | 118/185 kB
Progress (2): 278/282 kB | 122/185 kB
Progress (2): 282 kB | 122/185 kB    
Progress (2): 282 kB | 126/185 kB
Progress (2): 282 kB | 131/185 kB
Progress (2): 282 kB | 135/185 kB
Progress (2): 282 kB | 139/185 kB
Progress (2): 282 kB | 143/185 kB
Progress (2): 282 kB | 147/185 kB
Progress (2): 282 kB | 151/185 kB
Progress (2): 282 kB | 155/185 kB
Progress (2): 282 kB | 159/185 kB
Progress (2): 282 kB | 163/185 kB
Progress (2): 282 kB | 167/185 kB
Progress (2): 282 kB | 171/185 kB
Progress (2): 282 kB | 176/185 kB
Progress (2): 282 kB | 180/185 kB
Progress (2): 282 kB | 184/185 kB
Progress (2): 282 kB | 185 kB    
Progress (3): 282 kB | 185 kB | 4.1/58 kB
Progress (3): 282 kB | 185 kB | 7.7/58 kB
Progress (3): 282 kB | 185 kB | 12/58 kB 
Progress (3): 282 kB | 185 kB | 16/58 kB
Progress (3): 282 kB | 185 kB | 20/58 kB
Progress (3): 282 kB | 185 kB | 24/58 kB
Progress (3): 282 kB | 185 kB | 28/58 kB
Progress (3): 282 kB | 185 kB | 32/58 kB
Progress (3): 282 kB | 185 kB | 36/58 kB
Progress (3): 282 kB | 185 kB | 40/58 kB
Progress (3): 282 kB | 185 kB | 45/58 kB
Progress (3): 282 kB | 185 kB | 49/58 kB
Progress (3): 282 kB | 185 kB | 53/58 kB
Progress (3): 282 kB | 185 kB | 57/58 kB
Progress (3): 282 kB | 185 kB | 58 kB   
Progress (4): 282 kB | 185 kB | 58 kB | 4.1/64 kB
Progress (4): 282 kB | 185 kB | 58 kB | 7.7/64 kB
Progress (4): 282 kB | 185 kB | 58 kB | 12/64 kB 
Progress (4): 282 kB | 185 kB | 58 kB | 16/64 kB
Progress (4): 282 kB | 185 kB | 58 kB | 20/64 kB
Progress (4): 282 kB | 185 kB | 58 kB | 24/64 kB
Progress (4): 282 kB | 185 kB | 58 kB | 28/64 kB
Progress (4): 282 kB | 185 kB | 58 kB | 32/64 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 310 kB/s)
18:09:48 Progress (3): 282 kB | 58 kB | 36/64 kB
                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar
18:09:48 Progress (3): 282 kB | 58 kB | 40/64 kB
Progress (3): 282 kB | 58 kB | 45/64 kB
Progress (3): 282 kB | 58 kB | 49/64 kB
Progress (3): 282 kB | 58 kB | 53/64 kB
Progress (3): 282 kB | 58 kB | 57/64 kB
Progress (3): 282 kB | 58 kB | 61/64 kB
Progress (3): 282 kB | 58 kB | 64 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:09:48 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:09:48 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 104 kB/s)
18:09:48 Progress (2): 282 kB | 4.1/245 kB
Progress (2): 282 kB | 7.7/245 kB
Progress (2): 282 kB | 12/245 kB 
Progress (2): 282 kB | 16/245 kB
Progress (2): 282 kB | 20/245 kB
Progress (2): 282 kB | 24/245 kB
Progress (2): 282 kB | 28/245 kB
Progress (2): 282 kB | 32/245 kB
Progress (2): 282 kB | 36/245 kB
Progress (2): 282 kB | 40/245 kB
Progress (2): 282 kB | 45/245 kB
Progress (2): 282 kB | 49/245 kB
Progress (2): 282 kB | 53/245 kB
Progress (2): 282 kB | 57/245 kB
Progress (2): 282 kB | 61/245 kB
Progress (2): 282 kB | 65/245 kB
Progress (2): 282 kB | 69/245 kB
Progress (2): 282 kB | 73/245 kB
Progress (2): 282 kB | 77/245 kB
Progress (2): 282 kB | 81/245 kB
Progress (2): 282 kB | 85/245 kB
Progress (2): 282 kB | 90/245 kB
Progress (2): 282 kB | 94/245 kB
Progress (2): 282 kB | 98/245 kB
Progress (2): 282 kB | 102/245 kB
Progress (2): 282 kB | 106/245 kB
Progress (2): 282 kB | 110/245 kB
Progress (2): 282 kB | 114/245 kB
Progress (2): 282 kB | 118/245 kB
Progress (2): 282 kB | 122/245 kB
Progress (2): 282 kB | 126/245 kB
Progress (3): 282 kB | 126/245 kB | 4.1/45 kB
Progress (3): 282 kB | 131/245 kB | 4.1/45 kB
Progress (3): 282 kB | 131/245 kB | 7.7/45 kB
Progress (3): 282 kB | 131/245 kB | 12/45 kB 
Progress (3): 282 kB | 131/245 kB | 16/45 kB
Progress (3): 282 kB | 135/245 kB | 16/45 kB
Progress (3): 282 kB | 135/245 kB | 20/45 kB
Progress (3): 282 kB | 139/245 kB | 20/45 kB
Progress (3): 282 kB | 139/245 kB | 24/45 kB
Progress (3): 282 kB | 143/245 kB | 24/45 kB
Progress (3): 282 kB | 143/245 kB | 28/45 kB
Progress (3): 282 kB | 147/245 kB | 28/45 kB
Progress (3): 282 kB | 147/245 kB | 32/45 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 454 kB/s)
18:09:48 Progress (2): 147/245 kB | 36/45 kB
Progress (2): 147/245 kB | 40/45 kB
Progress (2): 147/245 kB | 45/45 kB
Progress (2): 147/245 kB | 45 kB   
Progress (2): 151/245 kB | 45 kB
Progress (2): 155/245 kB | 45 kB
Progress (2): 159/245 kB | 45 kB
Progress (2): 163/245 kB | 45 kB
Progress (2): 167/245 kB | 45 kB
Progress (2): 171/245 kB | 45 kB
Progress (2): 176/245 kB | 45 kB
Progress (2): 180/245 kB | 45 kB
Progress (2): 184/245 kB | 45 kB
Progress (2): 188/245 kB | 45 kB
Progress (2): 192/245 kB | 45 kB
Progress (2): 196/245 kB | 45 kB
Progress (2): 200/245 kB | 45 kB
Progress (2): 204/245 kB | 45 kB
Progress (2): 208/245 kB | 45 kB
Progress (2): 212/245 kB | 45 kB
Progress (2): 217/245 kB | 45 kB
Progress (2): 221/245 kB | 45 kB
Progress (2): 225/245 kB | 45 kB
Progress (2): 229/245 kB | 45 kB
Progress (2): 233/245 kB | 45 kB
Progress (2): 237/245 kB | 45 kB
Progress (2): 241/245 kB | 45 kB
Progress (2): 245 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 71 kB/s)
18:09:48 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 375 kB/s)
18:09:48 Progress (1): 4.1/26 kB
Progress (1): 7.7/26 kB
Progress (1): 12/26 kB 
Progress (1): 16/26 kB
Progress (1): 20/26 kB
Progress (1): 24/26 kB
Progress (1): 26 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 38 kB/s)
18:09:49 [INFO] Skipping Rule Enforcement.
18:09:49 [INFO] 
18:09:49 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt ---
18:09:49 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:09:49 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: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/jackson/core/jackson-databind/2.5.1/jackson-databind-2.5.1.pom
18:09:49 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:09:49 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 140 kB/s)
18:09:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/jackson-parent/2.5/jackson-parent-2.5.pom
18:09:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/jackson/jackson-parent/2.5/jackson-parent-2.5.pom
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/jackson/jackson-parent/2.5/jackson-parent-2.5.pom
18:09:50 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:09:50 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 223 kB/s)
18:09:50 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/oss-parent/18/oss-parent-18.pom
18:09:50 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/oss-parent/18/oss-parent-18.pom
18:09: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/fasterxml/oss-parent/18/oss-parent-18.pom
18:09:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/18/oss-parent-18.pom
18:09:50 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 353 kB/s)
18:09:50 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:09:50 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: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/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.0.pom
18:09:51 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:09:51 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 28 kB/s)
18:09:51 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:09:51 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: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/com/fasterxml/jackson/core/jackson-core/2.5.1/jackson-core-2.5.1.pom
18:09:51 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:09:51 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 63 kB/s)
18:09:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/joda-time/joda-time/2.7/joda-time-2.7.pom
18:09:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/joda-time/joda-time/2.7/joda-time-2.7.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/joda-time/joda-time/2.7/joda-time-2.7.pom
18:09:52 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:09: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
                   
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 371 kB/s)
18:09:52 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/18.0/guava-18.0.pom
18:09:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/guava/guava/18.0/guava-18.0.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/com/google/guava/guava/18.0/guava-18.0.pom
18:09:52 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:09:52 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 149 kB/s)
18:09:52 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
18:09:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/guava/guava-parent/18.0/guava-parent-18.0.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/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
18:09:54 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:09:54 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 208 kB/s)
18:09:54 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/intellij/annotations/12.0/annotations-12.0.pom
18:09:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/intellij/annotations/12.0/annotations-12.0.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/com/intellij/annotations/12.0/annotations-12.0.pom
18:09:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/12.0/annotations-12.0.pom
18:09:55 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 22 kB/s)
18:09:55 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:09:55 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 23 kB/s)
18:09:55 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:09:56 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 51 kB/s)
18:09:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom
18:09:56 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/jcraft/jsch/0.1.51/jsch-0.1.51.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/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom
18:10:02 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:10:02 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 9.3 kB/s)
18:10:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom
18:10:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.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/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom
18:10:05 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:10:05 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 103 kB/s)
18:10:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
18:10:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.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/oss/oss-parent/5/oss-parent-5.pom
18:10:05 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:10:05 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 170 kB/s)
18:10:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom
18:10:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.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/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom
18:10:06 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:10:06 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 162 kB/s)
18:10:06 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:10:06 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: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/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom
18:10:06 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:10:06 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 319 kB/s)
18:10:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/project/5/project-5.pom
18:10:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/project/5/project-5.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/apache/httpcomponents/project/5/project-5.pom
18:10:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/5/project-5.pom
18:10:07 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 527 kB/s)
18:10:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom
18:10:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.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/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom
18:10:07 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:10:07 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 205 kB/s)
18:10:07 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:10:07 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: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/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom
18:10:08 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:10:08 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 39 kB/s)
18:10:08 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:10:08 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: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/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
18:10:08 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:10:08 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 448 kB/s)
18:10:08 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/5/commons-parent-5.pom
18:10:08 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/5/commons-parent-5.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/commons/commons-parent/5/commons-parent-5.pom
18:10:09 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:10:09 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 434 kB/s)
18:10:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
18:10:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.4/commons-codec-1.4.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/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
18:10:09 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:10:09 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 292 kB/s)
18:10:09 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:10:09 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: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/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
18:10:10 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:10:10 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 117 kB/s)
18:10:10 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:10:10 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: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/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
18:10:10 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:10:10 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 492 kB/s)
18:10:10 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:10:10 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: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/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom
18:10:11 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:10:11 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 32 kB/s)
18:10:11 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:10:11 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: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/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom
18:10:11 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:10:11 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 106 kB/s)
18:10:11 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:10:11 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: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/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.pom
18:10:12 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:10:12 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 20 kB/s)
18:10:12 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:10:12 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:10:12 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:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/joda-time/joda-time/2.7/joda-time-2.7.jar
18:10:12 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:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/18.0/guava-18.0.jar
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/intellij/annotations/12.0/annotations-12.0.jar
18:10:12 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:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.jar
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.jar
18:10:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.4/commons-codec-1.4.jar
18:10:12 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:10:12 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:10:12 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:10:12 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 5.1 MB/s)
18:10:12 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:10:12 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:10:12 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:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/joda-time/joda-time/2.7/joda-time-2.7.jar
18:10:12 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:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/guava/guava/18.0/guava-18.0.jar
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/intellij/annotations/12.0/annotations-12.0.jar
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.jar
18:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.jar
18:10:12 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:10:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.4/commons-codec-1.4.jar
18:10:12 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:10:12 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: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-utils/3.0.15/plexus-utils-3.0.15.jar
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/joda-time/joda-time/2.7/joda-time-2.7.jar
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/com/fasterxml/jackson/core/jackson-core/2.5.1/jackson-core-2.5.1.jar
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/com/fasterxml/jackson/core/jackson-databind/2.5.1/jackson-databind-2.5.1.jar
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/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.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/com/google/guava/guava/18.0/guava-18.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/com/intellij/annotations/12.0/annotations-12.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/com/jcraft/jsch/0.1.51/jsch-0.1.51.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/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.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/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.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/httpcomponents/httpcore/4.1.4/httpcore-4.1.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/commons-logging/commons-logging/1.1.1/commons-logging-1.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/commons-codec/commons-codec/1.4/commons-codec-1.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/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.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/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.jar
18:10:14 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:10:14 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:10:14 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:10:14 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:10:14 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:10:14 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    
                    
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 4.1 MB/s)
18:10:14 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:10:14 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 (1): 0.2/2.3 MB
Progress (1): 0.3/2.3 MB
Progress (1): 0.3/2.3 MB
Progress (1): 0.3/2.3 MB
Progress (1): 0.3/2.3 MB
Progress (1): 0.3/2.3 MB
Progress (1): 0.3/2.3 MB
Progress (1): 0.4/2.3 MB
Progress (1): 0.4/2.3 MB
Progress (1): 0.4/2.3 MB
Progress (1): 0.4/2.3 MB
Progress (1): 0.4/2.3 MB
Progress (1): 0.4/2.3 MB
Progress (1): 0.5/2.3 MB
Progress (1): 0.5/2.3 MB
Progress (1): 0.5/2.3 MB
Progress (1): 0.5/2.3 MB
Progress (1): 0.5/2.3 MB
Progress (1): 0.5/2.3 MB
Progress (1): 0.6/2.3 MB
Progress (1): 0.6/2.3 MB
Progress (1): 0.6/2.3 MB
Progress (1): 0.6/2.3 MB
Progress (1): 0.6/2.3 MB
Progress (1): 0.6/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.7/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 0.9/2.3 MB
Progress (1): 1.0/2.3 MB
Progress (1): 1.0/2.3 MB
Progress (1): 1.0/2.3 MB
Progress (1): 1.0/2.3 MB
Progress (1): 1.0/2.3 MB
Progress (1): 1.0/2.3 MB
Progress (1): 1.1/2.3 MB
Progress (1): 1.1/2.3 MB
Progress (1): 1.1/2.3 MB
Progress (1): 1.1/2.3 MB
Progress (1): 1.1/2.3 MB
Progress (1): 1.1/2.3 MB
Progress (1): 1.2/2.3 MB
Progress (1): 1.2/2.3 MB
Progress (1): 1.2/2.3 MB
Progress (1): 1.2/2.3 MB
Progress (2): 1.2/2.3 MB | 4.1/589 kB
Progress (2): 1.2/2.3 MB | 7.7/589 kB
Progress (2): 1.2/2.3 MB | 12/589 kB 
Progress (2): 1.2/2.3 MB | 16/589 kB
Progress (2): 1.2/2.3 MB | 16/589 kB
Progress (2): 1.2/2.3 MB | 20/589 kB
Progress (2): 1.2/2.3 MB | 24/589 kB
Progress (2): 1.2/2.3 MB | 28/589 kB
Progress (2): 1.2/2.3 MB | 32/589 kB
Progress (2): 1.2/2.3 MB | 32/589 kB
Progress (2): 1.2/2.3 MB | 36/589 kB
Progress (2): 1.2/2.3 MB | 40/589 kB
Progress (2): 1.2/2.3 MB | 45/589 kB
Progress (2): 1.2/2.3 MB | 49/589 kB
Progress (2): 1.3/2.3 MB | 49/589 kB
Progress (2): 1.3/2.3 MB | 53/589 kB
Progress (2): 1.3/2.3 MB | 57/589 kB
Progress (2): 1.3/2.3 MB | 61/589 kB
Progress (2): 1.3/2.3 MB | 65/589 kB
Progress (2): 1.3/2.3 MB | 65/589 kB
Progress (2): 1.3/2.3 MB | 69/589 kB
Progress (2): 1.3/2.3 MB | 73/589 kB
Progress (2): 1.3/2.3 MB | 77/589 kB
Progress (2): 1.3/2.3 MB | 81/589 kB
Progress (2): 1.3/2.3 MB | 85/589 kB
Progress (2): 1.3/2.3 MB | 85/589 kB
Progress (2): 1.3/2.3 MB | 90/589 kB
Progress (2): 1.3/2.3 MB | 94/589 kB
Progress (2): 1.3/2.3 MB | 98/589 kB
Progress (2): 1.3/2.3 MB | 102/589 kB
Progress (2): 1.3/2.3 MB | 106/589 kB
Progress (2): 1.3/2.3 MB | 106/589 kB
Progress (2): 1.3/2.3 MB | 110/589 kB
Progress (2): 1.3/2.3 MB | 114/589 kB
Progress (2): 1.3/2.3 MB | 118/589 kB
Progress (2): 1.3/2.3 MB | 118/589 kB
Progress (2): 1.3/2.3 MB | 122/589 kB
Progress (2): 1.3/2.3 MB | 126/589 kB
Progress (2): 1.3/2.3 MB | 131/589 kB
Progress (2): 1.3/2.3 MB | 131/589 kB
Progress (2): 1.3/2.3 MB | 135/589 kB
Progress (2): 1.3/2.3 MB | 139/589 kB
Progress (2): 1.3/2.3 MB | 143/589 kB
Progress (2): 1.3/2.3 MB | 147/589 kB
Progress (2): 1.4/2.3 MB | 147/589 kB
Progress (2): 1.4/2.3 MB | 151/589 kB
Progress (2): 1.4/2.3 MB | 155/589 kB
Progress (2): 1.4/2.3 MB | 155/589 kB
Progress (2): 1.4/2.3 MB | 159/589 kB
Progress (2): 1.4/2.3 MB | 163/589 kB
Progress (2): 1.4/2.3 MB | 163/589 kB
Progress (2): 1.4/2.3 MB | 167/589 kB
Progress (2): 1.4/2.3 MB | 171/589 kB
Progress (2): 1.4/2.3 MB | 176/589 kB
Progress (2): 1.4/2.3 MB | 180/589 kB
Progress (2): 1.4/2.3 MB | 180/589 kB
Progress (2): 1.4/2.3 MB | 184/589 kB
Progress (2): 1.4/2.3 MB | 188/589 kB
Progress (2): 1.4/2.3 MB | 192/589 kB
Progress (2): 1.4/2.3 MB | 192/589 kB
Progress (2): 1.4/2.3 MB | 196/589 kB
Progress (2): 1.4/2.3 MB | 200/589 kB
Progress (2): 1.4/2.3 MB | 200/589 kB
Progress (2): 1.4/2.3 MB | 204/589 kB
Progress (2): 1.4/2.3 MB | 208/589 kB
Progress (2): 1.4/2.3 MB | 212/589 kB
Progress (2): 1.5/2.3 MB | 212/589 kB
Progress (2): 1.5/2.3 MB | 217/589 kB
Progress (2): 1.5/2.3 MB | 221/589 kB
Progress (2): 1.5/2.3 MB | 225/589 kB
Progress (2): 1.5/2.3 MB | 229/589 kB
Progress (2): 1.5/2.3 MB | 229/589 kB
Progress (2): 1.5/2.3 MB | 233/589 kB
Progress (2): 1.5/2.3 MB | 237/589 kB
Progress (2): 1.5/2.3 MB | 237/589 kB
Progress (2): 1.5/2.3 MB | 241/589 kB
Progress (2): 1.5/2.3 MB | 245/589 kB
Progress (2): 1.5/2.3 MB | 245/589 kB
Progress (2): 1.5/2.3 MB | 249/589 kB
Progress (2): 1.5/2.3 MB | 253/589 kB
Progress (2): 1.5/2.3 MB | 258/589 kB
Progress (2): 1.5/2.3 MB | 262/589 kB
Progress (2): 1.5/2.3 MB | 262/589 kB
Progress (2): 1.5/2.3 MB | 266/589 kB
Progress (2): 1.5/2.3 MB | 270/589 kB
Progress (2): 1.5/2.3 MB | 270/589 kB
Progress (2): 1.5/2.3 MB | 274/589 kB
Progress (2): 1.5/2.3 MB | 278/589 kB
Progress (2): 1.6/2.3 MB | 278/589 kB
Progress (2): 1.6/2.3 MB | 282/589 kB
Progress (2): 1.6/2.3 MB | 286/589 kB
Progress (2): 1.6/2.3 MB | 290/589 kB
Progress (2): 1.6/2.3 MB | 294/589 kB
Progress (2): 1.6/2.3 MB | 294/589 kB
Progress (2): 1.6/2.3 MB | 298/589 kB
Progress (2): 1.6/2.3 MB | 303/589 kB
Progress (2): 1.6/2.3 MB | 307/589 kB
Progress (2): 1.6/2.3 MB | 307/589 kB
Progress (2): 1.6/2.3 MB | 311/589 kB
Progress (2): 1.6/2.3 MB | 315/589 kB
Progress (2): 1.6/2.3 MB | 315/589 kB
Progress (2): 1.6/2.3 MB | 319/589 kB
Progress (2): 1.6/2.3 MB | 323/589 kB
Progress (2): 1.6/2.3 MB | 327/589 kB
Progress (2): 1.6/2.3 MB | 327/589 kB
Progress (2): 1.6/2.3 MB | 331/589 kB
Progress (2): 1.6/2.3 MB | 335/589 kB
Progress (2): 1.6/2.3 MB | 339/589 kB
Progress (2): 1.6/2.3 MB | 344/589 kB
Progress (2): 1.6/2.3 MB | 344/589 kB
Progress (2): 1.6/2.3 MB | 348/589 kB
Progress (2): 1.6/2.3 MB | 352/589 kB
Progress (2): 1.7/2.3 MB | 352/589 kB
Progress (2): 1.7/2.3 MB | 356/589 kB
Progress (2): 1.7/2.3 MB | 360/589 kB
Progress (2): 1.7/2.3 MB | 360/589 kB
Progress (2): 1.7/2.3 MB | 364/589 kB
Progress (2): 1.7/2.3 MB | 368/589 kB
Progress (2): 1.7/2.3 MB | 372/589 kB
Progress (2): 1.7/2.3 MB | 376/589 kB
Progress (2): 1.7/2.3 MB | 376/589 kB
Progress (2): 1.7/2.3 MB | 380/589 kB
Progress (2): 1.7/2.3 MB | 384/589 kB
Progress (2): 1.7/2.3 MB | 389/589 kB
Progress (2): 1.7/2.3 MB | 389/589 kB
Progress (2): 1.7/2.3 MB | 393/589 kB
Progress (2): 1.7/2.3 MB | 397/589 kB
Progress (2): 1.7/2.3 MB | 397/589 kB
Progress (2): 1.7/2.3 MB | 401/589 kB
Progress (2): 1.7/2.3 MB | 405/589 kB
Progress (2): 1.7/2.3 MB | 409/589 kB
Progress (3): 1.7/2.3 MB | 409/589 kB | 4.1/40 kB
Progress (3): 1.7/2.3 MB | 409/589 kB | 4.1/40 kB
Progress (3): 1.7/2.3 MB | 409/589 kB | 7.7/40 kB
Progress (3): 1.7/2.3 MB | 413/589 kB | 7.7/40 kB
Progress (3): 1.7/2.3 MB | 413/589 kB | 12/40 kB 
Progress (3): 1.7/2.3 MB | 417/589 kB | 12/40 kB
Progress (3): 1.7/2.3 MB | 417/589 kB | 16/40 kB
Progress (3): 1.7/2.3 MB | 421/589 kB | 16/40 kB
Progress (3): 1.8/2.3 MB | 421/589 kB | 16/40 kB
Progress (3): 1.8/2.3 MB | 425/589 kB | 16/40 kB
Progress (3): 1.8/2.3 MB | 425/589 kB | 20/40 kB
Progress (3): 1.8/2.3 MB | 425/589 kB | 24/40 kB
Progress (3): 1.8/2.3 MB | 430/589 kB | 24/40 kB
Progress (3): 1.8/2.3 MB | 430/589 kB | 24/40 kB
Progress (3): 1.8/2.3 MB | 430/589 kB | 28/40 kB
Progress (3): 1.8/2.3 MB | 434/589 kB | 28/40 kB
Progress (3): 1.8/2.3 MB | 434/589 kB | 32/40 kB
Progress (3): 1.8/2.3 MB | 438/589 kB | 32/40 kB
Progress (3): 1.8/2.3 MB | 442/589 kB | 32/40 kB
Progress (3): 1.8/2.3 MB | 442/589 kB | 36/40 kB
Progress (3): 1.8/2.3 MB | 442/589 kB | 36/40 kB
Progress (3): 1.8/2.3 MB | 442/589 kB | 40 kB   
Progress (3): 1.8/2.3 MB | 446/589 kB | 40 kB
Progress (3): 1.8/2.3 MB | 450/589 kB | 40 kB
Progress (3): 1.8/2.3 MB | 454/589 kB | 40 kB
Progress (3): 1.8/2.3 MB | 454/589 kB | 40 kB
Progress (3): 1.8/2.3 MB | 458/589 kB | 40 kB
Progress (3): 1.8/2.3 MB | 462/589 kB | 40 kB
Progress (3): 1.8/2.3 MB | 462/589 kB | 40 kB
Progress (3): 1.8/2.3 MB | 466/589 kB | 40 kB
Progress (3): 1.8/2.3 MB | 471/589 kB | 40 kB
Progress (3): 1.8/2.3 MB | 475/589 kB | 40 kB
Progress (3): 1.8/2.3 MB | 475/589 kB | 40 kB
Progress (3): 1.8/2.3 MB | 479/589 kB | 40 kB
Progress (3): 1.8/2.3 MB | 483/589 kB | 40 kB
Progress (3): 1.8/2.3 MB | 487/589 kB | 40 kB
Progress (3): 1.8/2.3 MB | 491/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 491/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 495/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 499/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 499/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 503/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 507/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 507/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 511/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 516/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 520/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 524/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 524/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 528/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 532/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 532/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 536/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 540/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 540/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 544/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 548/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 552/589 kB | 40 kB
Progress (3): 1.9/2.3 MB | 557/589 kB | 40 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.jar (40 kB at 224 kB/s)
18:10:14 Progress (2): 1.9/2.3 MB | 557/589 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/12.0/annotations-12.0.jar
18:10:14 Progress (2): 1.9/2.3 MB | 561/589 kB
Progress (2): 1.9/2.3 MB | 565/589 kB
Progress (2): 2.0/2.3 MB | 565/589 kB
Progress (2): 2.0/2.3 MB | 569/589 kB
Progress (2): 2.0/2.3 MB | 573/589 kB
Progress (2): 2.0/2.3 MB | 573/589 kB
Progress (2): 2.0/2.3 MB | 577/589 kB
Progress (2): 2.0/2.3 MB | 581/589 kB
Progress (2): 2.0/2.3 MB | 585/589 kB
Progress (2): 2.0/2.3 MB | 589/589 kB
Progress (2): 2.0/2.3 MB | 589 kB    
Progress (2): 2.0/2.3 MB | 589 kB
Progress (2): 2.0/2.3 MB | 589 kB
Progress (2): 2.0/2.3 MB | 589 kB
Progress (2): 2.0/2.3 MB | 589 kB
Progress (2): 2.1/2.3 MB | 589 kB
Progress (2): 2.1/2.3 MB | 589 kB
Progress (2): 2.1/2.3 MB | 589 kB
Progress (2): 2.1/2.3 MB | 589 kB
Progress (2): 2.1/2.3 MB | 589 kB
Progress (2): 2.1/2.3 MB | 589 kB
Progress (2): 2.2/2.3 MB | 589 kB
Progress (2): 2.2/2.3 MB | 589 kB
Progress (2): 2.2/2.3 MB | 589 kB
Progress (2): 2.2/2.3 MB | 589 kB
Progress (2): 2.2/2.3 MB | 589 kB
Progress (2): 2.2/2.3 MB | 589 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 3.1 MB/s)
18:10:14 Progress (1): 2.3 MB
                    
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:10:14 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 7.1 MB/s)
18:10:14 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:10:14 Progress (1): 4.1/125 kB
Progress (1): 7.7/125 kB
Progress (1): 12/125 kB 
Progress (1): 16/125 kB
Progress (1): 20/125 kB
Progress (1): 24/125 kB
Progress (1): 28/125 kB
Progress (1): 32/125 kB
Progress (1): 36/125 kB
Progress (1): 40/125 kB
Progress (1): 45/125 kB
Progress (1): 49/125 kB
Progress (1): 53/125 kB
Progress (1): 57/125 kB
Progress (1): 61/125 kB
Progress (1): 65/125 kB
Progress (1): 69/125 kB
Progress (1): 73/125 kB
Progress (1): 77/125 kB
Progress (1): 81/125 kB
Progress (1): 85/125 kB
Progress (1): 90/125 kB
Progress (1): 94/125 kB
Progress (1): 98/125 kB
Progress (1): 102/125 kB
Progress (1): 106/125 kB
Progress (1): 110/125 kB
Progress (1): 114/125 kB
Progress (1): 118/125 kB
Progress (1): 122/125 kB
Progress (1): 125 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 361 kB/s)
18:10:14 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:10:14 Progress (1): 4.1/353 kB
Progress (1): 7.7/353 kB
Progress (1): 12/353 kB 
Progress (1): 16/353 kB
Progress (1): 20/353 kB
Progress (1): 24/353 kB
Progress (1): 28/353 kB
Progress (1): 32/353 kB
Progress (1): 36/353 kB
Progress (1): 40/353 kB
Progress (1): 45/353 kB
Progress (1): 49/353 kB
Progress (1): 53/353 kB
Progress (1): 57/353 kB
Progress (1): 61/353 kB
Progress (1): 65/353 kB
Progress (1): 69/353 kB
Progress (1): 73/353 kB
Progress (1): 77/353 kB
Progress (1): 81/353 kB
Progress (1): 85/353 kB
Progress (1): 90/353 kB
Progress (1): 94/353 kB
Progress (1): 98/353 kB
Progress (1): 102/353 kB
Progress (1): 106/353 kB
Progress (1): 110/353 kB
Progress (1): 114/353 kB
Progress (1): 118/353 kB
Progress (1): 122/353 kB
Progress (1): 126/353 kB
Progress (1): 131/353 kB
Progress (1): 135/353 kB
Progress (1): 139/353 kB
Progress (1): 143/353 kB
Progress (1): 147/353 kB
Progress (1): 151/353 kB
Progress (1): 155/353 kB
Progress (1): 159/353 kB
Progress (1): 163/353 kB
Progress (1): 167/353 kB
Progress (1): 171/353 kB
Progress (1): 176/353 kB
Progress (1): 180/353 kB
Progress (1): 184/353 kB
Progress (1): 188/353 kB
Progress (1): 192/353 kB
Progress (1): 196/353 kB
Progress (1): 200/353 kB
Progress (1): 204/353 kB
Progress (1): 208/353 kB
Progress (1): 212/353 kB
Progress (1): 217/353 kB
Progress (1): 221/353 kB
Progress (1): 225/353 kB
Progress (1): 229/353 kB
Progress (1): 233/353 kB
Progress (1): 237/353 kB
Progress (1): 241/353 kB
Progress (1): 245/353 kB
Progress (1): 249/353 kB
Progress (1): 253/353 kB
Progress (1): 258/353 kB
Progress (1): 262/353 kB
Progress (1): 266/353 kB
Progress (1): 270/353 kB
Progress (1): 274/353 kB
Progress (1): 278/353 kB
Progress (1): 282/353 kB
Progress (1): 286/353 kB
Progress (1): 290/353 kB
Progress (1): 294/353 kB
Progress (1): 298/353 kB
Progress (1): 303/353 kB
Progress (1): 307/353 kB
Progress (1): 311/353 kB
Progress (1): 315/353 kB
Progress (1): 319/353 kB
Progress (1): 323/353 kB
Progress (1): 327/353 kB
Progress (1): 331/353 kB
Progress (1): 335/353 kB
Progress (1): 339/353 kB
Progress (1): 344/353 kB
Progress (1): 348/353 kB
Progress (1): 352/353 kB
Progress (1): 353 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.jar (353 kB at 928 kB/s)
18:10:14 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:10:14 Progress (1): 4.1/181 kB
Progress (1): 7.7/181 kB
Progress (1): 12/181 kB 
Progress (1): 16/181 kB
Progress (1): 20/181 kB
Progress (1): 24/181 kB
Progress (1): 28/181 kB
Progress (1): 32/181 kB
Progress (1): 36/181 kB
Progress (1): 40/181 kB
Progress (1): 45/181 kB
Progress (1): 49/181 kB
Progress (1): 53/181 kB
Progress (1): 57/181 kB
Progress (1): 61/181 kB
Progress (1): 65/181 kB
Progress (1): 69/181 kB
Progress (1): 73/181 kB
Progress (1): 77/181 kB
Progress (1): 81/181 kB
Progress (1): 85/181 kB
Progress (1): 90/181 kB
Progress (1): 94/181 kB
Progress (1): 98/181 kB
Progress (1): 102/181 kB
Progress (1): 106/181 kB
Progress (1): 110/181 kB
Progress (1): 114/181 kB
Progress (1): 118/181 kB
Progress (1): 122/181 kB
Progress (1): 126/181 kB
Progress (1): 131/181 kB
Progress (1): 135/181 kB
Progress (1): 139/181 kB
Progress (1): 143/181 kB
Progress (1): 147/181 kB
Progress (1): 151/181 kB
Progress (1): 155/181 kB
Progress (1): 159/181 kB
Progress (1): 163/181 kB
Progress (1): 167/181 kB
Progress (1): 171/181 kB
Progress (1): 176/181 kB
Progress (1): 180/181 kB
Progress (1): 181 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.jar (181 kB at 448 kB/s)
18:10:14 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:10:14 Progress (1): 4.1/61 kB
Progress (1): 7.7/61 kB
Progress (1): 12/61 kB 
Progress (1): 16/61 kB
Progress (1): 20/61 kB
Progress (1): 24/61 kB
Progress (1): 28/61 kB
Progress (1): 32/61 kB
Progress (1): 36/61 kB
Progress (1): 40/61 kB
Progress (1): 45/61 kB
Progress (1): 49/61 kB
Progress (1): 53/61 kB
Progress (1): 57/61 kB
Progress (1): 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 135 kB/s)
18:10:14 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:10:14 Progress (1): 4.1/58 kB
Progress (1): 7.7/58 kB
Progress (1): 12/58 kB 
Progress (1): 16/58 kB
Progress (1): 20/58 kB
Progress (1): 24/58 kB
Progress (1): 28/58 kB
Progress (1): 32/58 kB
Progress (1): 36/58 kB
Progress (1): 40/58 kB
Progress (1): 45/58 kB
Progress (1): 49/58 kB
Progress (1): 53/58 kB
Progress (1): 57/58 kB
Progress (1): 58 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 122 kB/s)
18:10:14 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:10:14 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 (2): 0.9/1.1 MB | 4.1/230 kB
Progress (2): 0.9/1.1 MB | 4.1/230 kB
Progress (2): 0.9/1.1 MB | 7.7/230 kB
Progress (2): 0.9/1.1 MB | 7.7/230 kB
Progress (2): 0.9/1.1 MB | 12/230 kB 
Progress (2): 0.9/1.1 MB | 16/230 kB
Progress (2): 0.9/1.1 MB | 16/230 kB
Progress (2): 0.9/1.1 MB | 16/230 kB
Progress (2): 0.9/1.1 MB | 20/230 kB
Progress (2): 0.9/1.1 MB | 24/230 kB
Progress (2): 0.9/1.1 MB | 28/230 kB
Progress (2): 1.0/1.1 MB | 28/230 kB
Progress (2): 1.0/1.1 MB | 32/230 kB
Progress (2): 1.0/1.1 MB | 32/230 kB
Progress (2): 1.0/1.1 MB | 36/230 kB
Progress (2): 1.0/1.1 MB | 36/230 kB
Progress (2): 1.0/1.1 MB | 40/230 kB
Progress (2): 1.0/1.1 MB | 40/230 kB
Progress (2): 1.0/1.1 MB | 45/230 kB
Progress (2): 1.0/1.1 MB | 49/230 kB
Progress (2): 1.0/1.1 MB | 49/230 kB
Progress (2): 1.0/1.1 MB | 49/230 kB
Progress (2): 1.0/1.1 MB | 53/230 kB
Progress (2): 1.0/1.1 MB | 57/230 kB
Progress (2): 1.0/1.1 MB | 61/230 kB
Progress (2): 1.0/1.1 MB | 61/230 kB
Progress (2): 1.0/1.1 MB | 65/230 kB
Progress (2): 1.0/1.1 MB | 65/230 kB
Progress (2): 1.0/1.1 MB | 69/230 kB
Progress (3): 1.0/1.1 MB | 69/230 kB | 4.1/20 kB
Progress (3): 1.0/1.1 MB | 69/230 kB | 4.1/20 kB
Progress (3): 1.0/1.1 MB | 69/230 kB | 7.7/20 kB
Progress (3): 1.0/1.1 MB | 73/230 kB | 7.7/20 kB
Progress (3): 1.0/1.1 MB | 73/230 kB | 12/20 kB 
Progress (3): 1.0/1.1 MB | 73/230 kB | 12/20 kB
Progress (3): 1.0/1.1 MB | 73/230 kB | 16/20 kB
Progress (3): 1.0/1.1 MB | 77/230 kB | 16/20 kB
Progress (3): 1.0/1.1 MB | 81/230 kB | 16/20 kB
Progress (3): 1.0/1.1 MB | 81/230 kB | 20/20 kB
Progress (3): 1.0/1.1 MB | 81/230 kB | 20/20 kB
Progress (3): 1.0/1.1 MB | 81/230 kB | 20 kB   
Progress (3): 1.0/1.1 MB | 81/230 kB | 20 kB
Progress (3): 1.0/1.1 MB | 85/230 kB | 20 kB
Progress (3): 1.0/1.1 MB | 90/230 kB | 20 kB
Progress (3): 1.0/1.1 MB | 94/230 kB | 20 kB
Progress (3): 1.0/1.1 MB | 98/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 98/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 98/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 102/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 106/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 110/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 110/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 114/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 114/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 118/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 118/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 122/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 122/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 126/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 131/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 131/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 131/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 135/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 139/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 143/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 147/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 147/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 147/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 151/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 151/230 kB | 20 kB
Progress (3): 1.1/1.1 MB | 155/230 kB | 20 kB
Progress (3): 1.1 MB | 155/230 kB | 20 kB    
Progress (3): 1.1 MB | 159/230 kB | 20 kB
Progress (3): 1.1 MB | 163/230 kB | 20 kB
Progress (3): 1.1 MB | 167/230 kB | 20 kB
Progress (3): 1.1 MB | 171/230 kB | 20 kB
Progress (3): 1.1 MB | 176/230 kB | 20 kB
Progress (3): 1.1 MB | 180/230 kB | 20 kB
Progress (3): 1.1 MB | 184/230 kB | 20 kB
Progress (3): 1.1 MB | 188/230 kB | 20 kB
Progress (3): 1.1 MB | 192/230 kB | 20 kB
Progress (3): 1.1 MB | 196/230 kB | 20 kB
Progress (3): 1.1 MB | 200/230 kB | 20 kB
Progress (3): 1.1 MB | 204/230 kB | 20 kB
Progress (3): 1.1 MB | 208/230 kB | 20 kB
Progress (3): 1.1 MB | 212/230 kB | 20 kB
Progress (3): 1.1 MB | 217/230 kB | 20 kB
Progress (3): 1.1 MB | 221/230 kB | 20 kB
Progress (3): 1.1 MB | 225/230 kB | 20 kB
Progress (3): 1.1 MB | 229/230 kB | 20 kB
Progress (3): 1.1 MB | 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 30 kB/s)
18:10:14 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:10:14 Progress (3): 1.1 MB | 230 kB | 4.1/32 kB
Progress (3): 1.1 MB | 230 kB | 7.7/32 kB
Progress (3): 1.1 MB | 230 kB | 12/32 kB 
Progress (3): 1.1 MB | 230 kB | 16/32 kB
Progress (3): 1.1 MB | 230 kB | 20/32 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 1.7 MB/s)
18:10:14 Progress (2): 230 kB | 24/32 kB
Progress (2): 230 kB | 28/32 kB
Progress (2): 230 kB | 32 kB   
Progress (3): 230 kB | 32 kB | 4.1/11 kB
Progress (3): 230 kB | 32 kB | 7.7/11 kB
Progress (3): 230 kB | 32 kB | 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 15 kB/s)
18:10:14 Progress (3): 230 kB | 32 kB | 4.1/264 kB
Progress (3): 230 kB | 32 kB | 7.7/264 kB
Progress (3): 230 kB | 32 kB | 12/264 kB 
Progress (3): 230 kB | 32 kB | 16/264 kB
Progress (3): 230 kB | 32 kB | 20/264 kB
Progress (3): 230 kB | 32 kB | 24/264 kB
Progress (3): 230 kB | 32 kB | 28/264 kB
Progress (3): 230 kB | 32 kB | 32/264 kB
Progress (3): 230 kB | 32 kB | 36/264 kB
Progress (3): 230 kB | 32 kB | 40/264 kB
Progress (3): 230 kB | 32 kB | 45/264 kB
Progress (3): 230 kB | 32 kB | 49/264 kB
Progress (3): 230 kB | 32 kB | 53/264 kB
Progress (3): 230 kB | 32 kB | 57/264 kB
Progress (3): 230 kB | 32 kB | 61/264 kB
Progress (3): 230 kB | 32 kB | 65/264 kB
Progress (3): 230 kB | 32 kB | 69/264 kB
Progress (3): 230 kB | 32 kB | 73/264 kB
Progress (3): 230 kB | 32 kB | 77/264 kB
Progress (3): 230 kB | 32 kB | 81/264 kB
Progress (3): 230 kB | 32 kB | 85/264 kB
Progress (3): 230 kB | 32 kB | 90/264 kB
Progress (3): 230 kB | 32 kB | 94/264 kB
Progress (3): 230 kB | 32 kB | 98/264 kB
Progress (3): 230 kB | 32 kB | 102/264 kB
Progress (3): 230 kB | 32 kB | 106/264 kB
Progress (3): 230 kB | 32 kB | 110/264 kB
Progress (3): 230 kB | 32 kB | 114/264 kB
Progress (3): 230 kB | 32 kB | 118/264 kB
Progress (3): 230 kB | 32 kB | 122/264 kB
Progress (3): 230 kB | 32 kB | 126/264 kB
Progress (3): 230 kB | 32 kB | 131/264 kB
Progress (3): 230 kB | 32 kB | 135/264 kB
Progress (3): 230 kB | 32 kB | 139/264 kB
Progress (3): 230 kB | 32 kB | 143/264 kB
Progress (3): 230 kB | 32 kB | 147/264 kB
Progress (3): 230 kB | 32 kB | 151/264 kB
Progress (3): 230 kB | 32 kB | 155/264 kB
Progress (3): 230 kB | 32 kB | 159/264 kB
Progress (3): 230 kB | 32 kB | 163/264 kB
Progress (3): 230 kB | 32 kB | 167/264 kB
Progress (3): 230 kB | 32 kB | 171/264 kB
Progress (3): 230 kB | 32 kB | 176/264 kB
Progress (3): 230 kB | 32 kB | 180/264 kB
Progress (3): 230 kB | 32 kB | 184/264 kB
Progress (3): 230 kB | 32 kB | 188/264 kB
Progress (3): 230 kB | 32 kB | 192/264 kB
Progress (3): 230 kB | 32 kB | 196/264 kB
Progress (3): 230 kB | 32 kB | 200/264 kB
Progress (3): 230 kB | 32 kB | 204/264 kB
Progress (3): 230 kB | 32 kB | 208/264 kB
Progress (3): 230 kB | 32 kB | 212/264 kB
Progress (3): 230 kB | 32 kB | 217/264 kB
Progress (3): 230 kB | 32 kB | 221/264 kB
Progress (3): 230 kB | 32 kB | 225/264 kB
Progress (3): 230 kB | 32 kB | 229/264 kB
Progress (3): 230 kB | 32 kB | 233/264 kB
Progress (3): 230 kB | 32 kB | 237/264 kB
Progress (3): 230 kB | 32 kB | 241/264 kB
Progress (3): 230 kB | 32 kB | 245/264 kB
Progress (3): 230 kB | 32 kB | 249/264 kB
Progress (3): 230 kB | 32 kB | 253/264 kB
Progress (3): 230 kB | 32 kB | 258/264 kB
Progress (3): 230 kB | 32 kB | 262/264 kB
Progress (3): 230 kB | 32 kB | 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 270 kB/s)
18:10:14 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 310 kB/s)
18:10:14 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 38 kB/s)
18:10:16 [INFO] 
18:10:16 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt ---
18:10:16 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:10:16 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: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/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
18:10:16 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:10:16 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 1.4 MB/s)
18:10:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.8.2/junit-4.8.2.pom
18:10:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/4.8.2/junit-4.8.2.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/junit/junit/4.8.2/junit-4.8.2.pom
18:10:17 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:10:17 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 296 kB/s)
18:10:17 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:10:17 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: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/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
18:10:17 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:10:17 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 245 kB/s)
18:10:17 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:10:17 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: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/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
18:10:18 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:10: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/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 231 kB/s)
18:10:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
18:10:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.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/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
18:10:18 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:10:18 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:10:18 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:10:18 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: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/shared/file-management/1.2.1/file-management-1.2.1.pom
18:10:18 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:10:18 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 243 kB/s)
18:10:18 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:10:18 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: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/shared/maven-shared-components/10/maven-shared-components-10.pom
18:10:19 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:10:19 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 351 kB/s)
18:10:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/9/maven-parent-9.pom
18:10:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/9/maven-parent-9.pom
18:10: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-parent/9/maven-parent-9.pom
18:10:19 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:10: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): 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.2 MB/s)
18:10:19 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:10:19 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:10: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-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
18:10:20 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:10:20 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 97 kB/s)
18:10:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
18:10:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
18:10: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/2.0.6/maven-2.0.6.pom
18:10:20 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:10:20 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 411 kB/s)
18:10:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/5/maven-parent-5.pom
18:10:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/5/maven-parent-5.pom
18:10: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-parent/5/maven-parent-5.pom
18:10:20 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:10: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/maven-parent/5/maven-parent-5.pom (15 kB at 544 kB/s)
18:10:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/3/apache-3.pom
18:10:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/3/apache-3.pom
18:10: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/apache/3/apache-3.pom
18:10:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
18:10:21 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 229 kB/s)
18:10:21 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:10:21 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: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/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
18:10:21 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:10:21 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 214 kB/s)
18:10:21 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:10:21 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: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/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
18:10:22 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:10:22 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 99 kB/s)
18:10:22 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/7/maven-parent-7.pom
18:10:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/7/maven-parent-7.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-parent/7/maven-parent-7.pom
18:10:22 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: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): 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 1.2 MB/s)
18:10:22 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:10:22 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: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-artifact/2.0.2/maven-artifact-2.0.2.pom
18:10:24 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:10:24 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 38 kB/s)
18:10:24 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
18:10:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/2.0.2/maven-2.0.2.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/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
18:10:24 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:10:24 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:10:24 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
18:10:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.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/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
18:10:25 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:10:25 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:10:25 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:10:25 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: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/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
18:10:25 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:10:25 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 73 kB/s)
18:10:25 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:10:25 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: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/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
18:10:26 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:10:26 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 16 kB/s)
18:10:26 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:10:26 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: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/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
18:10:26 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:10:26 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 11 kB/s)
18:10:26 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:10:26 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: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/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
18:10:26 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:10:26 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 237 kB/s)
18:10:26 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:10:27 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: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/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
18:10:27 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:10:27 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 133 kB/s)
18:10:27 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:10:27 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: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/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
18:10:27 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:10:27 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 142 kB/s)
18:10:27 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:10:27 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: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/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
18:10:28 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:10:28 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 174 kB/s)
18:10:28 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:10:28 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: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/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
18:10:28 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:10:28 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 406 kB/s)
18:10:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/16/maven-parent-16.pom
18:10:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/16/maven-parent-16.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/org/apache/maven/maven-parent/16/maven-parent-16.pom
18:10:29 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:10: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): 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 970 kB/s)
18:10:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/7/apache-7.pom
18:10:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/7/apache-7.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/apache/apache/7/apache-7.pom
18:10:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
18:10:29 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:10:29 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:10:29 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: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/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
18:10:30 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:10:30 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 113 kB/s)
18:10:30 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:10:30 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: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/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
18:10:30 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:10:30 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 58 kB/s)
18:10:30 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
18:10:30 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
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/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
18:10:30 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:10:30 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 482 kB/s)
18:10:30 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
18:10:30 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom
18:10: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-parent/10/maven-parent-10.pom
18:10:31 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:10: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): 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.3 MB/s)
18:10:31 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:10:31 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:10: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-project/2.0.10/maven-project-2.0.10.pom
18:10:31 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:10:31 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 119 kB/s)
18:10:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
18:10:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
18:10: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/2.0.10/maven-2.0.10.pom
18:10:32 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:10:32 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 1.5 MB/s)
18:10:32 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:10:32 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:10: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.10/maven-settings-2.0.10.pom
18:10:32 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:10:32 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 149 kB/s)
18:10:32 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:10:32 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:10: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-model/2.0.10/maven-model-2.0.10.pom
18:10:33 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:10:33 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 108 kB/s)
18:10:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
18:10:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.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/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
18:10:33 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:10:33 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 55 kB/s)
18:10:33 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:10:33 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: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-profile/2.0.10/maven-profile-2.0.10.pom
18:10:33 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:10:34 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 91 kB/s)
18:10:34 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:10:34 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: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-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
18:10:34 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:10:35 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 2.9 kB/s)
18:10:35 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:10:35 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: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/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
18:10:35 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:10:35 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 16 kB/s)
18:10:35 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:10:35 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: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/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
18:10:36 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:10:36 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 90 kB/s)
18:10:36 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:10:36 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: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-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
18:10:36 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:10:36 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 84 kB/s)
18:10:36 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:10:36 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: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-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
18:10:37 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:10:37 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 83 kB/s)
18:10:37 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:10:37 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: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/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
18:10:37 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:10:37 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 75 kB/s)
18:10:37 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:10:37 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: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/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
18:10:38 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:10:38 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 908 kB/s)
18:10:38 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:10:38 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: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/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
18:10:38 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:10:38 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 79 kB/s)
18:10:38 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:10:38 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: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/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
18:10:38 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:10:38 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 149 kB/s)
18:10:38 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:10:38 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: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/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
18:10:39 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:10:39 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 352 kB/s)
18:10:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
18:10:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.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/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
18:10:39 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:10:39 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 147 kB/s)
18:10:39 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:10:39 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: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/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
18:10:39 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:10:39 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 28 kB/s)
18:10:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/1/apache-1.pom
18:10:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/1/apache-1.pom
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/apache/1/apache-1.pom
18:10:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom
18:10:40 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 179 kB/s)
18:10:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
18:10:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
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/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
18:10:40 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:10:40 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 451 kB/s)
18:10:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/9/commons-parent-9.pom
18:10:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/9/commons-parent-9.pom
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/commons/commons-parent/9/commons-parent-9.pom
18:10:41 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:10: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): 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 1.1 MB/s)
18:10:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
18:10:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.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/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
18:10:41 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:10:41 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 338 kB/s)
18:10:41 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:10:41 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: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/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
18:10:41 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:10:41 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 251 kB/s)
18:10:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
18:10:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.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/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
18:10:42 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:10:42 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 166 kB/s)
18:10:42 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:10:42 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: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/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
18:10:42 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:10:42 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 306 kB/s)
18:10:42 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:10:42 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: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/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
18:10:43 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:10: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/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 695 kB/s)
18:10:43 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:10:43 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:10: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-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
18:10:43 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:10:43 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 124 kB/s)
18:10:43 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:10:43 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:10: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-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
18:10:43 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:10: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-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 94 kB/s)
18:10:44 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:10:44 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:10: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-modules/1.1.2/doxia-modules-1.1.2.pom
18:10:44 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:10:44 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 122 kB/s)
18:10:44 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:10:44 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:10: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-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
18:10:44 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:10: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/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 289 kB/s)
18:10:44 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:10:44 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:10: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-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
18:10:45 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:10:45 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 48 kB/s)
18:10:45 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:10:45 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:10: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-components/1.1.12/plexus-components-1.1.12.pom
18:10:45 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:10:45 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 131 kB/s)
18:10:45 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:10:45 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:10: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/1.4.1/plexus-utils-1.4.1.pom
18:10:45 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:10:45 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 87 kB/s)
18:10:45 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:10:45 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:10: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-velocity/1.1.7/plexus-velocity-1.1.7.pom
18:10:46 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:10:46 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 72 kB/s)
18:10:46 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:10:46 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:10: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-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
18:10:46 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:10:46 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 91 kB/s)
18:10:46 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:10:46 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:10: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-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
18:10:47 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:10:47 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 30 kB/s)
18:10:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
18:10:47 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
18:10: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-utils/1.3/plexus-utils-1.3.pom
18:10:47 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:10:47 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:10:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
18:10:47 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
18:10: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/1.0.8/plexus-1.0.8.pom
18:10:47 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:10:47 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 402 kB/s)
18:10:48 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:10:48 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:10: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/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
18:10:48 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:10:48 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 44 kB/s)
18:10:48 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
18:10:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
18:10: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/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
18:10:48 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:10:48 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 334 kB/s)
18:10:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom
18:10:50 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom
18:10: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/velocity/velocity/1.5/velocity-1.5.pom
18:10:50 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:10:50 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 388 kB/s)
18:10:50 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
18:10:50 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
18:10: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-collections/commons-collections/3.1/commons-collections-3.1.pom
18:10:51 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:10:51 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 164 kB/s)
18:10:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
18:10:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
18:10:51 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:10:51 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:10:51 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 451 kB/s)
18:10:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/oro/oro/2.0.8/oro-2.0.8.pom
18:10:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/oro/oro/2.0.8/oro-2.0.8.pom
18:10:51 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:10:51 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:10:51 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 8.8 kB/s)
18:10:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
18:10:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
18:10: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-collections/commons-collections/3.2/commons-collections-3.2.pom
18:10:52 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:10:52 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 269 kB/s)
18:10:52 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:10:52 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:10: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-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
18:10:52 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:10:52 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 413 kB/s)
18:10:52 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:10:52 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:10: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-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
18:10:53 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:10:53 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 22 kB/s)
18:10:53 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:10:54 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:10: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-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
18:10:54 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:10:54 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 48 kB/s)
18:10:54 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
18:10:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
18:10: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-digester/commons-digester/1.6/commons-digester-1.6.pom
18:10:54 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:10:54 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 30 kB/s)
18:10:54 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
18:10:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
18:10: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-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
18:10:55 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:10:55 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 110 kB/s)
18:10:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
18:10:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
18:10:55 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:10:55 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:10:55 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.1 kB/s)
18:10:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
18:10:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
18:10:55 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:10:56 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:10:56 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 3.9 kB/s)
18:10:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
18:10:56 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
18:10: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-collections/commons-collections/2.1/commons-collections-2.1.pom
18:10:56 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:10:56 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 74 kB/s)
18:10:56 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:10:56 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:10:56 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:10:57 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:10:57 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 86 kB/s)
18:10:57 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:10:57 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:10:57 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:10:57 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:10:57 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 14 kB/s)
18:10:57 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:10:57 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:10: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.8/plexus-utils-1.5.8.pom
18:10:57 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:10:57 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 310 kB/s)
18:10:57 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:10:57 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:10: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/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946.pom
18:10:58 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:10:59 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 5.7 kB/s)
18:10:59 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:10:59 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:10: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/jacoco/org.jacoco.core/0.7.5.201505241946/org.jacoco.core-0.7.5.201505241946.pom
18:10:59 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:10:59 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 8.4 kB/s)
18:10:59 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:10:59 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:10: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-debug-all/5.0.1/asm-debug-all-5.0.1.pom
18:10:59 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:11:00 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 21 kB/s)
18:11:00 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:11:00 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:11: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/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom
18:11:00 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:11:00 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 17 kB/s)
18:11:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/ow2/1.3/ow2-1.3.pom
18:11:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/ow2/1.3/ow2-1.3.pom
18:11: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/ow2/ow2/1.3/ow2-1.3.pom
18:11:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom
18:11:01 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 221 kB/s)
18:11:01 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:11:01 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:11: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/jacoco/org.jacoco.report/0.7.5.201505241946/org.jacoco.report-0.7.5.201505241946.pom
18:11:01 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:11:01 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 7.3 kB/s)
18:11:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.8.2/junit-4.8.2.jar
18:11:01 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:11:01 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:11:01 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:11:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
18:11:01 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:11:01 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:11:01 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:11:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
18:11:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
18:11:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
18:11:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
18:11:01 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:11:01 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:11:01 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:11:01 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:11:01 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:11:01 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:11:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar
18:11:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
18:11:01 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:11:01 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:11:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
18:11:01 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:11:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/oro/oro/2.0.8/oro-2.0.8.jar
18:11:01 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:11:01 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:11:02 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:11:02 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:11:02 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:11:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/4.8.2/junit-4.8.2.jar
18:11:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
18:11: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.jar
18:11:02 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:11:02 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:11:02 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:11:02 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:11:02 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:11:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
18:11:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
18:11:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
18:11:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
18:11:02 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:11:02 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:11:02 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:11:02 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:11:02 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:11:02 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:11:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar
18:11:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
18:11:02 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:11:02 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:11:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
18:11:02 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:11:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/oro/oro/2.0.8/oro-2.0.8.jar
18:11:02 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:11:02 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:11:02 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:11:02 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:11:02 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:11:02 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:11:02 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:11: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/file-management/1.2.1/file-management-1.2.1.jar
18:11: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.jar
18:11: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/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
18:11: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/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
18:11: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/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
18:11: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/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
18:11:02 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:11: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-lang/commons-lang/2.4/commons-lang-2.4.jar
18:11:03 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:11:03 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:11: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/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar
18:11: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/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar
18:11: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/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar
18:11: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/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar
18:11: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/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
18:11: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/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
18:11: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/velocity/velocity/1.5/velocity-1.5.jar
18:11:03 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:11:03 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:11:03 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:11:03 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:11:03 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:11:03 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:11:03 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:11: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/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar
18:11: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/jacoco/org.jacoco.core/0.7.5.201505241946/org.jacoco.core-0.7.5.201505241946.jar
18:11: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/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.jar
18:11: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/jacoco/org.jacoco.report/0.7.5.201505241946/org.jacoco.report-0.7.5.201505241946.jar
18:11:04 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:11:04 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:11:04 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:11:04 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:11:04 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:11:04 Progress (1): 4.1/237 kB
Progress (1): 7.7/237 kB
Progress (1): 12/237 kB 
Progress (2): 12/237 kB | 4.1/38 kB
Progress (2): 16/237 kB | 4.1/38 kB
Progress (2): 16/237 kB | 7.7/38 kB
Progress (2): 16/237 kB | 12/38 kB 
Progress (2): 16/237 kB | 16/38 kB
Progress (2): 16/237 kB | 20/38 kB
Progress (2): 20/237 kB | 20/38 kB
Progress (2): 20/237 kB | 24/38 kB
Progress (2): 24/237 kB | 24/38 kB
Progress (2): 24/237 kB | 28/38 kB
Progress (2): 28/237 kB | 28/38 kB
Progress (2): 28/237 kB | 32/38 kB
Progress (2): 32/237 kB | 32/38 kB
Progress (3): 32/237 kB | 32/38 kB | 4.1/38 kB
Progress (3): 32/237 kB | 36/38 kB | 4.1/38 kB
Progress (3): 32/237 kB | 36/38 kB | 7.7/38 kB
Progress (3): 32/237 kB | 38 kB | 7.7/38 kB   
Progress (3): 36/237 kB | 38 kB | 7.7/38 kB
Progress (3): 36/237 kB | 38 kB | 12/38 kB 
Progress (3): 40/237 kB | 38 kB | 12/38 kB
Progress (3): 40/237 kB | 38 kB | 16/38 kB
Progress (3): 45/237 kB | 38 kB | 16/38 kB
Progress (3): 49/237 kB | 38 kB | 16/38 kB
Progress (3): 49/237 kB | 38 kB | 20/38 kB
Progress (3): 49/237 kB | 38 kB | 24/38 kB
Progress (3): 53/237 kB | 38 kB | 24/38 kB
Progress (3): 53/237 kB | 38 kB | 28/38 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.4 MB/s)
18:11:04 Progress (2): 57/237 kB | 28/38 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:11:04 Progress (3): 57/237 kB | 28/38 kB | 4.1/39 kB
Progress (3): 57/237 kB | 32/38 kB | 4.1/39 kB
Progress (3): 57/237 kB | 32/38 kB | 7.7/39 kB
Progress (3): 61/237 kB | 32/38 kB | 7.7/39 kB
Progress (3): 61/237 kB | 36/38 kB | 7.7/39 kB
Progress (3): 61/237 kB | 36/38 kB | 12/39 kB 
Progress (3): 61/237 kB | 38 kB | 12/39 kB   
Progress (3): 65/237 kB | 38 kB | 12/39 kB
Progress (3): 65/237 kB | 38 kB | 16/39 kB
Progress (3): 69/237 kB | 38 kB | 16/39 kB
Progress (4): 69/237 kB | 38 kB | 16/39 kB | 4.1/43 kB
Progress (4): 69/237 kB | 38 kB | 20/39 kB | 4.1/43 kB
Progress (4): 69/237 kB | 38 kB | 20/39 kB | 7.7/43 kB
Progress (4): 73/237 kB | 38 kB | 20/39 kB | 7.7/43 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.3 MB/s)
18:11:04 Progress (3): 77/237 kB | 20/39 kB | 7.7/43 kB
Progress (3): 77/237 kB | 20/39 kB | 12/43 kB 
Progress (3): 77/237 kB | 24/39 kB | 12/43 kB
Progress (3): 77/237 kB | 24/39 kB | 16/43 kB
Progress (3): 81/237 kB | 24/39 kB | 16/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:11:04 Progress (3): 81/237 kB | 24/39 kB | 20/43 kB
Progress (3): 81/237 kB | 28/39 kB | 20/43 kB
Progress (3): 81/237 kB | 28/39 kB | 24/43 kB
Progress (3): 85/237 kB | 28/39 kB | 24/43 kB
Progress (3): 85/237 kB | 28/39 kB | 28/43 kB
Progress (3): 85/237 kB | 32/39 kB | 28/43 kB
Progress (3): 85/237 kB | 32/39 kB | 32/43 kB
Progress (3): 90/237 kB | 32/39 kB | 32/43 kB
Progress (3): 94/237 kB | 32/39 kB | 32/43 kB
Progress (3): 98/237 kB | 32/39 kB | 32/43 kB
Progress (3): 98/237 kB | 32/39 kB | 36/43 kB
Progress (3): 98/237 kB | 36/39 kB | 36/43 kB
Progress (3): 98/237 kB | 36/39 kB | 40/43 kB
Progress (3): 98/237 kB | 39 kB | 40/43 kB   
Progress (3): 102/237 kB | 39 kB | 40/43 kB
Progress (3): 102/237 kB | 39 kB | 43 kB   
Progress (3): 106/237 kB | 39 kB | 43 kB
Progress (4): 106/237 kB | 39 kB | 43 kB | 4.1/17 kB
Progress (4): 110/237 kB | 39 kB | 43 kB | 4.1/17 kB
Progress (4): 110/237 kB | 39 kB | 43 kB | 7.7/17 kB
Progress (4): 114/237 kB | 39 kB | 43 kB | 7.7/17 kB
Progress (4): 114/237 kB | 39 kB | 43 kB | 12/17 kB 
Progress (4): 114/237 kB | 39 kB | 43 kB | 16/17 kB
Progress (4): 114/237 kB | 39 kB | 43 kB | 17 kB   
Progress (4): 118/237 kB | 39 kB | 43 kB | 17 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.4 MB/s)
18:11:04 Progress (3): 122/237 kB | 39 kB | 17 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:11:04 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 1.2 MB/s)
18:11:04 Progress (2): 126/237 kB | 17 kB
                                
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:11:04 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 488 kB/s)
18:11:04 Progress (1): 131/237 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:11:04 Progress (1): 135/237 kB
Progress (1): 139/237 kB
Progress (1): 143/237 kB
Progress (1): 147/237 kB
Progress (2): 147/237 kB | 4.1/158 kB
Progress (2): 151/237 kB | 4.1/158 kB
Progress (2): 151/237 kB | 7.7/158 kB
Progress (2): 155/237 kB | 7.7/158 kB
Progress (2): 155/237 kB | 12/158 kB 
Progress (2): 159/237 kB | 12/158 kB
Progress (2): 159/237 kB | 16/158 kB
Progress (2): 163/237 kB | 16/158 kB
Progress (3): 163/237 kB | 16/158 kB | 4.1/251 kB
Progress (3): 163/237 kB | 16/158 kB | 7.7/251 kB
Progress (3): 163/237 kB | 20/158 kB | 7.7/251 kB
Progress (3): 167/237 kB | 20/158 kB | 7.7/251 kB
Progress (3): 167/237 kB | 24/158 kB | 7.7/251 kB
Progress (3): 167/237 kB | 24/158 kB | 12/251 kB 
Progress (4): 167/237 kB | 24/158 kB | 12/251 kB | 4.1/262 kB
Progress (4): 167/237 kB | 28/158 kB | 12/251 kB | 4.1/262 kB
Progress (4): 171/237 kB | 28/158 kB | 12/251 kB | 4.1/262 kB
Progress (4): 171/237 kB | 32/158 kB | 12/251 kB | 4.1/262 kB
Progress (4): 171/237 kB | 32/158 kB | 12/251 kB | 7.7/262 kB
Progress (4): 171/237 kB | 32/158 kB | 16/251 kB | 7.7/262 kB
Progress (4): 171/237 kB | 32/158 kB | 16/251 kB | 12/262 kB 
Progress (4): 176/237 kB | 32/158 kB | 16/251 kB | 12/262 kB
Progress (4): 176/237 kB | 32/158 kB | 16/251 kB | 16/262 kB
Progress (4): 176/237 kB | 36/158 kB | 16/251 kB | 16/262 kB
Progress (4): 180/237 kB | 36/158 kB | 16/251 kB | 16/262 kB
Progress (4): 180/237 kB | 40/158 kB | 16/251 kB | 16/262 kB
Progress (4): 180/237 kB | 40/158 kB | 20/251 kB | 16/262 kB
Progress (4): 180/237 kB | 45/158 kB | 20/251 kB | 16/262 kB
Progress (4): 180/237 kB | 45/158 kB | 24/251 kB | 16/262 kB
Progress (4): 180/237 kB | 49/158 kB | 24/251 kB | 16/262 kB
Progress (4): 180/237 kB | 49/158 kB | 24/251 kB | 20/262 kB
Progress (4): 180/237 kB | 49/158 kB | 28/251 kB | 20/262 kB
Progress (4): 184/237 kB | 49/158 kB | 28/251 kB | 20/262 kB
Progress (4): 184/237 kB | 53/158 kB | 28/251 kB | 20/262 kB
Progress (4): 184/237 kB | 53/158 kB | 32/251 kB | 20/262 kB
Progress (4): 184/237 kB | 53/158 kB | 32/251 kB | 24/262 kB
Progress (4): 184/237 kB | 57/158 kB | 32/251 kB | 24/262 kB
Progress (4): 188/237 kB | 57/158 kB | 32/251 kB | 24/262 kB
Progress (4): 188/237 kB | 61/158 kB | 32/251 kB | 24/262 kB
Progress (4): 188/237 kB | 61/158 kB | 32/251 kB | 28/262 kB
Progress (4): 188/237 kB | 65/158 kB | 32/251 kB | 28/262 kB
Progress (4): 188/237 kB | 65/158 kB | 36/251 kB | 28/262 kB
Progress (4): 192/237 kB | 65/158 kB | 36/251 kB | 28/262 kB
Progress (4): 192/237 kB | 65/158 kB | 40/251 kB | 28/262 kB
Progress (4): 192/237 kB | 65/158 kB | 40/251 kB | 32/262 kB
Progress (4): 192/237 kB | 65/158 kB | 45/251 kB | 32/262 kB
Progress (4): 192/237 kB | 69/158 kB | 45/251 kB | 32/262 kB
Progress (4): 196/237 kB | 69/158 kB | 45/251 kB | 32/262 kB
Progress (4): 196/237 kB | 73/158 kB | 45/251 kB | 32/262 kB
Progress (4): 196/237 kB | 73/158 kB | 49/251 kB | 32/262 kB
Progress (4): 196/237 kB | 77/158 kB | 49/251 kB | 32/262 kB
Progress (4): 196/237 kB | 77/158 kB | 49/251 kB | 36/262 kB
Progress (4): 196/237 kB | 81/158 kB | 49/251 kB | 36/262 kB
Progress (4): 196/237 kB | 81/158 kB | 49/251 kB | 40/262 kB
Progress (4): 196/237 kB | 81/158 kB | 53/251 kB | 40/262 kB
Progress (4): 196/237 kB | 81/158 kB | 53/251 kB | 45/262 kB
Progress (4): 196/237 kB | 81/158 kB | 57/251 kB | 45/262 kB
Progress (4): 196/237 kB | 81/158 kB | 57/251 kB | 49/262 kB
Progress (4): 196/237 kB | 85/158 kB | 57/251 kB | 49/262 kB
Progress (4): 196/237 kB | 85/158 kB | 61/251 kB | 49/262 kB
Progress (4): 196/237 kB | 90/158 kB | 61/251 kB | 49/262 kB
Progress (4): 196/237 kB | 90/158 kB | 65/251 kB | 49/262 kB
Progress (4): 196/237 kB | 94/158 kB | 65/251 kB | 49/262 kB
Progress (4): 196/237 kB | 94/158 kB | 65/251 kB | 53/262 kB
Progress (4): 196/237 kB | 98/158 kB | 65/251 kB | 53/262 kB
Progress (4): 196/237 kB | 98/158 kB | 65/251 kB | 57/262 kB
Progress (4): 196/237 kB | 98/158 kB | 69/251 kB | 57/262 kB
Progress (4): 196/237 kB | 98/158 kB | 73/251 kB | 57/262 kB
Progress (4): 196/237 kB | 102/158 kB | 73/251 kB | 57/262 kB
Progress (4): 196/237 kB | 102/158 kB | 73/251 kB | 61/262 kB
Progress (4): 200/237 kB | 102/158 kB | 73/251 kB | 61/262 kB
Progress (4): 200/237 kB | 106/158 kB | 73/251 kB | 61/262 kB
Progress (4): 200/237 kB | 106/158 kB | 77/251 kB | 61/262 kB
Progress (4): 200/237 kB | 110/158 kB | 77/251 kB | 61/262 kB
Progress (4): 204/237 kB | 110/158 kB | 77/251 kB | 61/262 kB
Progress (4): 204/237 kB | 110/158 kB | 77/251 kB | 65/262 kB
Progress (4): 208/237 kB | 110/158 kB | 77/251 kB | 65/262 kB
Progress (4): 208/237 kB | 114/158 kB | 77/251 kB | 65/262 kB
Progress (4): 208/237 kB | 114/158 kB | 81/251 kB | 65/262 kB
Progress (4): 212/237 kB | 114/158 kB | 81/251 kB | 65/262 kB
Progress (4): 212/237 kB | 118/158 kB | 81/251 kB | 65/262 kB
Progress (4): 212/237 kB | 118/158 kB | 81/251 kB | 69/262 kB
Progress (4): 212/237 kB | 122/158 kB | 81/251 kB | 69/262 kB
Progress (4): 217/237 kB | 122/158 kB | 81/251 kB | 69/262 kB
Progress (4): 217/237 kB | 122/158 kB | 81/251 kB | 73/262 kB
Progress (4): 217/237 kB | 122/158 kB | 85/251 kB | 73/262 kB
Progress (4): 217/237 kB | 122/158 kB | 85/251 kB | 77/262 kB
Progress (4): 221/237 kB | 122/158 kB | 85/251 kB | 77/262 kB
Progress (4): 221/237 kB | 126/158 kB | 85/251 kB | 77/262 kB
Progress (4): 225/237 kB | 126/158 kB | 85/251 kB | 77/262 kB
Progress (4): 225/237 kB | 126/158 kB | 85/251 kB | 81/262 kB
Progress (4): 225/237 kB | 126/158 kB | 90/251 kB | 81/262 kB
Progress (4): 229/237 kB | 126/158 kB | 90/251 kB | 81/262 kB
Progress (4): 229/237 kB | 131/158 kB | 90/251 kB | 81/262 kB
Progress (4): 229/237 kB | 131/158 kB | 94/251 kB | 81/262 kB
Progress (4): 233/237 kB | 131/158 kB | 94/251 kB | 81/262 kB
Progress (4): 233/237 kB | 131/158 kB | 98/251 kB | 81/262 kB
Progress (4): 233/237 kB | 131/158 kB | 98/251 kB | 85/262 kB
Progress (4): 237/237 kB | 131/158 kB | 98/251 kB | 85/262 kB
Progress (4): 237/237 kB | 131/158 kB | 98/251 kB | 90/262 kB
Progress (4): 237/237 kB | 135/158 kB | 98/251 kB | 90/262 kB
Progress (4): 237/237 kB | 135/158 kB | 98/251 kB | 94/262 kB
Progress (4): 237/237 kB | 135/158 kB | 102/251 kB | 94/262 kB
Progress (4): 237 kB | 135/158 kB | 102/251 kB | 94/262 kB    
Progress (4): 237 kB | 135/158 kB | 106/251 kB | 94/262 kB
Progress (4): 237 kB | 135/158 kB | 106/251 kB | 98/262 kB
Progress (4): 237 kB | 139/158 kB | 106/251 kB | 98/262 kB
Progress (4): 237 kB | 139/158 kB | 110/251 kB | 98/262 kB
Progress (4): 237 kB | 143/158 kB | 110/251 kB | 98/262 kB
Progress (4): 237 kB | 143/158 kB | 114/251 kB | 98/262 kB
Progress (4): 237 kB | 147/158 kB | 114/251 kB | 98/262 kB
Progress (4): 237 kB | 147/158 kB | 114/251 kB | 102/262 kB
Progress (4): 237 kB | 151/158 kB | 114/251 kB | 102/262 kB
Progress (4): 237 kB | 151/158 kB | 114/251 kB | 106/262 kB
Progress (4): 237 kB | 151/158 kB | 118/251 kB | 106/262 kB
Progress (4): 237 kB | 151/158 kB | 118/251 kB | 110/262 kB
Progress (4): 237 kB | 155/158 kB | 118/251 kB | 110/262 kB
Progress (4): 237 kB | 155/158 kB | 118/251 kB | 114/262 kB
Progress (4): 237 kB | 155/158 kB | 122/251 kB | 114/262 kB
Progress (4): 237 kB | 158 kB | 122/251 kB | 114/262 kB    
Progress (4): 237 kB | 158 kB | 126/251 kB | 114/262 kB
Progress (4): 237 kB | 158 kB | 131/251 kB | 114/262 kB
Progress (4): 237 kB | 158 kB | 131/251 kB | 118/262 kB
Progress (4): 237 kB | 158 kB | 135/251 kB | 118/262 kB
Progress (4): 237 kB | 158 kB | 135/251 kB | 122/262 kB
Progress (4): 237 kB | 158 kB | 139/251 kB | 122/262 kB
Progress (4): 237 kB | 158 kB | 139/251 kB | 126/262 kB
Progress (4): 237 kB | 158 kB | 143/251 kB | 126/262 kB
Progress (4): 237 kB | 158 kB | 143/251 kB | 131/262 kB
Progress (4): 237 kB | 158 kB | 147/251 kB | 131/262 kB
Progress (4): 237 kB | 158 kB | 151/251 kB | 131/262 kB
Progress (4): 237 kB | 158 kB | 151/251 kB | 135/262 kB
Progress (4): 237 kB | 158 kB | 155/251 kB | 135/262 kB
Progress (4): 237 kB | 158 kB | 155/251 kB | 139/262 kB
Progress (4): 237 kB | 158 kB | 159/251 kB | 139/262 kB
Progress (4): 237 kB | 158 kB | 159/251 kB | 143/262 kB
Progress (4): 237 kB | 158 kB | 163/251 kB | 143/262 kB
Progress (4): 237 kB | 158 kB | 163/251 kB | 147/262 kB
Progress (4): 237 kB | 158 kB | 167/251 kB | 147/262 kB
Progress (4): 237 kB | 158 kB | 171/251 kB | 147/262 kB
Progress (4): 237 kB | 158 kB | 176/251 kB | 147/262 kB
Progress (4): 237 kB | 158 kB | 176/251 kB | 151/262 kB
Progress (4): 237 kB | 158 kB | 180/251 kB | 151/262 kB
Progress (4): 237 kB | 158 kB | 180/251 kB | 155/262 kB
Progress (4): 237 kB | 158 kB | 180/251 kB | 159/262 kB
Progress (4): 237 kB | 158 kB | 180/251 kB | 163/262 kB
Progress (4): 237 kB | 158 kB | 184/251 kB | 163/262 kB
Progress (4): 237 kB | 158 kB | 188/251 kB | 163/262 kB
Progress (4): 237 kB | 158 kB | 192/251 kB | 163/262 kB
Progress (4): 237 kB | 158 kB | 196/251 kB | 163/262 kB
Progress (4): 237 kB | 158 kB | 196/251 kB | 167/262 kB
Progress (4): 237 kB | 158 kB | 196/251 kB | 171/262 kB
Progress (4): 237 kB | 158 kB | 200/251 kB | 171/262 kB
Progress (4): 237 kB | 158 kB | 200/251 kB | 176/262 kB
Progress (4): 237 kB | 158 kB | 204/251 kB | 176/262 kB
Progress (4): 237 kB | 158 kB | 204/251 kB | 180/262 kB
Progress (4): 237 kB | 158 kB | 208/251 kB | 180/262 kB
Progress (4): 237 kB | 158 kB | 212/251 kB | 180/262 kB
Progress (4): 237 kB | 158 kB | 217/251 kB | 180/262 kB
Progress (4): 237 kB | 158 kB | 217/251 kB | 184/262 kB
Progress (4): 237 kB | 158 kB | 221/251 kB | 184/262 kB
Progress (4): 237 kB | 158 kB | 221/251 kB | 188/262 kB
Progress (4): 237 kB | 158 kB | 225/251 kB | 188/262 kB
Progress (4): 237 kB | 158 kB | 225/251 kB | 192/262 kB
Progress (4): 237 kB | 158 kB | 229/251 kB | 192/262 kB
Progress (4): 237 kB | 158 kB | 229/251 kB | 196/262 kB
Progress (4): 237 kB | 158 kB | 233/251 kB | 196/262 kB
Progress (4): 237 kB | 158 kB | 237/251 kB | 196/262 kB
Progress (4): 237 kB | 158 kB | 241/251 kB | 196/262 kB
Progress (4): 237 kB | 158 kB | 241/251 kB | 200/262 kB
Progress (4): 237 kB | 158 kB | 245/251 kB | 200/262 kB
Progress (4): 237 kB | 158 kB | 245/251 kB | 204/262 kB
Progress (4): 237 kB | 158 kB | 249/251 kB | 204/262 kB
Progress (4): 237 kB | 158 kB | 249/251 kB | 208/262 kB
Progress (4): 237 kB | 158 kB | 251 kB | 208/262 kB    
Progress (4): 237 kB | 158 kB | 251 kB | 212/262 kB
Progress (4): 237 kB | 158 kB | 251 kB | 217/262 kB
Progress (4): 237 kB | 158 kB | 251 kB | 221/262 kB
Progress (4): 237 kB | 158 kB | 251 kB | 225/262 kB
Progress (4): 237 kB | 158 kB | 251 kB | 229/262 kB
Progress (4): 237 kB | 158 kB | 251 kB | 233/262 kB
Progress (4): 237 kB | 158 kB | 251 kB | 237/262 kB
Progress (4): 237 kB | 158 kB | 251 kB | 241/262 kB
Progress (4): 237 kB | 158 kB | 251 kB | 245/262 kB
Progress (4): 237 kB | 158 kB | 251 kB | 249/262 kB
Progress (4): 237 kB | 158 kB | 251 kB | 253/262 kB
Progress (4): 237 kB | 158 kB | 251 kB | 258/262 kB
Progress (4): 237 kB | 158 kB | 251 kB | 262/262 kB
Progress (4): 237 kB | 158 kB | 251 kB | 262 kB    
Progress (5): 237 kB | 158 kB | 251 kB | 262 kB | 0/1.2 MB
Progress (5): 237 kB | 158 kB | 251 kB | 262 kB | 0/1.2 MB
Progress (5): 237 kB | 158 kB | 251 kB | 262 kB | 0/1.2 MB
Progress (5): 237 kB | 158 kB | 251 kB | 262 kB | 0/1.2 MB
Progress (5): 237 kB | 158 kB | 251 kB | 262 kB | 0/1.2 MB
Progress (5): 237 kB | 158 kB | 251 kB | 262 kB | 0/1.2 MB
Progress (5): 237 kB | 158 kB | 251 kB | 262 kB | 0.1/1.2 MB
Progress (5): 237 kB | 158 kB | 251 kB | 262 kB | 0.1/1.2 MB
Progress (5): 237 kB | 158 kB | 251 kB | 262 kB | 0.1/1.2 MB
Progress (5): 237 kB | 158 kB | 251 kB | 262 kB | 0.1/1.2 MB
Progress (5): 237 kB | 158 kB | 251 kB | 262 kB | 0.1/1.2 MB
Progress (5): 237 kB | 158 kB | 251 kB | 262 kB | 0.1/1.2 MB
Progress (5): 237 kB | 158 kB | 251 kB | 262 kB | 0.1/1.2 MB
Progress (5): 237 kB | 158 kB | 251 kB | 262 kB | 0.1/1.2 MB
Progress (5): 237 kB | 158 kB | 251 kB | 262 kB | 0.1/1.2 MB
Progress (5): 237 kB | 158 kB | 251 kB | 262 kB | 0.1/1.2 MB
                                                            
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 1.9 MB/s)
18:11:04 Progress (4): 158 kB | 251 kB | 262 kB | 0.1/1.2 MB
                                                   
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 2.0 MB/s)
18:11:04 Progress (3): 158 kB | 262 kB | 0.1/1.2 MB
                                          
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:11:04 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 2.1 MB/s)
18:11:04 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:11:04 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:11:04 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:11:04 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:11:04 Progress (1): 0.2/1.2 MB
Progress (1): 0.2/1.2 MB
Progress (1): 0.2/1.2 MB
Progress (2): 0.2/1.2 MB | 4.1/30 kB
Progress (2): 0.2/1.2 MB | 4.1/30 kB
Progress (2): 0.2/1.2 MB | 7.7/30 kB
Progress (2): 0.2/1.2 MB | 12/30 kB 
Progress (2): 0.2/1.2 MB | 16/30 kB
Progress (3): 0.2/1.2 MB | 16/30 kB | 4.1/52 kB
Progress (3): 0.2/1.2 MB | 16/30 kB | 7.7/52 kB
Progress (3): 0.2/1.2 MB | 16/30 kB | 7.7/52 kB
Progress (3): 0.2/1.2 MB | 16/30 kB | 12/52 kB 
Progress (3): 0.2/1.2 MB | 16/30 kB | 12/52 kB
Progress (3): 0.2/1.2 MB | 20/30 kB | 12/52 kB
Progress (3): 0.2/1.2 MB | 20/30 kB | 16/52 kB
Progress (3): 0.2/1.2 MB | 24/30 kB | 16/52 kB
Progress (3): 0.2/1.2 MB | 28/30 kB | 16/52 kB
Progress (3): 0.2/1.2 MB | 30 kB | 16/52 kB   
Progress (3): 0.2/1.2 MB | 30 kB | 16/52 kB
Progress (3): 0.2/1.2 MB | 30 kB | 20/52 kB
Progress (3): 0.2/1.2 MB | 30 kB | 20/52 kB
Progress (3): 0.2/1.2 MB | 30 kB | 24/52 kB
Progress (3): 0.2/1.2 MB | 30 kB | 28/52 kB
Progress (3): 0.2/1.2 MB | 30 kB | 32/52 kB
Progress (3): 0.2/1.2 MB | 30 kB | 32/52 kB
Progress (3): 0.2/1.2 MB | 30 kB | 32/52 kB
Progress (3): 0.2/1.2 MB | 30 kB | 36/52 kB
Progress (3): 0.2/1.2 MB | 30 kB | 40/52 kB
Progress (3): 0.2/1.2 MB | 30 kB | 40/52 kB
Progress (3): 0.2/1.2 MB | 30 kB | 45/52 kB
Progress (3): 0.2/1.2 MB | 30 kB | 45/52 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:11:04 Progress (2): 0.2/1.2 MB | 49/52 kB
Progress (2): 0.3/1.2 MB | 49/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:11:04 Progress (2): 0.3/1.2 MB | 49/52 kB
Progress (2): 0.3/1.2 MB | 52 kB   
Progress (2): 0.3/1.2 MB | 52 kB
Progress (2): 0.3/1.2 MB | 52 kB
Progress (2): 0.3/1.2 MB | 52 kB
Progress (2): 0.3/1.2 MB | 52 kB
Progress (2): 0.3/1.2 MB | 52 kB
Progress (2): 0.3/1.2 MB | 52 kB
Progress (3): 0.3/1.2 MB | 52 kB | 4.1/15 kB
Progress (3): 0.3/1.2 MB | 52 kB | 4.1/15 kB
Progress (3): 0.3/1.2 MB | 52 kB | 7.7/15 kB
Progress (3): 0.3/1.2 MB | 52 kB | 7.7/15 kB
Progress (3): 0.3/1.2 MB | 52 kB | 12/15 kB 
Progress (3): 0.3/1.2 MB | 52 kB | 15 kB   
Progress (3): 0.3/1.2 MB | 52 kB | 15 kB
Progress (3): 0.3/1.2 MB | 52 kB | 15 kB
Progress (3): 0.4/1.2 MB | 52 kB | 15 kB
Progress (3): 0.4/1.2 MB | 52 kB | 15 kB
Progress (3): 0.4/1.2 MB | 52 kB | 15 kB
Progress (3): 0.4/1.2 MB | 52 kB | 15 kB
Progress (3): 0.4/1.2 MB | 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 110 kB/s)
18:11:04 Progress (2): 0.4/1.2 MB | 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:11:04 Progress (2): 0.4/1.2 MB | 52 kB
Progress (2): 0.4/1.2 MB | 52 kB
Progress (2): 0.4/1.2 MB | 52 kB
Progress (2): 0.4/1.2 MB | 52 kB
Progress (2): 0.4/1.2 MB | 52 kB
Progress (2): 0.4/1.2 MB | 52 kB
Progress (2): 0.5/1.2 MB | 52 kB
Progress (2): 0.5/1.2 MB | 52 kB
Progress (2): 0.5/1.2 MB | 52 kB
Progress (2): 0.5/1.2 MB | 52 kB
Progress (2): 0.5/1.2 MB | 52 kB
Progress (2): 0.5/1.2 MB | 52 kB
Progress (2): 0.5/1.2 MB | 52 kB
Progress (2): 0.5/1.2 MB | 52 kB
Progress (2): 0.5/1.2 MB | 52 kB
Progress (2): 0.5/1.2 MB | 52 kB
Progress (2): 0.5/1.2 MB | 52 kB
Progress (2): 0.5/1.2 MB | 52 kB
Progress (2): 0.5/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 kB
Progress (2): 0.6/1.2 MB | 52 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.jar (52 kB at 358 kB/s)
18:11:04 Progress (1): 0.6/1.2 MB
                        
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:11:04 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 (2): 0.8/1.2 MB | 4.1/305 kB
Progress (2): 0.8/1.2 MB | 4.1/305 kB
Progress (2): 0.8/1.2 MB | 7.7/305 kB
Progress (2): 0.8/1.2 MB | 7.7/305 kB
Progress (2): 0.8/1.2 MB | 12/305 kB 
Progress (2): 0.8/1.2 MB | 12/305 kB
Progress (2): 0.8/1.2 MB | 16/305 kB
Progress (2): 0.8/1.2 MB | 16/305 kB
Progress (3): 0.8/1.2 MB | 16/305 kB | 4.1/50 kB
Progress (3): 0.8/1.2 MB | 16/305 kB | 7.7/50 kB
Progress (4): 0.8/1.2 MB | 16/305 kB | 7.7/50 kB | 4.1/37 kB
Progress (4): 0.8/1.2 MB | 20/305 kB | 7.7/50 kB | 4.1/37 kB
Progress (4): 0.8/1.2 MB | 20/305 kB | 12/50 kB | 4.1/37 kB 
Progress (4): 0.8/1.2 MB | 24/305 kB | 12/50 kB | 4.1/37 kB
Progress (4): 0.8/1.2 MB | 24/305 kB | 12/50 kB | 4.1/37 kB
Progress (4): 0.8/1.2 MB | 24/305 kB | 12/50 kB | 7.7/37 kB
Progress (4): 0.8/1.2 MB | 24/305 kB | 12/50 kB | 7.7/37 kB
Progress (4): 0.8/1.2 MB | 28/305 kB | 12/50 kB | 7.7/37 kB
Progress (4): 0.8/1.2 MB | 28/305 kB | 16/50 kB | 7.7/37 kB
Progress (4): 0.8/1.2 MB | 32/305 kB | 16/50 kB | 7.7/37 kB
Progress (4): 0.8/1.2 MB | 32/305 kB | 16/50 kB | 12/37 kB 
Progress (4): 0.8/1.2 MB | 32/305 kB | 16/50 kB | 16/37 kB
Progress (4): 0.8/1.2 MB | 32/305 kB | 16/50 kB | 16/37 kB
Progress (4): 0.8/1.2 MB | 32/305 kB | 20/50 kB | 16/37 kB
Progress (4): 0.9/1.2 MB | 32/305 kB | 20/50 kB | 16/37 kB
Progress (4): 0.9/1.2 MB | 36/305 kB | 20/50 kB | 16/37 kB
Progress (4): 0.9/1.2 MB | 36/305 kB | 20/50 kB | 20/37 kB
Progress (4): 0.9/1.2 MB | 36/305 kB | 24/50 kB | 20/37 kB
Progress (4): 0.9/1.2 MB | 36/305 kB | 24/50 kB | 24/37 kB
Progress (4): 0.9/1.2 MB | 40/305 kB | 24/50 kB | 24/37 kB
Progress (4): 0.9/1.2 MB | 40/305 kB | 24/50 kB | 28/37 kB
Progress (4): 0.9/1.2 MB | 40/305 kB | 24/50 kB | 28/37 kB
Progress (4): 0.9/1.2 MB | 40/305 kB | 28/50 kB | 28/37 kB
Progress (4): 0.9/1.2 MB | 40/305 kB | 28/50 kB | 28/37 kB
Progress (5): 0.9/1.2 MB | 40/305 kB | 28/50 kB | 28/37 kB | 4.1/11 kB
Progress (5): 0.9/1.2 MB | 40/305 kB | 28/50 kB | 32/37 kB | 4.1/11 kB
Progress (5): 0.9/1.2 MB | 45/305 kB | 28/50 kB | 32/37 kB | 4.1/11 kB
Progress (5): 0.9/1.2 MB | 45/305 kB | 28/50 kB | 32/37 kB | 4.1/11 kB
Progress (5): 0.9/1.2 MB | 45/305 kB | 28/50 kB | 32/37 kB | 7.7/11 kB
Progress (5): 0.9/1.2 MB | 45/305 kB | 32/50 kB | 32/37 kB | 7.7/11 kB
Progress (5): 0.9/1.2 MB | 45/305 kB | 32/50 kB | 32/37 kB | 11 kB    
Progress (5): 0.9/1.2 MB | 45/305 kB | 32/50 kB | 32/37 kB | 11 kB
Progress (5): 0.9/1.2 MB | 45/305 kB | 32/50 kB | 36/37 kB | 11 kB
Progress (5): 0.9/1.2 MB | 49/305 kB | 32/50 kB | 36/37 kB | 11 kB
Progress (5): 0.9/1.2 MB | 49/305 kB | 32/50 kB | 37 kB | 11 kB   
Progress (5): 0.9/1.2 MB | 49/305 kB | 36/50 kB | 37 kB | 11 kB
Progress (5): 0.9/1.2 MB | 49/305 kB | 36/50 kB | 37 kB | 11 kB
Progress (5): 0.9/1.2 MB | 49/305 kB | 40/50 kB | 37 kB | 11 kB
Progress (5): 0.9/1.2 MB | 49/305 kB | 40/50 kB | 37 kB | 11 kB
Progress (5): 0.9/1.2 MB | 53/305 kB | 40/50 kB | 37 kB | 11 kB
Progress (5): 0.9/1.2 MB | 53/305 kB | 45/50 kB | 37 kB | 11 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.jar (11 kB at 60 kB/s)
18:11:04 Progress (4): 0.9/1.2 MB | 57/305 kB | 45/50 kB | 37 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:11:04 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 211 kB/s)
18:11:04 Progress (3): 0.9/1.2 MB | 57/305 kB | 45/50 kB
Progress (3): 0.9/1.2 MB | 57/305 kB | 49/50 kB
Progress (3): 0.9/1.2 MB | 57/305 kB | 49/50 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:11:04 Progress (3): 0.9/1.2 MB | 61/305 kB | 49/50 kB
Progress (3): 0.9/1.2 MB | 61/305 kB | 50 kB   
Progress (3): 0.9/1.2 MB | 61/305 kB | 50 kB
Progress (3): 0.9/1.2 MB | 65/305 kB | 50 kB
Progress (3): 0.9/1.2 MB | 65/305 kB | 50 kB
Progress (3): 0.9/1.2 MB | 69/305 kB | 50 kB
Progress (3): 0.9/1.2 MB | 69/305 kB | 50 kB
Progress (3): 0.9/1.2 MB | 73/305 kB | 50 kB
Progress (3): 0.9/1.2 MB | 73/305 kB | 50 kB
Progress (3): 0.9/1.2 MB | 77/305 kB | 50 kB
Progress (3): 0.9/1.2 MB | 81/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 81/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 85/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 85/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 90/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 94/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 98/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 98/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 98/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 102/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 106/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 110/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 114/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 114/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 114/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 118/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 122/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 126/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 126/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 131/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 131/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 135/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 135/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 139/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 139/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 143/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 147/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 147/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 147/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 151/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 155/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 159/305 kB | 50 kB
Progress (3): 1.0/1.2 MB | 163/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 163/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 163/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 167/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 171/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 176/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 176/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 180/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 180/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 184/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 184/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 188/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 188/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 192/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 196/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 196/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 196/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 200/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 204/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 208/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 212/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 212/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 212/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 217/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 221/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 225/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 225/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 229/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 229/305 kB | 50 kB
Progress (3): 1.1/1.2 MB | 233/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 233/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 237/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 237/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 241/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 245/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 245/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 249/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 249/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 253/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 258/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 262/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 262/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 262/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 266/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 270/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 274/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 274/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 278/305 kB | 50 kB
Progress (3): 1.2/1.2 MB | 278/305 kB | 50 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 264 kB/s)
18:11:04 Progress (2): 1.2/1.2 MB | 282/305 kB
Progress (3): 1.2/1.2 MB | 282/305 kB | 4.1/7.7 kB
Progress (3): 1.2 MB | 282/305 kB | 4.1/7.7 kB    
Progress (4): 1.2 MB | 282/305 kB | 4.1/7.7 kB | 4.1/392 kB
Progress (4): 1.2 MB | 282/305 kB | 7.7/7.7 kB | 4.1/392 kB
Progress (4): 1.2 MB | 286/305 kB | 7.7/7.7 kB | 4.1/392 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:11:04 Progress (4): 1.2 MB | 290/305 kB | 7.7/7.7 kB | 4.1/392 kB
Progress (4): 1.2 MB | 290/305 kB | 7.7 kB | 4.1/392 kB    
Progress (4): 1.2 MB | 290/305 kB | 7.7 kB | 7.7/392 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 6.3 MB/s)
18:11:04 Progress (3): 294/305 kB | 7.7 kB | 7.7/392 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:11:04 Progress (3): 294/305 kB | 7.7 kB | 12/392 kB
Progress (3): 298/305 kB | 7.7 kB | 12/392 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 40 kB/s)
18:11:04 Progress (2): 298/305 kB | 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:11:04 Progress (2): 303/305 kB | 16/392 kB
Progress (2): 303/305 kB | 20/392 kB
Progress (2): 305 kB | 20/392 kB    
Progress (2): 305 kB | 24/392 kB
Progress (2): 305 kB | 28/392 kB
Progress (2): 305 kB | 32/392 kB
Progress (2): 305 kB | 36/392 kB
Progress (2): 305 kB | 40/392 kB
Progress (2): 305 kB | 45/392 kB
Progress (2): 305 kB | 49/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.6 MB/s)
18:11:04 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:11:04 Progress (2): 49/392 kB | 4.1/189 kB
Progress (2): 53/392 kB | 4.1/189 kB
Progress (2): 53/392 kB | 7.7/189 kB
Progress (2): 57/392 kB | 7.7/189 kB
Progress (2): 57/392 kB | 12/189 kB 
Progress (2): 61/392 kB | 12/189 kB
Progress (2): 61/392 kB | 16/189 kB
Progress (2): 65/392 kB | 16/189 kB
Progress (2): 65/392 kB | 20/189 kB
Progress (2): 69/392 kB | 20/189 kB
Progress (2): 69/392 kB | 24/189 kB
Progress (2): 73/392 kB | 24/189 kB
Progress (2): 73/392 kB | 28/189 kB
Progress (2): 77/392 kB | 28/189 kB
Progress (2): 77/392 kB | 32/189 kB
Progress (2): 81/392 kB | 32/189 kB
Progress (3): 81/392 kB | 32/189 kB | 4.1/168 kB
Progress (3): 85/392 kB | 32/189 kB | 4.1/168 kB
Progress (3): 85/392 kB | 32/189 kB | 7.7/168 kB
Progress (3): 85/392 kB | 36/189 kB | 7.7/168 kB
Progress (3): 85/392 kB | 36/189 kB | 12/168 kB 
Progress (3): 90/392 kB | 36/189 kB | 12/168 kB
Progress (3): 90/392 kB | 36/189 kB | 16/168 kB
Progress (3): 90/392 kB | 40/189 kB | 16/168 kB
Progress (3): 94/392 kB | 40/189 kB | 16/168 kB
Progress (3): 94/392 kB | 45/189 kB | 16/168 kB
Progress (3): 98/392 kB | 45/189 kB | 16/168 kB
Progress (3): 98/392 kB | 49/189 kB | 16/168 kB
Progress (3): 98/392 kB | 49/189 kB | 20/168 kB
Progress (3): 98/392 kB | 49/189 kB | 24/168 kB
Progress (3): 98/392 kB | 49/189 kB | 28/168 kB
Progress (3): 102/392 kB | 49/189 kB | 28/168 kB
Progress (3): 102/392 kB | 49/189 kB | 32/168 kB
Progress (3): 106/392 kB | 49/189 kB | 32/168 kB
Progress (3): 106/392 kB | 53/189 kB | 32/168 kB
Progress (3): 110/392 kB | 53/189 kB | 32/168 kB
Progress (3): 110/392 kB | 57/189 kB | 32/168 kB
Progress (3): 114/392 kB | 57/189 kB | 32/168 kB
Progress (3): 114/392 kB | 57/189 kB | 36/168 kB
Progress (3): 114/392 kB | 61/189 kB | 36/168 kB
Progress (3): 114/392 kB | 61/189 kB | 40/168 kB
Progress (3): 114/392 kB | 65/189 kB | 40/168 kB
Progress (3): 114/392 kB | 65/189 kB | 45/168 kB
Progress (3): 118/392 kB | 65/189 kB | 45/168 kB
Progress (3): 118/392 kB | 65/189 kB | 49/168 kB
Progress (3): 122/392 kB | 65/189 kB | 49/168 kB
Progress (3): 122/392 kB | 69/189 kB | 49/168 kB
Progress (3): 126/392 kB | 69/189 kB | 49/168 kB
Progress (3): 126/392 kB | 73/189 kB | 49/168 kB
Progress (3): 131/392 kB | 73/189 kB | 49/168 kB
Progress (3): 131/392 kB | 77/189 kB | 49/168 kB
Progress (3): 131/392 kB | 77/189 kB | 53/168 kB
Progress (3): 131/392 kB | 81/189 kB | 53/168 kB
Progress (3): 131/392 kB | 81/189 kB | 57/168 kB
Progress (3): 131/392 kB | 81/189 kB | 61/168 kB
Progress (3): 135/392 kB | 81/189 kB | 61/168 kB
Progress (3): 135/392 kB | 81/189 kB | 65/168 kB
Progress (3): 139/392 kB | 81/189 kB | 65/168 kB
Progress (3): 139/392 kB | 85/189 kB | 65/168 kB
Progress (3): 143/392 kB | 85/189 kB | 65/168 kB
Progress (3): 143/392 kB | 90/189 kB | 65/168 kB
Progress (3): 147/392 kB | 90/189 kB | 65/168 kB
Progress (3): 147/392 kB | 94/189 kB | 65/168 kB
Progress (3): 147/392 kB | 94/189 kB | 69/168 kB
Progress (3): 147/392 kB | 98/189 kB | 69/168 kB
Progress (3): 147/392 kB | 98/189 kB | 73/168 kB
Progress (3): 147/392 kB | 98/189 kB | 77/168 kB
Progress (3): 151/392 kB | 98/189 kB | 77/168 kB
Progress (3): 151/392 kB | 98/189 kB | 81/168 kB
Progress (3): 151/392 kB | 102/189 kB | 81/168 kB
Progress (3): 155/392 kB | 102/189 kB | 81/168 kB
Progress (3): 159/392 kB | 102/189 kB | 81/168 kB
Progress (3): 163/392 kB | 102/189 kB | 81/168 kB
Progress (3): 163/392 kB | 102/189 kB | 85/168 kB
Progress (3): 163/392 kB | 102/189 kB | 90/168 kB
Progress (3): 163/392 kB | 102/189 kB | 94/168 kB
Progress (3): 163/392 kB | 102/189 kB | 98/168 kB
Progress (3): 163/392 kB | 102/189 kB | 102/168 kB
Progress (3): 163/392 kB | 102/189 kB | 106/168 kB
Progress (3): 163/392 kB | 106/189 kB | 106/168 kB
Progress (3): 163/392 kB | 106/189 kB | 110/168 kB
Progress (3): 167/392 kB | 106/189 kB | 110/168 kB
Progress (3): 167/392 kB | 106/189 kB | 114/168 kB
Progress (3): 167/392 kB | 110/189 kB | 114/168 kB
Progress (3): 171/392 kB | 110/189 kB | 114/168 kB
Progress (3): 171/392 kB | 114/189 kB | 114/168 kB
Progress (3): 176/392 kB | 114/189 kB | 114/168 kB
Progress (3): 176/392 kB | 114/189 kB | 118/168 kB
Progress (4): 176/392 kB | 114/189 kB | 118/168 kB | 4.1/571 kB
Progress (4): 176/392 kB | 114/189 kB | 122/168 kB | 4.1/571 kB
Progress (4): 180/392 kB | 114/189 kB | 122/168 kB | 4.1/571 kB
Progress (4): 180/392 kB | 114/189 kB | 126/168 kB | 4.1/571 kB
Progress (4): 180/392 kB | 118/189 kB | 126/168 kB | 4.1/571 kB
Progress (4): 180/392 kB | 118/189 kB | 126/168 kB | 7.7/571 kB
Progress (4): 180/392 kB | 122/189 kB | 126/168 kB | 7.7/571 kB
Progress (4): 180/392 kB | 122/189 kB | 131/168 kB | 7.7/571 kB
Progress (4): 180/392 kB | 126/189 kB | 131/168 kB | 7.7/571 kB
Progress (4): 184/392 kB | 126/189 kB | 131/168 kB | 7.7/571 kB
Progress (4): 184/392 kB | 126/189 kB | 131/168 kB | 12/571 kB 
Progress (4): 188/392 kB | 126/189 kB | 131/168 kB | 12/571 kB
Progress (4): 188/392 kB | 131/189 kB | 131/168 kB | 12/571 kB
Progress (5): 188/392 kB | 131/189 kB | 131/168 kB | 12/571 kB | 4.1/91 kB
Progress (5): 192/392 kB | 131/189 kB | 131/168 kB | 12/571 kB | 4.1/91 kB
Progress (5): 192/392 kB | 131/189 kB | 131/168 kB | 16/571 kB | 4.1/91 kB
Progress (5): 192/392 kB | 131/189 kB | 135/168 kB | 16/571 kB | 4.1/91 kB
Progress (5): 192/392 kB | 135/189 kB | 135/168 kB | 16/571 kB | 4.1/91 kB
Progress (5): 196/392 kB | 135/189 kB | 135/168 kB | 16/571 kB | 4.1/91 kB
Progress (5): 196/392 kB | 135/189 kB | 135/168 kB | 16/571 kB | 7.7/91 kB
Progress (5): 196/392 kB | 135/189 kB | 135/168 kB | 20/571 kB | 7.7/91 kB
Progress (5): 196/392 kB | 139/189 kB | 135/168 kB | 20/571 kB | 7.7/91 kB
Progress (5): 196/392 kB | 139/189 kB | 139/168 kB | 20/571 kB | 7.7/91 kB
Progress (5): 196/392 kB | 143/189 kB | 139/168 kB | 20/571 kB | 7.7/91 kB
Progress (5): 200/392 kB | 143/189 kB | 139/168 kB | 20/571 kB | 7.7/91 kB
Progress (5): 200/392 kB | 143/189 kB | 139/168 kB | 24/571 kB | 7.7/91 kB
Progress (5): 200/392 kB | 143/189 kB | 139/168 kB | 24/571 kB | 12/91 kB 
Progress (5): 200/392 kB | 143/189 kB | 139/168 kB | 28/571 kB | 12/91 kB
Progress (5): 204/392 kB | 143/189 kB | 139/168 kB | 28/571 kB | 12/91 kB
Progress (5): 204/392 kB | 147/189 kB | 139/168 kB | 28/571 kB | 12/91 kB
Progress (5): 204/392 kB | 147/189 kB | 143/168 kB | 28/571 kB | 12/91 kB
Progress (5): 208/392 kB | 147/189 kB | 143/168 kB | 28/571 kB | 12/91 kB
Progress (5): 208/392 kB | 147/189 kB | 143/168 kB | 32/571 kB | 12/91 kB
Progress (5): 208/392 kB | 147/189 kB | 143/168 kB | 32/571 kB | 16/91 kB
Progress (5): 208/392 kB | 151/189 kB | 143/168 kB | 32/571 kB | 16/91 kB
Progress (5): 212/392 kB | 151/189 kB | 143/168 kB | 32/571 kB | 16/91 kB
Progress (5): 212/392 kB | 151/189 kB | 147/168 kB | 32/571 kB | 16/91 kB
Progress (5): 212/392 kB | 151/189 kB | 147/168 kB | 36/571 kB | 16/91 kB
Progress (5): 212/392 kB | 155/189 kB | 147/168 kB | 36/571 kB | 16/91 kB
Progress (5): 212/392 kB | 155/189 kB | 147/168 kB | 40/571 kB | 16/91 kB
Progress (5): 212/392 kB | 155/189 kB | 147/168 kB | 40/571 kB | 20/91 kB
Progress (5): 212/392 kB | 155/189 kB | 147/168 kB | 45/571 kB | 20/91 kB
Progress (5): 212/392 kB | 155/189 kB | 151/168 kB | 45/571 kB | 20/91 kB
Progress (5): 217/392 kB | 155/189 kB | 151/168 kB | 45/571 kB | 20/91 kB
Progress (5): 217/392 kB | 159/189 kB | 151/168 kB | 45/571 kB | 20/91 kB
Progress (5): 221/392 kB | 159/189 kB | 151/168 kB | 45/571 kB | 20/91 kB
Progress (5): 221/392 kB | 159/189 kB | 155/168 kB | 45/571 kB | 20/91 kB
Progress (5): 221/392 kB | 159/189 kB | 155/168 kB | 49/571 kB | 20/91 kB
Progress (5): 221/392 kB | 159/189 kB | 155/168 kB | 49/571 kB | 24/91 kB
Progress (5): 221/392 kB | 159/189 kB | 159/168 kB | 49/571 kB | 24/91 kB
Progress (5): 225/392 kB | 159/189 kB | 159/168 kB | 49/571 kB | 24/91 kB
Progress (5): 225/392 kB | 163/189 kB | 159/168 kB | 49/571 kB | 24/91 kB
Progress (5): 229/392 kB | 163/189 kB | 159/168 kB | 49/571 kB | 24/91 kB
Progress (5): 229/392 kB | 163/189 kB | 159/168 kB | 53/571 kB | 24/91 kB
Progress (5): 229/392 kB | 163/189 kB | 163/168 kB | 53/571 kB | 24/91 kB
Progress (5): 229/392 kB | 163/189 kB | 163/168 kB | 53/571 kB | 28/91 kB
Progress (5): 229/392 kB | 163/189 kB | 163/168 kB | 57/571 kB | 28/91 kB
Progress (5): 229/392 kB | 167/189 kB | 163/168 kB | 57/571 kB | 28/91 kB
Progress (5): 229/392 kB | 167/189 kB | 163/168 kB | 57/571 kB | 32/91 kB
Progress (5): 229/392 kB | 167/189 kB | 167/168 kB | 57/571 kB | 32/91 kB
Progress (5): 229/392 kB | 171/189 kB | 167/168 kB | 57/571 kB | 32/91 kB
Progress (5): 233/392 kB | 171/189 kB | 167/168 kB | 57/571 kB | 32/91 kB
Progress (5): 233/392 kB | 171/189 kB | 167/168 kB | 61/571 kB | 32/91 kB
Progress (5): 237/392 kB | 171/189 kB | 167/168 kB | 61/571 kB | 32/91 kB
Progress (5): 237/392 kB | 171/189 kB | 167/168 kB | 61/571 kB | 36/91 kB
Progress (5): 237/392 kB | 176/189 kB | 167/168 kB | 61/571 kB | 36/91 kB
Progress (5): 237/392 kB | 176/189 kB | 168 kB | 61/571 kB | 36/91 kB    
Progress (5): 237/392 kB | 180/189 kB | 168 kB | 61/571 kB | 36/91 kB
Progress (5): 237/392 kB | 180/189 kB | 168 kB | 61/571 kB | 40/91 kB
Progress (5): 241/392 kB | 180/189 kB | 168 kB | 61/571 kB | 40/91 kB
Progress (5): 241/392 kB | 180/189 kB | 168 kB | 65/571 kB | 40/91 kB
Progress (5): 245/392 kB | 180/189 kB | 168 kB | 65/571 kB | 40/91 kB
Progress (5): 245/392 kB | 184/189 kB | 168 kB | 65/571 kB | 40/91 kB
Progress (5): 245/392 kB | 184/189 kB | 168 kB | 65/571 kB | 45/91 kB
Progress (5): 245/392 kB | 184/189 kB | 168 kB | 69/571 kB | 45/91 kB
Progress (5): 245/392 kB | 188/189 kB | 168 kB | 69/571 kB | 45/91 kB
Progress (5): 249/392 kB | 188/189 kB | 168 kB | 69/571 kB | 45/91 kB
Progress (5): 249/392 kB | 188/189 kB | 168 kB | 73/571 kB | 45/91 kB
Progress (5): 249/392 kB | 188/189 kB | 168 kB | 73/571 kB | 49/91 kB
Progress (5): 249/392 kB | 188/189 kB | 168 kB | 77/571 kB | 49/91 kB
Progress (5): 253/392 kB | 188/189 kB | 168 kB | 77/571 kB | 49/91 kB
Progress (5): 253/392 kB | 189 kB | 168 kB | 77/571 kB | 49/91 kB    
Progress (5): 258/392 kB | 189 kB | 168 kB | 77/571 kB | 49/91 kB
Progress (5): 258/392 kB | 189 kB | 168 kB | 81/571 kB | 49/91 kB
Progress (5): 262/392 kB | 189 kB | 168 kB | 81/571 kB | 49/91 kB
Progress (5): 262/392 kB | 189 kB | 168 kB | 81/571 kB | 53/91 kB
Progress (5): 262/392 kB | 189 kB | 168 kB | 81/571 kB | 57/91 kB
Progress (5): 262/392 kB | 189 kB | 168 kB | 85/571 kB | 57/91 kB
Progress (5): 262/392 kB | 189 kB | 168 kB | 85/571 kB | 61/91 kB
Progress (5): 266/392 kB | 189 kB | 168 kB | 85/571 kB | 61/91 kB
Progress (5): 266/392 kB | 189 kB | 168 kB | 90/571 kB | 61/91 kB
Progress (5): 270/392 kB | 189 kB | 168 kB | 90/571 kB | 61/91 kB
Progress (5): 270/392 kB | 189 kB | 168 kB | 90/571 kB | 65/91 kB
Progress (5): 274/392 kB | 189 kB | 168 kB | 90/571 kB | 65/91 kB
Progress (5): 274/392 kB | 189 kB | 168 kB | 94/571 kB | 65/91 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 669 kB/s)
18:11:04 Progress (4): 278/392 kB | 168 kB | 94/571 kB | 65/91 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:11:04 Progress (4): 278/392 kB | 168 kB | 94/571 kB | 69/91 kB
Progress (4): 278/392 kB | 168 kB | 98/571 kB | 69/91 kB
Progress (4): 282/392 kB | 168 kB | 98/571 kB | 69/91 kB
Progress (4): 282/392 kB | 168 kB | 98/571 kB | 73/91 kB
Progress (4): 286/392 kB | 168 kB | 98/571 kB | 73/91 kB
Progress (4): 286/392 kB | 168 kB | 98/571 kB | 77/91 kB
Progress (4): 286/392 kB | 168 kB | 102/571 kB | 77/91 kB
Progress (4): 290/392 kB | 168 kB | 102/571 kB | 77/91 kB
Progress (4): 290/392 kB | 168 kB | 106/571 kB | 77/91 kB
Progress (4): 290/392 kB | 168 kB | 106/571 kB | 81/91 kB
Progress (4): 290/392 kB | 168 kB | 110/571 kB | 81/91 kB
Progress (4): 294/392 kB | 168 kB | 110/571 kB | 81/91 kB
Progress (4): 294/392 kB | 168 kB | 114/571 kB | 81/91 kB
Progress (4): 294/392 kB | 168 kB | 114/571 kB | 85/91 kB
Progress (4): 294/392 kB | 168 kB | 114/571 kB | 90/91 kB
Progress (4): 294/392 kB | 168 kB | 114/571 kB | 91 kB   
Progress (4): 294/392 kB | 168 kB | 118/571 kB | 91 kB
Progress (4): 298/392 kB | 168 kB | 118/571 kB | 91 kB
Progress (4): 298/392 kB | 168 kB | 122/571 kB | 91 kB
Progress (4): 303/392 kB | 168 kB | 122/571 kB | 91 kB
Progress (4): 303/392 kB | 168 kB | 126/571 kB | 91 kB
Progress (4): 307/392 kB | 168 kB | 126/571 kB | 91 kB
Progress (5): 307/392 kB | 168 kB | 126/571 kB | 91 kB | 4.1/38 kB
Progress (5): 311/392 kB | 168 kB | 126/571 kB | 91 kB | 4.1/38 kB
Progress (5): 311/392 kB | 168 kB | 131/571 kB | 91 kB | 4.1/38 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 319 kB/s)
18:11:04 Progress (4): 311/392 kB | 168 kB | 131/571 kB | 7.7/38 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:11:04 Progress (4): 311/392 kB | 168 kB | 135/571 kB | 7.7/38 kB
Progress (4): 315/392 kB | 168 kB | 135/571 kB | 7.7/38 kB
Progress (4): 315/392 kB | 168 kB | 139/571 kB | 7.7/38 kB
Progress (4): 315/392 kB | 168 kB | 139/571 kB | 12/38 kB 
Progress (4): 315/392 kB | 168 kB | 143/571 kB | 12/38 kB
Progress (4): 319/392 kB | 168 kB | 143/571 kB | 12/38 kB
Progress (4): 319/392 kB | 168 kB | 147/571 kB | 12/38 kB
Progress (4): 319/392 kB | 168 kB | 147/571 kB | 16/38 kB
Progress (4): 323/392 kB | 168 kB | 147/571 kB | 16/38 kB
Progress (4): 327/392 kB | 168 kB | 147/571 kB | 16/38 kB
Progress (4): 327/392 kB | 168 kB | 151/571 kB | 16/38 kB
Progress (4): 327/392 kB | 168 kB | 155/571 kB | 16/38 kB
Progress (5): 327/392 kB | 168 kB | 155/571 kB | 16/38 kB | 4.1/65 kB
Progress (5): 327/392 kB | 168 kB | 155/571 kB | 20/38 kB | 4.1/65 kB
Progress (5): 327/392 kB | 168 kB | 159/571 kB | 20/38 kB | 4.1/65 kB
Progress (5): 331/392 kB | 168 kB | 159/571 kB | 20/38 kB | 4.1/65 kB
Progress (5): 331/392 kB | 168 kB | 159/571 kB | 24/38 kB | 4.1/65 kB
Progress (5): 331/392 kB | 168 kB | 159/571 kB | 24/38 kB | 7.7/65 kB
Progress (5): 331/392 kB | 168 kB | 159/571 kB | 28/38 kB | 7.7/65 kB
Progress (5): 335/392 kB | 168 kB | 159/571 kB | 28/38 kB | 7.7/65 kB
Progress (5): 335/392 kB | 168 kB | 163/571 kB | 28/38 kB | 7.7/65 kB
Progress (5): 339/392 kB | 168 kB | 163/571 kB | 28/38 kB | 7.7/65 kB
Progress (5): 339/392 kB | 168 kB | 163/571 kB | 32/38 kB | 7.7/65 kB
Progress (5): 339/392 kB | 168 kB | 163/571 kB | 32/38 kB | 12/65 kB 
Progress (5): 344/392 kB | 168 kB | 163/571 kB | 32/38 kB | 12/65 kB
Progress (5): 344/392 kB | 168 kB | 163/571 kB | 36/38 kB | 12/65 kB
Progress (5): 344/392 kB | 168 kB | 163/571 kB | 36/38 kB | 16/65 kB
Progress (5): 344/392 kB | 168 kB | 167/571 kB | 36/38 kB | 16/65 kB
Progress (5): 344/392 kB | 168 kB | 167/571 kB | 38 kB | 16/65 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 579 kB/s)
18:11:04 Progress (4): 344/392 kB | 167/571 kB | 38 kB | 20/65 kB
Progress (4): 344/392 kB | 171/571 kB | 38 kB | 20/65 kB
Progress (4): 348/392 kB | 171/571 kB | 38 kB | 20/65 kB
Progress (4): 348/392 kB | 176/571 kB | 38 kB | 20/65 kB
Progress (4): 348/392 kB | 176/571 kB | 38 kB | 24/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:11:04 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 130 kB/s)
18:11:04 Progress (3): 348/392 kB | 176/571 kB | 28/65 kB
Progress (3): 348/392 kB | 180/571 kB | 28/65 kB
Progress (3): 352/392 kB | 180/571 kB | 28/65 kB
Progress (3): 352/392 kB | 180/571 kB | 32/65 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:11:04 Progress (3): 352/392 kB | 184/571 kB | 32/65 kB
Progress (3): 356/392 kB | 184/571 kB | 32/65 kB
Progress (3): 356/392 kB | 188/571 kB | 32/65 kB
Progress (3): 356/392 kB | 188/571 kB | 36/65 kB
Progress (3): 356/392 kB | 192/571 kB | 36/65 kB
Progress (3): 360/392 kB | 192/571 kB | 36/65 kB
Progress (3): 360/392 kB | 196/571 kB | 36/65 kB
Progress (3): 360/392 kB | 196/571 kB | 40/65 kB
Progress (4): 360/392 kB | 196/571 kB | 40/65 kB | 4.1/109 kB
Progress (4): 360/392 kB | 196/571 kB | 45/65 kB | 4.1/109 kB
Progress (4): 360/392 kB | 196/571 kB | 45/65 kB | 7.7/109 kB
Progress (4): 364/392 kB | 196/571 kB | 45/65 kB | 7.7/109 kB
Progress (4): 364/392 kB | 196/571 kB | 49/65 kB | 7.7/109 kB
Progress (4): 364/392 kB | 200/571 kB | 49/65 kB | 7.7/109 kB
Progress (4): 368/392 kB | 200/571 kB | 49/65 kB | 7.7/109 kB
Progress (4): 368/392 kB | 200/571 kB | 49/65 kB | 12/109 kB 
Progress (4): 372/392 kB | 200/571 kB | 49/65 kB | 12/109 kB
Progress (4): 372/392 kB | 204/571 kB | 49/65 kB | 12/109 kB
Progress (4): 376/392 kB | 204/571 kB | 49/65 kB | 12/109 kB
Progress (4): 376/392 kB | 204/571 kB | 53/65 kB | 12/109 kB
Progress (4): 376/392 kB | 204/571 kB | 53/65 kB | 16/109 kB
Progress (4): 376/392 kB | 204/571 kB | 57/65 kB | 16/109 kB
Progress (4): 376/392 kB | 208/571 kB | 57/65 kB | 16/109 kB
Progress (4): 376/392 kB | 208/571 kB | 61/65 kB | 16/109 kB
Progress (4): 380/392 kB | 208/571 kB | 61/65 kB | 16/109 kB
Progress (4): 380/392 kB | 212/571 kB | 61/65 kB | 16/109 kB
Progress (4): 384/392 kB | 212/571 kB | 61/65 kB | 16/109 kB
Progress (4): 384/392 kB | 212/571 kB | 65/65 kB | 16/109 kB
Progress (4): 389/392 kB | 212/571 kB | 65/65 kB | 16/109 kB
Progress (4): 389/392 kB | 212/571 kB | 65/65 kB | 20/109 kB
Progress (4): 389/392 kB | 217/571 kB | 65/65 kB | 20/109 kB
Progress (4): 392 kB | 217/571 kB | 65/65 kB | 20/109 kB    
Progress (4): 392 kB | 217/571 kB | 65 kB | 20/109 kB   
Progress (4): 392 kB | 221/571 kB | 65 kB | 20/109 kB
Progress (4): 392 kB | 221/571 kB | 65 kB | 24/109 kB
Progress (4): 392 kB | 225/571 kB | 65 kB | 24/109 kB
Progress (4): 392 kB | 225/571 kB | 65 kB | 28/109 kB
Progress (4): 392 kB | 229/571 kB | 65 kB | 28/109 kB
Progress (4): 392 kB | 229/571 kB | 65 kB | 32/109 kB
Progress (4): 392 kB | 233/571 kB | 65 kB | 32/109 kB
Progress (4): 392 kB | 237/571 kB | 65 kB | 32/109 kB
Progress (4): 392 kB | 241/571 kB | 65 kB | 32/109 kB
Progress (4): 392 kB | 241/571 kB | 65 kB | 36/109 kB
Progress (4): 392 kB | 245/571 kB | 65 kB | 36/109 kB
Progress (4): 392 kB | 245/571 kB | 65 kB | 40/109 kB
Progress (4): 392 kB | 245/571 kB | 65 kB | 45/109 kB
Progress (4): 392 kB | 245/571 kB | 65 kB | 49/109 kB
Progress (4): 392 kB | 249/571 kB | 65 kB | 49/109 kB
Progress (4): 392 kB | 253/571 kB | 65 kB | 49/109 kB
Progress (4): 392 kB | 258/571 kB | 65 kB | 49/109 kB
Progress (4): 392 kB | 258/571 kB | 65 kB | 53/109 kB
Progress (4): 392 kB | 262/571 kB | 65 kB | 53/109 kB
Progress (4): 392 kB | 262/571 kB | 65 kB | 57/109 kB
Progress (4): 392 kB | 262/571 kB | 65 kB | 61/109 kB
Progress (4): 392 kB | 262/571 kB | 65 kB | 65/109 kB
Progress (4): 392 kB | 266/571 kB | 65 kB | 65/109 kB
Progress (4): 392 kB | 270/571 kB | 65 kB | 65/109 kB
Progress (4): 392 kB | 274/571 kB | 65 kB | 65/109 kB
Progress (4): 392 kB | 274/571 kB | 65 kB | 69/109 kB
Progress (4): 392 kB | 278/571 kB | 65 kB | 69/109 kB
Progress (4): 392 kB | 278/571 kB | 65 kB | 73/109 kB
Progress (4): 392 kB | 278/571 kB | 65 kB | 77/109 kB
Progress (4): 392 kB | 278/571 kB | 65 kB | 81/109 kB
Progress (4): 392 kB | 282/571 kB | 65 kB | 81/109 kB
Progress (4): 392 kB | 286/571 kB | 65 kB | 81/109 kB
Progress (4): 392 kB | 290/571 kB | 65 kB | 81/109 kB
Progress (4): 392 kB | 290/571 kB | 65 kB | 85/109 kB
Progress (4): 392 kB | 294/571 kB | 65 kB | 85/109 kB
Progress (4): 392 kB | 294/571 kB | 65 kB | 90/109 kB
Progress (4): 392 kB | 294/571 kB | 65 kB | 94/109 kB
Progress (4): 392 kB | 294/571 kB | 65 kB | 98/109 kB
Progress (4): 392 kB | 298/571 kB | 65 kB | 98/109 kB
Progress (4): 392 kB | 303/571 kB | 65 kB | 98/109 kB
Progress (4): 392 kB | 303/571 kB | 65 kB | 102/109 kB
Progress (4): 392 kB | 307/571 kB | 65 kB | 102/109 kB
Progress (4): 392 kB | 307/571 kB | 65 kB | 106/109 kB
Progress (4): 392 kB | 311/571 kB | 65 kB | 106/109 kB
Progress (4): 392 kB | 311/571 kB | 65 kB | 109 kB    
Progress (4): 392 kB | 315/571 kB | 65 kB | 109 kB
Progress (4): 392 kB | 319/571 kB | 65 kB | 109 kB
Progress (4): 392 kB | 323/571 kB | 65 kB | 109 kB
Progress (4): 392 kB | 327/571 kB | 65 kB | 109 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 360 kB/s)
18:11:04 Progress (3): 392 kB | 331/571 kB | 65 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:11:04 Progress (3): 392 kB | 335/571 kB | 65 kB
Progress (3): 392 kB | 339/571 kB | 65 kB
Progress (3): 392 kB | 344/571 kB | 65 kB
Progress (3): 392 kB | 348/571 kB | 65 kB
Progress (3): 392 kB | 352/571 kB | 65 kB
Progress (3): 392 kB | 356/571 kB | 65 kB
Progress (3): 392 kB | 360/571 kB | 65 kB
Progress (3): 392 kB | 364/571 kB | 65 kB
Progress (3): 392 kB | 368/571 kB | 65 kB
Progress (3): 392 kB | 372/571 kB | 65 kB
Progress (3): 392 kB | 376/571 kB | 65 kB
Progress (3): 392 kB | 380/571 kB | 65 kB
Progress (3): 392 kB | 384/571 kB | 65 kB
Progress (3): 392 kB | 389/571 kB | 65 kB
Progress (3): 392 kB | 393/571 kB | 65 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 207 kB/s)
18:11:04 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:11:04 Progress (3): 392 kB | 393/571 kB | 4.1/288 kB
Progress (3): 392 kB | 397/571 kB | 4.1/288 kB
Progress (3): 392 kB | 397/571 kB | 7.7/288 kB
Progress (3): 392 kB | 401/571 kB | 7.7/288 kB
Progress (3): 392 kB | 401/571 kB | 12/288 kB 
Progress (3): 392 kB | 405/571 kB | 12/288 kB
Progress (3): 392 kB | 405/571 kB | 16/288 kB
Progress (3): 392 kB | 409/571 kB | 16/288 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 1.1 MB/s)
18:11:04 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:11:04 Progress (2): 409/571 kB | 20/288 kB
Progress (2): 413/571 kB | 20/288 kB
Progress (2): 413/571 kB | 24/288 kB
Progress (2): 417/571 kB | 24/288 kB
Progress (2): 417/571 kB | 28/288 kB
Progress (2): 421/571 kB | 28/288 kB
Progress (2): 421/571 kB | 32/288 kB
Progress (2): 425/571 kB | 32/288 kB
Progress (2): 430/571 kB | 32/288 kB
Progress (2): 434/571 kB | 32/288 kB
Progress (2): 434/571 kB | 36/288 kB
Progress (2): 438/571 kB | 36/288 kB
Progress (2): 438/571 kB | 40/288 kB
Progress (2): 442/571 kB | 40/288 kB
Progress (2): 442/571 kB | 45/288 kB
Progress (2): 442/571 kB | 49/288 kB
Progress (2): 446/571 kB | 49/288 kB
Progress (2): 450/571 kB | 49/288 kB
Progress (2): 454/571 kB | 49/288 kB
Progress (2): 458/571 kB | 49/288 kB
Progress (2): 458/571 kB | 53/288 kB
Progress (2): 458/571 kB | 57/288 kB
Progress (2): 462/571 kB | 57/288 kB
Progress (2): 462/571 kB | 61/288 kB
Progress (2): 466/571 kB | 61/288 kB
Progress (2): 466/571 kB | 65/288 kB
Progress (2): 471/571 kB | 65/288 kB
Progress (2): 475/571 kB | 65/288 kB
Progress (2): 475/571 kB | 69/288 kB
Progress (2): 475/571 kB | 73/288 kB
Progress (2): 479/571 kB | 73/288 kB
Progress (2): 479/571 kB | 77/288 kB
Progress (2): 483/571 kB | 77/288 kB
Progress (2): 483/571 kB | 81/288 kB
Progress (2): 487/571 kB | 81/288 kB
Progress (2): 491/571 kB | 81/288 kB
Progress (2): 491/571 kB | 85/288 kB
Progress (2): 495/571 kB | 85/288 kB
Progress (2): 495/571 kB | 90/288 kB
Progress (2): 499/571 kB | 90/288 kB
Progress (2): 499/571 kB | 94/288 kB
Progress (2): 503/571 kB | 94/288 kB
Progress (2): 503/571 kB | 98/288 kB
Progress (2): 507/571 kB | 98/288 kB
Progress (2): 507/571 kB | 102/288 kB
Progress (2): 507/571 kB | 106/288 kB
Progress (2): 511/571 kB | 106/288 kB
Progress (2): 511/571 kB | 110/288 kB
Progress (2): 516/571 kB | 110/288 kB
Progress (2): 516/571 kB | 114/288 kB
Progress (2): 520/571 kB | 114/288 kB
Progress (2): 524/571 kB | 114/288 kB
Progress (2): 524/571 kB | 118/288 kB
Progress (2): 524/571 kB | 122/288 kB
Progress (2): 524/571 kB | 126/288 kB
Progress (2): 528/571 kB | 126/288 kB
Progress (2): 528/571 kB | 131/288 kB
Progress (2): 532/571 kB | 131/288 kB
Progress (2): 536/571 kB | 131/288 kB
Progress (2): 540/571 kB | 131/288 kB
Progress (2): 540/571 kB | 135/288 kB
Progress (2): 540/571 kB | 139/288 kB
Progress (2): 540/571 kB | 143/288 kB
Progress (2): 540/571 kB | 147/288 kB
Progress (2): 544/571 kB | 147/288 kB
Progress (2): 548/571 kB | 147/288 kB
Progress (2): 552/571 kB | 147/288 kB
Progress (2): 557/571 kB | 147/288 kB
Progress (2): 561/571 kB | 147/288 kB
Progress (2): 565/571 kB | 147/288 kB
Progress (2): 569/571 kB | 147/288 kB
Progress (2): 571 kB | 147/288 kB    
Progress (2): 571 kB | 151/288 kB
Progress (2): 571 kB | 155/288 kB
Progress (2): 571 kB | 159/288 kB
Progress (2): 571 kB | 163/288 kB
Progress (2): 571 kB | 167/288 kB
Progress (2): 571 kB | 171/288 kB
Progress (2): 571 kB | 176/288 kB
Progress (2): 571 kB | 180/288 kB
Progress (2): 571 kB | 184/288 kB
Progress (2): 571 kB | 188/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    
                             
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.5 MB/s)
18:11:04 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 728 kB/s)
18:11:04 Progress (1): 4.1/140 kB
Progress (1): 7.7/140 kB
Progress (1): 12/140 kB 
Progress (1): 16/140 kB
Progress (1): 20/140 kB
Progress (1): 24/140 kB
Progress (1): 28/140 kB
Progress (1): 32/140 kB
Progress (1): 36/140 kB
Progress (1): 40/140 kB
Progress (1): 45/140 kB
Progress (1): 49/140 kB
Progress (1): 53/140 kB
Progress (1): 57/140 kB
Progress (1): 61/140 kB
Progress (1): 65/140 kB
Progress (1): 69/140 kB
Progress (1): 73/140 kB
Progress (1): 77/140 kB
Progress (1): 81/140 kB
Progress (1): 85/140 kB
Progress (1): 90/140 kB
Progress (1): 94/140 kB
Progress (1): 98/140 kB
Progress (1): 102/140 kB
Progress (1): 106/140 kB
Progress (1): 110/140 kB
Progress (1): 114/140 kB
Progress (1): 118/140 kB
Progress (1): 122/140 kB
Progress (1): 126/140 kB
Progress (1): 131/140 kB
Progress (1): 135/140 kB
Progress (1): 139/140 kB
Progress (1): 140 kB    
Progress (2): 140 kB | 4.1/380 kB
Progress (2): 140 kB | 7.7/380 kB
Progress (2): 140 kB | 12/380 kB 
Progress (2): 140 kB | 16/380 kB
Progress (2): 140 kB | 20/380 kB
Progress (2): 140 kB | 24/380 kB
Progress (2): 140 kB | 28/380 kB
Progress (2): 140 kB | 32/380 kB
Progress (2): 140 kB | 36/380 kB
Progress (2): 140 kB | 40/380 kB
Progress (2): 140 kB | 45/380 kB
Progress (2): 140 kB | 49/380 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.jar (140 kB at 328 kB/s)
18:11:05 Progress (1): 53/380 kB
Progress (1): 57/380 kB
Progress (1): 61/380 kB
Progress (1): 65/380 kB
Progress (1): 69/380 kB
Progress (1): 73/380 kB
Progress (1): 77/380 kB
Progress (1): 81/380 kB
Progress (1): 85/380 kB
Progress (1): 90/380 kB
Progress (1): 94/380 kB
Progress (1): 98/380 kB
Progress (1): 102/380 kB
Progress (2): 102/380 kB | 4.1/133 kB
Progress (2): 106/380 kB | 4.1/133 kB
Progress (2): 106/380 kB | 7.7/133 kB
Progress (2): 110/380 kB | 7.7/133 kB
Progress (2): 110/380 kB | 12/133 kB 
Progress (2): 114/380 kB | 12/133 kB
Progress (2): 114/380 kB | 16/133 kB
Progress (2): 118/380 kB | 16/133 kB
Progress (2): 122/380 kB | 16/133 kB
Progress (2): 122/380 kB | 20/133 kB
Progress (2): 126/380 kB | 20/133 kB
Progress (2): 126/380 kB | 24/133 kB
Progress (2): 131/380 kB | 24/133 kB
Progress (2): 131/380 kB | 28/133 kB
Progress (2): 131/380 kB | 32/133 kB
Progress (2): 135/380 kB | 32/133 kB
Progress (2): 139/380 kB | 32/133 kB
Progress (2): 143/380 kB | 32/133 kB
Progress (2): 143/380 kB | 36/133 kB
Progress (2): 147/380 kB | 36/133 kB
Progress (2): 147/380 kB | 40/133 kB
Progress (2): 147/380 kB | 45/133 kB
Progress (2): 147/380 kB | 49/133 kB
Progress (2): 151/380 kB | 49/133 kB
Progress (2): 155/380 kB | 49/133 kB
Progress (2): 159/380 kB | 49/133 kB
Progress (2): 163/380 kB | 49/133 kB
Progress (2): 163/380 kB | 53/133 kB
Progress (2): 163/380 kB | 57/133 kB
Progress (2): 163/380 kB | 61/133 kB
Progress (2): 163/380 kB | 65/133 kB
Progress (2): 167/380 kB | 65/133 kB
Progress (2): 171/380 kB | 65/133 kB
Progress (2): 176/380 kB | 65/133 kB
Progress (2): 180/380 kB | 65/133 kB
Progress (2): 180/380 kB | 69/133 kB
Progress (2): 180/380 kB | 73/133 kB
Progress (2): 180/380 kB | 77/133 kB
Progress (2): 180/380 kB | 81/133 kB
Progress (2): 184/380 kB | 81/133 kB
Progress (2): 188/380 kB | 81/133 kB
Progress (2): 192/380 kB | 81/133 kB
Progress (2): 192/380 kB | 85/133 kB
Progress (2): 196/380 kB | 85/133 kB
Progress (2): 196/380 kB | 90/133 kB
Progress (2): 196/380 kB | 94/133 kB
Progress (2): 196/380 kB | 98/133 kB
Progress (2): 200/380 kB | 98/133 kB
Progress (2): 204/380 kB | 98/133 kB
Progress (2): 204/380 kB | 102/133 kB
Progress (2): 208/380 kB | 102/133 kB
Progress (2): 208/380 kB | 106/133 kB
Progress (2): 212/380 kB | 106/133 kB
Progress (2): 212/380 kB | 110/133 kB
Progress (2): 212/380 kB | 114/133 kB
Progress (2): 217/380 kB | 114/133 kB
Progress (2): 221/380 kB | 114/133 kB
Progress (2): 221/380 kB | 118/133 kB
Progress (2): 225/380 kB | 118/133 kB
Progress (2): 225/380 kB | 122/133 kB
Progress (2): 229/380 kB | 122/133 kB
Progress (2): 229/380 kB | 126/133 kB
Progress (2): 229/380 kB | 131/133 kB
Progress (2): 229/380 kB | 133 kB    
Progress (2): 233/380 kB | 133 kB
Progress (2): 237/380 kB | 133 kB
Progress (2): 241/380 kB | 133 kB
Progress (2): 245/380 kB | 133 kB
Progress (2): 249/380 kB | 133 kB
Progress (2): 253/380 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 286 kB/s)
18:11:05 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    
                    
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 784 kB/s)
18:11:05 [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:11:05 [INFO] 
18:11:05 [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ org.eclipse.scout.rt ---
18:11:05 [INFO] Generating flattened POM of project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:6.0.300-SNAPSHOT...
18:11:05 [INFO] 
18:11:05 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt ---
18:11:05 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:11:05 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:11: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/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.pom
18:11:05 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:11:05 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 87 kB/s)
18:11:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
18:11:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
18:11: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-core/3.0/maven-core-3.0.pom
18:11:06 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:11:06 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 2.2 MB/s)
18:11:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
18:11:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
18:11: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/maven-settings/3.0/maven-settings-3.0.pom
18:11:06 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:11:06 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 90 kB/s)
18:11:06 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:11:06 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:11: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/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
18:11:07 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:11:07 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 97 kB/s)
18:11:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
18:11:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
18:11: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-interpolation/1.14/plexus-interpolation-1.14.pom
18:11:07 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:11:07 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 41 kB/s)
18:11:07 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:11:07 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:11: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-components/1.1.18/plexus-components-1.1.18.pom
18:11:07 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:11:07 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 315 kB/s)
18:11:07 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:11:07 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:11: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/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
18:11:08 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:11:09 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 2.9 kB/s)
18:11:09 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:11:09 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:11: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-model-builder/3.0/maven-model-builder-3.0.pom
18:11:09 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:11:09 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 107 kB/s)
18:11:09 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:11:09 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:11: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-aether-provider/3.0/maven-aether-provider-3.0.pom
18:11:10 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:11:10 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 112 kB/s)
18:11:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
18:11:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
18:11: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/aether/aether-api/1.7/aether-api-1.7.pom
18:11:10 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:11:10 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 76 kB/s)
18:11:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
18:11:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
18:11: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/aether/aether-parent/1.7/aether-parent-1.7.pom
18:11:11 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:11:11 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 386 kB/s)
18:11:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
18:11:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
18:11: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/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
18:11:11 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:11:11 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 71 kB/s)
18:11:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
18:11:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
18:11: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/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
18:11:12 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:11:12 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 161 kB/s)
18:11:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
18:11:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
18:11: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/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
18:11:12 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:11:12 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 87 kB/s)
18:11:12 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:11:12 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:11: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/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom
18:11:13 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:11:13 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 60 kB/s)
18:11:13 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:11:13 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:11: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-components/18/maven-shared-components-18.pom
18:11:13 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:11:13 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 130 kB/s)
18:11:13 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/22/maven-parent-22.pom
18:11:13 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/22/maven-parent-22.pom
18:11: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-parent/22/maven-parent-22.pom
18:11:13 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:11: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): 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 561 kB/s)
18:11:14 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/11/apache-11.pom
18:11:14 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/11/apache-11.pom
18:11: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/apache/11/apache-11.pom
18:11:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom
18:11:14 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 309 kB/s)
18:11:14 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:11:14 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:11: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-archiver/2.4.2/maven-archiver-2.4.2.pom
18:11:14 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:11:14 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:11:14 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:11:14 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:11: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/shared/maven-shared-components/16/maven-shared-components-16.pom
18:11:15 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:11:15 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 572 kB/s)
18:11:15 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/19/maven-parent-19.pom
18:11:15 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/19/maven-parent-19.pom
18:11: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-parent/19/maven-parent-19.pom
18:11:15 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:11:15 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 1.4 MB/s)
18:11:15 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:11:15 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:11: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.0.6/maven-artifact-2.0.6.pom
18:11:15 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:11: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.0.6/maven-artifact-2.0.6.pom (1.6 kB at 72 kB/s)
18:11:15 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:11:15 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:11: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-model/2.0.6/maven-model-2.0.6.pom
18:11:16 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:11:16 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 117 kB/s)
18:11:16 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:11:16 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:11: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-archiver/2.0.1/plexus-archiver-2.0.1.pom
18:11:16 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:11:16 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 55 kB/s)
18:11:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/3.8.1/junit-3.8.1.pom
18:11:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/3.8.1/junit-3.8.1.pom
18:11:16 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:11:17 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:11:17 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 42 kB/s)
18:11:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
18:11:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
18:11: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-utils/3.0/plexus-utils-3.0.pom
18:11:17 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:11:17 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:11:17 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:11:17 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:11: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-io/2.0.1/plexus-io-2.0.1.pom
18:11:17 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:11:17 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 36 kB/s)
18:11:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
18:11:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
18:11: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.13/plexus-interpolation-1.13.pom
18:11:18 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:11:18 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 37 kB/s)
18:11:18 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:11:18 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:11: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-components/1.1.15/plexus-components-1.1.15.pom
18:11:18 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:11:18 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 124 kB/s)
18:11:18 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:11:18 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:11: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/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.pom
18:11:19 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:11:19 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 13 kB/s)
18:11:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom
18:11:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom
18:11: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/1.6/doxia-1.6.pom
18:11:20 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:11:20 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 234 kB/s)
18:11: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.pom
18:11: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.pom
18:11: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-logging-api/1.6/doxia-logging-api-1.6.pom
18:11:20 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:11:20 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 33 kB/s)
18:11:20 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:11:20 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:11: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-core/1.6/doxia-core-1.6.pom
18:11:21 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:11:21 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 67 kB/s)
18:11:21 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
18:11:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
18:11: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.pom
18:11:21 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:11:21 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 31 kB/s)
18:11:21 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:11:21 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:11: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.pom
18:11:22 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:11:22 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 46 kB/s)
18:11:22 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
18:11:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
18:11: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/httpclient/4.0.2/httpclient-4.0.2.pom
18:11:22 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:11:22 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 178 kB/s)
18:11:22 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:11:22 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:11: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/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
18:11:22 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:11:22 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 204 kB/s)
18:11:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/project/4.1/project-4.1.pom
18:11:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/project/4.1/project-4.1.pom
18:11: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/project/4.1/project-4.1.pom
18:11:23 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:11:23 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 328 kB/s)
18:11:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
18:11:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
18:11: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/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
18:11:25 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:11:25 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 119 kB/s)
18:11:25 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:11:25 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:11: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/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
18:11:25 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:11:25 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 240 kB/s)
18:11:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/project/4.0/project-4.0.pom
18:11:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/project/4.0/project-4.0.pom
18:11: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/httpcomponents/project/4.0/project-4.0.pom
18:11:26 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:11:26 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 336 kB/s)
18:11:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
18:11:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
18:11: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-codec/commons-codec/1.3/commons-codec-1.3.pom
18:11:26 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:11:26 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 136 kB/s)
18:11:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
18:11:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
18:11:26 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:11:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
18:11:27 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 65 kB/s)
18:11:27 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:11:27 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:11: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/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom
18:11:27 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:11:27 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 37 kB/s)
18:11:27 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:11:27 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:11: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/doxia/doxia-modules/1.6/doxia-modules-1.6.pom
18:11:27 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:11:27 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 20 kB/s)
18:11:27 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:11:27 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:11: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/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.pom
18:11:28 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:11:28 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 7.1 kB/s)
18:11:28 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:11:28 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:11: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/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.pom
18:11:28 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:11:29 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 50 kB/s)
18:11:29 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:11:29 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:11: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/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom
18:11:29 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:11: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/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom (4.8 kB at 12 kB/s)
18:11:30 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:11:30 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:11: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/doxia/doxia-module-markdown/1.6/doxia-module-markdown-1.6.pom
18:11:31 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:11:31 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 28 kB/s)
18:11:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/pegdown/pegdown/1.2.1/pegdown-1.2.1.pom
18:11:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/pegdown/pegdown/1.2.1/pegdown-1.2.1.pom
18:11: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/pegdown/pegdown/1.2.1/pegdown-1.2.1.pom
18:11:31 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:11:31 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 26 kB/s)
18:11:31 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:11:31 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:11: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/parboiled/parboiled-java/1.1.4/parboiled-java-1.1.4.pom
18:11:32 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:11:32 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 29 kB/s)
18:11:32 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:11:32 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:11: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/parboiled/parboiled-core/1.1.4/parboiled-core-1.1.4.pom
18:11:32 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:11:32 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 21 kB/s)
18:11:32 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/4.1/asm-4.1.pom
18:11:32 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm/4.1/asm-4.1.pom
18:11: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/ow2/asm/asm/4.1/asm-4.1.pom
18:11:32 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:11:32 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 50 kB/s)
18:11:32 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-parent/4.1/asm-parent-4.1.pom
18:11:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-parent/4.1/asm-parent-4.1.pom
18:11: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/asm/asm-parent/4.1/asm-parent-4.1.pom
18:11:33 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:11: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/4.1/asm-parent-4.1.pom (5.5 kB at 16 kB/s)
18:11:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-tree/4.1/asm-tree-4.1.pom
18:11:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-tree/4.1/asm-tree-4.1.pom
18:11: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/asm/asm-tree/4.1/asm-tree-4.1.pom
18:11:34 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:11:34 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 47 kB/s)
18:11:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-analysis/4.1/asm-analysis-4.1.pom
18:11:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-analysis/4.1/asm-analysis-4.1.pom
18:11: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/ow2/asm/asm-analysis/4.1/asm-analysis-4.1.pom
18:11:34 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:11:34 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 8.0 kB/s)
18:11:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-util/4.1/asm-util-4.1.pom
18:11:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-util/4.1/asm-util-4.1.pom
18:11: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/ow2/asm/asm-util/4.1/asm-util-4.1.pom
18:11:35 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:11:35 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 31 kB/s)
18:11:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom
18:11:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom
18:11:35 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:11:35 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:11:35 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 2.7 kB/s)
18:11:35 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:11:35 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:11: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.6/doxia-decoration-model-1.6.pom
18:11:36 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:11:36 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 40 kB/s)
18:11:36 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:11:36 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:11: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/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom
18:11:36 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:11:36 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 365 kB/s)
18:11:36 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:11:36 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:11: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/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom
18:11:37 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:11:37 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 111 kB/s)
18:11:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
18:11:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
18:11: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/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
18:11:37 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:11:37 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 444 kB/s)
18:11:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
18:11:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
18:11: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-digester/commons-digester/1.8/commons-digester-1.8.pom
18:11:37 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:11:38 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 206 kB/s)
18:11:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
18:11:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
18:11:38 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:11:38 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:11:38 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 193 kB/s)
18:11:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/logkit/logkit/1.0.1/logkit-1.0.1.pom
18:11:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/logkit/logkit/1.0.1/logkit-1.0.1.pom
18:11:38 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:11:38 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:11:38 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 4.5 kB/s)
18:11:38 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:11:38 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:11:38 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:11:39 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:11:39 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 676 B/s)
18:11:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
18:11:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
18:11:39 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:11:39 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:11:39 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 4.0 kB/s)
18:11:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
18:11:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
18:11:39 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:11:40 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:11:40 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 143 kB/s)
18:11:40 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:11:40 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:11:40 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:11:40 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:11:40 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 231 kB/s)
18:11:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/dom4j/dom4j/1.1/dom4j-1.1.pom
18:11:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/dom4j/dom4j/1.1/dom4j-1.1.pom
18:11:41 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:11:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom
18:11:41 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 3.6 kB/s)
18:11:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/sslext/sslext/1.2-0/sslext-1.2-0.pom
18:11:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/sslext/sslext/1.2-0/sslext-1.2-0.pom
18:11:42 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:11:42 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:11:42 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 2.7 kB/s)
18:11:42 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:11:42 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:11: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/struts/struts-core/1.3.8/struts-core-1.3.8.pom
18:11:42 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:11:42 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 85 kB/s)
18:11:43 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:11:43 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:11: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/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
18:11:43 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:11:43 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 307 kB/s)
18:11:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/struts/struts-master/4/struts-master-4.pom
18:11:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/struts/struts-master/4/struts-master-4.pom
18:11: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/struts/struts-master/4/struts-master-4.pom
18:11:43 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:11:43 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 311 kB/s)
18:11:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/2/apache-2.pom
18:11:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/apache/2/apache-2.pom
18:11: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/2/apache-2.pom
18:11:44 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom
18:11:44 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 85 kB/s)
18:11:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/antlr/antlr/2.7.2/antlr-2.7.2.pom
18:11:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/antlr/antlr/2.7.2/antlr-2.7.2.pom
18:11:44 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:11:44 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:11:44 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 2.5 kB/s)
18:11:44 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:11:44 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:11: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/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
18:11:45 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:11:45 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 67 kB/s)
18:11:45 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:11:45 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:11: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/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
18:11:45 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:11:45 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 69 kB/s)
18:11:45 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
18:11:45 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
18:11: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/velocity/velocity/1.6.2/velocity-1.6.2.pom
18:11:45 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:11: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/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 266 kB/s)
18:11:45 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:11:45 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:11: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-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
18:11:46 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:11:46 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 321 kB/s)
18:11:46 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:11:47 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:11: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-integration-tools/1.6/doxia-integration-tools-1.6.pom
18:11:47 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:11:47 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 76 kB/s)
18:11:47 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom
18:11:47 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom
18:11: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-tools/3/doxia-tools-3.pom
18:11:47 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:11:48 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 153 kB/s)
18:11:48 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/1.4/commons-io-1.4.pom
18:11:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-io/commons-io/1.4/commons-io-1.4.pom
18:11:48 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:11:48 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:11:48 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 329 kB/s)
18:11:48 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/7/commons-parent-7.pom
18:11:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/7/commons-parent-7.pom
18:11: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/7/commons-parent-7.pom
18:11:48 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:11: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/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 343 kB/s)
18:11:48 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:11:48 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:11: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/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom
18:11:49 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:11:49 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 27 kB/s)
18:11:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom
18:11:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom
18:11: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/wagon/wagon/1.0/wagon-1.0.pom
18:11:49 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:11:49 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 128 kB/s)
18:11:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/20/maven-parent-20.pom
18:11:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-parent/20/maven-parent-20.pom
18:11: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-parent/20/maven-parent-20.pom
18:11:50 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:11: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): 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 373 kB/s)
18:11:50 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:11:50 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:11: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-utils/1.4.2/plexus-utils-1.4.2.pom
18:11:50 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:11:50 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 45 kB/s)
18:11:50 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:11:50 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:11: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-archiver/2.4.3/plexus-archiver-2.4.3.pom
18:11:50 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:11:51 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 12 kB/s)
18:11:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
18:11:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
18:11: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/plexus/plexus-components/1.3/plexus-components-1.3.pom
18:11:52 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:11:52 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 66 kB/s)
18:11:52 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
18:11:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
18:11: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/3.3/plexus-3.3.pom
18:11:53 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:11: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/plexus-3.3.pom (20 kB at 44 kB/s)
18:11:54 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:11:55 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:11: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/plexus/plexus-utils/3.0.11/plexus-utils-3.0.11.pom
18:11:55 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:11:55 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 48 kB/s)
18:11:55 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:11:55 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:11: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/plexus/plexus-io/2.0.8/plexus-io-2.0.8.pom
18:11:55 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:11:55 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 32 kB/s)
18:11:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
18:11:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
18:11: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/plexus/plexus-components/1.2/plexus-components-1.2.pom
18:11:56 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:11:56 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 80 kB/s)
18:11:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
18:11:56 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
18:11: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/codehaus/plexus/plexus/3.2/plexus-3.2.pom
18:11:56 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:11:56 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 417 kB/s)
18:11:56 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:11:56 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:11: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/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
18:11:57 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:11:57 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 5.7 kB/s)
18:11:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom
18:11:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom
18:11: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-compress/1.5/commons-compress-1.5.pom
18:11:58 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:11:58 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 241 kB/s)
18:11:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/28/commons-parent-28.pom
18:11:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/28/commons-parent-28.pom
18:11: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/28/commons-parent-28.pom
18:11:59 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:11: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): 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 850 kB/s)
18:11:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.2/xz-1.2.pom
18:11:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/tukaani/xz/1.2/xz-1.2.pom
18:11: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/tukaani/xz/1.2/xz-1.2.pom
18:11:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.pom
18:11:59 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 50 kB/s)
18:11:59 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:11:59 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:11: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-velocity/1.1.8/plexus-velocity-1.1.8.pom
18:12:00 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:12:00 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 49 kB/s)
18:12:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.pom
18:12:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.pom
18:12: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/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.pom
18:12:00 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:12:00 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 87 kB/s)
18:12:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mortbay/jetty/project/6.1.25/project-6.1.25.pom
18:12:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mortbay/jetty/project/6.1.25/project-6.1.25.pom
18:12: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/mortbay/jetty/project/6.1.25/project-6.1.25.pom
18:12:00 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:12:00 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 188 kB/s)
18:12:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom
18:12:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom
18:12: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/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom
18:12:01 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:12:01 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 75 kB/s)
18:12:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom
18:12:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom
18:12: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/jetty/jetty-parent/14/jetty-parent-14.pom
18:12:01 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:12:01 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 223 kB/s)
18:12:01 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:12:02 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:12: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/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.pom
18:12:02 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:12:02 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 69 kB/s)
18:12:02 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:12:02 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:12: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/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom
18:12:02 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:12:02 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 65 kB/s)
18:12:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom
18:12:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom
18:12: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/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom
18:12:03 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:12: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/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom (13 kB at 289 kB/s)
18:12:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.5/commons-lang-2.5.pom
18:12:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.5/commons-lang-2.5.pom
18:12:03 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:12:03 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:12:03 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 184 kB/s)
18:12:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/12/commons-parent-12.pom
18:12:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/12/commons-parent-12.pom
18:12: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/commons/commons-parent/12/commons-parent-12.pom
18:12:04 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:12:04 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 464 kB/s)
18:12:04 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:12:04 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:12:04 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:12:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
18:12:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
18:12:04 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:12:04 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:12:04 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:12:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
18:12:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
18:12:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
18:12:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
18:12:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
18:12:04 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:12:04 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:12:04 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:12:04 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:12:04 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:12:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/3.8.1/junit-3.8.1.jar
18:12:04 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:12:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
18:12:04 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:12:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
18:12:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
18:12:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
18:12:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
18:12:04 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:12:04 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:12:04 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:12:04 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:12:04 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:12:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/pegdown/pegdown/1.2.1/pegdown-1.2.1.jar
18:12:04 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:12:04 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:12:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/4.1/asm-4.1.jar
18:12:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-tree/4.1/asm-tree-4.1.jar
18:12:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-analysis/4.1/asm-analysis-4.1.jar
18:12:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-util/4.1/asm-util-4.1.jar
18:12:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
18:12:05 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:12:05 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:12:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
18:12:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
18:12:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
18:12:05 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:12:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/dom4j/dom4j/1.1/dom4j-1.1.jar
18:12:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/sslext/sslext/1.2-0/sslext-1.2-0.jar
18:12:05 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:12:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/antlr/antlr/2.7.2/antlr-2.7.2.jar
18:12: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.jar
18:12:05 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:12:05 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:12:05 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:12:05 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:12:05 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:12:05 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:12:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar
18:12:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.2/xz-1.2.jar
18:12:05 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:12:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar
18:12:05 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:12:05 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:12:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.5/commons-lang-2.5.jar
18:12:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/1.4/commons-io-1.4.jar
18:12:05 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:12:05 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:12:05 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:12:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
18:12:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
18:12:05 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:12:05 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:12:05 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:12:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
18:12:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
18:12:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
18:12:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
18:12:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
18:12:05 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:12:05 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:12:05 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:12:05 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:12:05 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:12:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/3.8.1/junit-3.8.1.jar
18:12:05 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:12:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
18:12:05 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:12:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
18:12:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
18:12:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
18:12:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
18:12:05 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:12:05 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:12:05 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:12:05 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:12:05 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:12:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/pegdown/pegdown/1.2.1/pegdown-1.2.1.jar
18:12:05 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:12:05 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:12:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm/4.1/asm-4.1.jar
18:12:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-tree/4.1/asm-tree-4.1.jar
18:12:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-analysis/4.1/asm-analysis-4.1.jar
18:12:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm-util/4.1/asm-util-4.1.jar
18:12:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
18:12:06 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:12:06 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:12:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
18:12:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
18:12:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
18:12:06 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:12:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/dom4j/dom4j/1.1/dom4j-1.1.jar
18:12:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/sslext/sslext/1.2-0/sslext-1.2-0.jar
18:12:06 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:12:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/antlr/antlr/2.7.2/antlr-2.7.2.jar
18:12:06 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:12: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.jar
18:12:06 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:12:06 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:12:06 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:12:06 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:12:06 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:12:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar
18:12:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/tukaani/xz/1.2/xz-1.2.jar
18:12:06 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:12:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar
18:12:11 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:12:11 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:12:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.5/commons-lang-2.5.jar
18:12:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-io/commons-io/1.4/commons-io-1.4.jar
18:12: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/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.jar
18:12: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-core/3.0/maven-core-3.0.jar
18:12: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/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
18:12: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/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar
18:12: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/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
18:12: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-repository-metadata/3.0/maven-repository-metadata-3.0.jar
18:12: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.0/maven-model-builder-3.0.jar
18:12: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.0/maven-aether-provider-3.0.jar
18:12: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/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
18:12: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/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
18:12: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/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
18:12: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.14/plexus-interpolation-1.14.jar
18:12: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-settings-builder/3.0/maven-settings-builder-3.0.jar
18:12: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-settings/3.0/maven-settings-3.0.jar
18:12: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-archiver/2.4.2/maven-archiver-2.4.2.jar
18:12: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/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.jar
18:12: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/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.jar
18:12: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-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
18:12: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.1/junit-3.8.1.jar
18:12: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/doxia/doxia-core/1.6/doxia-core-1.6.jar
18:12:12 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:12:12 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:12: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/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
18:12:12 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:12: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/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
18:12:12 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:12: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/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.jar
18:12: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/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.jar
18:12: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/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.jar
18:12: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/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.jar
18:12: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/doxia/doxia-module-markdown/1.6/doxia-module-markdown-1.6.jar
18:12: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/pegdown/pegdown/1.2.1/pegdown-1.2.1.jar
18:12: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/parboiled/parboiled-java/1.1.4/parboiled-java-1.1.4.jar
18:12: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/parboiled/parboiled-core/1.1.4/parboiled-core-1.1.4.jar
18:12: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/ow2/asm/asm/4.1/asm-4.1.jar
18:12: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/ow2/asm/asm-tree/4.1/asm-tree-4.1.jar
18:12: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/ow2/asm/asm-analysis/4.1/asm-analysis-4.1.jar
18:12: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/ow2/asm/asm-util/4.1/asm-util-4.1.jar
18:12: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/servlet/servlet-api/2.5/servlet-api-2.5.jar
18:12: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/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.jar
18:12: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/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.jar
18:12: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/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
18:12: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-digester/commons-digester/1.8/commons-digester-1.8.jar
18:12: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-chain/commons-chain/1.1/commons-chain-1.1.jar
18:12: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-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
18:12:13 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:12:14 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:12: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/struts/struts-core/1.3.8/struts-core-1.3.8.jar
18:12:14 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:12: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/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
18:12: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/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
18:12:14 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:12: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-integration-tools/1.6/doxia-integration-tools-1.6.jar
18:12: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/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar
18:12: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-archiver/2.4.3/plexus-archiver-2.4.3.jar
18:12: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-io/2.0.8/plexus-io-2.0.8.jar
18:12: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-compress/1.5/commons-compress-1.5.jar
18:12: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.jar
18:12: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-velocity/1.1.8/plexus-velocity-1.1.8.jar
18:12: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/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar
18:12: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/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar
18:12: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/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.jar
18:12:14 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:12:14 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:12:15 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:12:15 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:12:15 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:12:15 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:12:15 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:12:15 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
Progress (2): 11 kB | 4.1/527 kB
Progress (2): 11 kB | 7.7/527 kB
Progress (2): 11 kB | 12/527 kB 
Progress (2): 11 kB | 16/527 kB
Progress (2): 11 kB | 20/527 kB
Progress (2): 11 kB | 24/527 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 547 kB/s)
18:12:15 Progress (1): 28/527 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:12:15 Progress (1): 32/527 kB
Progress (1): 36/527 kB
Progress (1): 40/527 kB
Progress (1): 45/527 kB
Progress (1): 49/527 kB
Progress (1): 53/527 kB
Progress (1): 57/527 kB
Progress (1): 61/527 kB
Progress (2): 61/527 kB | 4.1/30 kB
Progress (2): 65/527 kB | 4.1/30 kB
Progress (2): 65/527 kB | 7.7/30 kB
Progress (2): 65/527 kB | 12/30 kB 
Progress (2): 65/527 kB | 16/30 kB
Progress (2): 69/527 kB | 16/30 kB
Progress (2): 73/527 kB | 16/30 kB
Progress (2): 77/527 kB | 16/30 kB
Progress (2): 77/527 kB | 20/30 kB
Progress (2): 81/527 kB | 20/30 kB
Progress (2): 81/527 kB | 24/30 kB
Progress (2): 81/527 kB | 28/30 kB
Progress (2): 81/527 kB | 30 kB   
Progress (2): 85/527 kB | 30 kB
Progress (2): 90/527 kB | 30 kB
Progress (2): 94/527 kB | 30 kB
Progress (2): 98/527 kB | 30 kB
Progress (2): 102/527 kB | 30 kB
Progress (2): 106/527 kB | 30 kB
Progress (2): 110/527 kB | 30 kB
Progress (2): 114/527 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 1.1 MB/s)
18:12:15 Progress (1): 118/527 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:12:15 Progress (1): 122/527 kB
Progress (1): 126/527 kB
Progress (1): 131/527 kB
Progress (1): 135/527 kB
Progress (1): 139/527 kB
Progress (1): 143/527 kB
Progress (1): 147/527 kB
Progress (2): 147/527 kB | 4.1/148 kB
Progress (2): 147/527 kB | 7.7/148 kB
Progress (2): 147/527 kB | 12/148 kB 
Progress (2): 147/527 kB | 16/148 kB
Progress (2): 151/527 kB | 16/148 kB
Progress (2): 155/527 kB | 16/148 kB
Progress (3): 155/527 kB | 16/148 kB | 4.1/108 kB
Progress (3): 159/527 kB | 16/148 kB | 4.1/108 kB
Progress (3): 159/527 kB | 20/148 kB | 4.1/108 kB
Progress (3): 163/527 kB | 20/148 kB | 4.1/108 kB
Progress (3): 163/527 kB | 20/148 kB | 7.7/108 kB
Progress (3): 163/527 kB | 24/148 kB | 7.7/108 kB
Progress (3): 163/527 kB | 24/148 kB | 12/108 kB 
Progress (3): 163/527 kB | 28/148 kB | 12/108 kB
Progress (3): 163/527 kB | 28/148 kB | 16/108 kB
Progress (3): 163/527 kB | 32/148 kB | 16/108 kB
Progress (3): 167/527 kB | 32/148 kB | 16/108 kB
Progress (3): 167/527 kB | 32/148 kB | 20/108 kB
Progress (3): 167/527 kB | 36/148 kB | 20/108 kB
Progress (3): 171/527 kB | 36/148 kB | 20/108 kB
Progress (3): 171/527 kB | 40/148 kB | 20/108 kB
Progress (3): 171/527 kB | 40/148 kB | 24/108 kB
Progress (3): 171/527 kB | 45/148 kB | 24/108 kB
Progress (3): 176/527 kB | 45/148 kB | 24/108 kB
Progress (3): 176/527 kB | 49/148 kB | 24/108 kB
Progress (3): 176/527 kB | 49/148 kB | 28/108 kB
Progress (3): 180/527 kB | 49/148 kB | 28/108 kB
Progress (3): 180/527 kB | 49/148 kB | 32/108 kB
Progress (3): 180/527 kB | 53/148 kB | 32/108 kB
Progress (3): 180/527 kB | 57/148 kB | 32/108 kB
Progress (3): 180/527 kB | 61/148 kB | 32/108 kB
Progress (3): 180/527 kB | 61/148 kB | 36/108 kB
Progress (3): 180/527 kB | 65/148 kB | 36/108 kB
Progress (3): 184/527 kB | 65/148 kB | 36/108 kB
Progress (3): 184/527 kB | 65/148 kB | 40/108 kB
Progress (3): 188/527 kB | 65/148 kB | 40/108 kB
Progress (3): 188/527 kB | 65/148 kB | 45/108 kB
Progress (3): 188/527 kB | 69/148 kB | 45/108 kB
Progress (3): 192/527 kB | 69/148 kB | 45/108 kB
Progress (3): 192/527 kB | 73/148 kB | 45/108 kB
Progress (3): 192/527 kB | 73/148 kB | 49/108 kB
Progress (3): 192/527 kB | 77/148 kB | 49/108 kB
Progress (3): 196/527 kB | 77/148 kB | 49/108 kB
Progress (3): 196/527 kB | 81/148 kB | 49/108 kB
Progress (3): 196/527 kB | 81/148 kB | 53/108 kB
Progress (3): 196/527 kB | 81/148 kB | 57/108 kB
Progress (3): 196/527 kB | 81/148 kB | 61/108 kB
Progress (3): 196/527 kB | 85/148 kB | 61/108 kB
Progress (3): 196/527 kB | 85/148 kB | 65/108 kB
Progress (3): 196/527 kB | 90/148 kB | 65/108 kB
Progress (3): 200/527 kB | 90/148 kB | 65/108 kB
Progress (3): 200/527 kB | 94/148 kB | 65/108 kB
Progress (3): 204/527 kB | 94/148 kB | 65/108 kB
Progress (3): 204/527 kB | 94/148 kB | 69/108 kB
Progress (3): 204/527 kB | 98/148 kB | 69/108 kB
Progress (3): 204/527 kB | 98/148 kB | 73/108 kB
Progress (3): 208/527 kB | 98/148 kB | 73/108 kB
Progress (3): 208/527 kB | 98/148 kB | 77/108 kB
Progress (3): 212/527 kB | 98/148 kB | 77/108 kB
Progress (3): 212/527 kB | 102/148 kB | 77/108 kB
Progress (3): 212/527 kB | 102/148 kB | 81/108 kB
Progress (3): 212/527 kB | 106/148 kB | 81/108 kB
Progress (3): 212/527 kB | 110/148 kB | 81/108 kB
Progress (3): 212/527 kB | 114/148 kB | 81/108 kB
Progress (3): 212/527 kB | 114/148 kB | 85/108 kB
Progress (3): 217/527 kB | 114/148 kB | 85/108 kB
Progress (3): 217/527 kB | 114/148 kB | 90/108 kB
Progress (3): 217/527 kB | 118/148 kB | 90/108 kB
Progress (3): 221/527 kB | 118/148 kB | 90/108 kB
Progress (3): 221/527 kB | 122/148 kB | 90/108 kB
Progress (3): 221/527 kB | 122/148 kB | 94/108 kB
Progress (3): 221/527 kB | 126/148 kB | 94/108 kB
Progress (3): 225/527 kB | 126/148 kB | 94/108 kB
Progress (3): 225/527 kB | 131/148 kB | 94/108 kB
Progress (3): 225/527 kB | 131/148 kB | 98/108 kB
Progress (3): 229/527 kB | 131/148 kB | 98/108 kB
Progress (3): 229/527 kB | 131/148 kB | 102/108 kB
Progress (3): 229/527 kB | 135/148 kB | 102/108 kB
Progress (3): 229/527 kB | 135/148 kB | 106/108 kB
Progress (3): 229/527 kB | 139/148 kB | 106/108 kB
Progress (3): 229/527 kB | 139/148 kB | 108 kB    
Progress (3): 229/527 kB | 143/148 kB | 108 kB
Progress (3): 233/527 kB | 143/148 kB | 108 kB
Progress (3): 233/527 kB | 147/148 kB | 108 kB
Progress (3): 237/527 kB | 147/148 kB | 108 kB
Progress (3): 237/527 kB | 148 kB | 108 kB    
Progress (3): 241/527 kB | 148 kB | 108 kB
Progress (3): 245/527 kB | 148 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 2.8 MB/s)
18:12:15 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 3.8 MB/s)
18:12:15 Progress (1): 249/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:12:15 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:12:15 Progress (1): 253/527 kB
Progress (1): 258/527 kB
Progress (1): 262/527 kB
Progress (1): 266/527 kB
Progress (1): 270/527 kB
Progress (2): 270/527 kB | 4.1/106 kB
Progress (2): 274/527 kB | 4.1/106 kB
Progress (2): 274/527 kB | 7.7/106 kB
Progress (2): 278/527 kB | 7.7/106 kB
Progress (2): 278/527 kB | 12/106 kB 
Progress (2): 278/527 kB | 16/106 kB
Progress (3): 278/527 kB | 16/106 kB | 4.1/51 kB
Progress (3): 282/527 kB | 16/106 kB | 4.1/51 kB
Progress (3): 282/527 kB | 20/106 kB | 4.1/51 kB
Progress (3): 282/527 kB | 20/106 kB | 7.7/51 kB
Progress (3): 282/527 kB | 24/106 kB | 7.7/51 kB
Progress (3): 286/527 kB | 24/106 kB | 7.7/51 kB
Progress (3): 286/527 kB | 28/106 kB | 7.7/51 kB
Progress (3): 286/527 kB | 28/106 kB | 12/51 kB 
Progress (3): 286/527 kB | 32/106 kB | 12/51 kB
Progress (3): 290/527 kB | 32/106 kB | 12/51 kB
Progress (3): 290/527 kB | 32/106 kB | 16/51 kB
Progress (3): 294/527 kB | 32/106 kB | 16/51 kB
Progress (3): 294/527 kB | 36/106 kB | 16/51 kB
Progress (3): 294/527 kB | 40/106 kB | 16/51 kB
Progress (3): 294/527 kB | 45/106 kB | 16/51 kB
Progress (3): 294/527 kB | 45/106 kB | 20/51 kB
Progress (3): 294/527 kB | 49/106 kB | 20/51 kB
Progress (3): 294/527 kB | 49/106 kB | 24/51 kB
Progress (3): 298/527 kB | 49/106 kB | 24/51 kB
Progress (3): 298/527 kB | 49/106 kB | 28/51 kB
Progress (3): 303/527 kB | 49/106 kB | 28/51 kB
Progress (3): 303/527 kB | 53/106 kB | 28/51 kB
Progress (3): 303/527 kB | 53/106 kB | 32/51 kB
Progress (3): 303/527 kB | 57/106 kB | 32/51 kB
Progress (3): 307/527 kB | 57/106 kB | 32/51 kB
Progress (3): 307/527 kB | 61/106 kB | 32/51 kB
Progress (3): 311/527 kB | 61/106 kB | 32/51 kB
Progress (3): 311/527 kB | 65/106 kB | 32/51 kB
Progress (3): 311/527 kB | 65/106 kB | 36/51 kB
Progress (3): 311/527 kB | 65/106 kB | 40/51 kB
Progress (3): 311/527 kB | 65/106 kB | 45/51 kB
Progress (3): 311/527 kB | 65/106 kB | 49/51 kB
Progress (3): 311/527 kB | 69/106 kB | 49/51 kB
Progress (3): 311/527 kB | 69/106 kB | 51 kB   
Progress (3): 311/527 kB | 73/106 kB | 51 kB
Progress (3): 311/527 kB | 77/106 kB | 51 kB
Progress (3): 311/527 kB | 81/106 kB | 51 kB
Progress (3): 311/527 kB | 85/106 kB | 51 kB
Progress (3): 311/527 kB | 90/106 kB | 51 kB
Progress (3): 311/527 kB | 94/106 kB | 51 kB
Progress (3): 311/527 kB | 98/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 1.1 MB/s)
18:12:15 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:12:15 Progress (2): 311/527 kB | 102/106 kB
Progress (2): 315/527 kB | 102/106 kB
Progress (2): 315/527 kB | 106/106 kB
Progress (2): 319/527 kB | 106/106 kB
Progress (2): 319/527 kB | 106 kB    
Progress (2): 323/527 kB | 106 kB
Progress (2): 327/527 kB | 106 kB
Progress (2): 331/527 kB | 106 kB
Progress (2): 335/527 kB | 106 kB
Progress (2): 339/527 kB | 106 kB
Progress (2): 344/527 kB | 106 kB
Progress (3): 344/527 kB | 106 kB | 4.1/14 kB
Progress (3): 344/527 kB | 106 kB | 7.7/14 kB
Progress (3): 344/527 kB | 106 kB | 12/14 kB 
Progress (3): 344/527 kB | 106 kB | 14 kB   
Progress (3): 348/527 kB | 106 kB | 14 kB
Progress (3): 352/527 kB | 106 kB | 14 kB
Progress (3): 356/527 kB | 106 kB | 14 kB
Progress (3): 360/527 kB | 106 kB | 14 kB
Progress (3): 364/527 kB | 106 kB | 14 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 138 kB/s)
18:12:15 Progress (2): 368/527 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:12:15 Progress (2): 372/527 kB | 106 kB
Progress (2): 376/527 kB | 106 kB
Progress (2): 380/527 kB | 106 kB
Progress (2): 384/527 kB | 106 kB
Progress (2): 389/527 kB | 106 kB
Progress (2): 393/527 kB | 106 kB
Progress (3): 393/527 kB | 106 kB | 4.1/74 kB
Progress (3): 397/527 kB | 106 kB | 4.1/74 kB
Progress (3): 397/527 kB | 106 kB | 7.7/74 kB
Progress (3): 401/527 kB | 106 kB | 7.7/74 kB
Progress (3): 401/527 kB | 106 kB | 12/74 kB 
Progress (3): 405/527 kB | 106 kB | 12/74 kB
Progress (3): 405/527 kB | 106 kB | 16/74 kB
Progress (3): 409/527 kB | 106 kB | 16/74 kB
Progress (3): 409/527 kB | 106 kB | 20/74 kB
Progress (3): 413/527 kB | 106 kB | 20/74 kB
Progress (3): 413/527 kB | 106 kB | 24/74 kB
Progress (3): 417/527 kB | 106 kB | 24/74 kB
Progress (3): 417/527 kB | 106 kB | 28/74 kB
Progress (3): 421/527 kB | 106 kB | 28/74 kB
Progress (3): 421/527 kB | 106 kB | 32/74 kB
Progress (3): 425/527 kB | 106 kB | 32/74 kB
Progress (3): 425/527 kB | 106 kB | 36/74 kB
Progress (3): 425/527 kB | 106 kB | 40/74 kB
Progress (3): 430/527 kB | 106 kB | 40/74 kB
Progress (3): 430/527 kB | 106 kB | 45/74 kB
Progress (3): 434/527 kB | 106 kB | 45/74 kB
Progress (3): 434/527 kB | 106 kB | 49/74 kB
Progress (3): 438/527 kB | 106 kB | 49/74 kB
Progress (3): 442/527 kB | 106 kB | 49/74 kB
Progress (3): 442/527 kB | 106 kB | 53/74 kB
Progress (3): 442/527 kB | 106 kB | 57/74 kB
Progress (3): 442/527 kB | 106 kB | 61/74 kB
Progress (3): 442/527 kB | 106 kB | 65/74 kB
Progress (3): 446/527 kB | 106 kB | 65/74 kB
Progress (3): 446/527 kB | 106 kB | 69/74 kB
Progress (3): 450/527 kB | 106 kB | 69/74 kB
Progress (3): 450/527 kB | 106 kB | 73/74 kB
Progress (3): 454/527 kB | 106 kB | 73/74 kB
Progress (3): 454/527 kB | 106 kB | 74 kB   
Progress (3): 458/527 kB | 106 kB | 74 kB
Progress (3): 462/527 kB | 106 kB | 74 kB
Progress (3): 466/527 kB | 106 kB | 74 kB
Progress (3): 471/527 kB | 106 kB | 74 kB
Progress (3): 475/527 kB | 106 kB | 74 kB
Progress (3): 479/527 kB | 106 kB | 74 kB
Progress (3): 483/527 kB | 106 kB | 74 kB
Progress (3): 487/527 kB | 106 kB | 74 kB
Progress (3): 491/527 kB | 106 kB | 74 kB
Progress (3): 495/527 kB | 106 kB | 74 kB
Progress (3): 499/527 kB | 106 kB | 74 kB
Progress (3): 503/527 kB | 106 kB | 74 kB
Progress (3): 507/527 kB | 106 kB | 74 kB
Progress (3): 511/527 kB | 106 kB | 74 kB
Progress (3): 516/527 kB | 106 kB | 74 kB
Progress (3): 520/527 kB | 106 kB | 74 kB
Progress (3): 524/527 kB | 106 kB | 74 kB
Progress (3): 527 kB | 106 kB | 74 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.7 MB/s)
18:12:15 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:12:15 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 864 kB/s)
18:12:15 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:12:15 Progress (2): 74 kB | 4.1/47 kB
Progress (2): 74 kB | 7.7/47 kB
Progress (2): 74 kB | 12/47 kB 
Progress (2): 74 kB | 16/47 kB
Progress (2): 74 kB | 20/47 kB
Progress (2): 74 kB | 24/47 kB
Progress (2): 74 kB | 28/47 kB
Progress (2): 74 kB | 32/47 kB
Progress (2): 74 kB | 36/47 kB
Progress (2): 74 kB | 40/47 kB
Progress (2): 74 kB | 45/47 kB
Progress (2): 74 kB | 47 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 566 kB/s)
18:12:15 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:12:15 Progress (2): 47 kB | 4.1/61 kB
Progress (2): 47 kB | 7.7/61 kB
Progress (2): 47 kB | 12/61 kB 
Progress (2): 47 kB | 16/61 kB
Progress (2): 47 kB | 20/61 kB
Progress (2): 47 kB | 24/61 kB
Progress (2): 47 kB | 28/61 kB
Progress (2): 47 kB | 32/61 kB
Progress (3): 47 kB | 32/61 kB | 4.1/38 kB
Progress (3): 47 kB | 36/61 kB | 4.1/38 kB
Progress (3): 47 kB | 36/61 kB | 7.7/38 kB
Progress (3): 47 kB | 40/61 kB | 7.7/38 kB
Progress (3): 47 kB | 40/61 kB | 12/38 kB 
Progress (3): 47 kB | 45/61 kB | 12/38 kB
Progress (3): 47 kB | 45/61 kB | 16/38 kB
Progress (3): 47 kB | 49/61 kB | 16/38 kB
Progress (3): 47 kB | 53/61 kB | 16/38 kB
Progress (3): 47 kB | 53/61 kB | 20/38 kB
Progress (3): 47 kB | 57/61 kB | 20/38 kB
Progress (3): 47 kB | 57/61 kB | 24/38 kB
Progress (3): 47 kB | 61/61 kB | 24/38 kB
Progress (3): 47 kB | 61/61 kB | 28/38 kB
Progress (3): 47 kB | 61 kB | 28/38 kB   
Progress (3): 47 kB | 61 kB | 32/38 kB
Progress (3): 47 kB | 61 kB | 36/38 kB
Progress (3): 47 kB | 61 kB | 38 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:12:15 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:12:15 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 424 kB/s)
18:12:15 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:12:15 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 254 kB/s)
18:12:15 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:12:15 Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar (20 kB at 124 kB/s)
18:12:15 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:12:16 Progress (1): 4.1/237 kB
Progress (1): 7.7/237 kB
Progress (1): 12/237 kB 
Progress (1): 16/237 kB
Progress (1): 20/237 kB
Progress (1): 24/237 kB
Progress (1): 28/237 kB
Progress (1): 32/237 kB
Progress (1): 36/237 kB
Progress (1): 40/237 kB
Progress (1): 45/237 kB
Progress (1): 49/237 kB
Progress (1): 53/237 kB
Progress (1): 57/237 kB
Progress (1): 61/237 kB
Progress (1): 65/237 kB
Progress (1): 69/237 kB
Progress (1): 73/237 kB
Progress (1): 77/237 kB
Progress (1): 81/237 kB
Progress (1): 85/237 kB
Progress (1): 90/237 kB
Progress (1): 94/237 kB
Progress (1): 98/237 kB
Progress (1): 102/237 kB
Progress (1): 106/237 kB
Progress (1): 110/237 kB
Progress (1): 114/237 kB
Progress (1): 118/237 kB
Progress (1): 122/237 kB
Progress (1): 126/237 kB
Progress (1): 131/237 kB
Progress (1): 135/237 kB
Progress (1): 139/237 kB
Progress (1): 143/237 kB
Progress (1): 147/237 kB
Progress (1): 151/237 kB
Progress (1): 155/237 kB
Progress (1): 159/237 kB
Progress (1): 163/237 kB
Progress (1): 167/237 kB
Progress (1): 171/237 kB
Progress (1): 176/237 kB
Progress (1): 180/237 kB
Progress (1): 184/237 kB
Progress (1): 188/237 kB
Progress (1): 192/237 kB
Progress (1): 196/237 kB
Progress (1): 200/237 kB
Progress (1): 204/237 kB
Progress (1): 208/237 kB
Progress (1): 212/237 kB
Progress (1): 217/237 kB
Progress (1): 221/237 kB
Progress (1): 225/237 kB
Progress (1): 229/237 kB
Progress (1): 233/237 kB
Progress (1): 237/237 kB
Progress (1): 237 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 604 kB/s)
18:12:16 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:12:16 Progress (1): 4.1/121 kB
Progress (1): 7.7/121 kB
Progress (1): 12/121 kB 
Progress (1): 16/121 kB
Progress (1): 20/121 kB
Progress (1): 24/121 kB
Progress (1): 28/121 kB
Progress (1): 32/121 kB
Progress (1): 36/121 kB
Progress (1): 40/121 kB
Progress (1): 45/121 kB
Progress (1): 49/121 kB
Progress (1): 53/121 kB
Progress (1): 57/121 kB
Progress (1): 61/121 kB
Progress (1): 65/121 kB
Progress (1): 69/121 kB
Progress (1): 73/121 kB
Progress (1): 77/121 kB
Progress (1): 81/121 kB
Progress (1): 85/121 kB
Progress (1): 90/121 kB
Progress (1): 94/121 kB
Progress (1): 98/121 kB
Progress (1): 102/121 kB
Progress (1): 106/121 kB
Progress (1): 110/121 kB
Progress (1): 114/121 kB
Progress (1): 118/121 kB
Progress (1): 121 kB    
                    
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 287 kB/s)
18:12:16 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:12:16 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.3/maven-shared-utils-0.3.jar (155 kB at 207 kB/s)
18:12:16 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:12:16 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 (2): 0.1/1.2 MB | 4.1/162 kB
Progress (2): 0.1/1.2 MB | 7.7/162 kB
Progress (2): 0.1/1.2 MB | 12/162 kB 
Progress (2): 0.1/1.2 MB | 16/162 kB
Progress (2): 0.1/1.2 MB | 20/162 kB
Progress (3): 0.1/1.2 MB | 20/162 kB | 4.1/11 kB
Progress (3): 0.1/1.2 MB | 24/162 kB | 4.1/11 kB
Progress (3): 0.1/1.2 MB | 24/162 kB | 7.7/11 kB
Progress (3): 0.1/1.2 MB | 28/162 kB | 7.7/11 kB
Progress (3): 0.1/1.2 MB | 28/162 kB | 11 kB    
Progress (3): 0.1/1.2 MB | 32/162 kB | 11 kB
Progress (3): 0.1/1.2 MB | 36/162 kB | 11 kB
Progress (3): 0.1/1.2 MB | 36/162 kB | 11 kB
Progress (3): 0.1/1.2 MB | 40/162 kB | 11 kB
Progress (3): 0.1/1.2 MB | 40/162 kB | 11 kB
Progress (3): 0.1/1.2 MB | 45/162 kB | 11 kB
Progress (3): 0.1/1.2 MB | 49/162 kB | 11 kB
Progress (3): 0.1/1.2 MB | 49/162 kB | 11 kB
Progress (3): 0.1/1.2 MB | 53/162 kB | 11 kB
Progress (3): 0.1/1.2 MB | 53/162 kB | 11 kB
Progress (3): 0.1/1.2 MB | 57/162 kB | 11 kB
Progress (3): 0.1/1.2 MB | 61/162 kB | 11 kB
Progress (3): 0.1/1.2 MB | 65/162 kB | 11 kB
Progress (3): 0.1/1.2 MB | 65/162 kB | 11 kB
Progress (3): 0.1/1.2 MB | 69/162 kB | 11 kB
Progress (4): 0.1/1.2 MB | 69/162 kB | 11 kB | 4.1/11 kB
Progress (4): 0.1/1.2 MB | 73/162 kB | 11 kB | 4.1/11 kB
Progress (4): 0.1/1.2 MB | 73/162 kB | 11 kB | 4.1/11 kB
Progress (4): 0.1/1.2 MB | 77/162 kB | 11 kB | 4.1/11 kB
Progress (4): 0.1/1.2 MB | 77/162 kB | 11 kB | 7.7/11 kB
Progress (4): 0.1/1.2 MB | 81/162 kB | 11 kB | 7.7/11 kB
Progress (4): 0.1/1.2 MB | 81/162 kB | 11 kB | 11 kB    
Progress (4): 0.2/1.2 MB | 81/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 81/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 85/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 90/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 94/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 98/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 98/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 98/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 102/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 106/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 110/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 114/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 114/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 114/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 118/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 122/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 126/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 126/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 131/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 131/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 135/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 139/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 139/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 143/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 143/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 147/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 151/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 151/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 155/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 155/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 159/162 kB | 11 kB | 11 kB
Progress (4): 0.2/1.2 MB | 162 kB | 11 kB | 11 kB    
Progress (4): 0.3/1.2 MB | 162 kB | 11 kB | 11 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 14 kB/s)
18:12:16 Progress (4): 0.3/1.2 MB | 162 kB | 11 kB | 4.1/27 kB
Progress (4): 0.3/1.2 MB | 162 kB | 11 kB | 4.1/27 kB
Progress (4): 0.3/1.2 MB | 162 kB | 11 kB | 7.7/27 kB
                                                     
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:12:16 Progress (4): 0.3/1.2 MB | 162 kB | 11 kB | 12/27 kB
Progress (4): 0.3/1.2 MB | 162 kB | 11 kB | 12/27 kB
Progress (4): 0.3/1.2 MB | 162 kB | 11 kB | 16/27 kB
Progress (4): 0.3/1.2 MB | 162 kB | 11 kB | 16/27 kB
Progress (4): 0.3/1.2 MB | 162 kB | 11 kB | 20/27 kB
Progress (4): 0.3/1.2 MB | 162 kB | 11 kB | 24/27 kB
Progress (4): 0.3/1.2 MB | 162 kB | 11 kB | 27 kB   
Progress (4): 0.3/1.2 MB | 162 kB | 11 kB | 27 kB
Progress (4): 0.3/1.2 MB | 162 kB | 11 kB | 27 kB
Progress (4): 0.3/1.2 MB | 162 kB | 11 kB | 27 kB
Progress (4): 0.3/1.2 MB | 162 kB | 11 kB | 27 kB
Progress (4): 0.3/1.2 MB | 162 kB | 11 kB | 27 kB
Progress (4): 0.3/1.2 MB | 162 kB | 11 kB | 27 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.jar (11 kB at 14 kB/s)
18:12:16 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:12:16 Progress (3): 0.3/1.2 MB | 162 kB | 27 kB
Progress (3): 0.3/1.2 MB | 162 kB | 27 kB
Progress (3): 0.4/1.2 MB | 162 kB | 27 kB
Progress (3): 0.4/1.2 MB | 162 kB | 27 kB
Progress (3): 0.4/1.2 MB | 162 kB | 27 kB
Progress (3): 0.4/1.2 MB | 162 kB | 27 kB
Progress (3): 0.4/1.2 MB | 162 kB | 27 kB
Progress (3): 0.4/1.2 MB | 162 kB | 27 kB
Progress (3): 0.4/1.2 MB | 162 kB | 27 kB
Progress (3): 0.4/1.2 MB | 162 kB | 27 kB
Progress (3): 0.4/1.2 MB | 162 kB | 27 kB
Progress (3): 0.4/1.2 MB | 162 kB | 27 kB
Progress (3): 0.4/1.2 MB | 162 kB | 27 kB
Progress (3): 0.4/1.2 MB | 162 kB | 27 kB
Progress (3): 0.5/1.2 MB | 162 kB | 27 kB
Progress (3): 0.5/1.2 MB | 162 kB | 27 kB
Progress (3): 0.5/1.2 MB | 162 kB | 27 kB
Progress (3): 0.5/1.2 MB | 162 kB | 27 kB
Progress (3): 0.5/1.2 MB | 162 kB | 27 kB
Progress (3): 0.5/1.2 MB | 162 kB | 27 kB
Progress (3): 0.5/1.2 MB | 162 kB | 27 kB
Progress (3): 0.5/1.2 MB | 162 kB | 27 kB
Progress (3): 0.5/1.2 MB | 162 kB | 27 kB
Progress (3): 0.5/1.2 MB | 162 kB | 27 kB
Progress (3): 0.5/1.2 MB | 162 kB | 27 kB
Progress (3): 0.5/1.2 MB | 162 kB | 27 kB
Progress (3): 0.5/1.2 MB | 162 kB | 27 kB
Progress (3): 0.6/1.2 MB | 162 kB | 27 kB
Progress (3): 0.6/1.2 MB | 162 kB | 27 kB
Progress (3): 0.6/1.2 MB | 162 kB | 27 kB
Progress (3): 0.6/1.2 MB | 162 kB | 27 kB
Progress (3): 0.6/1.2 MB | 162 kB | 27 kB
Progress (3): 0.6/1.2 MB | 162 kB | 27 kB
Progress (3): 0.6/1.2 MB | 162 kB | 27 kB
Progress (3): 0.6/1.2 MB | 162 kB | 27 kB
Progress (3): 0.6/1.2 MB | 162 kB | 27 kB
Progress (4): 0.6/1.2 MB | 162 kB | 27 kB | 4.1/194 kB
Progress (4): 0.6/1.2 MB | 162 kB | 27 kB | 4.1/194 kB
Progress (4): 0.6/1.2 MB | 162 kB | 27 kB | 7.7/194 kB
Progress (4): 0.6/1.2 MB | 162 kB | 27 kB | 7.7/194 kB
Progress (4): 0.6/1.2 MB | 162 kB | 27 kB | 12/194 kB 
Progress (4): 0.6/1.2 MB | 162 kB | 27 kB | 16/194 kB
Progress (4): 0.6/1.2 MB | 162 kB | 27 kB | 16/194 kB
Progress (4): 0.7/1.2 MB | 162 kB | 27 kB | 16/194 kB
Progress (4): 0.7/1.2 MB | 162 kB | 27 kB | 20/194 kB
Progress (4): 0.7/1.2 MB | 162 kB | 27 kB | 24/194 kB
Progress (4): 0.7/1.2 MB | 162 kB | 27 kB | 28/194 kB
Progress (4): 0.7/1.2 MB | 162 kB | 27 kB | 28/194 kB
Progress (4): 0.7/1.2 MB | 162 kB | 27 kB | 32/194 kB
Progress (4): 0.7/1.2 MB | 162 kB | 27 kB | 32/194 kB
Progress (4): 0.7/1.2 MB | 162 kB | 27 kB | 36/194 kB
Progress (4): 0.7/1.2 MB | 162 kB | 27 kB | 36/194 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 33 kB/s)
18:12:16 Progress (3): 0.7/1.2 MB | 162 kB | 36/194 kB
Progress (3): 0.7/1.2 MB | 162 kB | 40/194 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:12:16 Progress (3): 0.7/1.2 MB | 162 kB | 45/194 kB
Progress (3): 0.7/1.2 MB | 162 kB | 45/194 kB
Progress (4): 0.7/1.2 MB | 162 kB | 45/194 kB | 4.1/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 49/194 kB | 4.1/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 49/194 kB | 7.7/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 49/194 kB | 7.7/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 49/194 kB | 12/293 kB 
Progress (4): 0.7/1.2 MB | 162 kB | 49/194 kB | 16/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 53/194 kB | 16/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 57/194 kB | 16/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 57/194 kB | 16/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 61/194 kB | 16/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 61/194 kB | 16/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 65/194 kB | 16/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 65/194 kB | 20/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 65/194 kB | 24/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 65/194 kB | 28/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 69/194 kB | 28/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 69/194 kB | 28/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 73/194 kB | 28/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 73/194 kB | 32/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 77/194 kB | 32/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 77/194 kB | 32/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 81/194 kB | 32/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 81/194 kB | 36/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 81/194 kB | 40/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 85/194 kB | 40/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 85/194 kB | 40/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 90/194 kB | 40/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 90/194 kB | 45/293 kB
Progress (4): 0.7/1.2 MB | 162 kB | 94/194 kB | 45/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 94/194 kB | 45/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 98/194 kB | 45/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 98/194 kB | 49/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 98/194 kB | 49/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 102/194 kB | 49/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 102/194 kB | 53/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 102/194 kB | 53/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 102/194 kB | 57/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 106/194 kB | 57/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 106/194 kB | 61/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 110/194 kB | 61/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 110/194 kB | 65/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 114/194 kB | 65/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 114/194 kB | 65/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 114/194 kB | 65/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 114/194 kB | 69/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 118/194 kB | 69/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 118/194 kB | 73/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 122/194 kB | 73/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 122/194 kB | 77/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 126/194 kB | 77/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 126/194 kB | 77/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 131/194 kB | 77/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 131/194 kB | 81/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 131/194 kB | 81/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 135/194 kB | 81/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 139/194 kB | 81/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 139/194 kB | 85/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 143/194 kB | 85/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 143/194 kB | 85/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 147/194 kB | 85/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 147/194 kB | 90/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 147/194 kB | 90/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 147/194 kB | 94/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 147/194 kB | 98/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 151/194 kB | 98/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 155/194 kB | 98/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 155/194 kB | 98/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 159/194 kB | 98/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 159/194 kB | 102/293 kB
Progress (4): 0.8/1.2 MB | 162 kB | 159/194 kB | 102/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 196 kB/s)
18:12:16 Progress (3): 0.8/1.2 MB | 159/194 kB | 106/293 kB
Progress (3): 0.8/1.2 MB | 163/194 kB | 106/293 kB
Progress (3): 0.8/1.2 MB | 163/194 kB | 110/293 kB
Progress (3): 0.8/1.2 MB | 163/194 kB | 110/293 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:12:16 Progress (3): 0.8/1.2 MB | 167/194 kB | 110/293 kB
Progress (3): 0.9/1.2 MB | 167/194 kB | 110/293 kB
Progress (3): 0.9/1.2 MB | 167/194 kB | 114/293 kB
Progress (3): 0.9/1.2 MB | 171/194 kB | 114/293 kB
Progress (3): 0.9/1.2 MB | 176/194 kB | 114/293 kB
Progress (3): 0.9/1.2 MB | 180/194 kB | 114/293 kB
Progress (3): 0.9/1.2 MB | 180/194 kB | 114/293 kB
Progress (3): 0.9/1.2 MB | 180/194 kB | 118/293 kB
Progress (3): 0.9/1.2 MB | 180/194 kB | 118/293 kB
Progress (4): 0.9/1.2 MB | 180/194 kB | 118/293 kB | 4.1/47 kB
Progress (4): 0.9/1.2 MB | 184/194 kB | 118/293 kB | 4.1/47 kB
Progress (4): 0.9/1.2 MB | 184/194 kB | 122/293 kB | 4.1/47 kB
Progress (4): 0.9/1.2 MB | 188/194 kB | 122/293 kB | 4.1/47 kB
Progress (4): 0.9/1.2 MB | 188/194 kB | 122/293 kB | 7.7/47 kB
Progress (4): 0.9/1.2 MB | 192/194 kB | 122/293 kB | 7.7/47 kB
Progress (4): 0.9/1.2 MB | 192/194 kB | 122/293 kB | 7.7/47 kB
Progress (4): 0.9/1.2 MB | 192/194 kB | 126/293 kB | 7.7/47 kB
Progress (4): 0.9/1.2 MB | 192/194 kB | 126/293 kB | 7.7/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 126/293 kB | 7.7/47 kB    
Progress (4): 0.9/1.2 MB | 194 kB | 126/293 kB | 12/47 kB 
Progress (4): 0.9/1.2 MB | 194 kB | 131/293 kB | 12/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 131/293 kB | 16/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 131/293 kB | 16/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 131/293 kB | 16/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 135/293 kB | 16/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 139/293 kB | 16/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 143/293 kB | 16/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 143/293 kB | 20/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 143/293 kB | 20/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 147/293 kB | 20/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 147/293 kB | 20/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 147/293 kB | 24/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 147/293 kB | 28/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 151/293 kB | 28/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 151/293 kB | 32/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 151/293 kB | 32/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 155/293 kB | 32/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 155/293 kB | 32/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 159/293 kB | 32/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 159/293 kB | 36/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 163/293 kB | 36/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 163/293 kB | 40/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 163/293 kB | 40/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 163/293 kB | 45/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 163/293 kB | 45/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 167/293 kB | 45/47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 167/293 kB | 47 kB   
Progress (4): 0.9/1.2 MB | 194 kB | 171/293 kB | 47 kB
Progress (4): 0.9/1.2 MB | 194 kB | 176/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 176/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 180/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 180/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 184/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 188/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 188/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 192/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 192/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 196/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 196/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 200/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 200/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 204/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 208/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 212/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 212/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 212/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 217/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 221/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 225/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 225/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 229/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 229/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 233/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 237/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 241/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 241/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 245/293 kB | 47 kB
Progress (4): 1.0/1.2 MB | 194 kB | 245/293 kB | 47 kB
Progress (5): 1.0/1.2 MB | 194 kB | 245/293 kB | 47 kB | 4.1/173 kB
Progress (5): 1.0/1.2 MB | 194 kB | 249/293 kB | 47 kB | 4.1/173 kB
Progress (5): 1.0/1.2 MB | 194 kB | 249/293 kB | 47 kB | 7.7/173 kB
Progress (5): 1.1/1.2 MB | 194 kB | 249/293 kB | 47 kB | 7.7/173 kB
Progress (5): 1.1/1.2 MB | 194 kB | 249/293 kB | 47 kB | 12/173 kB 
Progress (5): 1.1/1.2 MB | 194 kB | 253/293 kB | 47 kB | 12/173 kB
Progress (5): 1.1/1.2 MB | 194 kB | 253/293 kB | 47 kB | 16/173 kB
Progress (5): 1.1/1.2 MB | 194 kB | 253/293 kB | 47 kB | 16/173 kB
Progress (5): 1.1/1.2 MB | 194 kB | 258/293 kB | 47 kB | 16/173 kB
Progress (5): 1.1/1.2 MB | 194 kB | 262/293 kB | 47 kB | 16/173 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 232 kB/s)
18:12:16 Progress (4): 1.1/1.2 MB | 266/293 kB | 47 kB | 16/173 kB
Progress (4): 1.1/1.2 MB | 266/293 kB | 47 kB | 16/173 kB
Progress (4): 1.1/1.2 MB | 266/293 kB | 47 kB | 20/173 kB
Progress (4): 1.1/1.2 MB | 266/293 kB | 47 kB | 20/173 kB
Progress (4): 1.1/1.2 MB | 270/293 kB | 47 kB | 20/173 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
18:12:16 Progress (4): 1.1/1.2 MB | 274/293 kB | 47 kB | 20/173 kB
Progress (4): 1.1/1.2 MB | 274/293 kB | 47 kB | 24/173 kB
Progress (4): 1.1/1.2 MB | 278/293 kB | 47 kB | 24/173 kB
Progress (4): 1.1/1.2 MB | 278/293 kB | 47 kB | 24/173 kB
Progress (4): 1.1/1.2 MB | 278/293 kB | 47 kB | 28/173 kB
Progress (4): 1.1/1.2 MB | 278/293 kB | 47 kB | 28/173 kB
Progress (4): 1.1/1.2 MB | 278/293 kB | 47 kB | 32/173 kB
Progress (4): 1.1/1.2 MB | 282/293 kB | 47 kB | 32/173 kB
Progress (4): 1.1/1.2 MB | 286/293 kB | 47 kB | 32/173 kB
Progress (4): 1.1/1.2 MB | 290/293 kB | 47 kB | 32/173 kB
Progress (4): 1.1/1.2 MB | 290/293 kB | 47 kB | 32/173 kB
Progress (4): 1.1/1.2 MB | 293 kB | 47 kB | 32/173 kB    
Progress (4): 1.1/1.2 MB | 293 kB | 47 kB | 32/173 kB
Progress (4): 1.1/1.2 MB | 293 kB | 47 kB | 36/173 kB
Progress (4): 1.1/1.2 MB | 293 kB | 47 kB | 40/173 kB
Progress (4): 1.1/1.2 MB | 293 kB | 47 kB | 45/173 kB
Progress (4): 1.1/1.2 MB | 293 kB | 47 kB | 45/173 kB
Progress (4): 1.1/1.2 MB | 293 kB | 47 kB | 49/173 kB
Progress (4): 1.1/1.2 MB | 293 kB | 47 kB | 49/173 kB
Progress (4): 1.1/1.2 MB | 293 kB | 47 kB | 53/173 kB
Progress (4): 1.1/1.2 MB | 293 kB | 47 kB | 53/173 kB
Progress (4): 1.1/1.2 MB | 293 kB | 47 kB | 57/173 kB
Progress (4): 1.1/1.2 MB | 293 kB | 47 kB | 57/173 kB
Progress (4): 1.1/1.2 MB | 293 kB | 47 kB | 61/173 kB
Progress (4): 1.1/1.2 MB | 293 kB | 47 kB | 65/173 kB
Progress (4): 1.2/1.2 MB | 293 kB | 47 kB | 65/173 kB
Progress (4): 1.2/1.2 MB | 293 kB | 47 kB | 65/173 kB
Progress (4): 1.2/1.2 MB | 293 kB | 47 kB | 69/173 kB
Progress (4): 1.2/1.2 MB | 293 kB | 47 kB | 73/173 kB
Progress (4): 1.2/1.2 MB | 293 kB | 47 kB | 77/173 kB
Progress (4): 1.2/1.2 MB | 293 kB | 47 kB | 77/173 kB
Progress (4): 1.2/1.2 MB | 293 kB | 47 kB | 77/173 kB
Progress (4): 1.2/1.2 MB | 293 kB | 47 kB | 77/173 kB
Progress (4): 1.2/1.2 MB | 293 kB | 47 kB | 77/173 kB
Progress (4): 1.2/1.2 MB | 293 kB | 47 kB | 77/173 kB
Progress (4): 1.2/1.2 MB | 293 kB | 47 kB | 81/173 kB
Progress (4): 1.2/1.2 MB | 293 kB | 47 kB | 81/173 kB
Progress (5): 1.2/1.2 MB | 293 kB | 47 kB | 81/173 kB | 4.1/98 kB
Progress (5): 1.2/1.2 MB | 293 kB | 47 kB | 81/173 kB | 7.7/98 kB
Progress (5): 1.2/1.2 MB | 293 kB | 47 kB | 85/173 kB | 7.7/98 kB
Progress (5): 1.2/1.2 MB | 293 kB | 47 kB | 85/173 kB | 7.7/98 kB
Progress (5): 1.2/1.2 MB | 293 kB | 47 kB | 85/173 kB | 12/98 kB 
Progress (5): 1.2/1.2 MB | 293 kB | 47 kB | 85/173 kB | 12/98 kB
Progress (5): 1.2/1.2 MB | 293 kB | 47 kB | 90/173 kB | 12/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 90/173 kB | 12/98 kB    
Progress (5): 1.2 MB | 293 kB | 47 kB | 90/173 kB | 16/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 94/173 kB | 16/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 98/173 kB | 16/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 98/173 kB | 20/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 98/173 kB | 24/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 102/173 kB | 24/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 102/173 kB | 28/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 106/173 kB | 28/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 106/173 kB | 32/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 110/173 kB | 32/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 114/173 kB | 32/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 114/173 kB | 36/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 114/173 kB | 40/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 118/173 kB | 40/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 118/173 kB | 45/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 122/173 kB | 45/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 122/173 kB | 49/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 126/173 kB | 49/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 131/173 kB | 49/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 131/173 kB | 53/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 131/173 kB | 57/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 135/173 kB | 57/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 135/173 kB | 61/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 139/173 kB | 61/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 139/173 kB | 65/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 143/173 kB | 65/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 147/173 kB | 65/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 147/173 kB | 69/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 147/173 kB | 73/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 151/173 kB | 73/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 151/173 kB | 77/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 155/173 kB | 77/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 155/173 kB | 81/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 159/173 kB | 81/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 163/173 kB | 81/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 163/173 kB | 85/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 167/173 kB | 85/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 167/173 kB | 90/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 171/173 kB | 90/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 171/173 kB | 94/98 kB
Progress (5): 1.2 MB | 293 kB | 47 kB | 173 kB | 94/98 kB    
Progress (5): 1.2 MB | 293 kB | 47 kB | 173 kB | 98 kB   
                                                      
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 1.1 MB/s)
18:12:16 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:12:16 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 150 kB/s)
18:12:16 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 40 kB/s)
18:12:16 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:12:16 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:12:17 Progress (3): 293 kB | 98 kB | 4.1/53 kB
Progress (3): 293 kB | 98 kB | 7.7/53 kB
Progress (3): 293 kB | 98 kB | 12/53 kB 
Progress (3): 293 kB | 98 kB | 16/53 kB
Progress (3): 293 kB | 98 kB | 20/53 kB
Progress (3): 293 kB | 98 kB | 24/53 kB
Progress (3): 293 kB | 98 kB | 28/53 kB
Progress (3): 293 kB | 98 kB | 32/53 kB
Progress (3): 293 kB | 98 kB | 36/53 kB
Progress (3): 293 kB | 98 kB | 40/53 kB
Progress (3): 293 kB | 98 kB | 45/53 kB
Progress (3): 293 kB | 98 kB | 49/53 kB
Progress (3): 293 kB | 98 kB | 53/53 kB
Progress (3): 293 kB | 98 kB | 53 kB   
Progress (4): 293 kB | 98 kB | 53 kB | 4.1/16 kB
Progress (4): 293 kB | 98 kB | 53 kB | 7.7/16 kB
Progress (4): 293 kB | 98 kB | 53 kB | 12/16 kB 
Progress (4): 293 kB | 98 kB | 53 kB | 16/16 kB
Progress (4): 293 kB | 98 kB | 53 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 11 kB/s)
18:12:17 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 67 kB/s)
18:12:17 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 201 kB/s)
18:12:17 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:12:17 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:12:17 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:12:17 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 36 kB/s)
18:12:17 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:12:17 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   
Progress (2): 37 kB | 4.1/73 kB
Progress (2): 37 kB | 7.7/73 kB
Progress (2): 37 kB | 12/73 kB 
Progress (2): 37 kB | 16/73 kB
Progress (2): 37 kB | 20/73 kB
Progress (2): 37 kB | 24/73 kB
Progress (2): 37 kB | 28/73 kB
Progress (2): 37 kB | 32/73 kB
Progress (2): 37 kB | 36/73 kB
Progress (2): 37 kB | 40/73 kB
Progress (2): 37 kB | 45/73 kB
Progress (2): 37 kB | 49/73 kB
Progress (2): 37 kB | 53/73 kB
Progress (2): 37 kB | 57/73 kB
Progress (2): 37 kB | 61/73 kB
Progress (2): 37 kB | 65/73 kB
Progress (2): 37 kB | 69/73 kB
Progress (2): 37 kB | 73 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.jar (37 kB at 25 kB/s)
18:12:17 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:12:17 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 48 kB/s)
18:12:17 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:12:17 Progress (1): 4.1/185 kB
Progress (1): 7.7/185 kB
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 (1): 36/185 kB
Progress (1): 40/185 kB
Progress (1): 45/185 kB
Progress (1): 49/185 kB
Progress (1): 53/185 kB
Progress (1): 57/185 kB
Progress (1): 61/185 kB
Progress (1): 65/185 kB
Progress (1): 69/185 kB
Progress (1): 73/185 kB
Progress (1): 77/185 kB
Progress (1): 81/185 kB
Progress (1): 85/185 kB
Progress (1): 90/185 kB
Progress (1): 94/185 kB
Progress (1): 98/185 kB
Progress (1): 102/185 kB
Progress (1): 106/185 kB
Progress (1): 110/185 kB
Progress (1): 114/185 kB
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    
Progress (2): 185 kB | 4.1/47 kB
Progress (2): 185 kB | 7.7/47 kB
Progress (2): 185 kB | 12/47 kB 
Progress (2): 185 kB | 16/47 kB
Progress (2): 185 kB | 20/47 kB
Progress (2): 185 kB | 24/47 kB
Progress (2): 185 kB | 28/47 kB
Progress (2): 185 kB | 32/47 kB
Progress (2): 185 kB | 36/47 kB
Progress (2): 185 kB | 40/47 kB
Progress (2): 185 kB | 45/47 kB
Progress (2): 185 kB | 47 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 114 kB/s)
18:12:17 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:12:17 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 29 kB/s)
18:12:17 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:12:17 Progress (1): 4.1/59 kB
Progress (1): 7.7/59 kB
Progress (2): 7.7/59 kB | 4.1/15 kB
Progress (2): 12/59 kB | 4.1/15 kB 
Progress (2): 12/59 kB | 7.7/15 kB
Progress (2): 16/59 kB | 7.7/15 kB
Progress (2): 16/59 kB | 12/15 kB 
Progress (2): 16/59 kB | 15 kB   
Progress (2): 20/59 kB | 15 kB
Progress (2): 24/59 kB | 15 kB
Progress (2): 28/59 kB | 15 kB
Progress (2): 32/59 kB | 15 kB
Progress (2): 36/59 kB | 15 kB
Progress (2): 40/59 kB | 15 kB
Progress (2): 45/59 kB | 15 kB
Progress (2): 49/59 kB | 15 kB
Progress (2): 53/59 kB | 15 kB
Progress (2): 57/59 kB | 15 kB
Progress (2): 59 kB | 15 kB   
Progress (3): 59 kB | 15 kB | 4.1/38 kB
Progress (3): 59 kB | 15 kB | 7.7/38 kB
Progress (3): 59 kB | 15 kB | 12/38 kB 
Progress (3): 59 kB | 15 kB | 16/38 kB
Progress (3): 59 kB | 15 kB | 20/38 kB
Progress (3): 59 kB | 15 kB | 24/38 kB
Progress (3): 59 kB | 15 kB | 28/38 kB
Progress (3): 59 kB | 15 kB | 32/38 kB
Progress (3): 59 kB | 15 kB | 36/38 kB
Progress (3): 59 kB | 15 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 8.9 kB/s)
18:12:17 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:12:17 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 35 kB/s)
18:12:17 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:12:17 Progress (2): 38 kB | 4.1/22 kB
Progress (2): 38 kB | 7.7/22 kB
Progress (2): 38 kB | 12/22 kB 
Progress (2): 38 kB | 16/22 kB
Progress (2): 38 kB | 20/22 kB
Progress (2): 38 kB | 22 kB   
Progress (3): 38 kB | 22 kB | 4.1/20 kB
Progress (3): 38 kB | 22 kB | 7.7/20 kB
Progress (3): 38 kB | 22 kB | 12/20 kB 
Progress (3): 38 kB | 22 kB | 16/20 kB
Progress (3): 38 kB | 22 kB | 20 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 23 kB/s)
18:12:17 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:12:17 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 12 kB/s)
18:12:17 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:12:17 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 13 kB/s)
18:12:17 Progress (1): 4.1/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:12:17 Progress (1): 7.7/105 kB
Progress (1): 12/105 kB 
Progress (1): 16/105 kB
Progress (1): 20/105 kB
Progress (1): 24/105 kB
Progress (1): 28/105 kB
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 (1): 53/105 kB
Progress (1): 57/105 kB
Progress (1): 61/105 kB
Progress (1): 65/105 kB
Progress (1): 69/105 kB
Progress (1): 73/105 kB
Progress (1): 77/105 kB
Progress (1): 81/105 kB
Progress (2): 81/105 kB | 4.1/38 kB
Progress (2): 81/105 kB | 7.7/38 kB
Progress (2): 81/105 kB | 12/38 kB 
Progress (2): 81/105 kB | 16/38 kB
Progress (2): 85/105 kB | 16/38 kB
Progress (2): 90/105 kB | 16/38 kB
Progress (2): 90/105 kB | 20/38 kB
Progress (2): 94/105 kB | 20/38 kB
Progress (2): 94/105 kB | 24/38 kB
Progress (2): 98/105 kB | 24/38 kB
Progress (2): 98/105 kB | 28/38 kB
Progress (2): 98/105 kB | 32/38 kB
Progress (2): 102/105 kB | 32/38 kB
Progress (2): 105 kB | 32/38 kB    
Progress (2): 105 kB | 36/38 kB
Progress (2): 105 kB | 38 kB   
Progress (3): 105 kB | 38 kB | 4.1/347 kB
Progress (3): 105 kB | 38 kB | 7.7/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 62 kB/s)
18:12:17 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 22 kB/s)
18:12:17 Progress (1): 12/347 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:12:17 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:12:17 Progress (1): 16/347 kB
Progress (1): 20/347 kB
Progress (1): 24/347 kB
Progress (1): 28/347 kB
Progress (1): 32/347 kB
Progress (1): 36/347 kB
Progress (2): 36/347 kB | 4.1/57 kB
Progress (2): 40/347 kB | 4.1/57 kB
Progress (2): 40/347 kB | 7.7/57 kB
Progress (2): 45/347 kB | 7.7/57 kB
Progress (2): 45/347 kB | 12/57 kB 
Progress (2): 49/347 kB | 12/57 kB
Progress (2): 49/347 kB | 16/57 kB
Progress (2): 49/347 kB | 20/57 kB
Progress (2): 53/347 kB | 20/57 kB
Progress (2): 53/347 kB | 24/57 kB
Progress (2): 57/347 kB | 24/57 kB
Progress (2): 57/347 kB | 28/57 kB
Progress (2): 61/347 kB | 28/57 kB
Progress (2): 61/347 kB | 32/57 kB
Progress (2): 65/347 kB | 32/57 kB
Progress (2): 65/347 kB | 36/57 kB
Progress (2): 65/347 kB | 40/57 kB
Progress (2): 69/347 kB | 40/57 kB
Progress (2): 69/347 kB | 45/57 kB
Progress (2): 73/347 kB | 45/57 kB
Progress (2): 73/347 kB | 49/57 kB
Progress (2): 77/347 kB | 49/57 kB
Progress (3): 77/347 kB | 49/57 kB | 4.1/56 kB
Progress (3): 81/347 kB | 49/57 kB | 4.1/56 kB
Progress (3): 81/347 kB | 53/57 kB | 4.1/56 kB
Progress (3): 81/347 kB | 53/57 kB | 7.7/56 kB
Progress (3): 81/347 kB | 57/57 kB | 7.7/56 kB
Progress (3): 81/347 kB | 57/57 kB | 12/56 kB 
Progress (3): 81/347 kB | 57 kB | 12/56 kB   
Progress (3): 81/347 kB | 57 kB | 16/56 kB
Progress (3): 85/347 kB | 57 kB | 16/56 kB
Progress (3): 90/347 kB | 57 kB | 16/56 kB
Progress (3): 90/347 kB | 57 kB | 20/56 kB
Progress (3): 94/347 kB | 57 kB | 20/56 kB
Progress (3): 94/347 kB | 57 kB | 24/56 kB
Progress (3): 98/347 kB | 57 kB | 24/56 kB
Progress (3): 98/347 kB | 57 kB | 28/56 kB
Progress (3): 98/347 kB | 57 kB | 32/56 kB
Progress (3): 102/347 kB | 57 kB | 32/56 kB
Progress (3): 102/347 kB | 57 kB | 36/56 kB
Progress (3): 106/347 kB | 57 kB | 36/56 kB
Progress (3): 106/347 kB | 57 kB | 40/56 kB
Progress (3): 110/347 kB | 57 kB | 40/56 kB
Progress (3): 110/347 kB | 57 kB | 45/56 kB
Progress (3): 114/347 kB | 57 kB | 45/56 kB
Progress (3): 114/347 kB | 57 kB | 49/56 kB
Progress (3): 114/347 kB | 57 kB | 53/56 kB
Progress (3): 114/347 kB | 57 kB | 56 kB   
Progress (3): 118/347 kB | 57 kB | 56 kB
Progress (3): 122/347 kB | 57 kB | 56 kB
Progress (3): 126/347 kB | 57 kB | 56 kB
Progress (3): 131/347 kB | 57 kB | 56 kB
Progress (3): 135/347 kB | 57 kB | 56 kB
Progress (3): 139/347 kB | 57 kB | 56 kB
Progress (3): 143/347 kB | 57 kB | 56 kB
Progress (3): 147/347 kB | 57 kB | 56 kB
Progress (3): 151/347 kB | 57 kB | 56 kB
Progress (3): 155/347 kB | 57 kB | 56 kB
Progress (3): 159/347 kB | 57 kB | 56 kB
Progress (3): 163/347 kB | 57 kB | 56 kB
Progress (3): 167/347 kB | 57 kB | 56 kB
Progress (3): 171/347 kB | 57 kB | 56 kB
Progress (3): 176/347 kB | 57 kB | 56 kB
Progress (3): 180/347 kB | 57 kB | 56 kB
Progress (3): 184/347 kB | 57 kB | 56 kB
Progress (3): 188/347 kB | 57 kB | 56 kB
Progress (3): 192/347 kB | 57 kB | 56 kB
Progress (3): 196/347 kB | 57 kB | 56 kB
Progress (3): 200/347 kB | 57 kB | 56 kB
Progress (3): 204/347 kB | 57 kB | 56 kB
Progress (3): 208/347 kB | 57 kB | 56 kB
Progress (3): 212/347 kB | 57 kB | 56 kB
Progress (3): 217/347 kB | 57 kB | 56 kB
Progress (3): 221/347 kB | 57 kB | 56 kB
Progress (3): 225/347 kB | 57 kB | 56 kB
Progress (4): 225/347 kB | 57 kB | 56 kB | 4.1/144 kB
Progress (4): 229/347 kB | 57 kB | 56 kB | 4.1/144 kB
Progress (4): 229/347 kB | 57 kB | 56 kB | 7.7/144 kB
Progress (4): 229/347 kB | 57 kB | 56 kB | 12/144 kB 
Progress (5): 229/347 kB | 57 kB | 56 kB | 12/144 kB | 4.1/90 kB
Progress (5): 229/347 kB | 57 kB | 56 kB | 16/144 kB | 4.1/90 kB
Progress (5): 229/347 kB | 57 kB | 56 kB | 16/144 kB | 7.7/90 kB
Progress (5): 233/347 kB | 57 kB | 56 kB | 16/144 kB | 7.7/90 kB
Progress (5): 233/347 kB | 57 kB | 56 kB | 16/144 kB | 12/90 kB 
Progress (5): 237/347 kB | 57 kB | 56 kB | 16/144 kB | 12/90 kB
Progress (5): 237/347 kB | 57 kB | 56 kB | 16/144 kB | 16/90 kB
Progress (5): 241/347 kB | 57 kB | 56 kB | 16/144 kB | 16/90 kB
Progress (5): 241/347 kB | 57 kB | 56 kB | 20/144 kB | 16/90 kB
Progress (5): 245/347 kB | 57 kB | 56 kB | 20/144 kB | 16/90 kB
Progress (5): 245/347 kB | 57 kB | 56 kB | 20/144 kB | 20/90 kB
Progress (5): 245/347 kB | 57 kB | 56 kB | 24/144 kB | 20/90 kB
Progress (5): 245/347 kB | 57 kB | 56 kB | 24/144 kB | 24/90 kB
Progress (5): 245/347 kB | 57 kB | 56 kB | 28/144 kB | 24/90 kB
Progress (5): 245/347 kB | 57 kB | 56 kB | 28/144 kB | 28/90 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 33 kB/s)
18:12:17 Progress (4): 245/347 kB | 56 kB | 32/144 kB | 28/90 kB
                                                       
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:12:17 Progress (4): 249/347 kB | 56 kB | 32/144 kB | 28/90 kB
Progress (4): 249/347 kB | 56 kB | 32/144 kB | 32/90 kB
Progress (4): 253/347 kB | 56 kB | 32/144 kB | 32/90 kB
Progress (4): 253/347 kB | 56 kB | 36/144 kB | 32/90 kB
Progress (4): 258/347 kB | 56 kB | 36/144 kB | 32/90 kB
Progress (4): 258/347 kB | 56 kB | 40/144 kB | 32/90 kB
Progress (4): 262/347 kB | 56 kB | 40/144 kB | 32/90 kB
Progress (4): 262/347 kB | 56 kB | 40/144 kB | 36/90 kB
Progress (4): 262/347 kB | 56 kB | 45/144 kB | 36/90 kB
Progress (4): 262/347 kB | 56 kB | 45/144 kB | 40/90 kB
Progress (4): 262/347 kB | 56 kB | 49/144 kB | 40/90 kB
Progress (4): 262/347 kB | 56 kB | 49/144 kB | 45/90 kB
Progress (4): 262/347 kB | 56 kB | 49/144 kB | 49/90 kB
Progress (4): 266/347 kB | 56 kB | 49/144 kB | 49/90 kB
Progress (4): 266/347 kB | 56 kB | 53/144 kB | 49/90 kB
Progress (4): 270/347 kB | 56 kB | 53/144 kB | 49/90 kB
Progress (4): 270/347 kB | 56 kB | 53/144 kB | 53/90 kB
Progress (4): 270/347 kB | 56 kB | 57/144 kB | 53/90 kB
Progress (4): 270/347 kB | 56 kB | 57/144 kB | 57/90 kB
Progress (4): 274/347 kB | 56 kB | 57/144 kB | 57/90 kB
Progress (4): 274/347 kB | 56 kB | 57/144 kB | 61/90 kB
Progress (4): 274/347 kB | 56 kB | 61/144 kB | 61/90 kB
Progress (4): 274/347 kB | 56 kB | 61/144 kB | 65/90 kB
Progress (4): 278/347 kB | 56 kB | 61/144 kB | 65/90 kB
Progress (4): 278/347 kB | 56 kB | 65/144 kB | 65/90 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 33 kB/s)
18:12:17 Progress (3): 278/347 kB | 69/144 kB | 65/90 kB
Progress (3): 278/347 kB | 69/144 kB | 69/90 kB
Progress (3): 278/347 kB | 73/144 kB | 69/90 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar
18:12:17 Progress (3): 278/347 kB | 77/144 kB | 69/90 kB
Progress (3): 278/347 kB | 77/144 kB | 73/90 kB
Progress (3): 282/347 kB | 77/144 kB | 73/90 kB
Progress (3): 282/347 kB | 77/144 kB | 77/90 kB
Progress (3): 282/347 kB | 81/144 kB | 77/90 kB
Progress (3): 282/347 kB | 81/144 kB | 81/90 kB
Progress (3): 286/347 kB | 81/144 kB | 81/90 kB
Progress (3): 290/347 kB | 81/144 kB | 81/90 kB
Progress (3): 290/347 kB | 81/144 kB | 85/90 kB
Progress (3): 294/347 kB | 81/144 kB | 85/90 kB
Progress (3): 294/347 kB | 85/144 kB | 85/90 kB
Progress (3): 294/347 kB | 85/144 kB | 90/90 kB
Progress (3): 294/347 kB | 90/144 kB | 90/90 kB
Progress (3): 294/347 kB | 90/144 kB | 90 kB   
Progress (3): 294/347 kB | 94/144 kB | 90 kB
Progress (3): 294/347 kB | 98/144 kB | 90 kB
Progress (3): 298/347 kB | 98/144 kB | 90 kB
Progress (3): 303/347 kB | 98/144 kB | 90 kB
Progress (3): 303/347 kB | 102/144 kB | 90 kB
Progress (3): 307/347 kB | 102/144 kB | 90 kB
Progress (3): 307/347 kB | 106/144 kB | 90 kB
Progress (3): 311/347 kB | 106/144 kB | 90 kB
Progress (3): 311/347 kB | 110/144 kB | 90 kB
Progress (3): 311/347 kB | 114/144 kB | 90 kB
Progress (3): 315/347 kB | 114/144 kB | 90 kB
Progress (3): 315/347 kB | 118/144 kB | 90 kB
Progress (3): 319/347 kB | 118/144 kB | 90 kB
Progress (3): 319/347 kB | 122/144 kB | 90 kB
Progress (3): 323/347 kB | 122/144 kB | 90 kB
Progress (3): 323/347 kB | 126/144 kB | 90 kB
Progress (3): 327/347 kB | 126/144 kB | 90 kB
Progress (3): 327/347 kB | 131/144 kB | 90 kB
Progress (3): 327/347 kB | 135/144 kB | 90 kB
Progress (3): 331/347 kB | 135/144 kB | 90 kB
Progress (3): 331/347 kB | 139/144 kB | 90 kB
Progress (3): 335/347 kB | 139/144 kB | 90 kB
Progress (3): 335/347 kB | 143/144 kB | 90 kB
Progress (3): 339/347 kB | 143/144 kB | 90 kB
Progress (3): 339/347 kB | 144 kB | 90 kB    
Progress (3): 344/347 kB | 144 kB | 90 kB
Progress (3): 347 kB | 144 kB | 90 kB    
Progress (4): 347 kB | 144 kB | 90 kB | 4.1/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 7.7/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 12/457 kB 
Progress (4): 347 kB | 144 kB | 90 kB | 16/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 20/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 24/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 28/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 32/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 36/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 40/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 45/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 49/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 53/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 57/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 61/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 65/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 69/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 73/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 77/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 81/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 85/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 90/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 94/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 98/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 102/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 106/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 110/457 kB
Progress (4): 347 kB | 144 kB | 90 kB | 114/457 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 83 kB/s)
18:12:17 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 199 kB/s)
18:12:17 Progress (2): 90 kB | 118/457 kB
                                
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:12:17 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:12:17 Progress (2): 90 kB | 122/457 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 52 kB/s)
18:12:17 Progress (1): 126/457 kB
                        
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:12:17 Progress (1): 131/457 kB
Progress (2): 131/457 kB | 4.1/139 kB
Progress (2): 135/457 kB | 4.1/139 kB
Progress (2): 135/457 kB | 7.7/139 kB
Progress (2): 139/457 kB | 7.7/139 kB
Progress (2): 143/457 kB | 7.7/139 kB
Progress (2): 143/457 kB | 12/139 kB 
Progress (2): 147/457 kB | 12/139 kB
Progress (2): 147/457 kB | 16/139 kB
Progress (2): 151/457 kB | 16/139 kB
Progress (2): 155/457 kB | 16/139 kB
Progress (2): 155/457 kB | 20/139 kB
Progress (2): 159/457 kB | 20/139 kB
Progress (2): 159/457 kB | 24/139 kB
Progress (2): 163/457 kB | 24/139 kB
Progress (2): 163/457 kB | 28/139 kB
Progress (2): 163/457 kB | 32/139 kB
Progress (2): 167/457 kB | 32/139 kB
Progress (2): 171/457 kB | 32/139 kB
Progress (2): 176/457 kB | 32/139 kB
Progress (2): 180/457 kB | 32/139 kB
Progress (2): 180/457 kB | 36/139 kB
Progress (2): 180/457 kB | 40/139 kB
Progress (2): 184/457 kB | 40/139 kB
Progress (2): 184/457 kB | 45/139 kB
Progress (2): 188/457 kB | 45/139 kB
Progress (2): 188/457 kB | 49/139 kB
Progress (2): 192/457 kB | 49/139 kB
Progress (2): 196/457 kB | 49/139 kB
Progress (2): 196/457 kB | 53/139 kB
Progress (2): 200/457 kB | 53/139 kB
Progress (2): 200/457 kB | 57/139 kB
Progress (2): 204/457 kB | 57/139 kB
Progress (2): 204/457 kB | 61/139 kB
Progress (2): 208/457 kB | 61/139 kB
Progress (2): 208/457 kB | 65/139 kB
Progress (2): 212/457 kB | 65/139 kB
Progress (2): 212/457 kB | 69/139 kB
Progress (2): 217/457 kB | 69/139 kB
Progress (2): 217/457 kB | 73/139 kB
Progress (2): 221/457 kB | 73/139 kB
Progress (2): 221/457 kB | 77/139 kB
Progress (2): 225/457 kB | 77/139 kB
Progress (2): 225/457 kB | 81/139 kB
Progress (2): 229/457 kB | 81/139 kB
Progress (2): 229/457 kB | 85/139 kB
Progress (2): 233/457 kB | 85/139 kB
Progress (2): 233/457 kB | 90/139 kB
Progress (2): 237/457 kB | 90/139 kB
Progress (2): 237/457 kB | 94/139 kB
Progress (2): 241/457 kB | 94/139 kB
Progress (2): 241/457 kB | 98/139 kB
Progress (2): 245/457 kB | 98/139 kB
Progress (2): 245/457 kB | 102/139 kB
Progress (2): 249/457 kB | 102/139 kB
Progress (2): 249/457 kB | 106/139 kB
Progress (2): 253/457 kB | 106/139 kB
Progress (2): 253/457 kB | 110/139 kB
Progress (2): 258/457 kB | 110/139 kB
Progress (2): 258/457 kB | 114/139 kB
Progress (2): 262/457 kB | 114/139 kB
Progress (2): 262/457 kB | 118/139 kB
Progress (2): 266/457 kB | 118/139 kB
Progress (2): 266/457 kB | 122/139 kB
Progress (2): 270/457 kB | 122/139 kB
Progress (2): 270/457 kB | 126/139 kB
Progress (2): 274/457 kB | 126/139 kB
Progress (2): 274/457 kB | 131/139 kB
Progress (2): 278/457 kB | 131/139 kB
Progress (2): 278/457 kB | 135/139 kB
Progress (2): 278/457 kB | 139/139 kB
Progress (2): 282/457 kB | 139/139 kB
Progress (2): 282/457 kB | 139 kB    
Progress (2): 286/457 kB | 139 kB
Progress (2): 290/457 kB | 139 kB
Progress (2): 294/457 kB | 139 kB
Progress (2): 298/457 kB | 139 kB
Progress (2): 303/457 kB | 139 kB
Progress (2): 307/457 kB | 139 kB
Progress (2): 311/457 kB | 139 kB
Progress (2): 315/457 kB | 139 kB
Progress (2): 319/457 kB | 139 kB
Progress (2): 323/457 kB | 139 kB
Progress (2): 327/457 kB | 139 kB
Progress (3): 327/457 kB | 139 kB | 4.1/329 kB
Progress (3): 327/457 kB | 139 kB | 7.7/329 kB
Progress (3): 327/457 kB | 139 kB | 12/329 kB 
Progress (3): 331/457 kB | 139 kB | 12/329 kB
Progress (3): 331/457 kB | 139 kB | 16/329 kB
Progress (3): 335/457 kB | 139 kB | 16/329 kB
Progress (3): 339/457 kB | 139 kB | 16/329 kB
Progress (3): 344/457 kB | 139 kB | 16/329 kB
Progress (3): 344/457 kB | 139 kB | 20/329 kB
Progress (3): 344/457 kB | 139 kB | 24/329 kB
Progress (3): 348/457 kB | 139 kB | 24/329 kB
Progress (3): 348/457 kB | 139 kB | 28/329 kB
Progress (3): 352/457 kB | 139 kB | 28/329 kB
Progress (3): 352/457 kB | 139 kB | 32/329 kB
Progress (3): 356/457 kB | 139 kB | 32/329 kB
Progress (3): 360/457 kB | 139 kB | 32/329 kB
Progress (3): 360/457 kB | 139 kB | 36/329 kB
Progress (3): 364/457 kB | 139 kB | 36/329 kB
Progress (3): 364/457 kB | 139 kB | 40/329 kB
Progress (3): 368/457 kB | 139 kB | 40/329 kB
Progress (3): 368/457 kB | 139 kB | 45/329 kB
Progress (3): 372/457 kB | 139 kB | 45/329 kB
Progress (3): 372/457 kB | 139 kB | 49/329 kB
Progress (3): 376/457 kB | 139 kB | 49/329 kB
Progress (4): 376/457 kB | 139 kB | 49/329 kB | 4.1/26 kB
Progress (4): 376/457 kB | 139 kB | 49/329 kB | 7.7/26 kB
Progress (4): 376/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 380/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 384/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 389/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 393/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 397/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 401/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 405/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 409/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 413/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 417/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 421/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 425/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 430/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 434/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 438/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 442/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 446/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 450/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 454/457 kB | 139 kB | 53/329 kB | 7.7/26 kB
Progress (4): 457 kB | 139 kB | 53/329 kB | 7.7/26 kB    
Progress (4): 457 kB | 139 kB | 53/329 kB | 12/26 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 77 kB/s)
18:12:17 Progress (3): 457 kB | 57/329 kB | 12/26 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:12:17 Progress (3): 457 kB | 57/329 kB | 16/26 kB
Progress (4): 457 kB | 57/329 kB | 16/26 kB | 4.1/358 kB
Progress (4): 457 kB | 61/329 kB | 16/26 kB | 4.1/358 kB
Progress (4): 457 kB | 61/329 kB | 16/26 kB | 7.7/358 kB
Progress (4): 457 kB | 65/329 kB | 16/26 kB | 7.7/358 kB
Progress (4): 457 kB | 65/329 kB | 20/26 kB | 7.7/358 kB
Progress (4): 457 kB | 65/329 kB | 20/26 kB | 12/358 kB 
Progress (4): 457 kB | 65/329 kB | 24/26 kB | 12/358 kB
Progress (4): 457 kB | 65/329 kB | 24/26 kB | 16/358 kB
Progress (4): 457 kB | 65/329 kB | 26 kB | 16/358 kB   
Progress (4): 457 kB | 69/329 kB | 26 kB | 16/358 kB
Progress (4): 457 kB | 73/329 kB | 26 kB | 16/358 kB
Progress (4): 457 kB | 77/329 kB | 26 kB | 16/358 kB
Progress (4): 457 kB | 81/329 kB | 26 kB | 16/358 kB
Progress (4): 457 kB | 81/329 kB | 26 kB | 20/358 kB
Progress (4): 457 kB | 81/329 kB | 26 kB | 24/358 kB
Progress (4): 457 kB | 81/329 kB | 26 kB | 28/358 kB
Progress (4): 457 kB | 85/329 kB | 26 kB | 28/358 kB
Progress (4): 457 kB | 85/329 kB | 26 kB | 32/358 kB
Progress (4): 457 kB | 90/329 kB | 26 kB | 32/358 kB
Progress (4): 457 kB | 94/329 kB | 26 kB | 32/358 kB
Progress (4): 457 kB | 98/329 kB | 26 kB | 32/358 kB
Progress (4): 457 kB | 98/329 kB | 26 kB | 36/358 kB
Progress (4): 457 kB | 98/329 kB | 26 kB | 40/358 kB
Progress (4): 457 kB | 98/329 kB | 26 kB | 45/358 kB
Progress (4): 457 kB | 102/329 kB | 26 kB | 45/358 kB
Progress (4): 457 kB | 102/329 kB | 26 kB | 49/358 kB
Progress (4): 457 kB | 106/329 kB | 26 kB | 49/358 kB
Progress (4): 457 kB | 110/329 kB | 26 kB | 49/358 kB
Progress (4): 457 kB | 114/329 kB | 26 kB | 49/358 kB
Progress (4): 457 kB | 114/329 kB | 26 kB | 53/358 kB
Progress (4): 457 kB | 114/329 kB | 26 kB | 57/358 kB
Progress (4): 457 kB | 114/329 kB | 26 kB | 61/358 kB
Progress (4): 457 kB | 118/329 kB | 26 kB | 61/358 kB
Progress (4): 457 kB | 118/329 kB | 26 kB | 65/358 kB
Progress (4): 457 kB | 122/329 kB | 26 kB | 65/358 kB
Progress (4): 457 kB | 126/329 kB | 26 kB | 65/358 kB
Progress (4): 457 kB | 131/329 kB | 26 kB | 65/358 kB
Progress (4): 457 kB | 131/329 kB | 26 kB | 69/358 kB
Progress (4): 457 kB | 131/329 kB | 26 kB | 73/358 kB
Progress (4): 457 kB | 131/329 kB | 26 kB | 77/358 kB
Progress (4): 457 kB | 135/329 kB | 26 kB | 77/358 kB
Progress (4): 457 kB | 135/329 kB | 26 kB | 81/358 kB
Progress (4): 457 kB | 139/329 kB | 26 kB | 81/358 kB
Progress (4): 457 kB | 143/329 kB | 26 kB | 81/358 kB
Progress (4): 457 kB | 147/329 kB | 26 kB | 81/358 kB
Progress (4): 457 kB | 147/329 kB | 26 kB | 85/358 kB
Progress (4): 457 kB | 147/329 kB | 26 kB | 90/358 kB
Progress (4): 457 kB | 147/329 kB | 26 kB | 94/358 kB
Progress (4): 457 kB | 151/329 kB | 26 kB | 94/358 kB
Progress (4): 457 kB | 151/329 kB | 26 kB | 98/358 kB
Progress (4): 457 kB | 155/329 kB | 26 kB | 98/358 kB
Progress (4): 457 kB | 159/329 kB | 26 kB | 98/358 kB
Progress (4): 457 kB | 163/329 kB | 26 kB | 98/358 kB
Progress (4): 457 kB | 163/329 kB | 26 kB | 102/358 kB
Progress (4): 457 kB | 163/329 kB | 26 kB | 106/358 kB
Progress (4): 457 kB | 163/329 kB | 26 kB | 110/358 kB
Progress (4): 457 kB | 167/329 kB | 26 kB | 110/358 kB
Progress (4): 457 kB | 167/329 kB | 26 kB | 114/358 kB
Progress (4): 457 kB | 171/329 kB | 26 kB | 114/358 kB
Progress (4): 457 kB | 176/329 kB | 26 kB | 114/358 kB
Progress (4): 457 kB | 180/329 kB | 26 kB | 114/358 kB
Progress (4): 457 kB | 180/329 kB | 26 kB | 118/358 kB
Progress (4): 457 kB | 180/329 kB | 26 kB | 122/358 kB
Progress (4): 457 kB | 180/329 kB | 26 kB | 126/358 kB
Progress (4): 457 kB | 184/329 kB | 26 kB | 126/358 kB
Progress (4): 457 kB | 184/329 kB | 26 kB | 131/358 kB
Progress (4): 457 kB | 188/329 kB | 26 kB | 131/358 kB
Progress (4): 457 kB | 192/329 kB | 26 kB | 131/358 kB
Progress (4): 457 kB | 196/329 kB | 26 kB | 131/358 kB
Progress (4): 457 kB | 196/329 kB | 26 kB | 135/358 kB
Progress (4): 457 kB | 196/329 kB | 26 kB | 139/358 kB
Progress (4): 457 kB | 196/329 kB | 26 kB | 143/358 kB
Progress (4): 457 kB | 200/329 kB | 26 kB | 143/358 kB
Progress (4): 457 kB | 200/329 kB | 26 kB | 147/358 kB
Progress (4): 457 kB | 204/329 kB | 26 kB | 147/358 kB
Progress (4): 457 kB | 208/329 kB | 26 kB | 147/358 kB
Progress (4): 457 kB | 212/329 kB | 26 kB | 147/358 kB
Progress (4): 457 kB | 212/329 kB | 26 kB | 151/358 kB
Progress (4): 457 kB | 212/329 kB | 26 kB | 155/358 kB
Progress (4): 457 kB | 217/329 kB | 26 kB | 155/358 kB
Progress (4): 457 kB | 217/329 kB | 26 kB | 159/358 kB
Progress (4): 457 kB | 221/329 kB | 26 kB | 159/358 kB
Progress (4): 457 kB | 221/329 kB | 26 kB | 163/358 kB
Progress (4): 457 kB | 225/329 kB | 26 kB | 163/358 kB
Progress (4): 457 kB | 229/329 kB | 26 kB | 163/358 kB
Progress (4): 457 kB | 229/329 kB | 26 kB | 167/358 kB
Progress (4): 457 kB | 233/329 kB | 26 kB | 167/358 kB
Progress (4): 457 kB | 233/329 kB | 26 kB | 171/358 kB
Progress (4): 457 kB | 237/329 kB | 26 kB | 171/358 kB
Progress (4): 457 kB | 237/329 kB | 26 kB | 176/358 kB
Progress (4): 457 kB | 241/329 kB | 26 kB | 176/358 kB
Progress (4): 457 kB | 241/329 kB | 26 kB | 180/358 kB
Progress (4): 457 kB | 245/329 kB | 26 kB | 180/358 kB
Progress (4): 457 kB | 245/329 kB | 26 kB | 184/358 kB
Progress (4): 457 kB | 249/329 kB | 26 kB | 184/358 kB
Progress (4): 457 kB | 249/329 kB | 26 kB | 188/358 kB
Progress (4): 457 kB | 253/329 kB | 26 kB | 188/358 kB
Progress (4): 457 kB | 253/329 kB | 26 kB | 192/358 kB
Progress (4): 457 kB | 258/329 kB | 26 kB | 192/358 kB
Progress (4): 457 kB | 258/329 kB | 26 kB | 196/358 kB
Progress (4): 457 kB | 262/329 kB | 26 kB | 196/358 kB
Progress (4): 457 kB | 262/329 kB | 26 kB | 200/358 kB
Progress (4): 457 kB | 266/329 kB | 26 kB | 200/358 kB
Progress (4): 457 kB | 266/329 kB | 26 kB | 204/358 kB
Progress (5): 457 kB | 266/329 kB | 26 kB | 204/358 kB | 4.1/252 kB
Progress (5): 457 kB | 270/329 kB | 26 kB | 204/358 kB | 4.1/252 kB
Progress (5): 457 kB | 270/329 kB | 26 kB | 204/358 kB | 7.7/252 kB
Progress (5): 457 kB | 270/329 kB | 26 kB | 208/358 kB | 7.7/252 kB
Progress (5): 457 kB | 270/329 kB | 26 kB | 208/358 kB | 12/252 kB 
Progress (5): 457 kB | 274/329 kB | 26 kB | 208/358 kB | 12/252 kB
Progress (5): 457 kB | 274/329 kB | 26 kB | 208/358 kB | 16/252 kB
Progress (5): 457 kB | 274/329 kB | 26 kB | 212/358 kB | 16/252 kB
Progress (5): 457 kB | 278/329 kB | 26 kB | 212/358 kB | 16/252 kB
Progress (5): 457 kB | 278/329 kB | 26 kB | 217/358 kB | 16/252 kB
Progress (5): 457 kB | 282/329 kB | 26 kB | 217/358 kB | 16/252 kB
Progress (5): 457 kB | 282/329 kB | 26 kB | 221/358 kB | 16/252 kB
Progress (5): 457 kB | 286/329 kB | 26 kB | 221/358 kB | 16/252 kB
Progress (5): 457 kB | 286/329 kB | 26 kB | 225/358 kB | 16/252 kB
Progress (5): 457 kB | 290/329 kB | 26 kB | 225/358 kB | 16/252 kB
Progress (5): 457 kB | 290/329 kB | 26 kB | 229/358 kB | 16/252 kB
Progress (5): 457 kB | 294/329 kB | 26 kB | 229/358 kB | 16/252 kB
Progress (5): 457 kB | 294/329 kB | 26 kB | 229/358 kB | 20/252 kB
Progress (5): 457 kB | 294/329 kB | 26 kB | 233/358 kB | 20/252 kB
Progress (5): 457 kB | 294/329 kB | 26 kB | 233/358 kB | 24/252 kB
Progress (5): 457 kB | 298/329 kB | 26 kB | 233/358 kB | 24/252 kB
Progress (5): 457 kB | 298/329 kB | 26 kB | 233/358 kB | 28/252 kB
Progress (5): 457 kB | 298/329 kB | 26 kB | 237/358 kB | 28/252 kB
Progress (5): 457 kB | 298/329 kB | 26 kB | 237/358 kB | 32/252 kB
Progress (5): 457 kB | 303/329 kB | 26 kB | 237/358 kB | 32/252 kB
Progress (5): 457 kB | 303/329 kB | 26 kB | 241/358 kB | 32/252 kB
Progress (5): 457 kB | 307/329 kB | 26 kB | 241/358 kB | 32/252 kB
Progress (5): 457 kB | 307/329 kB | 26 kB | 245/358 kB | 32/252 kB
Progress (5): 457 kB | 311/329 kB | 26 kB | 245/358 kB | 32/252 kB
Progress (5): 457 kB | 311/329 kB | 26 kB | 245/358 kB | 36/252 kB
Progress (5): 457 kB | 311/329 kB | 26 kB | 249/358 kB | 36/252 kB
Progress (5): 457 kB | 315/329 kB | 26 kB | 249/358 kB | 36/252 kB
Progress (5): 457 kB | 315/329 kB | 26 kB | 249/358 kB | 40/252 kB
Progress (5): 457 kB | 319/329 kB | 26 kB | 249/358 kB | 40/252 kB
Progress (5): 457 kB | 319/329 kB | 26 kB | 253/358 kB | 40/252 kB
Progress (5): 457 kB | 323/329 kB | 26 kB | 253/358 kB | 40/252 kB
Progress (5): 457 kB | 323/329 kB | 26 kB | 253/358 kB | 45/252 kB
Progress (5): 457 kB | 327/329 kB | 26 kB | 253/358 kB | 45/252 kB
Progress (5): 457 kB | 327/329 kB | 26 kB | 258/358 kB | 45/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 258/358 kB | 45/252 kB    
Progress (5): 457 kB | 329 kB | 26 kB | 258/358 kB | 49/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 262/358 kB | 49/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 266/358 kB | 49/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 266/358 kB | 53/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 270/358 kB | 53/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 270/358 kB | 57/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 274/358 kB | 57/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 274/358 kB | 61/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 278/358 kB | 61/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 278/358 kB | 65/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 282/358 kB | 65/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 286/358 kB | 65/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 290/358 kB | 65/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 294/358 kB | 65/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 294/358 kB | 69/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 294/358 kB | 73/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 298/358 kB | 73/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 298/358 kB | 77/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 303/358 kB | 77/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 303/358 kB | 81/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 307/358 kB | 81/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 311/358 kB | 81/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 311/358 kB | 85/252 kB
Progress (5): 457 kB | 329 kB | 26 kB | 315/358 kB | 85/252 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 14 kB/s)
18:12:17 Progress (4): 457 kB | 329 kB | 315/358 kB | 90/252 kB
                                                      
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:12:17 Progress (4): 457 kB | 329 kB | 319/358 kB | 90/252 kB
Progress (4): 457 kB | 329 kB | 319/358 kB | 94/252 kB
Progress (4): 457 kB | 329 kB | 323/358 kB | 94/252 kB
Progress (4): 457 kB | 329 kB | 323/358 kB | 98/252 kB
Progress (4): 457 kB | 329 kB | 327/358 kB | 98/252 kB
Progress (4): 457 kB | 329 kB | 327/358 kB | 102/252 kB
Progress (4): 457 kB | 329 kB | 331/358 kB | 102/252 kB
Progress (4): 457 kB | 329 kB | 331/358 kB | 106/252 kB
Progress (4): 457 kB | 329 kB | 335/358 kB | 106/252 kB
Progress (4): 457 kB | 329 kB | 335/358 kB | 110/252 kB
Progress (4): 457 kB | 329 kB | 339/358 kB | 110/252 kB
Progress (4): 457 kB | 329 kB | 339/358 kB | 114/252 kB
Progress (4): 457 kB | 329 kB | 344/358 kB | 114/252 kB
Progress (4): 457 kB | 329 kB | 344/358 kB | 118/252 kB
Progress (4): 457 kB | 329 kB | 348/358 kB | 118/252 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 180 kB/s)
18:12:17 Progress (3): 457 kB | 352/358 kB | 118/252 kB
Progress (3): 457 kB | 352/358 kB | 122/252 kB
Progress (3): 457 kB | 356/358 kB | 122/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:12:17 Progress (3): 457 kB | 358 kB | 122/252 kB
Progress (3): 457 kB | 358 kB | 126/252 kB
Progress (3): 457 kB | 358 kB | 131/252 kB
Progress (3): 457 kB | 358 kB | 135/252 kB
Progress (3): 457 kB | 358 kB | 139/252 kB
Progress (3): 457 kB | 358 kB | 143/252 kB
Progress (3): 457 kB | 358 kB | 147/252 kB
Progress (3): 457 kB | 358 kB | 151/252 kB
Progress (3): 457 kB | 358 kB | 155/252 kB
Progress (3): 457 kB | 358 kB | 159/252 kB
Progress (3): 457 kB | 358 kB | 163/252 kB
Progress (3): 457 kB | 358 kB | 167/252 kB
Progress (3): 457 kB | 358 kB | 171/252 kB
Progress (3): 457 kB | 358 kB | 176/252 kB
Progress (3): 457 kB | 358 kB | 180/252 kB
Progress (3): 457 kB | 358 kB | 184/252 kB
Progress (3): 457 kB | 358 kB | 188/252 kB
Progress (3): 457 kB | 358 kB | 192/252 kB
Progress (3): 457 kB | 358 kB | 196/252 kB
Progress (3): 457 kB | 358 kB | 200/252 kB
Progress (3): 457 kB | 358 kB | 204/252 kB
Progress (3): 457 kB | 358 kB | 208/252 kB
Progress (3): 457 kB | 358 kB | 212/252 kB
Progress (3): 457 kB | 358 kB | 217/252 kB
Progress (3): 457 kB | 358 kB | 221/252 kB
Progress (3): 457 kB | 358 kB | 225/252 kB
Progress (3): 457 kB | 358 kB | 229/252 kB
Progress (4): 457 kB | 358 kB | 229/252 kB | 4.1/120 kB
Progress (4): 457 kB | 358 kB | 229/252 kB | 7.7/120 kB
Progress (4): 457 kB | 358 kB | 229/252 kB | 12/120 kB 
Progress (4): 457 kB | 358 kB | 229/252 kB | 16/120 kB
Progress (4): 457 kB | 358 kB | 233/252 kB | 16/120 kB
Progress (4): 457 kB | 358 kB | 237/252 kB | 16/120 kB
Progress (4): 457 kB | 358 kB | 241/252 kB | 16/120 kB
Progress (4): 457 kB | 358 kB | 245/252 kB | 16/120 kB
Progress (4): 457 kB | 358 kB | 245/252 kB | 20/120 kB
Progress (4): 457 kB | 358 kB | 245/252 kB | 24/120 kB
Progress (4): 457 kB | 358 kB | 249/252 kB | 24/120 kB
Progress (5): 457 kB | 358 kB | 249/252 kB | 24/120 kB | 4.1/575 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 189 kB/s)
18:12:17 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 241 kB/s)
18:12:17 Progress (3): 249/252 kB | 28/120 kB | 4.1/575 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:12:17 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:12:17 Progress (3): 249/252 kB | 28/120 kB | 7.7/575 kB
Progress (3): 252 kB | 28/120 kB | 7.7/575 kB    
Progress (3): 252 kB | 28/120 kB | 12/575 kB 
Progress (3): 252 kB | 32/120 kB | 12/575 kB
Progress (3): 252 kB | 32/120 kB | 16/575 kB
Progress (3): 252 kB | 36/120 kB | 16/575 kB
Progress (3): 252 kB | 36/120 kB | 20/575 kB
Progress (3): 252 kB | 40/120 kB | 20/575 kB
Progress (3): 252 kB | 40/120 kB | 24/575 kB
Progress (3): 252 kB | 45/120 kB | 24/575 kB
Progress (3): 252 kB | 45/120 kB | 28/575 kB
Progress (3): 252 kB | 49/120 kB | 28/575 kB
Progress (3): 252 kB | 49/120 kB | 32/575 kB
Progress (3): 252 kB | 53/120 kB | 32/575 kB
Progress (3): 252 kB | 57/120 kB | 32/575 kB
Progress (3): 252 kB | 57/120 kB | 36/575 kB
Progress (3): 252 kB | 61/120 kB | 36/575 kB
Progress (3): 252 kB | 61/120 kB | 40/575 kB
Progress (3): 252 kB | 65/120 kB | 40/575 kB
Progress (3): 252 kB | 65/120 kB | 45/575 kB
Progress (3): 252 kB | 65/120 kB | 49/575 kB
Progress (3): 252 kB | 69/120 kB | 49/575 kB
Progress (3): 252 kB | 73/120 kB | 49/575 kB
Progress (3): 252 kB | 77/120 kB | 49/575 kB
Progress (3): 252 kB | 77/120 kB | 53/575 kB
Progress (3): 252 kB | 81/120 kB | 53/575 kB
Progress (3): 252 kB | 81/120 kB | 57/575 kB
Progress (3): 252 kB | 81/120 kB | 61/575 kB
Progress (3): 252 kB | 81/120 kB | 65/575 kB
Progress (3): 252 kB | 85/120 kB | 65/575 kB
Progress (3): 252 kB | 90/120 kB | 65/575 kB
Progress (3): 252 kB | 94/120 kB | 65/575 kB
Progress (3): 252 kB | 94/120 kB | 69/575 kB
Progress (3): 252 kB | 98/120 kB | 69/575 kB
Progress (3): 252 kB | 98/120 kB | 73/575 kB
Progress (3): 252 kB | 98/120 kB | 77/575 kB
Progress (3): 252 kB | 98/120 kB | 81/575 kB
Progress (3): 252 kB | 102/120 kB | 81/575 kB
Progress (3): 252 kB | 106/120 kB | 81/575 kB
Progress (3): 252 kB | 110/120 kB | 81/575 kB
Progress (3): 252 kB | 114/120 kB | 81/575 kB
Progress (3): 252 kB | 114/120 kB | 85/575 kB
Progress (3): 252 kB | 114/120 kB | 90/575 kB
Progress (3): 252 kB | 118/120 kB | 90/575 kB
Progress (3): 252 kB | 118/120 kB | 94/575 kB
Progress (3): 252 kB | 120 kB | 94/575 kB    
Progress (3): 252 kB | 120 kB | 98/575 kB
Progress (3): 252 kB | 120 kB | 102/575 kB
Progress (3): 252 kB | 120 kB | 106/575 kB
Progress (3): 252 kB | 120 kB | 110/575 kB
Progress (3): 252 kB | 120 kB | 114/575 kB
Progress (3): 252 kB | 120 kB | 118/575 kB
Progress (3): 252 kB | 120 kB | 122/575 kB
Progress (3): 252 kB | 120 kB | 126/575 kB
Progress (3): 252 kB | 120 kB | 131/575 kB
Progress (3): 252 kB | 120 kB | 135/575 kB
Progress (3): 252 kB | 120 kB | 139/575 kB
Progress (3): 252 kB | 120 kB | 143/575 kB
Progress (3): 252 kB | 120 kB | 147/575 kB
Progress (3): 252 kB | 120 kB | 151/575 kB
Progress (3): 252 kB | 120 kB | 155/575 kB
Progress (3): 252 kB | 120 kB | 159/575 kB
Progress (3): 252 kB | 120 kB | 163/575 kB
Progress (3): 252 kB | 120 kB | 167/575 kB
Progress (3): 252 kB | 120 kB | 171/575 kB
Progress (3): 252 kB | 120 kB | 176/575 kB
Progress (3): 252 kB | 120 kB | 180/575 kB
Progress (3): 252 kB | 120 kB | 184/575 kB
Progress (3): 252 kB | 120 kB | 188/575 kB
Progress (3): 252 kB | 120 kB | 192/575 kB
Progress (3): 252 kB | 120 kB | 196/575 kB
Progress (3): 252 kB | 120 kB | 200/575 kB
Progress (3): 252 kB | 120 kB | 204/575 kB
Progress (3): 252 kB | 120 kB | 208/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 132 kB/s)
18:12:17 Progress (2): 120 kB | 212/575 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:12:17 Progress (2): 120 kB | 217/575 kB
Progress (2): 120 kB | 221/575 kB
Progress (2): 120 kB | 225/575 kB
Progress (2): 120 kB | 229/575 kB
Progress (2): 120 kB | 233/575 kB
Progress (2): 120 kB | 237/575 kB
Progress (2): 120 kB | 241/575 kB
Progress (2): 120 kB | 245/575 kB
Progress (2): 120 kB | 249/575 kB
Progress (2): 120 kB | 253/575 kB
Progress (2): 120 kB | 258/575 kB
Progress (2): 120 kB | 262/575 kB
Progress (2): 120 kB | 266/575 kB
Progress (2): 120 kB | 270/575 kB
Progress (2): 120 kB | 274/575 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 63 kB/s)
18:12:17 Progress (1): 278/575 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:12:17 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/45 kB
Progress (2): 575 kB | 7.7/45 kB
Progress (2): 575 kB | 12/45 kB 
Progress (2): 575 kB | 16/45 kB
Progress (2): 575 kB | 20/45 kB
Progress (2): 575 kB | 24/45 kB
Progress (2): 575 kB | 28/45 kB
Progress (2): 575 kB | 32/45 kB
Progress (2): 575 kB | 36/45 kB
Progress (2): 575 kB | 40/45 kB
Progress (2): 575 kB | 45/45 kB
Progress (2): 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 23 kB/s)
18:12:17 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:12:17 Progress (2): 575 kB | 4.1/256 kB
Progress (2): 575 kB | 7.7/256 kB
Progress (2): 575 kB | 12/256 kB 
Progress (2): 575 kB | 16/256 kB
Progress (2): 575 kB | 20/256 kB
Progress (2): 575 kB | 24/256 kB
Progress (2): 575 kB | 28/256 kB
Progress (2): 575 kB | 32/256 kB
Progress (2): 575 kB | 36/256 kB
Progress (2): 575 kB | 40/256 kB
Progress (2): 575 kB | 45/256 kB
Progress (2): 575 kB | 49/256 kB
Progress (2): 575 kB | 53/256 kB
Progress (2): 575 kB | 57/256 kB
Progress (2): 575 kB | 61/256 kB
Progress (2): 575 kB | 65/256 kB
Progress (2): 575 kB | 69/256 kB
Progress (2): 575 kB | 73/256 kB
Progress (2): 575 kB | 77/256 kB
Progress (2): 575 kB | 81/256 kB
Progress (2): 575 kB | 85/256 kB
Progress (2): 575 kB | 90/256 kB
Progress (2): 575 kB | 94/256 kB
Progress (2): 575 kB | 98/256 kB
Progress (2): 575 kB | 102/256 kB
Progress (2): 575 kB | 106/256 kB
Progress (2): 575 kB | 110/256 kB
Progress (2): 575 kB | 114/256 kB
Progress (2): 575 kB | 118/256 kB
Progress (2): 575 kB | 122/256 kB
Progress (2): 575 kB | 126/256 kB
Progress (2): 575 kB | 131/256 kB
Progress (2): 575 kB | 135/256 kB
Progress (2): 575 kB | 139/256 kB
Progress (2): 575 kB | 143/256 kB
Progress (2): 575 kB | 147/256 kB
Progress (2): 575 kB | 151/256 kB
Progress (2): 575 kB | 155/256 kB
Progress (2): 575 kB | 159/256 kB
Progress (2): 575 kB | 163/256 kB
Progress (2): 575 kB | 167/256 kB
Progress (2): 575 kB | 171/256 kB
Progress (2): 575 kB | 176/256 kB
Progress (2): 575 kB | 180/256 kB
Progress (2): 575 kB | 184/256 kB
Progress (2): 575 kB | 188/256 kB
Progress (2): 575 kB | 192/256 kB
Progress (2): 575 kB | 196/256 kB
Progress (2): 575 kB | 200/256 kB
Progress (2): 575 kB | 204/256 kB
Progress (2): 575 kB | 208/256 kB
Progress (2): 575 kB | 212/256 kB
Progress (2): 575 kB | 217/256 kB
Progress (2): 575 kB | 221/256 kB
Progress (2): 575 kB | 225/256 kB
Progress (2): 575 kB | 229/256 kB
Progress (2): 575 kB | 233/256 kB
Progress (2): 575 kB | 237/256 kB
Progress (2): 575 kB | 241/256 kB
Progress (2): 575 kB | 245/256 kB
Progress (2): 575 kB | 249/256 kB
Progress (2): 575 kB | 253/256 kB
Progress (2): 575 kB | 256 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 128 kB/s)
18:12:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.jar
18:12:17 Progress (2): 575 kB | 4.1/95 kB
Progress (2): 575 kB | 7.7/95 kB
Progress (2): 575 kB | 12/95 kB 
Progress (2): 575 kB | 16/95 kB
Progress (2): 575 kB | 20/95 kB
Progress (2): 575 kB | 24/95 kB
Progress (2): 575 kB | 28/95 kB
Progress (2): 575 kB | 32/95 kB
Progress (2): 575 kB | 36/95 kB
Progress (2): 575 kB | 40/95 kB
Progress (2): 575 kB | 45/95 kB
Progress (2): 575 kB | 49/95 kB
Progress (2): 575 kB | 53/95 kB
Progress (2): 575 kB | 57/95 kB
Progress (2): 575 kB | 61/95 kB
Progress (2): 575 kB | 65/95 kB
Progress (2): 575 kB | 69/95 kB
Progress (2): 575 kB | 73/95 kB
Progress (2): 575 kB | 77/95 kB
Progress (2): 575 kB | 81/95 kB
Progress (2): 575 kB | 85/95 kB
Progress (2): 575 kB | 90/95 kB
Progress (2): 575 kB | 94/95 kB
Progress (2): 575 kB | 95 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 46 kB/s)
18:12:17 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:12:17 Progress (2): 575 kB | 4.1/7.9 kB
Progress (2): 575 kB | 7.7/7.9 kB
Progress (2): 575 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 3.8 kB/s)
18:12:17 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:12:17 Progress (2): 575 kB | 4.1/539 kB
Progress (2): 575 kB | 7.7/539 kB
Progress (2): 575 kB | 12/539 kB 
Progress (2): 575 kB | 16/539 kB
Progress (2): 575 kB | 20/539 kB
Progress (2): 575 kB | 24/539 kB
Progress (2): 575 kB | 28/539 kB
Progress (2): 575 kB | 32/539 kB
Progress (2): 575 kB | 36/539 kB
Progress (2): 575 kB | 40/539 kB
Progress (2): 575 kB | 45/539 kB
Progress (2): 575 kB | 49/539 kB
Progress (2): 575 kB | 53/539 kB
Progress (2): 575 kB | 57/539 kB
Progress (2): 575 kB | 61/539 kB
Progress (2): 575 kB | 65/539 kB
Progress (2): 575 kB | 69/539 kB
Progress (2): 575 kB | 73/539 kB
Progress (2): 575 kB | 77/539 kB
Progress (2): 575 kB | 81/539 kB
Progress (2): 575 kB | 85/539 kB
Progress (2): 575 kB | 90/539 kB
Progress (2): 575 kB | 94/539 kB
Progress (2): 575 kB | 98/539 kB
Progress (2): 575 kB | 102/539 kB
Progress (2): 575 kB | 106/539 kB
Progress (2): 575 kB | 110/539 kB
Progress (2): 575 kB | 114/539 kB
Progress (2): 575 kB | 118/539 kB
Progress (2): 575 kB | 122/539 kB
Progress (2): 575 kB | 126/539 kB
Progress (2): 575 kB | 131/539 kB
Progress (2): 575 kB | 135/539 kB
Progress (2): 575 kB | 139/539 kB
Progress (2): 575 kB | 143/539 kB
Progress (2): 575 kB | 147/539 kB
Progress (2): 575 kB | 151/539 kB
Progress (2): 575 kB | 155/539 kB
Progress (2): 575 kB | 159/539 kB
Progress (2): 575 kB | 163/539 kB
Progress (2): 575 kB | 167/539 kB
Progress (2): 575 kB | 171/539 kB
Progress (2): 575 kB | 176/539 kB
Progress (2): 575 kB | 180/539 kB
Progress (2): 575 kB | 184/539 kB
Progress (2): 575 kB | 188/539 kB
Progress (2): 575 kB | 192/539 kB
Progress (2): 575 kB | 196/539 kB
Progress (2): 575 kB | 200/539 kB
Progress (2): 575 kB | 204/539 kB
Progress (2): 575 kB | 208/539 kB
Progress (2): 575 kB | 212/539 kB
Progress (2): 575 kB | 217/539 kB
Progress (2): 575 kB | 221/539 kB
Progress (2): 575 kB | 225/539 kB
Progress (2): 575 kB | 229/539 kB
Progress (2): 575 kB | 233/539 kB
Progress (2): 575 kB | 237/539 kB
Progress (2): 575 kB | 241/539 kB
Progress (2): 575 kB | 245/539 kB
Progress (2): 575 kB | 249/539 kB
Progress (2): 575 kB | 253/539 kB
Progress (2): 575 kB | 258/539 kB
Progress (2): 575 kB | 262/539 kB
Progress (2): 575 kB | 266/539 kB
Progress (2): 575 kB | 270/539 kB
Progress (2): 575 kB | 274/539 kB
Progress (2): 575 kB | 278/539 kB
Progress (2): 575 kB | 282/539 kB
Progress (2): 575 kB | 286/539 kB
Progress (2): 575 kB | 290/539 kB
Progress (2): 575 kB | 294/539 kB
Progress (2): 575 kB | 298/539 kB
Progress (2): 575 kB | 303/539 kB
Progress (2): 575 kB | 307/539 kB
Progress (2): 575 kB | 311/539 kB
Progress (2): 575 kB | 315/539 kB
Progress (2): 575 kB | 319/539 kB
Progress (2): 575 kB | 323/539 kB
Progress (2): 575 kB | 327/539 kB
Progress (2): 575 kB | 331/539 kB
Progress (2): 575 kB | 335/539 kB
Progress (2): 575 kB | 339/539 kB
Progress (2): 575 kB | 344/539 kB
Progress (2): 575 kB | 348/539 kB
Progress (2): 575 kB | 352/539 kB
Progress (2): 575 kB | 356/539 kB
Progress (2): 575 kB | 360/539 kB
Progress (2): 575 kB | 364/539 kB
Progress (2): 575 kB | 368/539 kB
Progress (2): 575 kB | 372/539 kB
Progress (2): 575 kB | 376/539 kB
Progress (2): 575 kB | 380/539 kB
Progress (2): 575 kB | 384/539 kB
Progress (2): 575 kB | 389/539 kB
Progress (2): 575 kB | 393/539 kB
Progress (2): 575 kB | 397/539 kB
Progress (2): 575 kB | 401/539 kB
Progress (2): 575 kB | 405/539 kB
Progress (2): 575 kB | 409/539 kB
Progress (2): 575 kB | 413/539 kB
Progress (2): 575 kB | 417/539 kB
Progress (2): 575 kB | 421/539 kB
Progress (2): 575 kB | 425/539 kB
Progress (2): 575 kB | 430/539 kB
Progress (2): 575 kB | 434/539 kB
Progress (2): 575 kB | 438/539 kB
Progress (2): 575 kB | 442/539 kB
Progress (2): 575 kB | 446/539 kB
Progress (2): 575 kB | 450/539 kB
Progress (2): 575 kB | 454/539 kB
Progress (2): 575 kB | 458/539 kB
Progress (2): 575 kB | 462/539 kB
Progress (2): 575 kB | 466/539 kB
Progress (2): 575 kB | 471/539 kB
Progress (2): 575 kB | 475/539 kB
Progress (2): 575 kB | 479/539 kB
Progress (2): 575 kB | 483/539 kB
Progress (2): 575 kB | 487/539 kB
Progress (2): 575 kB | 491/539 kB
Progress (2): 575 kB | 495/539 kB
Progress (2): 575 kB | 499/539 kB
Progress (2): 575 kB | 503/539 kB
Progress (2): 575 kB | 507/539 kB
Progress (2): 575 kB | 511/539 kB
Progress (2): 575 kB | 516/539 kB
Progress (2): 575 kB | 520/539 kB
Progress (2): 575 kB | 524/539 kB
Progress (2): 575 kB | 528/539 kB
Progress (2): 575 kB | 532/539 kB
Progress (2): 575 kB | 536/539 kB
Progress (2): 575 kB | 539 kB    
Progress (3): 575 kB | 539 kB | 4.1/53 kB
Progress (3): 575 kB | 539 kB | 7.7/53 kB
Progress (3): 575 kB | 539 kB | 12/53 kB 
Progress (3): 575 kB | 539 kB | 16/53 kB
Progress (3): 575 kB | 539 kB | 20/53 kB
Progress (3): 575 kB | 539 kB | 24/53 kB
Progress (3): 575 kB | 539 kB | 28/53 kB
Progress (3): 575 kB | 539 kB | 32/53 kB
Progress (3): 575 kB | 539 kB | 36/53 kB
Progress (3): 575 kB | 539 kB | 40/53 kB
Progress (3): 575 kB | 539 kB | 45/53 kB
Progress (3): 575 kB | 539 kB | 49/53 kB
Progress (3): 575 kB | 539 kB | 53/53 kB
Progress (3): 575 kB | 539 kB | 53 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 252 kB/s)
18:12:17 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:12:17 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 268 kB/s)
18:12: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.jar
18:12:18 Progress (2): 53 kB | 4.1/59 kB
Progress (2): 53 kB | 7.7/59 kB
Progress (2): 53 kB | 12/59 kB 
Progress (2): 53 kB | 16/59 kB
Progress (2): 53 kB | 20/59 kB
Progress (2): 53 kB | 24/59 kB
Progress (2): 53 kB | 28/59 kB
Progress (2): 53 kB | 32/59 kB
Progress (2): 53 kB | 36/59 kB
Progress (2): 53 kB | 40/59 kB
Progress (2): 53 kB | 45/59 kB
Progress (2): 53 kB | 49/59 kB
Progress (2): 53 kB | 53/59 kB
Progress (2): 53 kB | 57/59 kB
Progress (2): 53 kB | 59 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 27 kB/s)
18:12:18 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:12:18 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 25 kB/s)
18:12:18 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:12:18 Progress (1): 4.1/177 kB
Progress (1): 7.7/177 kB
Progress (1): 12/177 kB 
Progress (1): 16/177 kB
Progress (2): 16/177 kB | 4.1/164 kB
Progress (2): 20/177 kB | 4.1/164 kB
Progress (2): 20/177 kB | 7.7/164 kB
Progress (2): 24/177 kB | 7.7/164 kB
Progress (2): 24/177 kB | 12/164 kB 
Progress (2): 28/177 kB | 12/164 kB
Progress (2): 28/177 kB | 16/164 kB
Progress (2): 32/177 kB | 16/164 kB
Progress (2): 32/177 kB | 20/164 kB
Progress (2): 32/177 kB | 24/164 kB
Progress (2): 36/177 kB | 24/164 kB
Progress (2): 36/177 kB | 28/164 kB
Progress (2): 40/177 kB | 28/164 kB
Progress (2): 40/177 kB | 32/164 kB
Progress (2): 45/177 kB | 32/164 kB
Progress (2): 49/177 kB | 32/164 kB
Progress (2): 53/177 kB | 32/164 kB
Progress (2): 57/177 kB | 32/164 kB
Progress (2): 61/177 kB | 32/164 kB
Progress (2): 65/177 kB | 32/164 kB
Progress (2): 65/177 kB | 36/164 kB
Progress (2): 65/177 kB | 40/164 kB
Progress (2): 65/177 kB | 45/164 kB
Progress (2): 69/177 kB | 45/164 kB
Progress (2): 69/177 kB | 49/164 kB
Progress (2): 73/177 kB | 49/164 kB
Progress (2): 77/177 kB | 49/164 kB
Progress (2): 81/177 kB | 49/164 kB
Progress (2): 81/177 kB | 53/164 kB
Progress (2): 81/177 kB | 57/164 kB
Progress (2): 81/177 kB | 61/164 kB
Progress (2): 85/177 kB | 61/164 kB
Progress (2): 85/177 kB | 65/164 kB
Progress (2): 90/177 kB | 65/164 kB
Progress (2): 94/177 kB | 65/164 kB
Progress (2): 98/177 kB | 65/164 kB
Progress (2): 98/177 kB | 69/164 kB
Progress (2): 98/177 kB | 73/164 kB
Progress (2): 102/177 kB | 73/164 kB
Progress (2): 102/177 kB | 77/164 kB
Progress (2): 106/177 kB | 77/164 kB
Progress (2): 106/177 kB | 81/164 kB
Progress (2): 110/177 kB | 81/164 kB
Progress (2): 114/177 kB | 81/164 kB
Progress (2): 114/177 kB | 85/164 kB
Progress (2): 114/177 kB | 90/164 kB
Progress (2): 118/177 kB | 90/164 kB
Progress (2): 118/177 kB | 94/164 kB
Progress (2): 122/177 kB | 94/164 kB
Progress (2): 122/177 kB | 98/164 kB
Progress (2): 126/177 kB | 98/164 kB
Progress (2): 131/177 kB | 98/164 kB
Progress (2): 131/177 kB | 102/164 kB
Progress (2): 131/177 kB | 106/164 kB
Progress (2): 135/177 kB | 106/164 kB
Progress (2): 135/177 kB | 110/164 kB
Progress (2): 139/177 kB | 110/164 kB
Progress (2): 139/177 kB | 114/164 kB
Progress (2): 143/177 kB | 114/164 kB
Progress (2): 147/177 kB | 114/164 kB
Progress (2): 147/177 kB | 118/164 kB
Progress (2): 147/177 kB | 122/164 kB
Progress (2): 151/177 kB | 122/164 kB
Progress (2): 151/177 kB | 126/164 kB
Progress (2): 155/177 kB | 126/164 kB
Progress (2): 155/177 kB | 131/164 kB
Progress (2): 159/177 kB | 131/164 kB
Progress (2): 163/177 kB | 131/164 kB
Progress (2): 163/177 kB | 135/164 kB
Progress (2): 163/177 kB | 139/164 kB
Progress (2): 167/177 kB | 139/164 kB
Progress (2): 167/177 kB | 143/164 kB
Progress (2): 171/177 kB | 143/164 kB
Progress (2): 171/177 kB | 147/164 kB
Progress (2): 176/177 kB | 147/164 kB
Progress (2): 177 kB | 147/164 kB    
Progress (2): 177 kB | 151/164 kB
Progress (2): 177 kB | 155/164 kB
Progress (2): 177 kB | 159/164 kB
Progress (2): 177 kB | 163/164 kB
Progress (2): 177 kB | 164 kB    
Progress (3): 177 kB | 164 kB | 4.1/109 kB
Progress (3): 177 kB | 164 kB | 7.7/109 kB
Progress (3): 177 kB | 164 kB | 12/109 kB 
Progress (3): 177 kB | 164 kB | 16/109 kB
Progress (3): 177 kB | 164 kB | 20/109 kB
Progress (3): 177 kB | 164 kB | 24/109 kB
Progress (3): 177 kB | 164 kB | 28/109 kB
Progress (3): 177 kB | 164 kB | 32/109 kB
Progress (3): 177 kB | 164 kB | 36/109 kB
Progress (3): 177 kB | 164 kB | 40/109 kB
Progress (3): 177 kB | 164 kB | 45/109 kB
Progress (3): 177 kB | 164 kB | 49/109 kB
Progress (3): 177 kB | 164 kB | 53/109 kB
Progress (3): 177 kB | 164 kB | 57/109 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 81 kB/s)
18:12:18 Progress (2): 164 kB | 61/109 kB
Progress (2): 164 kB | 65/109 kB
Progress (2): 164 kB | 69/109 kB
Progress (2): 164 kB | 73/109 kB
Progress (2): 164 kB | 77/109 kB
Progress (2): 164 kB | 81/109 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 75 kB/s)
18:12:18 Progress (1): 85/109 kB
Progress (1): 90/109 kB
Progress (1): 94/109 kB
Progress (1): 98/109 kB
Progress (1): 102/109 kB
Progress (1): 106/109 kB
Progress (1): 109 kB    
Progress (2): 109 kB | 4.1/279 kB
Progress (2): 109 kB | 7.7/279 kB
Progress (2): 109 kB | 12/279 kB 
Progress (2): 109 kB | 16/279 kB
Progress (2): 109 kB | 20/279 kB
Progress (2): 109 kB | 24/279 kB
Progress (2): 109 kB | 28/279 kB
Progress (2): 109 kB | 32/279 kB
Progress (2): 109 kB | 36/279 kB
Progress (2): 109 kB | 40/279 kB
Progress (2): 109 kB | 45/279 kB
Progress (2): 109 kB | 49/279 kB
Progress (2): 109 kB | 53/279 kB
Progress (2): 109 kB | 57/279 kB
Progress (2): 109 kB | 61/279 kB
Progress (2): 109 kB | 65/279 kB
Progress (2): 109 kB | 69/279 kB
Progress (2): 109 kB | 73/279 kB
Progress (2): 109 kB | 77/279 kB
Progress (2): 109 kB | 81/279 kB
Progress (2): 109 kB | 85/279 kB
Progress (2): 109 kB | 90/279 kB
Progress (2): 109 kB | 94/279 kB
Progress (2): 109 kB | 98/279 kB
Progress (2): 109 kB | 102/279 kB
Progress (2): 109 kB | 106/279 kB
Progress (2): 109 kB | 110/279 kB
Progress (2): 109 kB | 114/279 kB
Progress (2): 109 kB | 118/279 kB
Progress (2): 109 kB | 122/279 kB
Progress (2): 109 kB | 126/279 kB
Progress (2): 109 kB | 131/279 kB
Progress (2): 109 kB | 135/279 kB
Progress (2): 109 kB | 139/279 kB
Progress (2): 109 kB | 143/279 kB
Progress (2): 109 kB | 147/279 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 49 kB/s)
18:12:18 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    
Progress (2): 279 kB | 4.1/134 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 125 kB/s)
18:12:18 Progress (1): 7.7/134 kB
Progress (1): 12/134 kB 
Progress (1): 16/134 kB
Progress (1): 20/134 kB
Progress (1): 24/134 kB
Progress (1): 28/134 kB
Progress (1): 32/134 kB
Progress (1): 36/134 kB
Progress (1): 40/134 kB
Progress (1): 45/134 kB
Progress (1): 49/134 kB
Progress (1): 53/134 kB
Progress (1): 57/134 kB
Progress (1): 61/134 kB
Progress (1): 65/134 kB
Progress (1): 69/134 kB
Progress (1): 73/134 kB
Progress (1): 77/134 kB
Progress (1): 81/134 kB
Progress (1): 85/134 kB
Progress (1): 90/134 kB
Progress (1): 94/134 kB
Progress (1): 98/134 kB
Progress (1): 102/134 kB
Progress (1): 106/134 kB
Progress (1): 110/134 kB
Progress (1): 114/134 kB
Progress (1): 118/134 kB
Progress (1): 122/134 kB
Progress (1): 126/134 kB
Progress (1): 131/134 kB
Progress (1): 134 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 60 kB/s)
18:12:19 [INFO] 
18:12:19 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt ---
18:12:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
18:12:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
18:12: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-archiver/2.6/maven-archiver-2.6.pom
18:12:20 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:12:20 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 154 kB/s)
18:12:20 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:12:20 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:12: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.7/maven-shared-utils-0.7.pom
18:12:20 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:12:20 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 193 kB/s)
18:12:20 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:12:20 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:12: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/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
18:12:20 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:12:20 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:12:20 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:12:20 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:12: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/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
18:12:21 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:12:21 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 98 kB/s)
18:12:21 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:12:21 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:12: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-io/2.3.2/plexus-io-2.3.2.pom
18:12:21 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:12:21 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 62 kB/s)
18:12:21 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
18:12:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
18:12: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/commons/commons-compress/1.9/commons-compress-1.9.pom
18:12:22 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:12:22 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 309 kB/s)
18:12:22 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
18:12:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom
18:12: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/commons/commons-parent/34/commons-parent-34.pom
18:12:22 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:12: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
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:12:22 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
18:12:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
18:12: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-interpolation/1.21/plexus-interpolation-1.21.pom
18:12:23 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:12:23 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 37 kB/s)
18:12:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom
18:12:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom
18:12: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.9/plexus-archiver-2.9.pom
18:12:23 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:12:23 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 86 kB/s)
18:12:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom
18:12:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom
18:12: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-io/2.4/plexus-io-2.4.pom
18:12:24 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:12:24 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 110 kB/s)
18:12:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.2/commons-io-2.2.pom
18:12:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom
18:12: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-io/commons-io/2.2/commons-io-2.2.pom
18:12:25 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:12:25 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 263 kB/s)
18:12:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/24/commons-parent-24.pom
18:12:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom
18:12: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/commons/commons-parent/24/commons-parent-24.pom
18:12:25 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:12: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
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 875 kB/s)
18:12:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
18:12:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar
18:12:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar
18:12:26 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:12:26 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:12:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.2/commons-io-2.2.jar
18:12:26 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
18:12:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
18:12:26 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:12:26 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:12:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar
18:12:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar
18:12:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-io/commons-io/2.2/commons-io-2.2.jar
18:12:26 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
18:12: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-archiver/2.6/maven-archiver-2.6.jar
18:12: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-io/2.4/plexus-io-2.4.jar
18:12: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-archiver/2.9/plexus-archiver-2.9.jar
18:12: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-utils/3.0.20/plexus-utils-3.0.20.jar
18:12: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/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar
18:12: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-io/commons-io/2.2/commons-io-2.2.jar
18:12: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/commons/commons-compress/1.9/commons-compress-1.9.jar
18:12:26 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:12:26 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:12:26 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:12:26 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:12:26 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:12:27 Progress (1): 4.1/23 kB
Progress (1): 7.7/23 kB
Progress (1): 12/23 kB 
Progress (1): 16/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB   
Progress (2): 23 kB | 4.1/243 kB
Progress (2): 23 kB | 7.7/243 kB
Progress (2): 23 kB | 12/243 kB 
Progress (2): 23 kB | 16/243 kB
Progress (2): 23 kB | 20/243 kB
Progress (2): 23 kB | 24/243 kB
Progress (2): 23 kB | 28/243 kB
Progress (2): 23 kB | 32/243 kB
Progress (2): 23 kB | 36/243 kB
Progress (2): 23 kB | 40/243 kB
Progress (2): 23 kB | 45/243 kB
Progress (2): 23 kB | 49/243 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 627 kB/s)
18:12:27 Progress (1): 53/243 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:12:27 Progress (1): 57/243 kB
Progress (1): 61/243 kB
Progress (1): 65/243 kB
Progress (2): 65/243 kB | 4.1/145 kB
Progress (2): 65/243 kB | 7.7/145 kB
Progress (2): 65/243 kB | 12/145 kB 
Progress (2): 65/243 kB | 16/145 kB
Progress (2): 69/243 kB | 16/145 kB
Progress (2): 73/243 kB | 16/145 kB
Progress (2): 73/243 kB | 20/145 kB
Progress (2): 77/243 kB | 20/145 kB
Progress (2): 77/243 kB | 24/145 kB
Progress (2): 81/243 kB | 24/145 kB
Progress (2): 81/243 kB | 28/145 kB
Progress (2): 81/243 kB | 32/145 kB
Progress (2): 81/243 kB | 36/145 kB
Progress (2): 81/243 kB | 40/145 kB
Progress (2): 81/243 kB | 45/145 kB
Progress (2): 85/243 kB | 45/145 kB
Progress (2): 85/243 kB | 49/145 kB
Progress (2): 90/243 kB | 49/145 kB
Progress (2): 94/243 kB | 49/145 kB
Progress (2): 98/243 kB | 49/145 kB
Progress (2): 98/243 kB | 53/145 kB
Progress (2): 98/243 kB | 57/145 kB
Progress (2): 98/243 kB | 61/145 kB
Progress (2): 98/243 kB | 65/145 kB
Progress (2): 102/243 kB | 65/145 kB
Progress (2): 102/243 kB | 69/145 kB
Progress (2): 106/243 kB | 69/145 kB
Progress (2): 106/243 kB | 73/145 kB
Progress (2): 110/243 kB | 73/145 kB
Progress (2): 110/243 kB | 77/145 kB
Progress (2): 114/243 kB | 77/145 kB
Progress (2): 114/243 kB | 81/145 kB
Progress (2): 114/243 kB | 85/145 kB
Progress (2): 114/243 kB | 90/145 kB
Progress (2): 114/243 kB | 94/145 kB
Progress (2): 118/243 kB | 94/145 kB
Progress (2): 118/243 kB | 98/145 kB
Progress (2): 122/243 kB | 98/145 kB
Progress (2): 126/243 kB | 98/145 kB
Progress (2): 131/243 kB | 98/145 kB
Progress (2): 131/243 kB | 102/145 kB
Progress (2): 131/243 kB | 106/145 kB
Progress (2): 131/243 kB | 110/145 kB
Progress (2): 131/243 kB | 114/145 kB
Progress (2): 135/243 kB | 114/145 kB
Progress (2): 135/243 kB | 118/145 kB
Progress (2): 139/243 kB | 118/145 kB
Progress (2): 139/243 kB | 122/145 kB
Progress (2): 143/243 kB | 122/145 kB
Progress (2): 143/243 kB | 126/145 kB
Progress (2): 147/243 kB | 126/145 kB
Progress (2): 147/243 kB | 131/145 kB
Progress (2): 147/243 kB | 135/145 kB
Progress (2): 147/243 kB | 139/145 kB
Progress (2): 147/243 kB | 143/145 kB
Progress (2): 151/243 kB | 143/145 kB
Progress (2): 151/243 kB | 145 kB    
Progress (2): 155/243 kB | 145 kB
Progress (2): 159/243 kB | 145 kB
Progress (2): 163/243 kB | 145 kB
Progress (2): 167/243 kB | 145 kB
Progress (2): 171/243 kB | 145 kB
Progress (2): 176/243 kB | 145 kB
Progress (2): 180/243 kB | 145 kB
Progress (2): 184/243 kB | 145 kB
Progress (2): 188/243 kB | 145 kB
Progress (2): 192/243 kB | 145 kB
Progress (2): 196/243 kB | 145 kB
Progress (2): 200/243 kB | 145 kB
Progress (2): 204/243 kB | 145 kB
Progress (3): 204/243 kB | 145 kB | 4.1/174 kB
Progress (3): 208/243 kB | 145 kB | 4.1/174 kB
Progress (3): 208/243 kB | 145 kB | 7.7/174 kB
Progress (3): 212/243 kB | 145 kB | 7.7/174 kB
Progress (3): 212/243 kB | 145 kB | 12/174 kB 
Progress (3): 212/243 kB | 145 kB | 16/174 kB
Progress (3): 212/243 kB | 145 kB | 20/174 kB
Progress (3): 217/243 kB | 145 kB | 20/174 kB
Progress (3): 217/243 kB | 145 kB | 24/174 kB
Progress (3): 221/243 kB | 145 kB | 24/174 kB
Progress (3): 221/243 kB | 145 kB | 28/174 kB
Progress (3): 225/243 kB | 145 kB | 28/174 kB
Progress (3): 225/243 kB | 145 kB | 32/174 kB
Progress (3): 229/243 kB | 145 kB | 32/174 kB
Progress (3): 229/243 kB | 145 kB | 36/174 kB
Progress (3): 229/243 kB | 145 kB | 40/174 kB
Progress (3): 233/243 kB | 145 kB | 40/174 kB
Progress (3): 233/243 kB | 145 kB | 45/174 kB
Progress (3): 237/243 kB | 145 kB | 45/174 kB
Progress (3): 237/243 kB | 145 kB | 49/174 kB
Progress (3): 241/243 kB | 145 kB | 49/174 kB
Progress (3): 243 kB | 145 kB | 49/174 kB    
Progress (3): 243 kB | 145 kB | 53/174 kB
Progress (3): 243 kB | 145 kB | 57/174 kB
Progress (3): 243 kB | 145 kB | 61/174 kB
Progress (3): 243 kB | 145 kB | 65/174 kB
Progress (3): 243 kB | 145 kB | 69/174 kB
Progress (3): 243 kB | 145 kB | 73/174 kB
Progress (3): 243 kB | 145 kB | 77/174 kB
Progress (3): 243 kB | 145 kB | 81/174 kB
Progress (3): 243 kB | 145 kB | 85/174 kB
Progress (3): 243 kB | 145 kB | 90/174 kB
Progress (3): 243 kB | 145 kB | 94/174 kB
Progress (3): 243 kB | 145 kB | 98/174 kB
Progress (3): 243 kB | 145 kB | 102/174 kB
Progress (3): 243 kB | 145 kB | 106/174 kB
Progress (3): 243 kB | 145 kB | 110/174 kB
Progress (3): 243 kB | 145 kB | 114/174 kB
Progress (3): 243 kB | 145 kB | 118/174 kB
Progress (3): 243 kB | 145 kB | 122/174 kB
Progress (3): 243 kB | 145 kB | 126/174 kB
Progress (3): 243 kB | 145 kB | 131/174 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 2.6 MB/s)
18:12:27 Progress (2): 243 kB | 135/174 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:12:27 Progress (2): 243 kB | 139/174 kB
Progress (2): 243 kB | 143/174 kB
Progress (2): 243 kB | 147/174 kB
Progress (2): 243 kB | 151/174 kB
Progress (2): 243 kB | 155/174 kB
Progress (2): 243 kB | 159/174 kB
Progress (2): 243 kB | 163/174 kB
Progress (2): 243 kB | 167/174 kB
Progress (2): 243 kB | 171/174 kB
Progress (2): 243 kB | 174 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 3.9 MB/s)
18:12:27 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 2.4 MB/s)
18:12:27 Progress (1): 4.1/170 kB
Progress (1): 7.7/170 kB
Progress (1): 12/170 kB 
Progress (1): 16/170 kB
Progress (1): 20/170 kB
Progress (1): 24/170 kB
Progress (1): 28/170 kB
Progress (1): 32/170 kB
Progress (1): 36/170 kB
Progress (1): 40/170 kB
Progress (1): 45/170 kB
Progress (1): 49/170 kB
Progress (1): 53/170 kB
Progress (1): 57/170 kB
Progress (1): 61/170 kB
Progress (1): 65/170 kB
Progress (1): 69/170 kB
Progress (1): 73/170 kB
Progress (1): 77/170 kB
Progress (1): 81/170 kB
Progress (1): 85/170 kB
Progress (1): 90/170 kB
Progress (1): 94/170 kB
Progress (1): 98/170 kB
Progress (1): 102/170 kB
Progress (1): 106/170 kB
Progress (1): 110/170 kB
Progress (1): 114/170 kB
Progress (1): 118/170 kB
Progress (1): 122/170 kB
Progress (1): 126/170 kB
Progress (1): 131/170 kB
Progress (1): 135/170 kB
Progress (1): 139/170 kB
Progress (1): 143/170 kB
Progress (1): 147/170 kB
Progress (1): 151/170 kB
Progress (1): 155/170 kB
Progress (1): 159/170 kB
Progress (1): 163/170 kB
Progress (1): 167/170 kB
Progress (1): 170 kB    
Progress (2): 170 kB | 4.1/81 kB
Progress (2): 170 kB | 7.7/81 kB
Progress (2): 170 kB | 12/81 kB 
Progress (2): 170 kB | 16/81 kB
Progress (2): 170 kB | 20/81 kB
Progress (2): 170 kB | 24/81 kB
Progress (2): 170 kB | 28/81 kB
Progress (2): 170 kB | 32/81 kB
Progress (2): 170 kB | 36/81 kB
Progress (2): 170 kB | 40/81 kB
Progress (2): 170 kB | 45/81 kB
Progress (2): 170 kB | 49/81 kB
Progress (2): 170 kB | 53/81 kB
Progress (2): 170 kB | 57/81 kB
Progress (2): 170 kB | 61/81 kB
Progress (2): 170 kB | 65/81 kB
Progress (2): 170 kB | 69/81 kB
Progress (2): 170 kB | 73/81 kB
Progress (2): 170 kB | 77/81 kB
Progress (2): 170 kB | 81 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 586 kB/s)
18:12:27 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.2 MB/s)
18:12:27 Progress (1): 4.1/378 kB
Progress (1): 7.7/378 kB
Progress (1): 12/378 kB 
Progress (1): 16/378 kB
Progress (1): 20/378 kB
Progress (1): 24/378 kB
Progress (1): 28/378 kB
Progress (1): 32/378 kB
Progress (1): 36/378 kB
Progress (1): 40/378 kB
Progress (1): 45/378 kB
Progress (1): 49/378 kB
Progress (1): 53/378 kB
Progress (1): 57/378 kB
Progress (1): 61/378 kB
Progress (1): 65/378 kB
Progress (1): 69/378 kB
Progress (1): 73/378 kB
Progress (1): 77/378 kB
Progress (1): 81/378 kB
Progress (1): 85/378 kB
Progress (1): 90/378 kB
Progress (1): 94/378 kB
Progress (1): 98/378 kB
Progress (1): 102/378 kB
Progress (1): 106/378 kB
Progress (1): 110/378 kB
Progress (1): 114/378 kB
Progress (1): 118/378 kB
Progress (1): 122/378 kB
Progress (1): 126/378 kB
Progress (1): 131/378 kB
Progress (1): 135/378 kB
Progress (1): 139/378 kB
Progress (1): 143/378 kB
Progress (1): 147/378 kB
Progress (1): 151/378 kB
Progress (1): 155/378 kB
Progress (1): 159/378 kB
Progress (1): 163/378 kB
Progress (1): 167/378 kB
Progress (1): 171/378 kB
Progress (1): 176/378 kB
Progress (1): 180/378 kB
Progress (1): 184/378 kB
Progress (1): 188/378 kB
Progress (1): 192/378 kB
Progress (1): 196/378 kB
Progress (1): 200/378 kB
Progress (1): 204/378 kB
Progress (1): 208/378 kB
Progress (1): 212/378 kB
Progress (1): 217/378 kB
Progress (1): 221/378 kB
Progress (1): 225/378 kB
Progress (1): 229/378 kB
Progress (1): 233/378 kB
Progress (1): 237/378 kB
Progress (1): 241/378 kB
Progress (1): 245/378 kB
Progress (1): 249/378 kB
Progress (1): 253/378 kB
Progress (1): 258/378 kB
Progress (1): 262/378 kB
Progress (1): 266/378 kB
Progress (1): 270/378 kB
Progress (1): 274/378 kB
Progress (1): 278/378 kB
Progress (1): 282/378 kB
Progress (1): 286/378 kB
Progress (1): 290/378 kB
Progress (1): 294/378 kB
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 655 kB/s)
18:12:27 [INFO] Skipping packaging of the test-jar
18:12:27 [INFO] 
18:12:27 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt ---
18:12:27 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
18:12:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.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/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
18:12:27 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:12:28 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 20 kB/s)
18:12:28 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:12:28 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: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/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
18:12:28 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:12:28 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 292 kB/s)
18:12:28 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:12:28 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: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/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
18:12:28 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:12:28 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 105 kB/s)
18:12:28 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:12:28 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: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/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
18:12:29 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:12:29 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 11 kB/s)
18:12:29 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:12:29 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:12: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/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
18:12:29 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:12:29 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 76 kB/s)
18:12:29 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:12:29 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:12: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/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
18:12:30 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:12:30 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 80 kB/s)
18:12:30 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:12:30 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:12: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/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
18:12:30 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:12:30 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 22 kB/s)
18:12:30 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:12:30 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:12: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/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
18:12:31 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:12:31 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 186 kB/s)
18:12:31 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:12:31 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:12: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-profile/2.0.6/maven-profile-2.0.6.pom
18:12:31 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:12:31 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 104 kB/s)
18:12:31 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:12:31 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:12: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-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
18:12:31 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:12:31 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 17 kB/s)
18:12:32 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:12:32 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:12: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-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
18:12:32 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:12:32 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 40 kB/s)
18:12:32 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:12:32 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:12: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-project/2.0.6/maven-project-2.0.6.pom
18:12:32 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:12:32 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 132 kB/s)
18:12:32 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:12:32 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:12: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-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
18:12:33 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:12:33 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 125 kB/s)
18:12:33 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:12:33 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:12: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-registry/2.0.6/maven-plugin-registry-2.0.6.pom
18:12:33 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:12: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-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 70 kB/s)
18:12:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
18:12:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
18:12:33 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:12:33 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:12:33 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 132 kB/s)
18:12:33 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:12:33 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:12: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-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
18:12:34 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:12:34 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 15 kB/s)
18:12:34 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:12:34 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:12: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-monitor/2.0.6/maven-monitor-2.0.6.pom
18:12:34 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:12:34 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 70 kB/s)
18:12:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
18:12:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
18:12: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-archiver/2.1/plexus-archiver-2.1.pom
18:12:35 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:12:35 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 56 kB/s)
18:12:35 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:12:35 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:12: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-io/2.0.2/plexus-io-2.0.2.pom
18:12:35 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:12:35 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 11 kB/s)
18:12:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
18:12:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
18:12: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-interpolation/1.15/plexus-interpolation-1.15.pom
18:12:36 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:12:36 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 24 kB/s)
18:12:36 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:12:36 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:12: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/plexus/plexus-archiver/2.6.3/plexus-archiver-2.6.3.pom
18:12:36 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:12:36 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 115 kB/s)
18:12:36 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:12:36 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:12: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/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom
18:12:36 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:12:36 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 113 kB/s)
18:12:36 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:12:36 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:12: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/codehaus/plexus/plexus-io/2.1.3/plexus-io-2.1.3.pom
18:12:37 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:12:37 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 55 kB/s)
18:12:37 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:12:37 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:12: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.8.1/commons-compress-1.8.1.pom
18:12:37 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:12: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.8.1/commons-compress-1.8.1.pom (11 kB at 293 kB/s)
18:12:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/33/commons-parent-33.pom
18:12:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/33/commons-parent-33.pom
18:12: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-parent/33/commons-parent-33.pom
18:12:38 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:12: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): 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 202 kB/s)
18:12:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
18:12:38 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:12:38 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:12:38 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:12:38 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:12:38 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:12:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
18:12:38 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:12:38 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:12:38 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:12:38 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:12:38 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:12:38 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:12:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
18:12:38 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:12:38 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:12:38 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:12:38 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:12:38 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:12:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
18:12:38 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:12:38 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:12:38 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:12:38 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:12:38 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:12:38 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:12: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-archiver/2.5/maven-archiver-2.5.jar
18:12: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/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
18:12: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/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
18:12: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-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
18:12: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-core/2.0.6/maven-core-2.0.6.jar
18:12: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-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
18:12:39 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:12: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-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
18:12: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-monitor/2.0.6/maven-monitor-2.0.6.jar
18:12: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.jar
18:12: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.jar
18:12: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/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
18:12: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.jar
18:12:39 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:12:39 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:12:39 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:12:39 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:12:39 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:12:39 Progress (1): 4.1/5.9 kB
Progress (1): 5.9 kB    
Progress (2): 5.9 kB | 4.1/152 kB
Progress (2): 5.9 kB | 7.7/152 kB
Progress (2): 5.9 kB | 12/152 kB 
Progress (2): 5.9 kB | 16/152 kB
Progress (2): 5.9 kB | 20/152 kB
Progress (2): 5.9 kB | 24/152 kB
Progress (2): 5.9 kB | 28/152 kB
Progress (2): 5.9 kB | 32/152 kB
Progress (2): 5.9 kB | 36/152 kB
Progress (2): 5.9 kB | 40/152 kB
Progress (2): 5.9 kB | 45/152 kB
Progress (2): 5.9 kB | 49/152 kB
Progress (2): 5.9 kB | 53/152 kB
Progress (2): 5.9 kB | 57/152 kB
Progress (2): 5.9 kB | 61/152 kB
Progress (2): 5.9 kB | 65/152 kB
Progress (2): 5.9 kB | 69/152 kB
Progress (2): 5.9 kB | 73/152 kB
Progress (2): 5.9 kB | 77/152 kB
Progress (2): 5.9 kB | 81/152 kB
Progress (2): 5.9 kB | 85/152 kB
Progress (2): 5.9 kB | 90/152 kB
Progress (2): 5.9 kB | 94/152 kB
Progress (2): 5.9 kB | 98/152 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 165 kB/s)
18:12:39 Progress (1): 102/152 kB
                        
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:12:39 Progress (1): 106/152 kB
Progress (1): 110/152 kB
Progress (1): 114/152 kB
Progress (1): 118/152 kB
Progress (1): 122/152 kB
Progress (1): 126/152 kB
Progress (1): 131/152 kB
Progress (1): 135/152 kB
Progress (2): 135/152 kB | 4.1/14 kB
Progress (2): 139/152 kB | 4.1/14 kB
Progress (2): 139/152 kB | 7.7/14 kB
Progress (2): 143/152 kB | 7.7/14 kB
Progress (2): 143/152 kB | 12/14 kB 
Progress (2): 147/152 kB | 12/14 kB
Progress (2): 147/152 kB | 14 kB   
Progress (2): 151/152 kB | 14 kB
Progress (2): 152 kB | 14 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 332 kB/s)
18:12:39 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.7 MB/s)
18:12:39 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:12:39 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:12:39 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/37 kB
Progress (2): 20/30 kB | 4.1/37 kB
Progress (2): 20/30 kB | 7.7/37 kB
Progress (2): 24/30 kB | 7.7/37 kB
Progress (2): 24/30 kB | 12/37 kB 
Progress (2): 28/30 kB | 12/37 kB
Progress (2): 28/30 kB | 16/37 kB
Progress (2): 30 kB | 16/37 kB   
Progress (2): 30 kB | 20/37 kB
Progress (2): 30 kB | 24/37 kB
Progress (2): 30 kB | 28/37 kB
Progress (2): 30 kB | 32/37 kB
Progress (2): 30 kB | 36/37 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.jar (30 kB at 669 kB/s)
18:12:39 Progress (2): 36/37 kB | 4.1/9.9 kB
Progress (2): 37 kB | 4.1/9.9 kB   
                                
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:12:39 Progress (2): 37 kB | 7.7/9.9 kB
Progress (2): 37 kB | 9.9 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 785 kB/s)
18:12:39 Progress (2): 9.9 kB | 4.1/10 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:12:39 Progress (2): 9.9 kB | 7.7/10 kB
Progress (2): 9.9 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 209 kB/s)
18:12:39 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:12:39 Progress (2): 9.9 kB | 4.1/22 kB
Progress (2): 9.9 kB | 7.7/22 kB
Progress (2): 9.9 kB | 12/22 kB 
Progress (2): 9.9 kB | 16/22 kB
Progress (2): 9.9 kB | 20/22 kB
Progress (2): 9.9 kB | 22 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.jar (9.9 kB at 181 kB/s)
18:12:39 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:12:39 Progress (2): 22 kB | 4.1/66 kB
Progress (2): 22 kB | 7.7/66 kB
Progress (2): 22 kB | 12/66 kB 
Progress (2): 22 kB | 16/66 kB
Progress (2): 22 kB | 20/66 kB
Progress (2): 22 kB | 24/66 kB
Progress (2): 22 kB | 28/66 kB
Progress (2): 22 kB | 32/66 kB
Progress (2): 22 kB | 36/66 kB
Progress (2): 22 kB | 40/66 kB
Progress (2): 22 kB | 45/66 kB
Progress (2): 22 kB | 49/66 kB
Progress (2): 22 kB | 53/66 kB
Progress (2): 22 kB | 57/66 kB
Progress (2): 22 kB | 61/66 kB
Progress (2): 22 kB | 65/66 kB
Progress (2): 22 kB | 66 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 202 kB/s)
18:12: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.jar
18:12:39 Progress (2): 66 kB | 4.1/366 kB
Progress (2): 66 kB | 7.7/366 kB
Progress (3): 66 kB | 7.7/366 kB | 4.1/131 kB
Progress (3): 66 kB | 12/366 kB | 4.1/131 kB 
Progress (3): 66 kB | 12/366 kB | 7.7/131 kB
Progress (3): 66 kB | 16/366 kB | 7.7/131 kB
Progress (3): 66 kB | 16/366 kB | 12/131 kB 
Progress (3): 66 kB | 16/366 kB | 16/131 kB
Progress (3): 66 kB | 16/366 kB | 20/131 kB
Progress (3): 66 kB | 16/366 kB | 24/131 kB
Progress (3): 66 kB | 16/366 kB | 28/131 kB
Progress (3): 66 kB | 16/366 kB | 32/131 kB
Progress (3): 66 kB | 20/366 kB | 32/131 kB
Progress (3): 66 kB | 24/366 kB | 32/131 kB
Progress (3): 66 kB | 28/366 kB | 32/131 kB
Progress (3): 66 kB | 32/366 kB | 32/131 kB
Progress (3): 66 kB | 32/366 kB | 36/131 kB
Progress (3): 66 kB | 32/366 kB | 40/131 kB
Progress (3): 66 kB | 32/366 kB | 45/131 kB
Progress (3): 66 kB | 32/366 kB | 49/131 kB
Progress (4): 66 kB | 32/366 kB | 49/131 kB | 4.1/21 kB
Progress (4): 66 kB | 32/366 kB | 49/131 kB | 7.7/21 kB
Progress (4): 66 kB | 32/366 kB | 49/131 kB | 12/21 kB 
Progress (4): 66 kB | 32/366 kB | 49/131 kB | 16/21 kB
Progress (4): 66 kB | 32/366 kB | 49/131 kB | 20/21 kB
Progress (4): 66 kB | 32/366 kB | 49/131 kB | 21 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 89 kB/s)
18:12:40 Progress (3): 66 kB | 32/366 kB | 53/131 kB
Progress (3): 66 kB | 32/366 kB | 57/131 kB
Progress (3): 66 kB | 32/366 kB | 61/131 kB
Progress (3): 66 kB | 32/366 kB | 65/131 kB
Progress (3): 66 kB | 36/366 kB | 65/131 kB
Progress (3): 66 kB | 40/366 kB | 65/131 kB
Progress (3): 66 kB | 40/366 kB | 69/131 kB
Progress (3): 66 kB | 45/366 kB | 69/131 kB
Progress (3): 66 kB | 45/366 kB | 73/131 kB
Progress (3): 66 kB | 49/366 kB | 73/131 kB
Progress (3): 66 kB | 49/366 kB | 77/131 kB
Progress (3): 66 kB | 49/366 kB | 81/131 kB
Progress (3): 66 kB | 53/366 kB | 81/131 kB
Progress (3): 66 kB | 57/366 kB | 81/131 kB
Progress (3): 66 kB | 57/366 kB | 85/131 kB
Progress (3): 66 kB | 61/366 kB | 85/131 kB
Progress (3): 66 kB | 61/366 kB | 90/131 kB
Progress (3): 66 kB | 65/366 kB | 90/131 kB
Progress (3): 66 kB | 65/366 kB | 94/131 kB
Progress (3): 66 kB | 65/366 kB | 98/131 kB
Progress (3): 66 kB | 69/366 kB | 98/131 kB
Progress (3): 66 kB | 73/366 kB | 98/131 kB
Progress (3): 66 kB | 73/366 kB | 102/131 kB
Progress (3): 66 kB | 77/366 kB | 102/131 kB
Progress (3): 66 kB | 77/366 kB | 106/131 kB
Progress (3): 66 kB | 81/366 kB | 106/131 kB
Progress (3): 66 kB | 81/366 kB | 110/131 kB
Progress (3): 66 kB | 81/366 kB | 114/131 kB
Progress (3): 66 kB | 85/366 kB | 114/131 kB
Progress (3): 66 kB | 90/366 kB | 114/131 kB
Progress (3): 66 kB | 90/366 kB | 118/131 kB
Progress (3): 66 kB | 94/366 kB | 118/131 kB
Progress (3): 66 kB | 94/366 kB | 122/131 kB
Progress (3): 66 kB | 98/366 kB | 122/131 kB
Progress (3): 66 kB | 98/366 kB | 126/131 kB
Progress (3): 66 kB | 98/366 kB | 131/131 kB
Progress (3): 66 kB | 98/366 kB | 131 kB    
Progress (3): 66 kB | 102/366 kB | 131 kB
Progress (3): 66 kB | 106/366 kB | 131 kB
Progress (3): 66 kB | 110/366 kB | 131 kB
Progress (3): 66 kB | 114/366 kB | 131 kB
Progress (3): 66 kB | 118/366 kB | 131 kB
Progress (3): 66 kB | 122/366 kB | 131 kB
Progress (3): 66 kB | 126/366 kB | 131 kB
Progress (3): 66 kB | 131/366 kB | 131 kB
Progress (3): 66 kB | 135/366 kB | 131 kB
Progress (3): 66 kB | 139/366 kB | 131 kB
Progress (3): 66 kB | 143/366 kB | 131 kB
Progress (3): 66 kB | 147/366 kB | 131 kB
Progress (3): 66 kB | 151/366 kB | 131 kB
Progress (3): 66 kB | 155/366 kB | 131 kB
Progress (3): 66 kB | 159/366 kB | 131 kB
Progress (3): 66 kB | 163/366 kB | 131 kB
Progress (3): 66 kB | 167/366 kB | 131 kB
Progress (3): 66 kB | 171/366 kB | 131 kB
Progress (3): 66 kB | 176/366 kB | 131 kB
Progress (3): 66 kB | 180/366 kB | 131 kB
Progress (3): 66 kB | 184/366 kB | 131 kB
Progress (3): 66 kB | 188/366 kB | 131 kB
Progress (3): 66 kB | 192/366 kB | 131 kB
Progress (3): 66 kB | 196/366 kB | 131 kB
Progress (3): 66 kB | 200/366 kB | 131 kB
Progress (3): 66 kB | 204/366 kB | 131 kB
Progress (3): 66 kB | 208/366 kB | 131 kB
Progress (3): 66 kB | 212/366 kB | 131 kB
Progress (3): 66 kB | 217/366 kB | 131 kB
Progress (3): 66 kB | 221/366 kB | 131 kB
Progress (3): 66 kB | 225/366 kB | 131 kB
Progress (3): 66 kB | 229/366 kB | 131 kB
Progress (3): 66 kB | 233/366 kB | 131 kB
Progress (3): 66 kB | 237/366 kB | 131 kB
Progress (3): 66 kB | 241/366 kB | 131 kB
Progress (3): 66 kB | 245/366 kB | 131 kB
Progress (3): 66 kB | 249/366 kB | 131 kB
Progress (3): 66 kB | 253/366 kB | 131 kB
Progress (3): 66 kB | 258/366 kB | 131 kB
Progress (3): 66 kB | 262/366 kB | 131 kB
Progress (3): 66 kB | 266/366 kB | 131 kB
Progress (3): 66 kB | 270/366 kB | 131 kB
Progress (3): 66 kB | 274/366 kB | 131 kB
Progress (3): 66 kB | 278/366 kB | 131 kB
Progress (3): 66 kB | 282/366 kB | 131 kB
Progress (3): 66 kB | 286/366 kB | 131 kB
Progress (3): 66 kB | 290/366 kB | 131 kB
Progress (3): 66 kB | 294/366 kB | 131 kB
Progress (3): 66 kB | 298/366 kB | 131 kB
Progress (3): 66 kB | 303/366 kB | 131 kB
Progress (3): 66 kB | 307/366 kB | 131 kB
Progress (3): 66 kB | 311/366 kB | 131 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 201 kB/s)
18:12:40 Progress (2): 315/366 kB | 131 kB
Progress (2): 319/366 kB | 131 kB
Progress (2): 323/366 kB | 131 kB
Progress (2): 327/366 kB | 131 kB
Progress (2): 331/366 kB | 131 kB
Progress (2): 335/366 kB | 131 kB
Progress (2): 339/366 kB | 131 kB
Progress (2): 344/366 kB | 131 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 394 kB/s)
18:12:40 Progress (1): 348/366 kB
Progress (1): 352/366 kB
Progress (1): 356/366 kB
Progress (1): 360/366 kB
Progress (1): 364/366 kB
Progress (1): 366 kB    
Progress (2): 366 kB | 4.1/243 kB
Progress (2): 366 kB | 7.7/243 kB
Progress (2): 366 kB | 12/243 kB 
Progress (2): 366 kB | 16/243 kB
Progress (2): 366 kB | 20/243 kB
Progress (2): 366 kB | 24/243 kB
Progress (2): 366 kB | 28/243 kB
Progress (2): 366 kB | 32/243 kB
Progress (2): 366 kB | 36/243 kB
Progress (2): 366 kB | 40/243 kB
Progress (2): 366 kB | 45/243 kB
Progress (2): 366 kB | 49/243 kB
Progress (2): 366 kB | 53/243 kB
Progress (2): 366 kB | 57/243 kB
Progress (2): 366 kB | 61/243 kB
Progress (2): 366 kB | 65/243 kB
Progress (2): 366 kB | 69/243 kB
Progress (2): 366 kB | 73/243 kB
Progress (2): 366 kB | 77/243 kB
Progress (2): 366 kB | 81/243 kB
Progress (2): 366 kB | 85/243 kB
Progress (2): 366 kB | 90/243 kB
Progress (2): 366 kB | 94/243 kB
Progress (2): 366 kB | 98/243 kB
Progress (2): 366 kB | 102/243 kB
Progress (2): 366 kB | 106/243 kB
Progress (2): 366 kB | 110/243 kB
Progress (2): 366 kB | 114/243 kB
Progress (2): 366 kB | 118/243 kB
Progress (2): 366 kB | 122/243 kB
Progress (2): 366 kB | 126/243 kB
Progress (2): 366 kB | 131/243 kB
Progress (2): 366 kB | 135/243 kB
Progress (2): 366 kB | 139/243 kB
Progress (2): 366 kB | 143/243 kB
Progress (2): 366 kB | 147/243 kB
Progress (2): 366 kB | 151/243 kB
Progress (2): 366 kB | 155/243 kB
Progress (2): 366 kB | 159/243 kB
Progress (2): 366 kB | 163/243 kB
Progress (2): 366 kB | 167/243 kB
Progress (2): 366 kB | 171/243 kB
Progress (2): 366 kB | 176/243 kB
Progress (2): 366 kB | 180/243 kB
Progress (2): 366 kB | 184/243 kB
Progress (2): 366 kB | 188/243 kB
Progress (2): 366 kB | 192/243 kB
Progress (2): 366 kB | 196/243 kB
Progress (2): 366 kB | 200/243 kB
Progress (2): 366 kB | 204/243 kB
Progress (2): 366 kB | 208/243 kB
Progress (2): 366 kB | 212/243 kB
Progress (2): 366 kB | 217/243 kB
Progress (2): 366 kB | 221/243 kB
Progress (2): 366 kB | 225/243 kB
Progress (2): 366 kB | 229/243 kB
Progress (2): 366 kB | 233/243 kB
Progress (2): 366 kB | 237/243 kB
Progress (2): 366 kB | 241/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 580 kB/s)
18:12:40 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 671 kB/s)
18:12:40 [INFO] 
18:12:40 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt ---
18:12:40 [INFO] 
18:12:40 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt ---
18:12:40 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:12:40 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:12:40 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:12:41 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:12:41 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 59 kB/s)
18:12:41 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:12:41 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:12: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/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.pom
18:12:42 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:12:42 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 40 kB/s)
18:12:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/log4j/log4j/1.2.17/log4j-1.2.17.pom
18:12:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/log4j/log4j/1.2.17/log4j-1.2.17.pom
18:12:42 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:12:42 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:12:42 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 444 kB/s)
18:12:42 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:12:42 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:12: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/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom
18:12:42 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:12:42 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 137 kB/s)
18:12:42 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:12:42 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:12: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/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.pom
18:12:43 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:12:43 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 50 kB/s)
18:12:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.pom
18:12:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.pom
18:12: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/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.pom
18:12:43 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:12:43 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 90 kB/s)
18:12:43 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:12:43 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:12: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.1/stax2-api-3.1.1.pom
18:12:44 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:12:44 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 34 kB/s)
18:12:44 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:12:44 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: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/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom
18:12:44 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:12:44 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 22 kB/s)
18:12:44 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:12:44 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: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/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom
18:12:44 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:12:44 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 27 kB/s)
18:12:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom
18:12:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.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/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom
18:12:45 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:12:45 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 77 kB/s)
18:12:45 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:12:45 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: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/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
18:12:46 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:12:46 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 21 kB/s)
18:12:46 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0/maven-2.0.pom
18:12:46 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/2.0/maven-2.0.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/org/apache/maven/maven/2.0/maven-2.0.pom
18:12: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:12: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 244 kB/s)
18:12: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:12: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: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/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
18:12:48 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:12: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 14 kB/s)
18:12: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:12: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:12: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:12: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:12:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/log4j/log4j/1.2.17/log4j-1.2.17.jar
18:12: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:12: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:12: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:12: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:12:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/log4j/log4j/1.2.17/log4j-1.2.17.jar
18:12: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:12: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:12: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:12: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: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/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar
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/log4j/log4j/1.2.17/log4j-1.2.17.jar
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/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar
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/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar
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/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.jar
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/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.jar
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/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar
18:12: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:12: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:12: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:12: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:12: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:12:50 Progress (1): 4.1/486 kB
Progress (1): 7.7/486 kB
Progress (1): 12/486 kB 
Progress (1): 16/486 kB
Progress (1): 20/486 kB
Progress (1): 24/486 kB
Progress (1): 28/486 kB
Progress (1): 32/486 kB
Progress (1): 36/486 kB
Progress (1): 40/486 kB
Progress (1): 45/486 kB
Progress (1): 49/486 kB
Progress (1): 53/486 kB
Progress (1): 57/486 kB
Progress (1): 61/486 kB
Progress (1): 65/486 kB
Progress (1): 69/486 kB
Progress (1): 73/486 kB
Progress (1): 77/486 kB
Progress (1): 81/486 kB
Progress (1): 85/486 kB
Progress (1): 90/486 kB
Progress (1): 94/486 kB
Progress (1): 98/486 kB
Progress (1): 102/486 kB
Progress (1): 106/486 kB
Progress (1): 110/486 kB
Progress (1): 114/486 kB
Progress (1): 118/486 kB
Progress (1): 122/486 kB
Progress (1): 126/486 kB
Progress (1): 131/486 kB
Progress (1): 135/486 kB
Progress (1): 139/486 kB
Progress (1): 143/486 kB
Progress (1): 147/486 kB
Progress (1): 151/486 kB
Progress (1): 155/486 kB
Progress (1): 159/486 kB
Progress (1): 163/486 kB
Progress (1): 167/486 kB
Progress (1): 171/486 kB
Progress (1): 176/486 kB
Progress (1): 180/486 kB
Progress (1): 184/486 kB
Progress (1): 188/486 kB
Progress (1): 192/486 kB
Progress (1): 196/486 kB
Progress (1): 200/486 kB
Progress (1): 204/486 kB
Progress (1): 208/486 kB
Progress (1): 212/486 kB
Progress (1): 217/486 kB
Progress (1): 221/486 kB
Progress (1): 225/486 kB
Progress (1): 229/486 kB
Progress (2): 229/486 kB | 4.1/162 kB
Progress (2): 233/486 kB | 4.1/162 kB
Progress (2): 233/486 kB | 7.7/162 kB
Progress (2): 237/486 kB | 7.7/162 kB
Progress (2): 237/486 kB | 12/162 kB 
Progress (2): 241/486 kB | 12/162 kB
Progress (2): 241/486 kB | 16/162 kB
Progress (2): 245/486 kB | 16/162 kB
Progress (2): 245/486 kB | 20/162 kB
Progress (2): 249/486 kB | 20/162 kB
Progress (2): 249/486 kB | 24/162 kB
Progress (2): 253/486 kB | 24/162 kB
Progress (2): 253/486 kB | 28/162 kB
Progress (2): 258/486 kB | 28/162 kB
Progress (2): 258/486 kB | 32/162 kB
Progress (2): 262/486 kB | 32/162 kB
Progress (2): 262/486 kB | 36/162 kB
Progress (2): 266/486 kB | 36/162 kB
Progress (2): 266/486 kB | 40/162 kB
Progress (2): 270/486 kB | 40/162 kB
Progress (2): 270/486 kB | 45/162 kB
Progress (2): 274/486 kB | 45/162 kB
Progress (2): 274/486 kB | 49/162 kB
Progress (2): 278/486 kB | 49/162 kB
Progress (2): 278/486 kB | 53/162 kB
Progress (2): 282/486 kB | 53/162 kB
Progress (2): 282/486 kB | 57/162 kB
Progress (2): 286/486 kB | 57/162 kB
Progress (2): 286/486 kB | 61/162 kB
Progress (2): 290/486 kB | 61/162 kB
Progress (2): 290/486 kB | 65/162 kB
Progress (2): 294/486 kB | 65/162 kB
Progress (2): 298/486 kB | 65/162 kB
Progress (2): 298/486 kB | 69/162 kB
Progress (2): 303/486 kB | 69/162 kB
Progress (2): 303/486 kB | 73/162 kB
Progress (2): 307/486 kB | 73/162 kB
Progress (2): 307/486 kB | 77/162 kB
Progress (2): 311/486 kB | 77/162 kB
Progress (2): 311/486 kB | 81/162 kB
Progress (2): 315/486 kB | 81/162 kB
Progress (2): 315/486 kB | 85/162 kB
Progress (2): 319/486 kB | 85/162 kB
Progress (2): 319/486 kB | 90/162 kB
Progress (2): 323/486 kB | 90/162 kB
Progress (2): 323/486 kB | 94/162 kB
Progress (2): 327/486 kB | 94/162 kB
Progress (2): 327/486 kB | 98/162 kB
Progress (2): 331/486 kB | 98/162 kB
Progress (2): 335/486 kB | 98/162 kB
Progress (2): 335/486 kB | 102/162 kB
Progress (2): 339/486 kB | 102/162 kB
Progress (2): 339/486 kB | 106/162 kB
Progress (2): 344/486 kB | 106/162 kB
Progress (2): 344/486 kB | 110/162 kB
Progress (2): 344/486 kB | 114/162 kB
Progress (2): 348/486 kB | 114/162 kB
Progress (2): 352/486 kB | 114/162 kB
Progress (2): 356/486 kB | 114/162 kB
Progress (2): 356/486 kB | 118/162 kB
Progress (2): 360/486 kB | 118/162 kB
Progress (2): 360/486 kB | 122/162 kB
Progress (2): 360/486 kB | 126/162 kB
Progress (2): 360/486 kB | 131/162 kB
Progress (2): 364/486 kB | 131/162 kB
Progress (2): 368/486 kB | 131/162 kB
Progress (2): 372/486 kB | 131/162 kB
Progress (2): 376/486 kB | 131/162 kB
Progress (2): 376/486 kB | 135/162 kB
Progress (2): 376/486 kB | 139/162 kB
Progress (2): 376/486 kB | 143/162 kB
Progress (2): 376/486 kB | 147/162 kB
Progress (2): 380/486 kB | 147/162 kB
Progress (2): 384/486 kB | 147/162 kB
Progress (2): 389/486 kB | 147/162 kB
Progress (2): 393/486 kB | 147/162 kB
Progress (2): 393/486 kB | 151/162 kB
Progress (2): 393/486 kB | 155/162 kB
Progress (2): 393/486 kB | 159/162 kB
Progress (2): 393/486 kB | 162 kB    
Progress (2): 397/486 kB | 162 kB
Progress (2): 401/486 kB | 162 kB
Progress (2): 405/486 kB | 162 kB
Progress (2): 409/486 kB | 162 kB
Progress (2): 413/486 kB | 162 kB
Progress (2): 417/486 kB | 162 kB
Progress (2): 421/486 kB | 162 kB
Progress (2): 425/486 kB | 162 kB
Progress (2): 430/486 kB | 162 kB
Progress (2): 434/486 kB | 162 kB
Progress (2): 438/486 kB | 162 kB
Progress (2): 442/486 kB | 162 kB
Progress (2): 446/486 kB | 162 kB
Progress (2): 450/486 kB | 162 kB
Progress (2): 454/486 kB | 162 kB
Progress (2): 458/486 kB | 162 kB
Progress (2): 462/486 kB | 162 kB
Progress (2): 466/486 kB | 162 kB
Progress (2): 471/486 kB | 162 kB
Progress (2): 475/486 kB | 162 kB
Progress (2): 479/486 kB | 162 kB
Progress (2): 483/486 kB | 162 kB
Progress (2): 486 kB | 162 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 2.5 MB/s)
18:12:50 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:12:50 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.9 MB/s)
18:12:50 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:12:50 Progress (1): 3.7 kB
Progress (2): 3.7 kB | 4.1/83 kB
Progress (2): 3.7 kB | 7.7/83 kB
Progress (2): 3.7 kB | 12/83 kB 
Progress (2): 3.7 kB | 16/83 kB
Progress (2): 3.7 kB | 20/83 kB
Progress (2): 3.7 kB | 24/83 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 35 kB/s)
18:12:50 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 679 kB/s)
18:12: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 23 kB/s)
18:12:50 Progress (1): 4.1/490 kB
Progress (1): 7.7/490 kB
Progress (1): 12/490 kB 
Progress (1): 16/490 kB
Progress (1): 20/490 kB
Progress (1): 24/490 kB
Progress (1): 28/490 kB
Progress (1): 32/490 kB
Progress (1): 36/490 kB
Progress (1): 40/490 kB
Progress (1): 45/490 kB
Progress (1): 49/490 kB
Progress (1): 53/490 kB
Progress (1): 57/490 kB
Progress (1): 61/490 kB
Progress (1): 65/490 kB
Progress (1): 69/490 kB
Progress (1): 73/490 kB
Progress (1): 77/490 kB
Progress (1): 81/490 kB
Progress (1): 85/490 kB
Progress (1): 90/490 kB
Progress (1): 94/490 kB
Progress (1): 98/490 kB
Progress (1): 102/490 kB
Progress (1): 106/490 kB
Progress (1): 110/490 kB
Progress (1): 114/490 kB
Progress (1): 118/490 kB
Progress (1): 122/490 kB
Progress (1): 126/490 kB
Progress (1): 131/490 kB
Progress (1): 135/490 kB
Progress (1): 139/490 kB
Progress (1): 143/490 kB
Progress (1): 147/490 kB
Progress (1): 151/490 kB
Progress (1): 155/490 kB
Progress (1): 159/490 kB
Progress (1): 163/490 kB
Progress (1): 167/490 kB
Progress (1): 171/490 kB
Progress (1): 176/490 kB
Progress (1): 180/490 kB
Progress (1): 184/490 kB
Progress (1): 188/490 kB
Progress (1): 192/490 kB
Progress (1): 196/490 kB
Progress (1): 200/490 kB
Progress (1): 204/490 kB
Progress (1): 208/490 kB
Progress (1): 212/490 kB
Progress (1): 217/490 kB
Progress (1): 221/490 kB
Progress (1): 225/490 kB
Progress (1): 229/490 kB
Progress (1): 233/490 kB
Progress (1): 237/490 kB
Progress (1): 241/490 kB
Progress (1): 245/490 kB
Progress (1): 249/490 kB
Progress (1): 253/490 kB
Progress (1): 258/490 kB
Progress (1): 262/490 kB
Progress (1): 266/490 kB
Progress (1): 270/490 kB
Progress (1): 274/490 kB
Progress (1): 278/490 kB
Progress (1): 282/490 kB
Progress (1): 286/490 kB
Progress (1): 290/490 kB
Progress (1): 294/490 kB
Progress (1): 298/490 kB
Progress (1): 303/490 kB
Progress (1): 307/490 kB
Progress (1): 311/490 kB
Progress (1): 315/490 kB
Progress (1): 319/490 kB
Progress (1): 323/490 kB
Progress (1): 327/490 kB
Progress (1): 331/490 kB
Progress (1): 335/490 kB
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 651 kB/s)
18:12:51 Progress (1): 4.1/77 kB
Progress (1): 7.7/77 kB
Progress (1): 12/77 kB 
Progress (1): 16/77 kB
Progress (1): 20/77 kB
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 70 kB/s)
18:12:51 [INFO] Skipping duplicate-finder execution!
18:12:51 [INFO] 
18:12:51 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt ---
18:12: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:12: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: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/org/codehaus/mojo/animal-sniffer/1.15/animal-sniffer-1.15.pom
18:12: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:12: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 43 kB/s)
18:12:52 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:12:52 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:12: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-all/5.0.3/asm-all-5.0.3.pom
18:12: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:12: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 49 kB/s)
18:12: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:12: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:12: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:12: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:12: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 149 kB/s)
18:12: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:12: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:12: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:12:53 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:12: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 6.5 kB/s)
18:12: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:12: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:12: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:12: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:12: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 60 kB/s)
18:12:54 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:12:54 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: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/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
18:12:54 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:12:54 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 95 kB/s)
18:12:55 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:12:55 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: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/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
18:12:56 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:12:56 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 104 kB/s)
18:12:56 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:12:56 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:12: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/2.0.8/maven-settings-2.0.8.pom
18:12:56 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:12:56 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 89 kB/s)
18:12:56 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:12:56 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:12: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-profile/2.0.8/maven-profile-2.0.8.pom
18:12:57 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:12:57 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 136 kB/s)
18:12:57 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:12:57 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: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/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
18:12:57 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:12:57 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 135 kB/s)
18:12:57 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:12:57 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: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/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
18:12:58 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:12:58 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 15 kB/s)
18:12:58 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:12:58 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: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/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
18:12:58 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:12:58 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 61 kB/s)
18:12:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer/1.15/animal-sniffer-1.15.jar
18:12:58 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:12:58 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:12:58 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:12:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/animal-sniffer/1.15/animal-sniffer-1.15.jar
18:12:58 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:12:58 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:12:58 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: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/animal-sniffer/1.15/animal-sniffer-1.15.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/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.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/java-boot-classpath-detector/1.15/java-boot-classpath-detector-1.15.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/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar
18:12:59 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:12:59 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:12:59 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:12:59 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:12:59 Progress (1): 4.1/34 kB
Progress (1): 7.7/34 kB
Progress (1): 12/34 kB 
Progress (1): 16/34 kB
Progress (1): 20/34 kB
Progress (1): 24/34 kB
Progress (1): 28/34 kB
Progress (1): 32/34 kB
Progress (1): 34 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer/1.15/animal-sniffer-1.15.jar (34 kB at 401 kB/s)
18:12:59 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 369 kB/s)
18:12:59 Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
Progress (2): 5.0 kB | 4.1/242 kB
Progress (2): 5.0 kB | 7.7/242 kB
Progress (2): 5.0 kB | 12/242 kB 
Progress (2): 5.0 kB | 16/242 kB
Progress (2): 5.0 kB | 20/242 kB
Progress (2): 5.0 kB | 24/242 kB
Progress (2): 5.0 kB | 28/242 kB
Progress (2): 5.0 kB | 32/242 kB
Progress (2): 5.0 kB | 36/242 kB
Progress (2): 5.0 kB | 40/242 kB
Progress (2): 5.0 kB | 45/242 kB
Progress (2): 5.0 kB | 49/242 kB
Progress (2): 5.0 kB | 53/242 kB
Progress (2): 5.0 kB | 57/242 kB
Progress (2): 5.0 kB | 61/242 kB
Progress (2): 5.0 kB | 65/242 kB
Progress (2): 5.0 kB | 69/242 kB
Progress (2): 5.0 kB | 73/242 kB
Progress (2): 5.0 kB | 77/242 kB
Progress (2): 5.0 kB | 81/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 40 kB/s)
18:12:59 Progress (1): 85/242 kB
Progress (1): 90/242 kB
Progress (1): 94/242 kB
Progress (1): 98/242 kB
Progress (1): 102/242 kB
Progress (1): 106/242 kB
Progress (1): 110/242 kB
Progress (1): 114/242 kB
Progress (1): 118/242 kB
Progress (1): 122/242 kB
Progress (1): 126/242 kB
Progress (1): 131/242 kB
Progress (1): 135/242 kB
Progress (1): 139/242 kB
Progress (1): 143/242 kB
Progress (1): 147/242 kB
Progress (1): 151/242 kB
Progress (1): 155/242 kB
Progress (1): 159/242 kB
Progress (1): 163/242 kB
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.7 MB/s)
18:12:59 [INFO] Signature checking is skipped.
18:12:59 [INFO] 
18:12:59 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt ---
18:12:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
18:12:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
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/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
18:12:59 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:13: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/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 398 kB/s)
18:13:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/22/commons-parent-22.pom
18:13:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/22/commons-parent-22.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/org/apache/commons/commons-parent/22/commons-parent-22.pom
18:13:00 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:13: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): 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 40 kB/s)
18:13:01 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:13:01 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: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/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
18:13:01 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:13:02 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 112 kB/s)
18:13:02 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:13:02 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: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/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
18:13:02 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:13:02 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 159 kB/s)
18:13:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
18:13:02 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:13:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
18:13:02 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: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/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
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/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
18:13:02 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:13:02 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:13:03 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 2.0 MB/s)
18:13:03 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 954 kB/s)
18:13:03 [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:13:03 [INFO] 
18:13:03 [INFO] ------------< org.eclipse.scout.rt:org.eclipse.scout.json >-------------
18:13:03 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.json 6.0.300-SNAPSHOT [2/30]
18:13:03 [INFO] --------------------------------[ jar ]---------------------------------
18:13:03 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:13:03 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: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/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom
18:13:03 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:13:03 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 135 kB/s)
18:13:03 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:13:03 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: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/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar
18:13:04 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:13:04 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 278 kB/s)
18:13:04 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:13:04 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: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/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom
18:13:04 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:13:04 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 138 kB/s)
18:13:04 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:13:04 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: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/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar
18:13:05 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:13:05 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 307 kB/s)
18:13:05 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:13:05 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: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/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom
18:13:05 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:13:05 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 103 kB/s)
18:13:05 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:13:05 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: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/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom
18:13:06 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:13:06 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 205 kB/s)
18:13:06 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:13:06 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: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/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar
18:13:06 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:13:06 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 328 kB/s)
18:13:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.12/junit-4.12.pom
18:13:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/4.12/junit-4.12.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/junit/junit/4.12/junit-4.12.pom
18:13:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom
18:13:07 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 504 kB/s)
18:13:07 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.12/junit-4.12.jar
18:13:07 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/4.12/junit-4.12.jar
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/junit/junit/4.12/junit-4.12.jar
18:13:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar
18:13:07 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 1.3 MB/s)
18:13:07 [INFO] 
18:13:07 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.json ---
18:13:07 [INFO] 
18:13:07 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.json ---
18:13:07 [INFO] Skipping Rule Enforcement.
18:13:07 [INFO] 
18:13:07 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.json ---
18:13:09 [INFO] 
18:13:09 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.json ---
18:13:09 [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:13:09 [INFO] 
18:13:09 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.json ---
18:13:09 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:13:09 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: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/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom
18:13:09 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:13:10 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 14 kB/s)
18:13:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
18:13:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.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/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
18:13:10 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:13:10 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 36 kB/s)
18:13:10 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:13:10 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: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/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
18:13:10 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:13:11 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 13 kB/s)
18:13:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
18:13:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/spice/spice-parent/10/spice-parent-10.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/sonatype/spice/spice-parent/10/spice-parent-10.pom
18:13:11 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:13:11 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 168 kB/s)
18:13:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
18:13:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/forge/forge-parent/3/forge-parent-3.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/sonatype/forge/forge-parent/3/forge-parent-3.pom
18:13:12 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:13:12 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 162 kB/s)
18:13:12 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:13:12 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:13:12 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:13:12 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: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/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar
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/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
18:13:13 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:13:13 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:13:13 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 105 kB/s)
18:13:13 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 539 kB/s)
18:13:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:13:13 [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:13:13 [INFO] 
18:13:13 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.json ---
18:13:13 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:13:13 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: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/org/eclipse/tycho/tycho-compiler-jdt/0.23.1/tycho-compiler-jdt-0.23.1.pom
18:13: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.pom
18:13:14 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 1.8 kB/s)
18:13:14 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho/0.23.1/tycho-0.23.1.pom
18:13:14 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/tycho/tycho/0.23.1/tycho-0.23.1.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/eclipse/tycho/tycho/0.23.1/tycho-0.23.1.pom
18:13:14 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:13:15 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 171 kB/s)
18:13:15 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:13:15 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: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/eclipse/tycho/org.eclipse.jdt.core/3.11.0.v20150602-1242/org.eclipse.jdt.core-3.11.0.v20150602-1242.pom
18:13:15 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:13:15 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 2.2 kB/s)
18:13:15 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:13:15 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: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/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.0.v20150514-0146/org.eclipse.jdt.compiler.apt-1.2.0.v20150514-0146.pom
18:13:16 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:13:16 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 28 kB/s)
18:13:16 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:13:16 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: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/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
18:13:16 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:13:16 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 19 kB/s)
18:13:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
18:13:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-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/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
18:13:17 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:13:17 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 71 kB/s)
18:13:17 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:13:17 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: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-utils/3.0.8/plexus-utils-3.0.8.pom
18:13:17 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:13:17 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 87 kB/s)
18:13:17 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:13:17 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: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/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
18:13:18 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:13:18 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 119 kB/s)
18:13:18 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:13:18 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: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/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
18:13:18 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:13:18 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 112 kB/s)
18:13:18 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:13:18 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: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/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom
18:13:18 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:13:19 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 13 kB/s)
18:13:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom
18:13:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom
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/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom
18:13:19 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:13:19 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 87 kB/s)
18:13:19 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:13:19 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: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/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom
18:13:19 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:13:19 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 14 kB/s)
18:13:19 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:13:19 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: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/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom
18:13:20 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:13:20 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 9.7 kB/s)
18:13:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom
18:13:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom
18:13: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-compilers/2.5/plexus-compilers-2.5.pom
18:13:21 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:13:21 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 24 kB/s)
18:13:21 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/3.8.2/junit-3.8.2.pom
18:13:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/3.8.2/junit-3.8.2.pom
18:13: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.2/junit-3.8.2.pom
18:13:22 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:13:22 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 14 kB/s)
18:13:22 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:13:22 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:13:22 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:13:22 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:13:22 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:13:22 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:13:22 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:13:22 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:13:22 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:13:22 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:13:22 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
18:13:22 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/log4j/log4j/1.2.12/log4j-1.2.12.jar
18:13:22 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:13:22 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/collections/google-collections/1.0/google-collections-1.0.jar
18:13:22 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/3.8.2/junit-3.8.2.jar
18:13:22 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:13:22 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:13:22 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:13:22 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:13:22 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:13:22 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:13:22 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:13:22 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:13:22 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:13:22 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:13:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
18:13:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/log4j/log4j/1.2.12/log4j-1.2.12.jar
18:13:22 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:13:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.jar
18:13:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/junit/junit/3.8.2/junit-3.8.2.jar
18:13: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/eclipse/tycho/tycho-compiler-jdt/0.23.1/tycho-compiler-jdt-0.23.1.jar
18:13: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/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
18:13: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.5.15/plexus-utils-1.5.15.jar
18:13: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/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.0.v20150514-0146/org.eclipse.jdt.compiler.apt-1.2.0.v20150514-0146.jar
18:13: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/eclipse/tycho/org.eclipse.jdt.core/3.11.0.v20150602-1242/org.eclipse.jdt.core-3.11.0.v20150602-1242.jar
18:13: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-compiler-api/2.5/plexus-compiler-api-2.5.jar
18:13: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-compiler-manager/2.5/plexus-compiler-manager-2.5.jar
18:13: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-compiler-javac/2.5/plexus-compiler-javac-2.5.jar
18:13: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-container-default/1.5.5/plexus-container-default-1.5.5.jar
18:13: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-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
18:13: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/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
18:13:23 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:13: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-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
18:13:23 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:13:23 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:13:23 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:13:23 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:13:23 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:13:23 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:13:23 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:13:23 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 (2): 163/228 kB | 4.1/14 kB
Progress (2): 167/228 kB | 4.1/14 kB
Progress (2): 167/228 kB | 7.7/14 kB
Progress (2): 171/228 kB | 7.7/14 kB
Progress (2): 171/228 kB | 12/14 kB 
Progress (2): 176/228 kB | 12/14 kB
Progress (2): 176/228 kB | 14 kB   
Progress (2): 180/228 kB | 14 kB
Progress (2): 184/228 kB | 14 kB
Progress (2): 188/228 kB | 14 kB
Progress (2): 192/228 kB | 14 kB
Progress (2): 196/228 kB | 14 kB
Progress (2): 200/228 kB | 14 kB
Progress (2): 204/228 kB | 14 kB
Progress (2): 208/228 kB | 14 kB
Progress (2): 212/228 kB | 14 kB
Progress (3): 212/228 kB | 14 kB | 4.1/168 kB
Progress (3): 217/228 kB | 14 kB | 4.1/168 kB
Progress (3): 217/228 kB | 14 kB | 7.7/168 kB
Progress (3): 221/228 kB | 14 kB | 7.7/168 kB
Progress (3): 221/228 kB | 14 kB | 12/168 kB 
Progress (3): 225/228 kB | 14 kB | 12/168 kB
Progress (3): 225/228 kB | 14 kB | 16/168 kB
Progress (3): 228 kB | 14 kB | 16/168 kB    
Progress (3): 228 kB | 14 kB | 20/168 kB
Progress (3): 228 kB | 14 kB | 24/168 kB
Progress (3): 228 kB | 14 kB | 28/168 kB
Progress (3): 228 kB | 14 kB | 32/168 kB
Progress (3): 228 kB | 14 kB | 36/168 kB
Progress (3): 228 kB | 14 kB | 40/168 kB
Progress (3): 228 kB | 14 kB | 45/168 kB
Progress (3): 228 kB | 14 kB | 49/168 kB
Progress (3): 228 kB | 14 kB | 53/168 kB
Progress (3): 228 kB | 14 kB | 57/168 kB
Progress (3): 228 kB | 14 kB | 61/168 kB
Progress (3): 228 kB | 14 kB | 65/168 kB
Progress (3): 228 kB | 14 kB | 69/168 kB
Progress (3): 228 kB | 14 kB | 73/168 kB
Progress (3): 228 kB | 14 kB | 77/168 kB
Progress (3): 228 kB | 14 kB | 81/168 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 356 kB/s)
18:13:23 Progress (2): 228 kB | 85/168 kB
                                
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:13:23 Progress (2): 228 kB | 90/168 kB
Progress (2): 228 kB | 94/168 kB
Progress (2): 228 kB | 98/168 kB
Progress (2): 228 kB | 102/168 kB
Progress (2): 228 kB | 106/168 kB
Progress (2): 228 kB | 110/168 kB
Progress (2): 228 kB | 114/168 kB
Progress (2): 228 kB | 118/168 kB
Progress (2): 228 kB | 122/168 kB
Progress (2): 228 kB | 126/168 kB
Progress (2): 228 kB | 131/168 kB
Progress (2): 228 kB | 135/168 kB
Progress (2): 228 kB | 139/168 kB
Progress (2): 228 kB | 143/168 kB
Progress (2): 228 kB | 147/168 kB
Progress (2): 228 kB | 151/168 kB
Progress (2): 228 kB | 155/168 kB
Progress (2): 228 kB | 159/168 kB
Progress (2): 228 kB | 163/168 kB
Progress (2): 228 kB | 167/168 kB
Progress (2): 228 kB | 168 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.jar (168 kB at 3.2 MB/s)
18:13:23 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:13:23 Progress (2): 228 kB | 4.1/16 kB
Progress (2): 228 kB | 7.7/16 kB
Progress (2): 228 kB | 12/16 kB 
Progress (2): 228 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 236 kB/s)
18:13:23 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:13:23 Progress (2): 228 kB | 0/5.7 MB
                               
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 2.2 MB/s)
18:13:23 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:13:24 Progress (1): 0.1/5.7 MB
Progress (1): 0.1/5.7 MB
Progress (1): 0.1/5.7 MB
Progress (1): 0.2/5.7 MB
Progress (1): 0.2/5.7 MB
Progress (1): 0.2/5.7 MB
Progress (1): 0.3/5.7 MB
Progress (1): 0.3/5.7 MB
Progress (1): 0.3/5.7 MB
Progress (1): 0.4/5.7 MB
Progress (1): 0.4/5.7 MB
Progress (1): 0.4/5.7 MB
Progress (1): 0.5/5.7 MB
Progress (1): 0.5/5.7 MB
Progress (1): 0.5/5.7 MB
Progress (1): 0.6/5.7 MB
Progress (1): 0.6/5.7 MB
Progress (1): 0.6/5.7 MB
Progress (1): 0.7/5.7 MB
Progress (1): 0.7/5.7 MB
Progress (1): 0.7/5.7 MB
Progress (1): 0.8/5.7 MB
Progress (1): 0.8/5.7 MB
Progress (1): 0.8/5.7 MB
Progress (1): 0.9/5.7 MB
Progress (1): 0.9/5.7 MB
Progress (1): 0.9/5.7 MB
Progress (1): 0.9/5.7 MB
Progress (1): 1.0/5.7 MB
Progress (1): 1.0/5.7 MB
Progress (1): 1.0/5.7 MB
Progress (1): 1.1/5.7 MB
Progress (1): 1.1/5.7 MB
Progress (1): 1.1/5.7 MB
Progress (1): 1.2/5.7 MB
Progress (1): 1.2/5.7 MB
Progress (1): 1.2/5.7 MB
Progress (1): 1.3/5.7 MB
Progress (2): 1.3/5.7 MB | 4.1/25 kB
Progress (2): 1.3/5.7 MB | 7.7/25 kB
Progress (2): 1.3/5.7 MB | 12/25 kB 
Progress (2): 1.3/5.7 MB | 12/25 kB
Progress (2): 1.3/5.7 MB | 16/25 kB
Progress (2): 1.3/5.7 MB | 20/25 kB
Progress (2): 1.3/5.7 MB | 24/25 kB
Progress (2): 1.3/5.7 MB | 25 kB   
Progress (2): 1.3/5.7 MB | 25 kB
Progress (2): 1.4/5.7 MB | 25 kB
Progress (2): 1.4/5.7 MB | 25 kB
Progress (2): 1.4/5.7 MB | 25 kB
Progress (2): 1.5/5.7 MB | 25 kB
Progress (3): 1.5/5.7 MB | 25 kB | 4.1/4.6 kB
Progress (4): 1.5/5.7 MB | 25 kB | 4.1/4.6 kB | 4.1/217 kB
Progress (4): 1.5/5.7 MB | 25 kB | 4.6 kB | 4.1/217 kB    
Progress (4): 1.5/5.7 MB | 25 kB | 4.6 kB | 7.7/217 kB
Progress (4): 1.5/5.7 MB | 25 kB | 4.6 kB | 12/217 kB 
Progress (4): 1.5/5.7 MB | 25 kB | 4.6 kB | 16/217 kB
Progress (4): 1.5/5.7 MB | 25 kB | 4.6 kB | 16/217 kB
Progress (4): 1.5/5.7 MB | 25 kB | 4.6 kB | 16/217 kB
Progress (4): 1.6/5.7 MB | 25 kB | 4.6 kB | 16/217 kB
Progress (4): 1.6/5.7 MB | 25 kB | 4.6 kB | 16/217 kB
Progress (4): 1.6/5.7 MB | 25 kB | 4.6 kB | 20/217 kB
Progress (4): 1.6/5.7 MB | 25 kB | 4.6 kB | 24/217 kB
Progress (4): 1.6/5.7 MB | 25 kB | 4.6 kB | 28/217 kB
Progress (4): 1.6/5.7 MB | 25 kB | 4.6 kB | 28/217 kB
Progress (4): 1.6/5.7 MB | 25 kB | 4.6 kB | 32/217 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 151 kB/s)
18:13:24 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:13:24 Progress (3): 1.6/5.7 MB | 4.6 kB | 36/217 kB
Progress (3): 1.6/5.7 MB | 4.6 kB | 40/217 kB
Progress (3): 1.6/5.7 MB | 4.6 kB | 45/217 kB
Progress (3): 1.6/5.7 MB | 4.6 kB | 49/217 kB
Progress (3): 1.7/5.7 MB | 4.6 kB | 49/217 kB
Progress (3): 1.7/5.7 MB | 4.6 kB | 53/217 kB
Progress (3): 1.7/5.7 MB | 4.6 kB | 57/217 kB
Progress (3): 1.7/5.7 MB | 4.6 kB | 61/217 kB
Progress (3): 1.7/5.7 MB | 4.6 kB | 65/217 kB
Progress (3): 1.7/5.7 MB | 4.6 kB | 69/217 kB
Progress (3): 1.7/5.7 MB | 4.6 kB | 69/217 kB
Progress (3): 1.7/5.7 MB | 4.6 kB | 73/217 kB
Progress (3): 1.7/5.7 MB | 4.6 kB | 77/217 kB
Progress (3): 1.7/5.7 MB | 4.6 kB | 81/217 kB
Progress (3): 1.7/5.7 MB | 4.6 kB | 85/217 kB
Progress (3): 1.7/5.7 MB | 4.6 kB | 90/217 kB
Progress (3): 1.7/5.7 MB | 4.6 kB | 94/217 kB
                                             
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 26 kB/s)
18:13:24 Progress (2): 1.7/5.7 MB | 94/217 kB
Progress (2): 1.7/5.7 MB | 98/217 kB
                                    
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:13:24 Progress (2): 1.7/5.7 MB | 102/217 kB
Progress (2): 1.7/5.7 MB | 106/217 kB
Progress (2): 1.7/5.7 MB | 110/217 kB
Progress (2): 1.7/5.7 MB | 114/217 kB
Progress (2): 1.8/5.7 MB | 114/217 kB
Progress (2): 1.8/5.7 MB | 118/217 kB
Progress (2): 1.8/5.7 MB | 122/217 kB
Progress (2): 1.8/5.7 MB | 126/217 kB
Progress (2): 1.8/5.7 MB | 131/217 kB
Progress (2): 1.8/5.7 MB | 135/217 kB
Progress (2): 1.8/5.7 MB | 139/217 kB
Progress (2): 1.8/5.7 MB | 143/217 kB
Progress (2): 1.8/5.7 MB | 147/217 kB
Progress (2): 1.8/5.7 MB | 147/217 kB
Progress (2): 1.8/5.7 MB | 151/217 kB
Progress (2): 1.8/5.7 MB | 155/217 kB
Progress (2): 1.8/5.7 MB | 159/217 kB
Progress (2): 1.8/5.7 MB | 163/217 kB
Progress (2): 1.8/5.7 MB | 163/217 kB
Progress (2): 1.8/5.7 MB | 167/217 kB
Progress (2): 1.8/5.7 MB | 171/217 kB
Progress (2): 1.8/5.7 MB | 176/217 kB
Progress (2): 1.8/5.7 MB | 180/217 kB
Progress (2): 1.8/5.7 MB | 184/217 kB
Progress (2): 1.8/5.7 MB | 188/217 kB
Progress (2): 1.8/5.7 MB | 192/217 kB
Progress (2): 1.8/5.7 MB | 196/217 kB
Progress (2): 1.9/5.7 MB | 196/217 kB
Progress (2): 1.9/5.7 MB | 200/217 kB
Progress (2): 1.9/5.7 MB | 204/217 kB
Progress (2): 1.9/5.7 MB | 208/217 kB
Progress (2): 1.9/5.7 MB | 212/217 kB
Progress (2): 1.9/5.7 MB | 217/217 kB
Progress (2): 1.9/5.7 MB | 217 kB    
Progress (2): 1.9/5.7 MB | 217 kB
Progress (2): 1.9/5.7 MB | 217 kB
Progress (2): 2.0/5.7 MB | 217 kB
Progress (2): 2.0/5.7 MB | 217 kB
Progress (3): 2.0/5.7 MB | 217 kB | 4.1/134 kB
Progress (3): 2.0/5.7 MB | 217 kB | 7.7/134 kB
Progress (3): 2.0/5.7 MB | 217 kB | 12/134 kB 
Progress (3): 2.0/5.7 MB | 217 kB | 16/134 kB
Progress (3): 2.0/5.7 MB | 217 kB | 20/134 kB
Progress (3): 2.0/5.7 MB | 217 kB | 20/134 kB
Progress (3): 2.0/5.7 MB | 217 kB | 24/134 kB
Progress (3): 2.0/5.7 MB | 217 kB | 28/134 kB
Progress (3): 2.0/5.7 MB | 217 kB | 32/134 kB
Progress (3): 2.0/5.7 MB | 217 kB | 36/134 kB
Progress (3): 2.0/5.7 MB | 217 kB | 40/134 kB
Progress (3): 2.0/5.7 MB | 217 kB | 45/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 45/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 49/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 53/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 57/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 61/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 65/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 65/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 69/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 73/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 77/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 81/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 85/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 85/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 90/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 94/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 98/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 102/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 106/134 kB
Progress (3): 2.1/5.7 MB | 217 kB | 110/134 kB
Progress (3): 2.2/5.7 MB | 217 kB | 110/134 kB
Progress (3): 2.2/5.7 MB | 217 kB | 114/134 kB
Progress (3): 2.2/5.7 MB | 217 kB | 118/134 kB
Progress (3): 2.2/5.7 MB | 217 kB | 122/134 kB
Progress (3): 2.2/5.7 MB | 217 kB | 126/134 kB
Progress (3): 2.2/5.7 MB | 217 kB | 131/134 kB
Progress (4): 2.2/5.7 MB | 217 kB | 131/134 kB | 4.1/46 kB
Progress (4): 2.2/5.7 MB | 217 kB | 134 kB | 4.1/46 kB    
Progress (4): 2.2/5.7 MB | 217 kB | 134 kB | 7.7/46 kB
Progress (4): 2.2/5.7 MB | 217 kB | 134 kB | 7.7/46 kB
Progress (4): 2.2/5.7 MB | 217 kB | 134 kB | 12/46 kB 
Progress (4): 2.2/5.7 MB | 217 kB | 134 kB | 16/46 kB
Progress (4): 2.2/5.7 MB | 217 kB | 134 kB | 20/46 kB
Progress (4): 2.2/5.7 MB | 217 kB | 134 kB | 24/46 kB
Progress (4): 2.2/5.7 MB | 217 kB | 134 kB | 28/46 kB
Progress (4): 2.2/5.7 MB | 217 kB | 134 kB | 32/46 kB
Progress (4): 2.2/5.7 MB | 217 kB | 134 kB | 32/46 kB
Progress (4): 2.2/5.7 MB | 217 kB | 134 kB | 36/46 kB
Progress (4): 2.2/5.7 MB | 217 kB | 134 kB | 40/46 kB
Progress (4): 2.2/5.7 MB | 217 kB | 134 kB | 45/46 kB
Progress (4): 2.2/5.7 MB | 217 kB | 134 kB | 46 kB   
Progress (4): 2.3/5.7 MB | 217 kB | 134 kB | 46 kB
Progress (4): 2.3/5.7 MB | 217 kB | 134 kB | 46 kB
Progress (4): 2.3/5.7 MB | 217 kB | 134 kB | 46 kB
Progress (4): 2.4/5.7 MB | 217 kB | 134 kB | 46 kB
Progress (4): 2.4/5.7 MB | 217 kB | 134 kB | 46 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.1 MB/s)
18:13:24 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:13:24 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 663 kB/s)
18:13:24 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:13:24 Progress (2): 2.4/5.7 MB | 46 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 226 kB/s)
18:13:24 Progress (1): 2.5/5.7 MB
                        
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:13:24 Progress (1): 2.5/5.7 MB
Progress (1): 2.5/5.7 MB
Progress (1): 2.6/5.7 MB
Progress (1): 2.6/5.7 MB
Progress (1): 2.6/5.7 MB
Progress (1): 2.7/5.7 MB
Progress (1): 2.7/5.7 MB
Progress (1): 2.7/5.7 MB
Progress (1): 2.8/5.7 MB
Progress (1): 2.8/5.7 MB
Progress (1): 2.8/5.7 MB
Progress (1): 2.9/5.7 MB
Progress (1): 2.9/5.7 MB
Progress (1): 2.9/5.7 MB
Progress (2): 2.9/5.7 MB | 4.1/358 kB
Progress (2): 2.9/5.7 MB | 7.7/358 kB
Progress (2): 2.9/5.7 MB | 12/358 kB 
Progress (2): 2.9/5.7 MB | 16/358 kB
Progress (2): 2.9/5.7 MB | 16/358 kB
Progress (2): 2.9/5.7 MB | 20/358 kB
Progress (2): 2.9/5.7 MB | 24/358 kB
Progress (2): 2.9/5.7 MB | 28/358 kB
Progress (2): 2.9/5.7 MB | 32/358 kB
Progress (2): 3.0/5.7 MB | 32/358 kB
Progress (2): 3.0/5.7 MB | 36/358 kB
Progress (2): 3.0/5.7 MB | 40/358 kB
Progress (2): 3.0/5.7 MB | 45/358 kB
Progress (2): 3.0/5.7 MB | 49/358 kB
Progress (2): 3.0/5.7 MB | 49/358 kB
Progress (2): 3.0/5.7 MB | 53/358 kB
Progress (2): 3.0/5.7 MB | 57/358 kB
Progress (2): 3.0/5.7 MB | 61/358 kB
Progress (2): 3.0/5.7 MB | 65/358 kB
Progress (2): 3.0/5.7 MB | 65/358 kB
Progress (2): 3.0/5.7 MB | 69/358 kB
Progress (2): 3.0/5.7 MB | 73/358 kB
Progress (2): 3.0/5.7 MB | 77/358 kB
Progress (2): 3.0/5.7 MB | 81/358 kB
Progress (2): 3.1/5.7 MB | 81/358 kB
Progress (2): 3.1/5.7 MB | 85/358 kB
Progress (2): 3.1/5.7 MB | 90/358 kB
Progress (2): 3.1/5.7 MB | 94/358 kB
Progress (2): 3.1/5.7 MB | 98/358 kB
Progress (3): 3.1/5.7 MB | 98/358 kB | 4.1/640 kB
Progress (3): 3.1/5.7 MB | 98/358 kB | 7.7/640 kB
Progress (3): 3.1/5.7 MB | 98/358 kB | 7.7/640 kB
Progress (3): 3.1/5.7 MB | 102/358 kB | 7.7/640 kB
Progress (3): 3.1/5.7 MB | 102/358 kB | 12/640 kB 
Progress (3): 3.1/5.7 MB | 106/358 kB | 12/640 kB
Progress (3): 3.1/5.7 MB | 106/358 kB | 16/640 kB
Progress (3): 3.1/5.7 MB | 110/358 kB | 16/640 kB
Progress (3): 3.1/5.7 MB | 114/358 kB | 16/640 kB
Progress (3): 3.1/5.7 MB | 114/358 kB | 16/640 kB
Progress (3): 3.1/5.7 MB | 118/358 kB | 16/640 kB
Progress (3): 3.1/5.7 MB | 122/358 kB | 16/640 kB
Progress (3): 3.1/5.7 MB | 126/358 kB | 16/640 kB
Progress (3): 3.1/5.7 MB | 131/358 kB | 16/640 kB
Progress (3): 3.2/5.7 MB | 131/358 kB | 16/640 kB
Progress (3): 3.2/5.7 MB | 131/358 kB | 16/640 kB
Progress (3): 3.2/5.7 MB | 131/358 kB | 20/640 kB
Progress (3): 3.2/5.7 MB | 131/358 kB | 24/640 kB
Progress (3): 3.2/5.7 MB | 131/358 kB | 28/640 kB
Progress (3): 3.2/5.7 MB | 131/358 kB | 32/640 kB
Progress (4): 3.2/5.7 MB | 131/358 kB | 32/640 kB | 4.1/45 kB
Progress (4): 3.2/5.7 MB | 131/358 kB | 36/640 kB | 4.1/45 kB
Progress (4): 3.2/5.7 MB | 131/358 kB | 36/640 kB | 4.1/45 kB
Progress (4): 3.2/5.7 MB | 131/358 kB | 40/640 kB | 4.1/45 kB
Progress (4): 3.2/5.7 MB | 131/358 kB | 40/640 kB | 7.7/45 kB
Progress (4): 3.2/5.7 MB | 131/358 kB | 45/640 kB | 7.7/45 kB
Progress (4): 3.2/5.7 MB | 135/358 kB | 45/640 kB | 7.7/45 kB
Progress (4): 3.2/5.7 MB | 135/358 kB | 49/640 kB | 7.7/45 kB
Progress (4): 3.2/5.7 MB | 135/358 kB | 49/640 kB | 12/45 kB 
Progress (4): 3.2/5.7 MB | 139/358 kB | 49/640 kB | 12/45 kB
Progress (4): 3.3/5.7 MB | 139/358 kB | 49/640 kB | 12/45 kB
Progress (4): 3.3/5.7 MB | 139/358 kB | 49/640 kB | 16/45 kB
Progress (4): 3.3/5.7 MB | 139/358 kB | 53/640 kB | 16/45 kB
Progress (4): 3.3/5.7 MB | 143/358 kB | 53/640 kB | 16/45 kB
Progress (4): 3.3/5.7 MB | 143/358 kB | 57/640 kB | 16/45 kB
Progress (4): 3.3/5.7 MB | 147/358 kB | 57/640 kB | 16/45 kB
Progress (4): 3.3/5.7 MB | 147/358 kB | 61/640 kB | 16/45 kB
Progress (4): 3.3/5.7 MB | 147/358 kB | 61/640 kB | 20/45 kB
Progress (4): 3.3/5.7 MB | 147/358 kB | 65/640 kB | 20/45 kB
Progress (4): 3.3/5.7 MB | 147/358 kB | 65/640 kB | 20/45 kB
Progress (4): 3.3/5.7 MB | 147/358 kB | 65/640 kB | 24/45 kB
Progress (4): 3.3/5.7 MB | 147/358 kB | 65/640 kB | 28/45 kB
Progress (4): 3.3/5.7 MB | 151/358 kB | 65/640 kB | 28/45 kB
Progress (4): 3.3/5.7 MB | 151/358 kB | 69/640 kB | 28/45 kB
Progress (4): 3.3/5.7 MB | 151/358 kB | 69/640 kB | 32/45 kB
Progress (4): 3.3/5.7 MB | 151/358 kB | 73/640 kB | 32/45 kB
Progress (4): 3.3/5.7 MB | 155/358 kB | 73/640 kB | 32/45 kB
Progress (4): 3.3/5.7 MB | 155/358 kB | 73/640 kB | 36/45 kB
Progress (4): 3.3/5.7 MB | 155/358 kB | 77/640 kB | 36/45 kB
Progress (4): 3.3/5.7 MB | 155/358 kB | 77/640 kB | 40/45 kB
Progress (4): 3.3/5.7 MB | 159/358 kB | 77/640 kB | 40/45 kB
Progress (4): 3.3/5.7 MB | 159/358 kB | 77/640 kB | 40/45 kB
Progress (4): 3.3/5.7 MB | 163/358 kB | 77/640 kB | 40/45 kB
Progress (4): 3.3/5.7 MB | 163/358 kB | 77/640 kB | 45/45 kB
Progress (4): 3.3/5.7 MB | 163/358 kB | 81/640 kB | 45/45 kB
Progress (4): 3.3/5.7 MB | 163/358 kB | 81/640 kB | 45 kB   
Progress (4): 3.3/5.7 MB | 167/358 kB | 81/640 kB | 45 kB
Progress (4): 3.3/5.7 MB | 167/358 kB | 85/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 167/358 kB | 85/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 171/358 kB | 85/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 171/358 kB | 90/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 176/358 kB | 90/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 176/358 kB | 94/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 180/358 kB | 94/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 180/358 kB | 98/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 180/358 kB | 98/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 180/358 kB | 102/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 180/358 kB | 106/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 184/358 kB | 106/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 184/358 kB | 110/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 188/358 kB | 110/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 188/358 kB | 114/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 192/358 kB | 114/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 192/358 kB | 114/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 196/358 kB | 114/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 196/358 kB | 118/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 196/358 kB | 122/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 196/358 kB | 126/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 196/358 kB | 131/640 kB | 45 kB
Progress (4): 3.4/5.7 MB | 200/358 kB | 131/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 200/358 kB | 131/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 200/358 kB | 135/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 204/358 kB | 135/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 204/358 kB | 139/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 208/358 kB | 139/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 208/358 kB | 143/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 212/358 kB | 143/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 212/358 kB | 147/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 212/358 kB | 147/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 212/358 kB | 151/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 212/358 kB | 155/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 217/358 kB | 155/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 217/358 kB | 159/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 221/358 kB | 159/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 221/358 kB | 163/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 225/358 kB | 163/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 229/358 kB | 163/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 229/358 kB | 163/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 229/358 kB | 167/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 229/358 kB | 171/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 229/358 kB | 176/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 229/358 kB | 180/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 233/358 kB | 180/640 kB | 45 kB
Progress (4): 3.5/5.7 MB | 237/358 kB | 180/640 kB | 45 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 183 kB/s)
18:13:24 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:13:24 Progress (4): 3.5/5.7 MB | 237/358 kB | 180/640 kB | 4.1/121 kB
Progress (4): 3.5/5.7 MB | 237/358 kB | 180/640 kB | 7.7/121 kB
Progress (4): 3.5/5.7 MB | 237/358 kB | 180/640 kB | 12/121 kB 
Progress (4): 3.5/5.7 MB | 237/358 kB | 180/640 kB | 16/121 kB
Progress (4): 3.5/5.7 MB | 237/358 kB | 184/640 kB | 16/121 kB
Progress (4): 3.5/5.7 MB | 241/358 kB | 184/640 kB | 16/121 kB
Progress (4): 3.5/5.7 MB | 241/358 kB | 188/640 kB | 16/121 kB
Progress (4): 3.6/5.7 MB | 241/358 kB | 188/640 kB | 16/121 kB
Progress (4): 3.6/5.7 MB | 241/358 kB | 188/640 kB | 20/121 kB
Progress (4): 3.6/5.7 MB | 241/358 kB | 192/640 kB | 20/121 kB
Progress (4): 3.6/5.7 MB | 245/358 kB | 192/640 kB | 20/121 kB
Progress (4): 3.6/5.7 MB | 245/358 kB | 196/640 kB | 20/121 kB
Progress (4): 3.6/5.7 MB | 245/358 kB | 196/640 kB | 24/121 kB
Progress (4): 3.6/5.7 MB | 245/358 kB | 196/640 kB | 28/121 kB
Progress (4): 3.6/5.7 MB | 245/358 kB | 196/640 kB | 32/121 kB
Progress (4): 3.6/5.7 MB | 245/358 kB | 200/640 kB | 32/121 kB
Progress (4): 3.6/5.7 MB | 249/358 kB | 200/640 kB | 32/121 kB
Progress (4): 3.6/5.7 MB | 249/358 kB | 200/640 kB | 32/121 kB
Progress (4): 3.6/5.7 MB | 253/358 kB | 200/640 kB | 32/121 kB
Progress (4): 3.6/5.7 MB | 253/358 kB | 204/640 kB | 32/121 kB
Progress (4): 3.6/5.7 MB | 258/358 kB | 204/640 kB | 32/121 kB
Progress (4): 3.6/5.7 MB | 258/358 kB | 204/640 kB | 36/121 kB
Progress (4): 3.6/5.7 MB | 262/358 kB | 204/640 kB | 36/121 kB
Progress (4): 3.6/5.7 MB | 262/358 kB | 208/640 kB | 36/121 kB
Progress (4): 3.6/5.7 MB | 262/358 kB | 208/640 kB | 40/121 kB
Progress (4): 3.6/5.7 MB | 262/358 kB | 212/640 kB | 40/121 kB
Progress (4): 3.6/5.7 MB | 262/358 kB | 212/640 kB | 45/121 kB
Progress (4): 3.6/5.7 MB | 262/358 kB | 212/640 kB | 45/121 kB
Progress (4): 3.6/5.7 MB | 262/358 kB | 212/640 kB | 49/121 kB
Progress (4): 3.6/5.7 MB | 266/358 kB | 212/640 kB | 49/121 kB
Progress (4): 3.6/5.7 MB | 266/358 kB | 217/640 kB | 49/121 kB
Progress (4): 3.6/5.7 MB | 270/358 kB | 217/640 kB | 49/121 kB
Progress (4): 3.6/5.7 MB | 270/358 kB | 217/640 kB | 53/121 kB
Progress (4): 3.6/5.7 MB | 270/358 kB | 221/640 kB | 53/121 kB
Progress (4): 3.6/5.7 MB | 270/358 kB | 221/640 kB | 57/121 kB
Progress (4): 3.6/5.7 MB | 274/358 kB | 221/640 kB | 57/121 kB
Progress (4): 3.7/5.7 MB | 274/358 kB | 221/640 kB | 57/121 kB
Progress (4): 3.7/5.7 MB | 274/358 kB | 221/640 kB | 61/121 kB
Progress (4): 3.7/5.7 MB | 274/358 kB | 225/640 kB | 61/121 kB
Progress (4): 3.7/5.7 MB | 274/358 kB | 225/640 kB | 65/121 kB
Progress (4): 3.7/5.7 MB | 278/358 kB | 225/640 kB | 65/121 kB
Progress (4): 3.7/5.7 MB | 278/358 kB | 229/640 kB | 65/121 kB
Progress (4): 3.7/5.7 MB | 278/358 kB | 229/640 kB | 69/121 kB
Progress (4): 3.7/5.7 MB | 278/358 kB | 229/640 kB | 69/121 kB
Progress (4): 3.7/5.7 MB | 278/358 kB | 233/640 kB | 69/121 kB
Progress (4): 3.7/5.7 MB | 278/358 kB | 233/640 kB | 73/121 kB
Progress (4): 3.7/5.7 MB | 278/358 kB | 237/640 kB | 73/121 kB
Progress (4): 3.7/5.7 MB | 282/358 kB | 237/640 kB | 73/121 kB
Progress (4): 3.7/5.7 MB | 282/358 kB | 241/640 kB | 73/121 kB
Progress (4): 3.7/5.7 MB | 282/358 kB | 241/640 kB | 77/121 kB
Progress (4): 3.7/5.7 MB | 282/358 kB | 245/640 kB | 77/121 kB
Progress (4): 3.7/5.7 MB | 286/358 kB | 245/640 kB | 77/121 kB
Progress (4): 3.7/5.7 MB | 286/358 kB | 245/640 kB | 77/121 kB
Progress (4): 3.7/5.7 MB | 286/358 kB | 245/640 kB | 81/121 kB
Progress (4): 3.7/5.7 MB | 290/358 kB | 245/640 kB | 81/121 kB
Progress (4): 3.7/5.7 MB | 290/358 kB | 249/640 kB | 81/121 kB
Progress (4): 3.7/5.7 MB | 294/358 kB | 249/640 kB | 81/121 kB
Progress (4): 3.7/5.7 MB | 294/358 kB | 253/640 kB | 81/121 kB
Progress (4): 3.7/5.7 MB | 294/358 kB | 253/640 kB | 85/121 kB
Progress (4): 3.7/5.7 MB | 294/358 kB | 258/640 kB | 85/121 kB
Progress (4): 3.7/5.7 MB | 294/358 kB | 258/640 kB | 90/121 kB
Progress (4): 3.8/5.7 MB | 294/358 kB | 258/640 kB | 90/121 kB
Progress (4): 3.8/5.7 MB | 294/358 kB | 262/640 kB | 90/121 kB
Progress (4): 3.8/5.7 MB | 298/358 kB | 262/640 kB | 90/121 kB
Progress (4): 3.8/5.7 MB | 298/358 kB | 262/640 kB | 94/121 kB
Progress (4): 3.8/5.7 MB | 303/358 kB | 262/640 kB | 94/121 kB
Progress (4): 3.8/5.7 MB | 303/358 kB | 266/640 kB | 94/121 kB
Progress (4): 3.8/5.7 MB | 303/358 kB | 266/640 kB | 98/121 kB
Progress (4): 3.8/5.7 MB | 303/358 kB | 270/640 kB | 98/121 kB
Progress (4): 3.8/5.7 MB | 307/358 kB | 270/640 kB | 98/121 kB
Progress (4): 3.8/5.7 MB | 307/358 kB | 270/640 kB | 98/121 kB
Progress (4): 3.8/5.7 MB | 307/358 kB | 274/640 kB | 98/121 kB
Progress (4): 3.8/5.7 MB | 307/358 kB | 274/640 kB | 102/121 kB
Progress (4): 3.8/5.7 MB | 311/358 kB | 274/640 kB | 102/121 kB
Progress (4): 3.8/5.7 MB | 311/358 kB | 274/640 kB | 106/121 kB
Progress (4): 3.8/5.7 MB | 311/358 kB | 278/640 kB | 106/121 kB
Progress (4): 3.8/5.7 MB | 311/358 kB | 278/640 kB | 110/121 kB
Progress (4): 3.8/5.7 MB | 311/358 kB | 278/640 kB | 114/121 kB
Progress (4): 3.8/5.7 MB | 311/358 kB | 278/640 kB | 114/121 kB
Progress (4): 3.8/5.7 MB | 311/358 kB | 278/640 kB | 118/121 kB
Progress (4): 3.8/5.7 MB | 315/358 kB | 278/640 kB | 118/121 kB
Progress (4): 3.8/5.7 MB | 315/358 kB | 282/640 kB | 118/121 kB
Progress (4): 3.8/5.7 MB | 319/358 kB | 282/640 kB | 118/121 kB
Progress (4): 3.8/5.7 MB | 319/358 kB | 282/640 kB | 121 kB    
Progress (4): 3.8/5.7 MB | 323/358 kB | 282/640 kB | 121 kB
Progress (4): 3.8/5.7 MB | 323/358 kB | 286/640 kB | 121 kB
Progress (4): 3.8/5.7 MB | 327/358 kB | 286/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 327/358 kB | 286/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 327/358 kB | 290/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 327/358 kB | 294/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 331/358 kB | 294/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 331/358 kB | 298/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 335/358 kB | 298/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 335/358 kB | 303/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 335/358 kB | 303/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 339/358 kB | 303/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 339/358 kB | 307/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 344/358 kB | 307/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 344/358 kB | 311/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 344/358 kB | 315/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 348/358 kB | 315/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 348/358 kB | 315/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 352/358 kB | 315/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 352/358 kB | 319/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 356/358 kB | 319/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 356/358 kB | 323/640 kB | 121 kB
Progress (4): 3.9/5.7 MB | 358 kB | 323/640 kB | 121 kB    
Progress (4): 3.9/5.7 MB | 358 kB | 327/640 kB | 121 kB
Progress (4): 4.0/5.7 MB | 358 kB | 327/640 kB | 121 kB
Progress (4): 4.0/5.7 MB | 358 kB | 331/640 kB | 121 kB
Progress (4): 4.0/5.7 MB | 358 kB | 335/640 kB | 121 kB
Progress (4): 4.0/5.7 MB | 358 kB | 339/640 kB | 121 kB
Progress (4): 4.0/5.7 MB | 358 kB | 344/640 kB | 121 kB
Progress (4): 4.0/5.7 MB | 358 kB | 348/640 kB | 121 kB
Progress (4): 4.0/5.7 MB | 358 kB | 348/640 kB | 121 kB
Progress (4): 4.0/5.7 MB | 358 kB | 352/640 kB | 121 kB
Progress (4): 4.0/5.7 MB | 358 kB | 356/640 kB | 121 kB
Progress (4): 4.0/5.7 MB | 358 kB | 360/640 kB | 121 kB
Progress (4): 4.0/5.7 MB | 358 kB | 364/640 kB | 121 kB
Progress (4): 4.0/5.7 MB | 358 kB | 368/640 kB | 121 kB
Progress (4): 4.0/5.7 MB | 358 kB | 368/640 kB | 121 kB
Progress (4): 4.0/5.7 MB | 358 kB | 372/640 kB | 121 kB
Progress (4): 4.0/5.7 MB | 358 kB | 376/640 kB | 121 kB
Progress (4): 4.0/5.7 MB | 358 kB | 380/640 kB | 121 kB
Progress (4): 4.0/5.7 MB | 358 kB | 384/640 kB | 121 kB
Progress (4): 4.0/5.7 MB | 358 kB | 389/640 kB | 121 kB
Progress (4): 4.1/5.7 MB | 358 kB | 389/640 kB | 121 kB
Progress (4): 4.1/5.7 MB | 358 kB | 393/640 kB | 121 kB
Progress (4): 4.1/5.7 MB | 358 kB | 397/640 kB | 121 kB
Progress (4): 4.1/5.7 MB | 358 kB | 401/640 kB | 121 kB
Progress (4): 4.1/5.7 MB | 358 kB | 405/640 kB | 121 kB
Progress (4): 4.1/5.7 MB | 358 kB | 409/640 kB | 121 kB
Progress (4): 4.1/5.7 MB | 358 kB | 409/640 kB | 121 kB
Progress (4): 4.1/5.7 MB | 358 kB | 413/640 kB | 121 kB
Progress (4): 4.1/5.7 MB | 358 kB | 417/640 kB | 121 kB
Progress (4): 4.1/5.7 MB | 358 kB | 421/640 kB | 121 kB
Progress (4): 4.1/5.7 MB | 358 kB | 425/640 kB | 121 kB
Progress (4): 4.1/5.7 MB | 358 kB | 425/640 kB | 121 kB
Progress (4): 4.1/5.7 MB | 358 kB | 430/640 kB | 121 kB
Progress (4): 4.1/5.7 MB | 358 kB | 434/640 kB | 121 kB
Progress (4): 4.1/5.7 MB | 358 kB | 438/640 kB | 121 kB
Progress (4): 4.1/5.7 MB | 358 kB | 442/640 kB | 121 kB
Progress (4): 4.1/5.7 MB | 358 kB | 446/640 kB | 121 kB
Progress (4): 4.2/5.7 MB | 358 kB | 446/640 kB | 121 kB
Progress (4): 4.2/5.7 MB | 358 kB | 450/640 kB | 121 kB
Progress (4): 4.2/5.7 MB | 358 kB | 454/640 kB | 121 kB
Progress (4): 4.2/5.7 MB | 358 kB | 458/640 kB | 121 kB
Progress (4): 4.2/5.7 MB | 358 kB | 462/640 kB | 121 kB
Progress (4): 4.2/5.7 MB | 358 kB | 466/640 kB | 121 kB
Progress (4): 4.2/5.7 MB | 358 kB | 466/640 kB | 121 kB
Progress (4): 4.2/5.7 MB | 358 kB | 471/640 kB | 121 kB
Progress (4): 4.2/5.7 MB | 358 kB | 475/640 kB | 121 kB
Progress (4): 4.2/5.7 MB | 358 kB | 479/640 kB | 121 kB
Progress (4): 4.2/5.7 MB | 358 kB | 483/640 kB | 121 kB
Progress (4): 4.2/5.7 MB | 358 kB | 487/640 kB | 121 kB
Progress (4): 4.2/5.7 MB | 358 kB | 487/640 kB | 121 kB
Progress (4): 4.2/5.7 MB | 358 kB | 491/640 kB | 121 kB
Progress (4): 4.2/5.7 MB | 358 kB | 495/640 kB | 121 kB
Progress (4): 4.2/5.7 MB | 358 kB | 499/640 kB | 121 kB
Progress (4): 4.2/5.7 MB | 358 kB | 503/640 kB | 121 kB
Progress (4): 4.2/5.7 MB | 358 kB | 507/640 kB | 121 kB
Progress (4): 4.3/5.7 MB | 358 kB | 507/640 kB | 121 kB
Progress (4): 4.3/5.7 MB | 358 kB | 511/640 kB | 121 kB
Progress (4): 4.3/5.7 MB | 358 kB | 516/640 kB | 121 kB
Progress (4): 4.3/5.7 MB | 358 kB | 520/640 kB | 121 kB
Progress (4): 4.3/5.7 MB | 358 kB | 524/640 kB | 121 kB
Progress (4): 4.3/5.7 MB | 358 kB | 524/640 kB | 121 kB
Progress (4): 4.3/5.7 MB | 358 kB | 528/640 kB | 121 kB
Progress (4): 4.3/5.7 MB | 358 kB | 532/640 kB | 121 kB
Progress (4): 4.3/5.7 MB | 358 kB | 536/640 kB | 121 kB
Progress (4): 4.3/5.7 MB | 358 kB | 540/640 kB | 121 kB
Progress (4): 4.3/5.7 MB | 358 kB | 540/640 kB | 121 kB
Progress (4): 4.3/5.7 MB | 358 kB | 544/640 kB | 121 kB
Progress (4): 4.3/5.7 MB | 358 kB | 548/640 kB | 121 kB
Progress (4): 4.3/5.7 MB | 358 kB | 552/640 kB | 121 kB
Progress (4): 4.3/5.7 MB | 358 kB | 557/640 kB | 121 kB
Progress (4): 4.3/5.7 MB | 358 kB | 561/640 kB | 121 kB
Progress (4): 4.4/5.7 MB | 358 kB | 561/640 kB | 121 kB
Progress (4): 4.4/5.7 MB | 358 kB | 565/640 kB | 121 kB
Progress (4): 4.4/5.7 MB | 358 kB | 569/640 kB | 121 kB
Progress (4): 4.4/5.7 MB | 358 kB | 573/640 kB | 121 kB
Progress (4): 4.4/5.7 MB | 358 kB | 577/640 kB | 121 kB
Progress (4): 4.4/5.7 MB | 358 kB | 581/640 kB | 121 kB
Progress (4): 4.4/5.7 MB | 358 kB | 581/640 kB | 121 kB
Progress (4): 4.4/5.7 MB | 358 kB | 585/640 kB | 121 kB
Progress (4): 4.4/5.7 MB | 358 kB | 589/640 kB | 121 kB
Progress (4): 4.4/5.7 MB | 358 kB | 593/640 kB | 121 kB
Progress (4): 4.4/5.7 MB | 358 kB | 597/640 kB | 121 kB
Progress (4): 4.4/5.7 MB | 358 kB | 602/640 kB | 121 kB
Progress (4): 4.4/5.7 MB | 358 kB | 602/640 kB | 121 kB
Progress (4): 4.4/5.7 MB | 358 kB | 606/640 kB | 121 kB
Progress (4): 4.4/5.7 MB | 358 kB | 610/640 kB | 121 kB
Progress (4): 4.4/5.7 MB | 358 kB | 614/640 kB | 121 kB
Progress (4): 4.4/5.7 MB | 358 kB | 618/640 kB | 121 kB
Progress (4): 4.5/5.7 MB | 358 kB | 618/640 kB | 121 kB
Progress (4): 4.5/5.7 MB | 358 kB | 622/640 kB | 121 kB
Progress (4): 4.5/5.7 MB | 358 kB | 626/640 kB | 121 kB
Progress (4): 4.5/5.7 MB | 358 kB | 630/640 kB | 121 kB
Progress (4): 4.5/5.7 MB | 358 kB | 634/640 kB | 121 kB
Progress (4): 4.5/5.7 MB | 358 kB | 638/640 kB | 121 kB
Progress (4): 4.5/5.7 MB | 358 kB | 638/640 kB | 121 kB
Progress (4): 4.5/5.7 MB | 358 kB | 640 kB | 121 kB    
Progress (4): 4.5/5.7 MB | 358 kB | 640 kB | 121 kB
Progress (4): 4.6/5.7 MB | 358 kB | 640 kB | 121 kB
Progress (4): 4.6/5.7 MB | 358 kB | 640 kB | 121 kB
Progress (4): 4.6/5.7 MB | 358 kB | 640 kB | 121 kB
Progress (4): 4.7/5.7 MB | 358 kB | 640 kB | 121 kB
Progress (4): 4.7/5.7 MB | 358 kB | 640 kB | 121 kB
Progress (4): 4.7/5.7 MB | 358 kB | 640 kB | 121 kB
Progress (4): 4.8/5.7 MB | 358 kB | 640 kB | 121 kB
Progress (4): 4.8/5.7 MB | 358 kB | 640 kB | 121 kB
Progress (5): 4.8/5.7 MB | 358 kB | 640 kB | 121 kB | 4.1/19 kB
Progress (5): 4.8/5.7 MB | 358 kB | 640 kB | 121 kB | 7.7/19 kB
Progress (5): 4.8/5.7 MB | 358 kB | 640 kB | 121 kB | 12/19 kB 
Progress (5): 4.8/5.7 MB | 358 kB | 640 kB | 121 kB | 16/19 kB
Progress (5): 4.8/5.7 MB | 358 kB | 640 kB | 121 kB | 19 kB   
Progress (5): 4.8/5.7 MB | 358 kB | 640 kB | 121 kB | 19 kB
Progress (5): 4.8/5.7 MB | 358 kB | 640 kB | 121 kB | 19 kB
Progress (5): 4.9/5.7 MB | 358 kB | 640 kB | 121 kB | 19 kB
Progress (5): 4.9/5.7 MB | 358 kB | 640 kB | 121 kB | 19 kB
Progress (5): 4.9/5.7 MB | 358 kB | 640 kB | 121 kB | 19 kB
Progress (5): 5.0/5.7 MB | 358 kB | 640 kB | 121 kB | 19 kB
Progress (5): 5.0/5.7 MB | 358 kB | 640 kB | 121 kB | 19 kB
Progress (5): 5.0/5.7 MB | 358 kB | 640 kB | 121 kB | 19 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 299 kB/s)
18:13:24 Progress (4): 5.1/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.1/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.1/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.2/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.2/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.2/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.3/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.3/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.3/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.4/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.4/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.4/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.5/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.5/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.5/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.6/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.6/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.6/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.7/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.7/5.7 MB | 358 kB | 640 kB | 19 kB
Progress (4): 5.7 MB | 358 kB | 640 kB | 19 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.jar (5.7 MB at 12 MB/s)
18:13:24 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.3 MB/s)
18:13:24 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 38 kB/s)
18:13:25 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 285 kB/s)
18:13:25 [INFO] Changes detected - recompiling the module!
18:13:25 [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:13:26 [INFO] 
18:13:26 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.json ---
18:13:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:13:26 [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:13:26 [INFO] 
18:13:26 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.json ---
18:13:26 [INFO] Changes detected - recompiling the module!
18:13:26 [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:13:26 [INFO] 
18:13:26 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.json ---
18:13:26 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:13:26 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:13: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/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom
18:13:28 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:13:28 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 35 kB/s)
18:13:28 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:13:28 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:13: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/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom
18:13:29 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:13:29 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 81 kB/s)
18:13:29 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:13:29 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:13: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/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom
18:13:29 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:13:29 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 248 kB/s)
18:13:29 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:13:29 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:13: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/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom
18:13:30 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:13:30 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 32 kB/s)
18:13:30 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:13:30 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:13: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/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom
18:13:30 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:13:30 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 49 kB/s)
18:13:30 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
18:13:30 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
18:13: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-lang3/3.1/commons-lang3-3.1.pom
18:13:30 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:13:30 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 491 kB/s)
18:13:30 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:13:30 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:13:30 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:13:30 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
18:13:30 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:13:32 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:13:32 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:13:32 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
18:13:32 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:13:32 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:13: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/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar
18:13: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/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar
18:13: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/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar
18:13: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/commons/commons-lang3/3.1/commons-lang3-3.1.jar
18:13: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/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar
18:13:32 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:13:32 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:13:32 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:13:32 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:13:32 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:13:33 Progress (1): 4.1/316 kB
Progress (1): 7.7/316 kB
Progress (1): 12/316 kB 
Progress (1): 16/316 kB
Progress (1): 20/316 kB
Progress (1): 24/316 kB
Progress (1): 28/316 kB
Progress (1): 32/316 kB
Progress (1): 36/316 kB
Progress (1): 40/316 kB
Progress (1): 45/316 kB
Progress (1): 49/316 kB
Progress (1): 53/316 kB
Progress (1): 57/316 kB
Progress (1): 61/316 kB
Progress (1): 65/316 kB
Progress (1): 69/316 kB
Progress (1): 73/316 kB
Progress (1): 77/316 kB
Progress (1): 81/316 kB
Progress (1): 85/316 kB
Progress (1): 90/316 kB
Progress (1): 94/316 kB
Progress (1): 98/316 kB
Progress (1): 102/316 kB
Progress (1): 106/316 kB
Progress (1): 110/316 kB
Progress (1): 114/316 kB
Progress (1): 118/316 kB
Progress (1): 122/316 kB
Progress (1): 126/316 kB
Progress (1): 131/316 kB
Progress (1): 135/316 kB
Progress (1): 139/316 kB
Progress (1): 143/316 kB
Progress (1): 147/316 kB
Progress (1): 151/316 kB
Progress (1): 155/316 kB
Progress (1): 159/316 kB
Progress (1): 163/316 kB
Progress (1): 167/316 kB
Progress (1): 171/316 kB
Progress (1): 176/316 kB
Progress (1): 180/316 kB
Progress (1): 184/316 kB
Progress (1): 188/316 kB
Progress (1): 192/316 kB
Progress (1): 196/316 kB
Progress (1): 200/316 kB
Progress (1): 204/316 kB
Progress (1): 208/316 kB
Progress (1): 212/316 kB
Progress (1): 217/316 kB
Progress (1): 221/316 kB
Progress (1): 225/316 kB
Progress (1): 229/316 kB
Progress (1): 233/316 kB
Progress (1): 237/316 kB
Progress (1): 241/316 kB
Progress (1): 245/316 kB
Progress (1): 249/316 kB
Progress (1): 253/316 kB
Progress (1): 258/316 kB
Progress (1): 262/316 kB
Progress (1): 266/316 kB
Progress (1): 270/316 kB
Progress (1): 274/316 kB
Progress (1): 278/316 kB
Progress (1): 282/316 kB
Progress (1): 286/316 kB
Progress (1): 290/316 kB
Progress (1): 294/316 kB
Progress (1): 298/316 kB
Progress (1): 303/316 kB
Progress (1): 307/316 kB
Progress (1): 311/316 kB
Progress (1): 315/316 kB
Progress (1): 316 kB    
Progress (2): 316 kB | 4.1/148 kB
Progress (2): 316 kB | 7.7/148 kB
Progress (2): 316 kB | 12/148 kB 
Progress (2): 316 kB | 16/148 kB
Progress (2): 316 kB | 20/148 kB
Progress (2): 316 kB | 24/148 kB
Progress (2): 316 kB | 28/148 kB
Progress (2): 316 kB | 32/148 kB
Progress (2): 316 kB | 36/148 kB
Progress (2): 316 kB | 40/148 kB
Progress (2): 316 kB | 45/148 kB
Progress (2): 316 kB | 49/148 kB
Progress (2): 316 kB | 53/148 kB
Progress (2): 316 kB | 57/148 kB
Progress (2): 316 kB | 61/148 kB
Progress (2): 316 kB | 65/148 kB
Progress (2): 316 kB | 69/148 kB
Progress (2): 316 kB | 73/148 kB
Progress (2): 316 kB | 77/148 kB
Progress (2): 316 kB | 81/148 kB
Progress (2): 316 kB | 85/148 kB
Progress (2): 316 kB | 90/148 kB
Progress (2): 316 kB | 94/148 kB
Progress (2): 316 kB | 98/148 kB
Progress (2): 316 kB | 102/148 kB
Progress (2): 316 kB | 106/148 kB
Progress (2): 316 kB | 110/148 kB
Progress (2): 316 kB | 114/148 kB
Progress (2): 316 kB | 118/148 kB
Progress (2): 316 kB | 122/148 kB
Progress (2): 316 kB | 126/148 kB
Progress (2): 316 kB | 131/148 kB
Progress (2): 316 kB | 135/148 kB
Progress (2): 316 kB | 139/148 kB
Progress (2): 316 kB | 143/148 kB
Progress (2): 316 kB | 147/148 kB
Progress (2): 316 kB | 148 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 3.5 MB/s)
18:13:33 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 1.6 MB/s)
18:13:33 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 123 kB/s)
18:13:33 Progress (1): 4.1/40 kB
Progress (1): 7.7/40 kB
Progress (1): 12/40 kB 
Progress (1): 16/40 kB
Progress (1): 20/40 kB
Progress (1): 24/40 kB
Progress (1): 28/40 kB
Progress (1): 32/40 kB
Progress (1): 36/40 kB
Progress (1): 40 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 279 kB/s)
18:13:33 Progress (1): 4.1/274 kB
Progress (1): 7.7/274 kB
Progress (1): 12/274 kB 
Progress (1): 16/274 kB
Progress (1): 20/274 kB
Progress (1): 24/274 kB
Progress (1): 28/274 kB
Progress (1): 32/274 kB
Progress (1): 36/274 kB
Progress (1): 40/274 kB
Progress (1): 45/274 kB
Progress (1): 49/274 kB
Progress (1): 53/274 kB
Progress (1): 57/274 kB
Progress (1): 61/274 kB
Progress (1): 65/274 kB
Progress (1): 69/274 kB
Progress (1): 73/274 kB
Progress (1): 77/274 kB
Progress (1): 81/274 kB
Progress (1): 85/274 kB
Progress (1): 90/274 kB
Progress (1): 94/274 kB
Progress (1): 98/274 kB
Progress (1): 102/274 kB
Progress (1): 106/274 kB
Progress (1): 110/274 kB
Progress (1): 114/274 kB
Progress (1): 118/274 kB
Progress (1): 122/274 kB
Progress (1): 126/274 kB
Progress (1): 131/274 kB
Progress (1): 135/274 kB
Progress (1): 139/274 kB
Progress (1): 143/274 kB
Progress (1): 147/274 kB
Progress (1): 151/274 kB
Progress (1): 155/274 kB
Progress (1): 159/274 kB
Progress (1): 163/274 kB
Progress (1): 167/274 kB
Progress (1): 171/274 kB
Progress (1): 176/274 kB
Progress (1): 180/274 kB
Progress (1): 184/274 kB
Progress (1): 188/274 kB
Progress (1): 192/274 kB
Progress (1): 196/274 kB
Progress (1): 200/274 kB
Progress (1): 204/274 kB
Progress (1): 208/274 kB
Progress (1): 212/274 kB
Progress (1): 217/274 kB
Progress (1): 221/274 kB
Progress (1): 225/274 kB
Progress (1): 229/274 kB
Progress (1): 233/274 kB
Progress (1): 237/274 kB
Progress (1): 241/274 kB
Progress (1): 245/274 kB
Progress (1): 249/274 kB
Progress (1): 253/274 kB
Progress (1): 258/274 kB
Progress (1): 262/274 kB
Progress (1): 266/274 kB
Progress (1): 270/274 kB
Progress (1): 274/274 kB
Progress (1): 274 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.jar (274 kB at 1.3 MB/s)
18:13:33 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/org.eclipse.scout.json/target/surefire-reports
18:13:33 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:13:33 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:13: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/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.pom
18:13:33 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:13:33 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 66 kB/s)
18:13:33 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:13:33 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:13: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/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom
18:13:33 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:13:33 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 49 kB/s)
18:13:34 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:13:34 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:13: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/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.jar
18:13:34 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:13:34 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 433 kB/s)
18:13:34 
18:13:34 -------------------------------------------------------
18:13:34  T E S T S
18:13:34 -------------------------------------------------------
18:13:34 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:13:34 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:13:35 Running org.json.CompatibilityTest
18:13:35 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.json.CompatibilityTest
18:13:35 Running org.json.JSONArrayTest
18:13:35 Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.json.JSONArrayTest
18:13:35 Running org.json.JSONObjectTest
18:13:35 Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.json.JSONObjectTest
18:13:35 Running org.json.JSONStringerTest
18:13:35 Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.json.JSONStringerTest
18:13:35 Running org.json.JSONTokenerTest
18:13:35 Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec - in org.json.JSONTokenerTest
18:13:35 Running org.json.ParsingTest
18:13:35 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.json.ParsingTest
18:13:35 Running org.json.SelfUseTest
18:13:35 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.json.SelfUseTest
18:13:35 
18:13:35 Results :
18:13:35 
18:13:35 Tests run: 187, Failures: 0, Errors: 0, Skipped: 0
18:13:35 
18:13:35 [INFO] 
18:13:35 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.json ---
18:13:35 [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:13:35 [INFO] 
18:13:35 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.json ---
18:13:35 [INFO] 
18:13:35 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.json ---
18:13:35 [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:13:35 [INFO] 
18:13:35 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.json ---
18:13:35 [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:13:35 [INFO] 
18:13:35 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.json ---
18:13:35 [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:13:35 [INFO] 
18:13:35 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.json ---
18:13:35 [INFO] Skipping duplicate-finder execution!
18:13:35 [INFO] 
18:13:35 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.json ---
18:13:35 [INFO] Signature checking is skipped.
18:13:35 [INFO] 
18:13:35 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.json ---
18:13:35 [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:13:35 [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:13:35 [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:13:35 [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:13:35 [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:13:35 [INFO] 
18:13:35 [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform >---------
18:13:35 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform 6.0.300-SNAPSHOT [3/30]
18:13:35 [INFO] --------------------------------[ jar ]---------------------------------
18:13:35 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:13:35 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:13: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/jboss/jandex/jandex-maven-plugin/1.0.3/jandex-maven-plugin-1.0.3.pom
18:13:35 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:13:36 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 118 kB/s)
18:13:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jboss/jboss-parent/14/jboss-parent-14.pom
18:13:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jboss/jboss-parent/14/jboss-parent-14.pom
18:13: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/jboss/jboss-parent/14/jboss-parent-14.pom
18:13:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/14/jboss-parent-14.pom
18:13: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
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 509 kB/s)
18:13:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.0.3/maven-3.0.3.pom
18:13:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/3.0.3/maven-3.0.3.pom
18:13: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/3.0.3/maven-3.0.3.pom
18:13:36 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:13: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): 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 628 kB/s)
18:13:36 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:13:36 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:13: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/jboss/jandex/jandex-maven-plugin/1.0.3/jandex-maven-plugin-1.0.3.jar
18:13:37 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:13:37 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 76 kB/s)
18:13:37 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:13:37 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:13: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/jboss/jandex/1.2.2.Final/jandex-1.2.2.Final.pom
18:13:37 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:13:37 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 84 kB/s)
18:13:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jboss/jboss-parent/12/jboss-parent-12.pom
18:13:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jboss/jboss-parent/12/jboss-parent-12.pom
18:13: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/jboss/jboss-parent/12/jboss-parent-12.pom
18:13:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/12/jboss-parent-12.pom
18:13: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): 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 183 kB/s)
18:13:38 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:13:38 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:13: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/sun/mail/javax.mail/1.5.4/javax.mail-1.5.4.pom
18:13:39 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:13: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/com/sun/mail/javax.mail/1.5.4/javax.mail-1.5.4.pom (5.1 kB at 45 kB/s)
18:13:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/mail/all/1.5.4/all-1.5.4.pom
18:13:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/mail/all/1.5.4/all-1.5.4.pom
18:13: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/sun/mail/all/1.5.4/all-1.5.4.pom
18:13:39 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:13:39 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 338 kB/s)
18:13:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/java/jvnet-parent/1/jvnet-parent-1.pom
18:13:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/java/jvnet-parent/1/jvnet-parent-1.pom
18:13:39 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:13:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom
18:13:40 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 92 kB/s)
18:13:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/activation/activation/1.1/activation-1.1.pom
18:13:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/activation/activation/1.1/activation-1.1.pom
18:13:40 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:13:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom
18:13:40 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 29 kB/s)
18:13:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/quartz-scheduler/quartz/2.2.2/quartz-2.2.2.pom
18:13:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/quartz-scheduler/quartz/2.2.2/quartz-2.2.2.pom
18:13: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/quartz-scheduler/quartz/2.2.2/quartz-2.2.2.pom
18:13:40 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:13:41 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 56 kB/s)
18:13:41 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:13:41 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:13: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/quartz-scheduler/quartz-parent/2.2.2/quartz-parent-2.2.2.pom
18:13:41 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:13:41 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 223 kB/s)
18:13:41 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:13:41 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:13: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/slf4j/jul-to-slf4j/1.7.12/jul-to-slf4j-1.7.12.pom
18:13:41 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:13:42 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 38 kB/s)
18:13:42 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:13:42 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:13:42 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:13:42 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:13:42 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 58 kB/s)
18:13:42 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:13:42 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:13:42 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:13:42 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:13:43 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 360 kB/s)
18:13:43 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:13:43 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:13:43 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:13:43 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:13: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/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.pom (4.2 kB at 11 kB/s)
18:13:43 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:13:43 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:13: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/slf4j/slf4j-jdk14/1.7.12/slf4j-jdk14-1.7.12.pom
18:13:44 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:13:44 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 5.2 kB/s)
18:13:44 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:13:44 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:13:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/quartz-scheduler/quartz/2.2.2/quartz-2.2.2.jar
18:13:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/activation/activation/1.1/activation-1.1.jar
18:13:44 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:13:44 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:13:44 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:13:44 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:13:44 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:13:44 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:13:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/quartz-scheduler/quartz/2.2.2/quartz-2.2.2.jar
18:13:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/javax/activation/activation/1.1/activation-1.1.jar
18:13:44 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:13:44 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:13:44 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:13:44 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:13: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/jboss/jandex/1.2.2.Final/jandex-1.2.2.Final.jar
18:13: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/quartz-scheduler/quartz/2.2.2/quartz-2.2.2.jar
18:13: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/jul-to-slf4j/1.7.12/jul-to-slf4j-1.7.12.jar
18:13: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/activation/activation/1.1/activation-1.1.jar
18:13: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/sun/mail/javax.mail/1.5.4/javax.mail-1.5.4.jar
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/ch/qos/logback/logback-classic/1.1.3/logback-classic-1.1.3.jar
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/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.jar
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/slf4j/slf4j-jdk14/1.7.12/slf4j-jdk14-1.7.12.jar
18:13:45 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:13:45 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:13:45 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:13:45 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar
18:13:45 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:13:45 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 1.2 MB/s)
18:13:45 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:13:45 Progress (1): 4.1/582 kB
Progress (1): 7.7/582 kB
Progress (1): 12/582 kB 
Progress (1): 16/582 kB
Progress (1): 20/582 kB
Progress (1): 24/582 kB
Progress (1): 28/582 kB
Progress (1): 32/582 kB
Progress (1): 36/582 kB
Progress (1): 40/582 kB
Progress (1): 45/582 kB
Progress (1): 49/582 kB
Progress (1): 53/582 kB
Progress (1): 57/582 kB
Progress (1): 61/582 kB
Progress (1): 65/582 kB
Progress (1): 69/582 kB
Progress (1): 73/582 kB
Progress (1): 77/582 kB
Progress (1): 81/582 kB
Progress (1): 85/582 kB
Progress (1): 90/582 kB
Progress (1): 94/582 kB
Progress (1): 98/582 kB
Progress (1): 102/582 kB
Progress (1): 106/582 kB
Progress (1): 110/582 kB
Progress (1): 114/582 kB
Progress (1): 118/582 kB
Progress (1): 122/582 kB
Progress (1): 126/582 kB
Progress (1): 131/582 kB
Progress (1): 135/582 kB
Progress (1): 139/582 kB
Progress (1): 143/582 kB
Progress (1): 147/582 kB
Progress (2): 147/582 kB | 4.1/4.7 kB
Progress (2): 147/582 kB | 4.7 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 8.9 kB/s)
18:13:45 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:13:45 Progress (1): 151/582 kB
Progress (1): 155/582 kB
Progress (1): 159/582 kB
Progress (1): 163/582 kB
Progress (1): 167/582 kB
Progress (1): 171/582 kB
Progress (1): 176/582 kB
Progress (1): 180/582 kB
Progress (1): 184/582 kB
Progress (1): 188/582 kB
Progress (1): 192/582 kB
Progress (1): 196/582 kB
Progress (1): 200/582 kB
Progress (1): 204/582 kB
Progress (1): 208/582 kB
Progress (1): 212/582 kB
Progress (1): 217/582 kB
Progress (1): 221/582 kB
Progress (1): 225/582 kB
Progress (1): 229/582 kB
Progress (1): 233/582 kB
Progress (1): 237/582 kB
Progress (1): 241/582 kB
Progress (1): 245/582 kB
Progress (1): 249/582 kB
Progress (1): 253/582 kB
Progress (1): 258/582 kB
Progress (1): 262/582 kB
Progress (1): 266/582 kB
Progress (1): 270/582 kB
Progress (1): 274/582 kB
Progress (1): 278/582 kB
Progress (1): 282/582 kB
Progress (1): 286/582 kB
Progress (1): 290/582 kB
Progress (1): 294/582 kB
Progress (1): 298/582 kB
Progress (1): 303/582 kB
Progress (1): 307/582 kB
Progress (1): 311/582 kB
Progress (1): 315/582 kB
Progress (1): 319/582 kB
Progress (1): 323/582 kB
Progress (1): 327/582 kB
Progress (1): 331/582 kB
Progress (1): 335/582 kB
Progress (1): 339/582 kB
Progress (1): 344/582 kB
Progress (1): 348/582 kB
Progress (1): 352/582 kB
Progress (1): 356/582 kB
Progress (1): 360/582 kB
Progress (1): 364/582 kB
Progress (1): 368/582 kB
Progress (1): 372/582 kB
Progress (1): 376/582 kB
Progress (1): 380/582 kB
Progress (1): 384/582 kB
Progress (1): 389/582 kB
Progress (1): 393/582 kB
Progress (1): 397/582 kB
Progress (1): 401/582 kB
Progress (1): 405/582 kB
Progress (1): 409/582 kB
Progress (1): 413/582 kB
Progress (1): 417/582 kB
Progress (1): 421/582 kB
Progress (1): 425/582 kB
Progress (1): 430/582 kB
Progress (1): 434/582 kB
Progress (1): 438/582 kB
Progress (1): 442/582 kB
Progress (1): 446/582 kB
Progress (1): 450/582 kB
Progress (1): 454/582 kB
Progress (1): 458/582 kB
Progress (1): 462/582 kB
Progress (1): 466/582 kB
Progress (1): 471/582 kB
Progress (1): 475/582 kB
Progress (1): 479/582 kB
Progress (1): 483/582 kB
Progress (1): 487/582 kB
Progress (1): 491/582 kB
Progress (1): 495/582 kB
Progress (1): 499/582 kB
Progress (1): 503/582 kB
Progress (1): 507/582 kB
Progress (1): 511/582 kB
Progress (1): 516/582 kB
Progress (1): 520/582 kB
Progress (1): 524/582 kB
Progress (1): 528/582 kB
Progress (1): 532/582 kB
Progress (1): 536/582 kB
Progress (1): 540/582 kB
Progress (1): 544/582 kB
Progress (1): 548/582 kB
Progress (1): 552/582 kB
Progress (1): 557/582 kB
Progress (1): 561/582 kB
Progress (1): 565/582 kB
Progress (1): 569/582 kB
Progress (1): 573/582 kB
Progress (1): 577/582 kB
Progress (1): 581/582 kB
Progress (1): 582 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 960 kB/s)
18:13:45 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:13:46 Progress (1): 4.1/79 kB
Progress (1): 7.7/79 kB
Progress (1): 12/79 kB 
Progress (1): 16/79 kB
Progress (1): 20/79 kB
Progress (1): 24/79 kB
Progress (1): 28/79 kB
Progress (1): 32/79 kB
Progress (1): 36/79 kB
Progress (1): 40/79 kB
Progress (1): 45/79 kB
Progress (1): 49/79 kB
Progress (1): 53/79 kB
Progress (1): 57/79 kB
Progress (1): 61/79 kB
Progress (1): 65/79 kB
Progress (1): 69/79 kB
Progress (1): 73/79 kB
Progress (1): 77/79 kB
Progress (1): 79 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.jar (79 kB at 125 kB/s)
18:13:46 Progress (1): 4.1/7.9 kB
Progress (1): 7.7/7.9 kB
Progress (1): 7.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.7.12/slf4j-jdk14-1.7.12.jar (7.9 kB at 12 kB/s)
18:13:46 Progress (1): 4.1/281 kB
Progress (1): 7.7/281 kB
Progress (1): 12/281 kB 
Progress (1): 16/281 kB
Progress (1): 20/281 kB
Progress (1): 24/281 kB
Progress (1): 28/281 kB
Progress (1): 32/281 kB
Progress (1): 36/281 kB
Progress (1): 40/281 kB
Progress (1): 45/281 kB
Progress (1): 49/281 kB
Progress (1): 53/281 kB
Progress (1): 57/281 kB
Progress (1): 61/281 kB
Progress (1): 65/281 kB
Progress (1): 69/281 kB
Progress (1): 73/281 kB
Progress (1): 77/281 kB
Progress (1): 81/281 kB
Progress (1): 85/281 kB
Progress (1): 90/281 kB
Progress (1): 94/281 kB
Progress (1): 98/281 kB
Progress (1): 102/281 kB
Progress (1): 106/281 kB
Progress (1): 110/281 kB
Progress (1): 114/281 kB
Progress (1): 118/281 kB
Progress (1): 122/281 kB
Progress (1): 126/281 kB
Progress (1): 131/281 kB
Progress (1): 135/281 kB
Progress (1): 139/281 kB
Progress (1): 143/281 kB
Progress (1): 147/281 kB
Progress (1): 151/281 kB
Progress (1): 155/281 kB
Progress (1): 159/281 kB
Progress (1): 163/281 kB
Progress (1): 167/281 kB
Progress (1): 171/281 kB
Progress (1): 176/281 kB
Progress (1): 180/281 kB
Progress (1): 184/281 kB
Progress (1): 188/281 kB
Progress (1): 192/281 kB
Progress (1): 196/281 kB
Progress (1): 200/281 kB
Progress (1): 204/281 kB
Progress (1): 208/281 kB
Progress (1): 212/281 kB
Progress (1): 217/281 kB
Progress (1): 221/281 kB
Progress (1): 225/281 kB
Progress (1): 229/281 kB
Progress (1): 233/281 kB
Progress (1): 237/281 kB
Progress (1): 241/281 kB
Progress (1): 245/281 kB
Progress (1): 249/281 kB
Progress (1): 253/281 kB
Progress (1): 258/281 kB
Progress (1): 262/281 kB
Progress (1): 266/281 kB
Progress (1): 270/281 kB
Progress (1): 274/281 kB
Progress (1): 278/281 kB
Progress (1): 281 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.jar (281 kB at 334 kB/s)
18:13:46 Progress (1): 4.1/455 kB
Progress (1): 7.7/455 kB
Progress (1): 12/455 kB 
Progress (1): 16/455 kB
Progress (1): 20/455 kB
Progress (1): 24/455 kB
Progress (1): 28/455 kB
Progress (1): 32/455 kB
Progress (1): 36/455 kB
Progress (1): 40/455 kB
Progress (1): 45/455 kB
Progress (1): 49/455 kB
Progress (1): 53/455 kB
Progress (1): 57/455 kB
Progress (1): 61/455 kB
Progress (1): 65/455 kB
Progress (1): 69/455 kB
Progress (1): 73/455 kB
Progress (1): 77/455 kB
Progress (1): 81/455 kB
Progress (1): 85/455 kB
Progress (1): 90/455 kB
Progress (1): 94/455 kB
Progress (1): 98/455 kB
Progress (1): 102/455 kB
Progress (1): 106/455 kB
Progress (1): 110/455 kB
Progress (1): 114/455 kB
Progress (1): 118/455 kB
Progress (1): 122/455 kB
Progress (1): 126/455 kB
Progress (1): 131/455 kB
Progress (1): 135/455 kB
Progress (1): 139/455 kB
Progress (1): 143/455 kB
Progress (1): 147/455 kB
Progress (2): 147/455 kB | 4.1/660 kB
Progress (2): 147/455 kB | 7.7/660 kB
Progress (2): 147/455 kB | 12/660 kB 
Progress (2): 147/455 kB | 16/660 kB
Progress (2): 147/455 kB | 20/660 kB
Progress (2): 147/455 kB | 24/660 kB
Progress (2): 147/455 kB | 28/660 kB
Progress (2): 147/455 kB | 32/660 kB
Progress (2): 147/455 kB | 36/660 kB
Progress (2): 147/455 kB | 40/660 kB
Progress (2): 147/455 kB | 45/660 kB
Progress (2): 147/455 kB | 49/660 kB
Progress (2): 147/455 kB | 53/660 kB
Progress (2): 147/455 kB | 57/660 kB
Progress (2): 147/455 kB | 61/660 kB
Progress (2): 147/455 kB | 65/660 kB
Progress (2): 147/455 kB | 69/660 kB
Progress (2): 147/455 kB | 73/660 kB
Progress (2): 147/455 kB | 77/660 kB
Progress (2): 147/455 kB | 81/660 kB
Progress (2): 147/455 kB | 85/660 kB
Progress (2): 147/455 kB | 90/660 kB
Progress (2): 147/455 kB | 94/660 kB
Progress (2): 147/455 kB | 98/660 kB
Progress (2): 147/455 kB | 102/660 kB
Progress (2): 147/455 kB | 106/660 kB
Progress (2): 147/455 kB | 110/660 kB
Progress (2): 147/455 kB | 114/660 kB
Progress (2): 147/455 kB | 118/660 kB
Progress (2): 147/455 kB | 122/660 kB
Progress (2): 147/455 kB | 126/660 kB
Progress (2): 147/455 kB | 131/660 kB
Progress (2): 147/455 kB | 135/660 kB
Progress (2): 147/455 kB | 139/660 kB
Progress (2): 147/455 kB | 143/660 kB
Progress (2): 147/455 kB | 147/660 kB
Progress (2): 147/455 kB | 151/660 kB
Progress (2): 147/455 kB | 155/660 kB
Progress (2): 147/455 kB | 159/660 kB
Progress (2): 147/455 kB | 163/660 kB
Progress (2): 147/455 kB | 167/660 kB
Progress (2): 147/455 kB | 171/660 kB
Progress (2): 147/455 kB | 176/660 kB
Progress (2): 147/455 kB | 180/660 kB
Progress (2): 147/455 kB | 184/660 kB
Progress (2): 147/455 kB | 188/660 kB
Progress (2): 147/455 kB | 192/660 kB
Progress (2): 147/455 kB | 196/660 kB
Progress (2): 151/455 kB | 196/660 kB
Progress (2): 155/455 kB | 196/660 kB
Progress (2): 159/455 kB | 196/660 kB
Progress (2): 163/455 kB | 196/660 kB
Progress (2): 163/455 kB | 200/660 kB
Progress (2): 163/455 kB | 204/660 kB
Progress (2): 163/455 kB | 208/660 kB
Progress (2): 163/455 kB | 212/660 kB
Progress (2): 163/455 kB | 217/660 kB
Progress (2): 163/455 kB | 221/660 kB
Progress (2): 167/455 kB | 221/660 kB
Progress (2): 167/455 kB | 225/660 kB
Progress (2): 171/455 kB | 225/660 kB
Progress (2): 171/455 kB | 229/660 kB
Progress (2): 176/455 kB | 229/660 kB
Progress (2): 180/455 kB | 229/660 kB
Progress (2): 180/455 kB | 233/660 kB
Progress (2): 180/455 kB | 237/660 kB
Progress (2): 180/455 kB | 241/660 kB
Progress (2): 180/455 kB | 245/660 kB
Progress (2): 180/455 kB | 249/660 kB
Progress (2): 180/455 kB | 253/660 kB
Progress (2): 180/455 kB | 258/660 kB
Progress (2): 180/455 kB | 262/660 kB
Progress (2): 180/455 kB | 266/660 kB
Progress (2): 180/455 kB | 270/660 kB
Progress (2): 180/455 kB | 274/660 kB
Progress (2): 180/455 kB | 278/660 kB
Progress (2): 180/455 kB | 282/660 kB
Progress (2): 180/455 kB | 286/660 kB
Progress (2): 180/455 kB | 290/660 kB
Progress (2): 180/455 kB | 294/660 kB
Progress (2): 180/455 kB | 298/660 kB
Progress (2): 180/455 kB | 303/660 kB
Progress (2): 180/455 kB | 307/660 kB
Progress (2): 180/455 kB | 311/660 kB
Progress (2): 180/455 kB | 315/660 kB
Progress (2): 180/455 kB | 319/660 kB
Progress (2): 180/455 kB | 323/660 kB
Progress (2): 180/455 kB | 327/660 kB
Progress (2): 180/455 kB | 331/660 kB
Progress (2): 180/455 kB | 335/660 kB
Progress (2): 180/455 kB | 339/660 kB
Progress (2): 180/455 kB | 344/660 kB
Progress (2): 180/455 kB | 348/660 kB
Progress (2): 180/455 kB | 352/660 kB
Progress (2): 180/455 kB | 356/660 kB
Progress (2): 180/455 kB | 360/660 kB
Progress (2): 184/455 kB | 360/660 kB
Progress (2): 184/455 kB | 364/660 kB
Progress (2): 188/455 kB | 364/660 kB
Progress (2): 188/455 kB | 368/660 kB
Progress (2): 192/455 kB | 368/660 kB
Progress (2): 192/455 kB | 372/660 kB
Progress (2): 196/455 kB | 372/660 kB
Progress (2): 196/455 kB | 376/660 kB
Progress (2): 196/455 kB | 380/660 kB
Progress (2): 200/455 kB | 380/660 kB
Progress (2): 200/455 kB | 384/660 kB
Progress (2): 204/455 kB | 384/660 kB
Progress (2): 204/455 kB | 389/660 kB
Progress (2): 208/455 kB | 389/660 kB
Progress (2): 208/455 kB | 393/660 kB
Progress (2): 212/455 kB | 393/660 kB
Progress (2): 212/455 kB | 397/660 kB
Progress (2): 217/455 kB | 397/660 kB
Progress (2): 217/455 kB | 401/660 kB
Progress (2): 221/455 kB | 401/660 kB
Progress (2): 221/455 kB | 405/660 kB
Progress (2): 225/455 kB | 405/660 kB
Progress (2): 225/455 kB | 409/660 kB
Progress (2): 229/455 kB | 409/660 kB
Progress (2): 229/455 kB | 413/660 kB
Progress (2): 233/455 kB | 413/660 kB
Progress (2): 233/455 kB | 417/660 kB
Progress (2): 237/455 kB | 417/660 kB
Progress (2): 237/455 kB | 421/660 kB
Progress (2): 241/455 kB | 421/660 kB
Progress (2): 241/455 kB | 425/660 kB
Progress (2): 245/455 kB | 425/660 kB
Progress (2): 245/455 kB | 430/660 kB
Progress (2): 249/455 kB | 430/660 kB
Progress (2): 249/455 kB | 434/660 kB
Progress (2): 253/455 kB | 434/660 kB
Progress (2): 253/455 kB | 438/660 kB
Progress (2): 258/455 kB | 438/660 kB
Progress (2): 258/455 kB | 442/660 kB
Progress (2): 262/455 kB | 442/660 kB
Progress (2): 262/455 kB | 446/660 kB
Progress (2): 266/455 kB | 446/660 kB
Progress (2): 266/455 kB | 450/660 kB
Progress (2): 270/455 kB | 450/660 kB
Progress (2): 270/455 kB | 454/660 kB
Progress (2): 274/455 kB | 454/660 kB
Progress (2): 274/455 kB | 458/660 kB
Progress (2): 278/455 kB | 458/660 kB
Progress (2): 278/455 kB | 462/660 kB
Progress (2): 278/455 kB | 466/660 kB
Progress (2): 282/455 kB | 466/660 kB
Progress (2): 282/455 kB | 471/660 kB
Progress (2): 286/455 kB | 471/660 kB
Progress (2): 286/455 kB | 475/660 kB
Progress (2): 290/455 kB | 475/660 kB
Progress (2): 294/455 kB | 475/660 kB
Progress (2): 294/455 kB | 479/660 kB
Progress (2): 294/455 kB | 483/660 kB
Progress (2): 294/455 kB | 487/660 kB
Progress (2): 298/455 kB | 487/660 kB
Progress (2): 298/455 kB | 491/660 kB
Progress (2): 303/455 kB | 491/660 kB
Progress (2): 307/455 kB | 491/660 kB
Progress (2): 311/455 kB | 491/660 kB
Progress (2): 311/455 kB | 495/660 kB
Progress (2): 311/455 kB | 499/660 kB
Progress (2): 311/455 kB | 503/660 kB
Progress (2): 315/455 kB | 503/660 kB
Progress (2): 315/455 kB | 507/660 kB
Progress (2): 319/455 kB | 507/660 kB
Progress (2): 323/455 kB | 507/660 kB
Progress (2): 327/455 kB | 507/660 kB
Progress (2): 327/455 kB | 511/660 kB
Progress (2): 327/455 kB | 516/660 kB
Progress (2): 327/455 kB | 520/660 kB
Progress (2): 331/455 kB | 520/660 kB
Progress (2): 331/455 kB | 524/660 kB
Progress (2): 335/455 kB | 524/660 kB
Progress (2): 339/455 kB | 524/660 kB
Progress (2): 344/455 kB | 524/660 kB
Progress (2): 344/455 kB | 528/660 kB
Progress (2): 344/455 kB | 532/660 kB
Progress (2): 344/455 kB | 536/660 kB
Progress (2): 348/455 kB | 536/660 kB
Progress (2): 348/455 kB | 540/660 kB
Progress (2): 352/455 kB | 540/660 kB
Progress (2): 356/455 kB | 540/660 kB
Progress (2): 360/455 kB | 540/660 kB
Progress (2): 360/455 kB | 544/660 kB
Progress (2): 360/455 kB | 548/660 kB
Progress (2): 360/455 kB | 552/660 kB
Progress (2): 364/455 kB | 552/660 kB
Progress (2): 364/455 kB | 557/660 kB
Progress (2): 368/455 kB | 557/660 kB
Progress (2): 372/455 kB | 557/660 kB
Progress (2): 376/455 kB | 557/660 kB
Progress (2): 376/455 kB | 561/660 kB
Progress (2): 376/455 kB | 565/660 kB
Progress (2): 376/455 kB | 569/660 kB
Progress (2): 380/455 kB | 569/660 kB
Progress (2): 380/455 kB | 573/660 kB
Progress (2): 384/455 kB | 573/660 kB
Progress (2): 389/455 kB | 573/660 kB
Progress (2): 393/455 kB | 573/660 kB
Progress (2): 393/455 kB | 577/660 kB
Progress (2): 393/455 kB | 581/660 kB
Progress (2): 393/455 kB | 585/660 kB
Progress (2): 397/455 kB | 585/660 kB
Progress (2): 397/455 kB | 589/660 kB
Progress (2): 401/455 kB | 589/660 kB
Progress (2): 405/455 kB | 589/660 kB
Progress (2): 409/455 kB | 589/660 kB
Progress (2): 409/455 kB | 593/660 kB
Progress (2): 409/455 kB | 597/660 kB
Progress (2): 409/455 kB | 602/660 kB
Progress (2): 409/455 kB | 606/660 kB
Progress (2): 413/455 kB | 606/660 kB
Progress (2): 417/455 kB | 606/660 kB
Progress (2): 421/455 kB | 606/660 kB
Progress (2): 421/455 kB | 610/660 kB
Progress (2): 425/455 kB | 610/660 kB
Progress (2): 425/455 kB | 614/660 kB
Progress (2): 425/455 kB | 618/660 kB
Progress (2): 425/455 kB | 622/660 kB
Progress (2): 430/455 kB | 622/660 kB
Progress (2): 434/455 kB | 622/660 kB
Progress (2): 434/455 kB | 626/660 kB
Progress (2): 438/455 kB | 626/660 kB
Progress (2): 438/455 kB | 630/660 kB
Progress (2): 442/455 kB | 630/660 kB
Progress (2): 442/455 kB | 634/660 kB
Progress (2): 442/455 kB | 638/660 kB
Progress (2): 446/455 kB | 638/660 kB
Progress (2): 450/455 kB | 638/660 kB
Progress (2): 454/455 kB | 638/660 kB
Progress (2): 454/455 kB | 643/660 kB
Progress (2): 455 kB | 643/660 kB    
Progress (2): 455 kB | 647/660 kB
Progress (2): 455 kB | 651/660 kB
Progress (2): 455 kB | 655/660 kB
Progress (2): 455 kB | 659/660 kB
Progress (2): 455 kB | 660 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 619 kB/s)
18:13:46 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 425 kB/s)
18:13:46 [INFO] 
18:13:46 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.platform ---
18:13:46 [INFO] 
18:13:46 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform ---
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.platform ---
18:13:47 [INFO] 
18:13:47 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.platform ---
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.platform/../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.platform ---
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.platform ---
18:13:47 [INFO] Changes detected - recompiling the module!
18:13:47 [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:13:48 [INFO] 
18:13:48 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.platform ---
18:13:48 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:13:49 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:13: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.3/maven-plugin-api-3.0.3.pom
18:13:49 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:13:49 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 114 kB/s)
18:13:49 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:13:49 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:13: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.3/maven-model-3.0.3.pom
18:13:49 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:13:49 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 195 kB/s)
18:13:49 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:13:49 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:13: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-utils/2.0.6/plexus-utils-2.0.6.pom
18:13:50 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:13:50 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 56 kB/s)
18:13:50 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:13:50 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:13: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/maven-artifact/3.0.3/maven-artifact-3.0.3.pom
18:13:50 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:13:50 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 8.1 kB/s)
18:13:50 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:13:50 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:13: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/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom
18:13:51 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:13:51 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 75 kB/s)
18:13:51 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:13:51 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:13: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/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom
18:13:51 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:13:51 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 89 kB/s)
18:13:51 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:13:52 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:13: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/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom
18:13:52 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:13:52 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 80 kB/s)
18:13:52 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:13:52 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:13: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/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom
18:13:52 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:13:52 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 42 kB/s)
18:13:52 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:13:52 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:13: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/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom
18:13:53 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:13:53 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 201 kB/s)
18:13:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/7/forge-parent-7.pom
18:13:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/forge/forge-parent/7/forge-parent-7.pom
18:13: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/7/forge-parent-7.pom
18:13:53 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:13:53 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:13:53 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:13:53 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:13: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/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom
18:13:54 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:13:54 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 86 kB/s)
18:13:54 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:13:54 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:13: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/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom
18:13:55 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:13:55 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 201 kB/s)
18:13:55 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:13:55 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:13: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/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom
18:13:55 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:13:55 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 294 kB/s)
18:13:56 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:13:56 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:13:56 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:13:56 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:13:56 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:13:56 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
18:13:56 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:13:56 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:13:56 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:13:56 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:13:56 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:13:56 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:13:56 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:13:56 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
18:13:56 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:13:56 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:13: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-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar
18:13: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/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar
18:13: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/3.0.3/maven-artifact-3.0.3.jar
18:13: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/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar
18:13: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-model/3.0.3/maven-model-3.0.3.jar
18:13: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/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
18:13: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/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar
18:13: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/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar
18:13:57 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:13:57 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:13:57 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:13:57 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:13:57 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:13:57 Progress (1): 4.1/163 kB
Progress (1): 7.7/163 kB
Progress (1): 12/163 kB 
Progress (1): 16/163 kB
Progress (1): 20/163 kB
Progress (1): 24/163 kB
Progress (1): 28/163 kB
Progress (1): 32/163 kB
Progress (1): 36/163 kB
Progress (1): 40/163 kB
Progress (1): 45/163 kB
Progress (1): 49/163 kB
Progress (1): 53/163 kB
Progress (1): 57/163 kB
Progress (1): 61/163 kB
Progress (1): 65/163 kB
Progress (1): 69/163 kB
Progress (1): 73/163 kB
Progress (1): 77/163 kB
Progress (1): 81/163 kB
Progress (1): 85/163 kB
Progress (1): 90/163 kB
Progress (1): 94/163 kB
Progress (1): 98/163 kB
Progress (1): 102/163 kB
Progress (1): 106/163 kB
Progress (1): 110/163 kB
Progress (1): 114/163 kB
Progress (1): 118/163 kB
Progress (1): 122/163 kB
Progress (1): 126/163 kB
Progress (1): 131/163 kB
Progress (1): 135/163 kB
Progress (1): 139/163 kB
Progress (1): 143/163 kB
Progress (1): 147/163 kB
Progress (1): 151/163 kB
Progress (1): 155/163 kB
Progress (1): 159/163 kB
Progress (1): 163/163 kB
Progress (1): 163 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:13:57 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:13:57 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/196 kB
Progress (2): 49 kB | 7.7/196 kB
Progress (2): 49 kB | 12/196 kB 
Progress (2): 49 kB | 16/196 kB
Progress (2): 49 kB | 20/196 kB
Progress (2): 49 kB | 24/196 kB
Progress (2): 49 kB | 28/196 kB
Progress (2): 49 kB | 32/196 kB
Progress (3): 49 kB | 32/196 kB | 4.1/47 kB
Progress (3): 49 kB | 32/196 kB | 7.7/47 kB
Progress (3): 49 kB | 32/196 kB | 12/47 kB 
Progress (3): 49 kB | 32/196 kB | 16/47 kB
Progress (3): 49 kB | 32/196 kB | 20/47 kB
Progress (3): 49 kB | 32/196 kB | 24/47 kB
Progress (3): 49 kB | 32/196 kB | 28/47 kB
Progress (3): 49 kB | 32/196 kB | 32/47 kB
Progress (3): 49 kB | 32/196 kB | 36/47 kB
Progress (3): 49 kB | 32/196 kB | 40/47 kB
Progress (3): 49 kB | 32/196 kB | 45/47 kB
Progress (3): 49 kB | 32/196 kB | 47 kB   
Progress (3): 49 kB | 36/196 kB | 47 kB
Progress (3): 49 kB | 40/196 kB | 47 kB
Progress (3): 49 kB | 45/196 kB | 47 kB
Progress (3): 49 kB | 49/196 kB | 47 kB
Progress (3): 49 kB | 53/196 kB | 47 kB
Progress (3): 49 kB | 57/196 kB | 47 kB
Progress (3): 49 kB | 61/196 kB | 47 kB
Progress (3): 49 kB | 65/196 kB | 47 kB
Progress (3): 49 kB | 69/196 kB | 47 kB
Progress (3): 49 kB | 73/196 kB | 47 kB
Progress (3): 49 kB | 77/196 kB | 47 kB
Progress (3): 49 kB | 81/196 kB | 47 kB
Progress (3): 49 kB | 85/196 kB | 47 kB
Progress (3): 49 kB | 90/196 kB | 47 kB
Progress (3): 49 kB | 94/196 kB | 47 kB
Progress (3): 49 kB | 98/196 kB | 47 kB
Progress (3): 49 kB | 102/196 kB | 47 kB
Progress (3): 49 kB | 106/196 kB | 47 kB
Progress (3): 49 kB | 110/196 kB | 47 kB
Progress (3): 49 kB | 114/196 kB | 47 kB
Progress (3): 49 kB | 118/196 kB | 47 kB
Progress (3): 49 kB | 122/196 kB | 47 kB
Progress (3): 49 kB | 126/196 kB | 47 kB
Progress (3): 49 kB | 131/196 kB | 47 kB
Progress (3): 49 kB | 135/196 kB | 47 kB
Progress (3): 49 kB | 139/196 kB | 47 kB
Progress (3): 49 kB | 143/196 kB | 47 kB
Progress (3): 49 kB | 147/196 kB | 47 kB
Progress (3): 49 kB | 151/196 kB | 47 kB
Progress (3): 49 kB | 155/196 kB | 47 kB
Progress (3): 49 kB | 159/196 kB | 47 kB
Progress (3): 49 kB | 163/196 kB | 47 kB
Progress (3): 49 kB | 167/196 kB | 47 kB
Progress (3): 49 kB | 171/196 kB | 47 kB
Progress (3): 49 kB | 176/196 kB | 47 kB
Progress (3): 49 kB | 180/196 kB | 47 kB
Progress (3): 49 kB | 184/196 kB | 47 kB
Progress (3): 49 kB | 188/196 kB | 47 kB
Progress (3): 49 kB | 192/196 kB | 47 kB
Progress (3): 49 kB | 196 kB | 47 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.jar (47 kB at 227 kB/s)
18:13:57 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:13:57 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 914 kB/s)
18:13:57 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:13:57 Progress (2): 49 kB | 4.1/230 kB
Progress (2): 49 kB | 7.7/230 kB
Progress (2): 49 kB | 12/230 kB 
Progress (2): 49 kB | 16/230 kB
Progress (2): 49 kB | 20/230 kB
Progress (2): 49 kB | 24/230 kB
Progress (2): 49 kB | 28/230 kB
Progress (2): 49 kB | 32/230 kB
Progress (2): 49 kB | 36/230 kB
Progress (2): 49 kB | 40/230 kB
Progress (2): 49 kB | 45/230 kB
Progress (2): 49 kB | 49/230 kB
Progress (2): 49 kB | 53/230 kB
Progress (2): 49 kB | 57/230 kB
Progress (2): 49 kB | 61/230 kB
Progress (2): 49 kB | 65/230 kB
Progress (2): 49 kB | 69/230 kB
Progress (2): 49 kB | 73/230 kB
Progress (2): 49 kB | 77/230 kB
Progress (2): 49 kB | 81/230 kB
Progress (3): 49 kB | 81/230 kB | 4.1/484 kB
Progress (3): 49 kB | 81/230 kB | 7.7/484 kB
Progress (3): 49 kB | 85/230 kB | 7.7/484 kB
Progress (3): 49 kB | 85/230 kB | 12/484 kB 
Progress (3): 49 kB | 90/230 kB | 12/484 kB
Progress (3): 49 kB | 90/230 kB | 16/484 kB
Progress (3): 49 kB | 94/230 kB | 16/484 kB
Progress (3): 49 kB | 98/230 kB | 16/484 kB
Progress (3): 49 kB | 98/230 kB | 20/484 kB
Progress (3): 49 kB | 98/230 kB | 24/484 kB
Progress (3): 49 kB | 102/230 kB | 24/484 kB
Progress (3): 49 kB | 102/230 kB | 28/484 kB
Progress (3): 49 kB | 106/230 kB | 28/484 kB
Progress (3): 49 kB | 106/230 kB | 32/484 kB
Progress (3): 49 kB | 110/230 kB | 32/484 kB
Progress (3): 49 kB | 114/230 kB | 32/484 kB
Progress (3): 49 kB | 114/230 kB | 36/484 kB
Progress (3): 49 kB | 114/230 kB | 40/484 kB
Progress (3): 49 kB | 118/230 kB | 40/484 kB
Progress (3): 49 kB | 118/230 kB | 45/484 kB
Progress (3): 49 kB | 122/230 kB | 45/484 kB
Progress (3): 49 kB | 122/230 kB | 49/484 kB
Progress (3): 49 kB | 126/230 kB | 49/484 kB
Progress (3): 49 kB | 131/230 kB | 49/484 kB
Progress (3): 49 kB | 131/230 kB | 53/484 kB
Progress (3): 49 kB | 131/230 kB | 57/484 kB
Progress (3): 49 kB | 135/230 kB | 57/484 kB
Progress (3): 49 kB | 135/230 kB | 61/484 kB
Progress (3): 49 kB | 139/230 kB | 61/484 kB
Progress (3): 49 kB | 139/230 kB | 65/484 kB
Progress (3): 49 kB | 143/230 kB | 65/484 kB
Progress (3): 49 kB | 147/230 kB | 65/484 kB
Progress (3): 49 kB | 147/230 kB | 69/484 kB
Progress (3): 49 kB | 147/230 kB | 73/484 kB
Progress (3): 49 kB | 151/230 kB | 73/484 kB
Progress (3): 49 kB | 151/230 kB | 77/484 kB
Progress (3): 49 kB | 155/230 kB | 77/484 kB
Progress (3): 49 kB | 155/230 kB | 81/484 kB
Progress (3): 49 kB | 159/230 kB | 81/484 kB
Progress (3): 49 kB | 163/230 kB | 81/484 kB
Progress (3): 49 kB | 163/230 kB | 85/484 kB
Progress (3): 49 kB | 163/230 kB | 90/484 kB
Progress (3): 49 kB | 167/230 kB | 90/484 kB
Progress (3): 49 kB | 167/230 kB | 94/484 kB
Progress (3): 49 kB | 171/230 kB | 94/484 kB
Progress (3): 49 kB | 171/230 kB | 98/484 kB
Progress (3): 49 kB | 176/230 kB | 98/484 kB
Progress (3): 49 kB | 180/230 kB | 98/484 kB
Progress (3): 49 kB | 180/230 kB | 102/484 kB
Progress (3): 49 kB | 180/230 kB | 106/484 kB
Progress (3): 49 kB | 184/230 kB | 106/484 kB
Progress (3): 49 kB | 184/230 kB | 110/484 kB
Progress (3): 49 kB | 188/230 kB | 110/484 kB
Progress (3): 49 kB | 188/230 kB | 114/484 kB
Progress (3): 49 kB | 192/230 kB | 114/484 kB
Progress (3): 49 kB | 196/230 kB | 114/484 kB
Progress (3): 49 kB | 196/230 kB | 118/484 kB
Progress (3): 49 kB | 196/230 kB | 122/484 kB
Progress (3): 49 kB | 200/230 kB | 122/484 kB
Progress (3): 49 kB | 200/230 kB | 126/484 kB
Progress (3): 49 kB | 204/230 kB | 126/484 kB
Progress (3): 49 kB | 204/230 kB | 131/484 kB
Progress (3): 49 kB | 208/230 kB | 131/484 kB
Progress (3): 49 kB | 212/230 kB | 131/484 kB
Progress (3): 49 kB | 212/230 kB | 135/484 kB
Progress (3): 49 kB | 212/230 kB | 139/484 kB
Progress (3): 49 kB | 217/230 kB | 139/484 kB
Progress (3): 49 kB | 217/230 kB | 143/484 kB
Progress (3): 49 kB | 221/230 kB | 143/484 kB
Progress (3): 49 kB | 221/230 kB | 147/484 kB
Progress (3): 49 kB | 225/230 kB | 147/484 kB
Progress (3): 49 kB | 229/230 kB | 147/484 kB
Progress (3): 49 kB | 230 kB | 147/484 kB    
Progress (3): 49 kB | 230 kB | 151/484 kB
Progress (3): 49 kB | 230 kB | 155/484 kB
Progress (3): 49 kB | 230 kB | 159/484 kB
Progress (3): 49 kB | 230 kB | 163/484 kB
Progress (3): 49 kB | 230 kB | 167/484 kB
Progress (3): 49 kB | 230 kB | 171/484 kB
Progress (3): 49 kB | 230 kB | 176/484 kB
Progress (3): 49 kB | 230 kB | 180/484 kB
Progress (3): 49 kB | 230 kB | 184/484 kB
Progress (3): 49 kB | 230 kB | 188/484 kB
Progress (3): 49 kB | 230 kB | 192/484 kB
Progress (3): 49 kB | 230 kB | 196/484 kB
Progress (3): 49 kB | 230 kB | 200/484 kB
Progress (3): 49 kB | 230 kB | 204/484 kB
Progress (3): 49 kB | 230 kB | 208/484 kB
Progress (3): 49 kB | 230 kB | 212/484 kB
Progress (3): 49 kB | 230 kB | 217/484 kB
Progress (3): 49 kB | 230 kB | 221/484 kB
Progress (3): 49 kB | 230 kB | 225/484 kB
Progress (3): 49 kB | 230 kB | 229/484 kB
Progress (3): 49 kB | 230 kB | 233/484 kB
Progress (3): 49 kB | 230 kB | 237/484 kB
Progress (3): 49 kB | 230 kB | 241/484 kB
Progress (3): 49 kB | 230 kB | 245/484 kB
Progress (3): 49 kB | 230 kB | 249/484 kB
Progress (3): 49 kB | 230 kB | 253/484 kB
Progress (3): 49 kB | 230 kB | 258/484 kB
Progress (3): 49 kB | 230 kB | 262/484 kB
Progress (3): 49 kB | 230 kB | 266/484 kB
Progress (3): 49 kB | 230 kB | 270/484 kB
Progress (3): 49 kB | 230 kB | 274/484 kB
Progress (3): 49 kB | 230 kB | 278/484 kB
Progress (3): 49 kB | 230 kB | 282/484 kB
Progress (3): 49 kB | 230 kB | 286/484 kB
Progress (3): 49 kB | 230 kB | 290/484 kB
Progress (3): 49 kB | 230 kB | 294/484 kB
Progress (3): 49 kB | 230 kB | 298/484 kB
Progress (3): 49 kB | 230 kB | 303/484 kB
Progress (3): 49 kB | 230 kB | 307/484 kB
Progress (3): 49 kB | 230 kB | 311/484 kB
Progress (3): 49 kB | 230 kB | 315/484 kB
Progress (3): 49 kB | 230 kB | 319/484 kB
Progress (3): 49 kB | 230 kB | 323/484 kB
Progress (3): 49 kB | 230 kB | 327/484 kB
Progress (3): 49 kB | 230 kB | 331/484 kB
Progress (3): 49 kB | 230 kB | 335/484 kB
Progress (3): 49 kB | 230 kB | 339/484 kB
Progress (3): 49 kB | 230 kB | 344/484 kB
Progress (3): 49 kB | 230 kB | 348/484 kB
Progress (3): 49 kB | 230 kB | 352/484 kB
Progress (3): 49 kB | 230 kB | 356/484 kB
Progress (3): 49 kB | 230 kB | 360/484 kB
Progress (3): 49 kB | 230 kB | 364/484 kB
Progress (3): 49 kB | 230 kB | 368/484 kB
Progress (3): 49 kB | 230 kB | 372/484 kB
Progress (3): 49 kB | 230 kB | 376/484 kB
Progress (3): 49 kB | 230 kB | 380/484 kB
Progress (3): 49 kB | 230 kB | 384/484 kB
Progress (3): 49 kB | 230 kB | 389/484 kB
Progress (3): 49 kB | 230 kB | 393/484 kB
Progress (3): 49 kB | 230 kB | 397/484 kB
Progress (3): 49 kB | 230 kB | 401/484 kB
Progress (3): 49 kB | 230 kB | 405/484 kB
Progress (3): 49 kB | 230 kB | 409/484 kB
Progress (3): 49 kB | 230 kB | 413/484 kB
Progress (3): 49 kB | 230 kB | 417/484 kB
Progress (3): 49 kB | 230 kB | 421/484 kB
Progress (3): 49 kB | 230 kB | 425/484 kB
Progress (3): 49 kB | 230 kB | 430/484 kB
Progress (3): 49 kB | 230 kB | 434/484 kB
Progress (3): 49 kB | 230 kB | 438/484 kB
Progress (3): 49 kB | 230 kB | 442/484 kB
Progress (3): 49 kB | 230 kB | 446/484 kB
Progress (3): 49 kB | 230 kB | 450/484 kB
Progress (3): 49 kB | 230 kB | 454/484 kB
Progress (3): 49 kB | 230 kB | 458/484 kB
Progress (3): 49 kB | 230 kB | 462/484 kB
Progress (3): 49 kB | 230 kB | 466/484 kB
Progress (3): 49 kB | 230 kB | 471/484 kB
Progress (3): 49 kB | 230 kB | 475/484 kB
Progress (3): 49 kB | 230 kB | 479/484 kB
Progress (3): 49 kB | 230 kB | 483/484 kB
Progress (4): 49 kB | 230 kB | 483/484 kB | 4.1/52 kB
Progress (4): 49 kB | 230 kB | 484 kB | 4.1/52 kB    
Progress (4): 49 kB | 230 kB | 484 kB | 7.7/52 kB
Progress (4): 49 kB | 230 kB | 484 kB | 12/52 kB 
Progress (4): 49 kB | 230 kB | 484 kB | 16/52 kB
Progress (4): 49 kB | 230 kB | 484 kB | 20/52 kB
Progress (4): 49 kB | 230 kB | 484 kB | 24/52 kB
Progress (4): 49 kB | 230 kB | 484 kB | 28/52 kB
Progress (4): 49 kB | 230 kB | 484 kB | 32/52 kB
Progress (4): 49 kB | 230 kB | 484 kB | 36/52 kB
Progress (4): 49 kB | 230 kB | 484 kB | 40/52 kB
Progress (4): 49 kB | 230 kB | 484 kB | 45/52 kB
Progress (4): 49 kB | 230 kB | 484 kB | 49/52 kB
Progress (4): 49 kB | 230 kB | 484 kB | 52 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 898 kB/s)
18:13:57 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 200 kB/s)
18:13:57 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 1.8 MB/s)
18:13:57 Progress (2): 49 kB | 4.1/223 kB
Progress (2): 49 kB | 7.7/223 kB
Progress (2): 49 kB | 12/223 kB 
Progress (2): 49 kB | 16/223 kB
Progress (2): 49 kB | 20/223 kB
Progress (2): 49 kB | 24/223 kB
Progress (2): 49 kB | 28/223 kB
Progress (2): 49 kB | 32/223 kB
Progress (2): 49 kB | 36/223 kB
Progress (2): 49 kB | 40/223 kB
Progress (2): 49 kB | 45/223 kB
Progress (2): 49 kB | 49/223 kB
Progress (2): 49 kB | 53/223 kB
Progress (2): 49 kB | 57/223 kB
Progress (2): 49 kB | 61/223 kB
Progress (2): 49 kB | 65/223 kB
Progress (2): 49 kB | 69/223 kB
Progress (2): 49 kB | 73/223 kB
Progress (2): 49 kB | 77/223 kB
Progress (2): 49 kB | 81/223 kB
Progress (2): 49 kB | 85/223 kB
Progress (2): 49 kB | 90/223 kB
Progress (2): 49 kB | 94/223 kB
Progress (2): 49 kB | 98/223 kB
Progress (2): 49 kB | 102/223 kB
Progress (2): 49 kB | 106/223 kB
Progress (2): 49 kB | 110/223 kB
Progress (2): 49 kB | 114/223 kB
Progress (2): 49 kB | 118/223 kB
Progress (2): 49 kB | 122/223 kB
Progress (2): 49 kB | 126/223 kB
Progress (2): 49 kB | 131/223 kB
Progress (2): 49 kB | 135/223 kB
Progress (2): 49 kB | 139/223 kB
Progress (2): 49 kB | 143/223 kB
Progress (2): 49 kB | 147/223 kB
Progress (2): 49 kB | 151/223 kB
Progress (2): 49 kB | 155/223 kB
Progress (2): 49 kB | 159/223 kB
Progress (2): 49 kB | 163/223 kB
Progress (2): 49 kB | 167/223 kB
Progress (2): 49 kB | 171/223 kB
Progress (2): 49 kB | 176/223 kB
Progress (2): 49 kB | 180/223 kB
Progress (2): 49 kB | 184/223 kB
Progress (2): 49 kB | 188/223 kB
Progress (2): 49 kB | 192/223 kB
Progress (2): 49 kB | 196/223 kB
Progress (2): 49 kB | 200/223 kB
Progress (2): 49 kB | 204/223 kB
Progress (2): 49 kB | 208/223 kB
Progress (2): 49 kB | 212/223 kB
Progress (2): 49 kB | 217/223 kB
Progress (2): 49 kB | 221/223 kB
Progress (2): 49 kB | 223 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 126 kB/s)
18:13:57 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 541 kB/s)
18:13:58 [INFO] 
18:13:58 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.platform ---
18:13:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:13:58 [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:13:58 [INFO] 
18:13:58 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform ---
18:13:58 [INFO] No sources to compile
18:13:58 [INFO] 
18:13:58 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.platform ---
18:13:58 [INFO] No tests to run.
18:13:58 [INFO] 
18:13:58 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.platform ---
18:13:58 [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:13:58 [INFO] 
18:13:58 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.platform ---
18:13:58 [INFO] 
18:13:58 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.platform ---
18:13:58 [INFO] Skipping packaging of the test-jar
18:13:58 [INFO] 
18:13:58 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform ---
18:13:58 [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:13:58 [INFO] 
18:13:58 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform ---
18:13:58 [INFO] No sources in project. Archive not created.
18:13:58 [INFO] 
18:13:58 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.platform ---
18:13:58 [INFO] Skipping duplicate-finder execution!
18:13:58 [INFO] 
18:13:58 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.platform ---
18:13:58 [INFO] Signature checking is skipped.
18:13:58 [INFO] 
18:13:58 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.platform ---
18:13:58 [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:13:58 [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:13:58 [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:13:58 [INFO] 
18:13:58 [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test >-------
18:13:58 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test 6.0.300-SNAPSHOT [4/30]
18:13:58 [INFO] --------------------------------[ jar ]---------------------------------
18:13:58 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:13:58 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:13: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/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom
18:13:58 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:13:58 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 21 kB/s)
18:13:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis/2.2/objenesis-2.2.pom
18:13:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/objenesis/objenesis/2.2/objenesis-2.2.pom
18:13: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/objenesis/objenesis/2.2/objenesis-2.2.pom
18:13:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.pom
18:13:59 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 67 kB/s)
18:13:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom
18:13:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom
18:13: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/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom
18:13:59 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:13:59 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 152 kB/s)
18:13:59 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:13:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis/2.2/objenesis-2.2.jar
18:13:59 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:13:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/objenesis/objenesis/2.2/objenesis-2.2.jar
18:13: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/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar
18:13: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/objenesis/objenesis/2.2/objenesis-2.2.jar
18:14:00 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:14:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.jar
18:14:00 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 939 kB/s)
18:14:00 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 5.7 MB/s)
18:14:00 [INFO] 
18:14:00 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.platform.test ---
18:14:00 [INFO] 
18:14:00 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform.test ---
18:14:00 [INFO] Skipping Rule Enforcement.
18:14:00 [INFO] 
18:14:00 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.platform.test ---
18:14:01 [INFO] 
18:14:01 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.platform.test ---
18:14:01 [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:14:01 [INFO] 
18:14:01 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.platform.test ---
18:14:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:14:01 [INFO] Copying 3 resources
18:14:01 [INFO] 
18:14:01 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.platform.test ---
18:14:01 [INFO] Changes detected - recompiling the module!
18:14:01 [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:14:01 [INFO] 
18:14:01 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.platform.test ---
18:14:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:14:01 [INFO] Copying 17 resources
18:14:01 [INFO] 
18:14:01 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform.test ---
18:14:01 [INFO] Changes detected - recompiling the module!
18:14:01 [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:14:02 [INFO] 
18:14:02 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.platform.test ---
18:14:02 [INFO] 
18:14:02 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.platform.test ---
18:14:02 [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:14:02 
18:14:02 -------------------------------------------------------
18:14:02  T E S T S
18:14:02 -------------------------------------------------------
18:14:02 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:14:02 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:14:04 Running org.eclipse.scout.rt.platform.ApplicationTest
18:14:04 2020-04-12 22:14:04,735 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:14:04 2020-04-12 22:14:04,735 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:14:04 2020-04-12 22:14:04,834 INFO  [main] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 90.867896 ms - MDC[]
18:14:04 2020-04-12 22:14:04,960 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:14:04 2020-04-12 22:14:04,960 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:14:04 2020-04-12 22:14:04,963 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:14:04 2020-04-12 22:14:04,963 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:14:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.783 sec - in org.eclipse.scout.rt.platform.ApplicationTest
18:14:05 Running org.eclipse.scout.rt.platform.ApplicationsScopedTest
18:14:05 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.eclipse.scout.rt.platform.ApplicationsScopedTest
18:14:05 Running org.eclipse.scout.rt.platform.BEANSTest
18:14:05 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.BEANSTest
18:14:05 Running org.eclipse.scout.rt.platform.BeanContextTest
18:14:05 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.BeanContextTest
18:14:05 Running org.eclipse.scout.rt.platform.BeanDoubleRegistrationTest
18:14:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.BeanDoubleRegistrationTest
18:14:05 Running org.eclipse.scout.rt.platform.BeanOrderTest
18:14:05 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.BeanOrderTest
18:14:05 Running org.eclipse.scout.rt.platform.BeanRegisterUnregisterTest
18:14:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.BeanRegisterUnregisterTest
18:14:05 Running org.eclipse.scout.rt.platform.BeansWithCircularDependenciesTest
18:14:05 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.eclipse.scout.rt.platform.BeansWithCircularDependenciesTest
18:14:05 Running org.eclipse.scout.rt.platform.DoubleReplaceTest
18:14:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.DoubleReplaceTest
18:14:05 Running org.eclipse.scout.rt.platform.DynamicAnnotationTest
18:14:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.DynamicAnnotationTest
18:14:05 Running org.eclipse.scout.rt.platform.InheritOrderTest
18:14:05 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.InheritOrderTest
18:14:05 Running org.eclipse.scout.rt.platform.InjectInstancesTest
18:14:05 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.InjectInstancesTest
18:14:05 Running org.eclipse.scout.rt.platform.InterfaceBeanTest
18:14:05 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.InterfaceBeanTest
18:14:05 Running org.eclipse.scout.rt.platform.PostConstructTest
18:14:05 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.PostConstructTest
18:14:05 Running org.eclipse.scout.rt.platform.ReUseVsReplaceTest
18:14:05 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.ReUseVsReplaceTest
18:14:05 Running org.eclipse.scout.rt.platform.SameBeanOrderTest
18:14:05 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.SameBeanOrderTest
18:14:05 Running org.eclipse.scout.rt.platform.SimpleInstanceTest
18:14:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.SimpleInstanceTest
18:14:05 Running org.eclipse.scout.rt.platform.chain.callable.CallableChainTest
18:14:05 2020-04-12 22:14:05,230 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@4bc21e34] - MDC[]
18:14:05 java.lang.RuntimeException: expected JUnit test exception
18:14:05 	at org.eclipse.scout.rt.platform.chain.callable.CallableChainTest$6$1.undecorate(CallableChainTest.java:123)
18:14:05 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.undecorateSafe(CallableChain.java:197)
18:14:05 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:190)
18:14:05 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:05 	at org.eclipse.scout.rt.platform.chain.callable.CallableChainTest.testDecoratorChainWithException(CallableChainTest.java:147)
18:14:05 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:14:05 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:14:05 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:14:05 	at java.lang.reflect.Method.invoke(Method.java:498)
18:14:05 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:14:05 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:14:05 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:14:05 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:14:05 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:14:05 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:14:05 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:14:05 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:14:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:14:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:14:05 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:14:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:14:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:14:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:14:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:14:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:14:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:14:05 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:14:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:14:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:14:05 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec - in org.eclipse.scout.rt.platform.chain.callable.CallableChainTest
18:14:05 Running org.eclipse.scout.rt.platform.config.LongConfigPropertyTest
18:14:05 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.config.LongConfigPropertyTest
18:14:05 Running org.eclipse.scout.rt.platform.config.PropertiesHelperTest
18:14:05 2020-04-12 22:14:05,244 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper - Invalid boolean-value for property 'stringKey' configured: stringValue - MDC[]
18:14:05 2020-04-12 22:14:05,244 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper - Invalid boolean-value for property 'stringKey' configured: stringValue - MDC[]
18:14:05 2020-04-12 22:14:05,245 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper - Invalid long-value for property 'invalidNumberKey' configured: invalid - MDC[]
18:14:05 2020-04-12 22:14:05,245 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper - Invalid int-value for property 'invalidNumberKey' configured: invalid - MDC[]
18:14:05 2020-04-12 22:14:05,245 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper - Invalid double-value for property 'invalidNumberKey' configured: invalid - MDC[]
18:14:05 2020-04-12 22:14:05,246 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper - Invalid float-value for property 'invalidNumberKey' configured: invalid - MDC[]
18:14:05 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.config.PropertiesHelperTest
18:14:05 Running org.eclipse.scout.rt.platform.context.RunContextChainTest
18:14:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.context.RunContextChainTest
18:14:05 Running org.eclipse.scout.rt.platform.context.RunContextExceptionTranslationTest
18:14:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.platform.context.RunContextExceptionTranslationTest
18:14:05 Running org.eclipse.scout.rt.platform.context.RunContextTest
18:14:05 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.platform.context.RunContextTest
18:14:05 Running org.eclipse.scout.rt.platform.context.RunMonitorTest
18:14:05 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 sec - in org.eclipse.scout.rt.platform.context.RunMonitorTest
18:14:05 Running org.eclipse.scout.rt.platform.exception.DefaultExceptionTranslatorTest
18:14:05 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.platform.exception.DefaultExceptionTranslatorTest
18:14:05 Running org.eclipse.scout.rt.platform.exception.DefaultRuntimeExceptionTranslatorTest
18:14:05 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.platform.exception.DefaultRuntimeExceptionTranslatorTest
18:14:05 Running org.eclipse.scout.rt.platform.exception.ExceptionHandlerTest
18:14:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.exception.ExceptionHandlerTest
18:14:05 Running org.eclipse.scout.rt.platform.exception.NullExceptionTranslatorTest
18:14:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.exception.NullExceptionTranslatorTest
18:14:05 Running org.eclipse.scout.rt.platform.exception.PlaceholderExceptionTest
18:14:05 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.exception.PlaceholderExceptionTest
18:14:05 Running org.eclipse.scout.rt.platform.exception.PlatformExceptionTest
18:14:05 Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.062 sec - in org.eclipse.scout.rt.platform.exception.PlatformExceptionTest
18:14:05 Running org.eclipse.scout.rt.platform.exception.PlatformExceptionTranslatorTest
18:14:05 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.platform.exception.PlatformExceptionTranslatorTest
18:14:05 Running org.eclipse.scout.rt.platform.exception.ProcessingExceptionTest
18:14:05 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.exception.ProcessingExceptionTest
18:14:05 Running org.eclipse.scout.rt.platform.exception.ProcessingStatusTest
18:14:05 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.exception.ProcessingStatusTest
18:14:05 Running org.eclipse.scout.rt.platform.exception.VetoExceptionTest
18:14:05 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.platform.exception.VetoExceptionTest
18:14:05 Running org.eclipse.scout.rt.platform.filter.AndFilterTest
18:14:05 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.platform.filter.AndFilterTest
18:14:05 Running org.eclipse.scout.rt.platform.filter.NotFilterTest
18:14:05 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.filter.NotFilterTest
18:14:05 Running org.eclipse.scout.rt.platform.filter.OrFilterTest
18:14:05 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.eclipse.scout.rt.platform.filter.OrFilterTest
18:14:05 Running org.eclipse.scout.rt.platform.html.HTMLTest
18:14:05 Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.platform.html.HTMLTest
18:14:05 Running org.eclipse.scout.rt.platform.html.HtmlContentBuilderTest
18:14:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.html.HtmlContentBuilderTest
18:14:05 Running org.eclipse.scout.rt.platform.html.HtmlHelperTest
18:14:05 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.html.HtmlHelperTest
18:14:05 Running org.eclipse.scout.rt.platform.index.IndexedStoreTest
18:14:05 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.index.IndexedStoreTest
18:14:05 Running org.eclipse.scout.rt.platform.interceptor.DecoratingProxyTest
18:14:05 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.interceptor.DecoratingProxyTest
18:14:05 Running org.eclipse.scout.rt.platform.internal.BeanFilterTest
18:14:05 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.internal.BeanFilterTest
18:14:05 Running org.eclipse.scout.rt.platform.internal.BeanInstanceUtilTest
18:14:05 Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.eclipse.scout.rt.platform.internal.BeanInstanceUtilTest
18:14:05 Running org.eclipse.scout.rt.platform.internal.PlatformImplementorTest
18:14:05 2020-04-12 22:14:05,832 INFO  [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:14:05 2020-04-12 22:14:05,832 ERROR [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Error during event listener notification. - MDC[]
18:14:05 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:343)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:317)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:138)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:119)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
18:14:05 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
18:14:05 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:05 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:05 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:05 	at java.lang.Thread.run(Thread.java:748)
18:14:05 2020-04-12 22:14:05,833 ERROR [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Error during platform startup - MDC[]
18:14:05 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:343)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:317)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:138)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:119)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
18:14:05 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
18:14:05 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:05 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:05 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:05 	at java.lang.Thread.run(Thread.java:748)
18:14:05 2020-04-12 22:14:05,834 INFO  [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:14:05 2020-04-12 22:14:05,834 WARN  [pool-1-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:14:05 2020-04-12 22:14:05,834 ERROR [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Error during event listener notification. - MDC[]
18:14:05 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:343)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:317)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:158)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:119)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
18:14:05 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
18:14:05 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:05 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:05 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:05 	at java.lang.Thread.run(Thread.java:748)
18:14:05 2020-04-12 22:14:05,835 INFO  [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:14:05 2020-04-12 22:14:05,835 WARN  [pool-1-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:14:05 2020-04-12 22:14:05,835 ERROR [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Error during event listener notification. - MDC[]
18:14:05 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:343)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:317)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:144)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:119)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
18:14:05 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
18:14:05 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:05 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:05 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:05 	at java.lang.Thread.run(Thread.java:748)
18:14:05 2020-04-12 22:14:05,836 ERROR [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Error during platform startup - MDC[]
18:14:05 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:343)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:317)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:144)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:119)
18:14:05 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
18:14:05 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
18:14:05 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:14:05 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:05 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:05 	at java.lang.Thread.run(Thread.java:748)
18:14:05 2020-04-12 22:14:05,837 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:14:05 2020-04-12 22:14:05,837 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:14:05 2020-04-12 22:14:05,838 INFO  [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:14:05 2020-04-12 22:14:05,839 WARN  [pool-1-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:14:05 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.platform.internal.PlatformImplementorTest
18:14:05 Running org.eclipse.scout.rt.platform.inventory.internal.JandexClassInfoTest
18:14:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.inventory.internal.JandexClassInfoTest
18:14:05 Running org.eclipse.scout.rt.platform.inventory.internal.JandexClassInventoryTest
18:14:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.inventory.internal.JandexClassInventoryTest
18:14:05 Running org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilderTest
18:14:05 2020-04-12 22:14:05,850 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:14:05 2020-04-12 22:14:05,856 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:14:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilderTest
18:14:05 Running org.eclipse.scout.rt.platform.job.AwaitDoneTest
18:14:07 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.637 sec - in org.eclipse.scout.rt.platform.job.AwaitDoneTest
18:14:07 Running org.eclipse.scout.rt.platform.job.BlockingConditionInterruptionTest
18:14:07 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec - in org.eclipse.scout.rt.platform.job.BlockingConditionInterruptionTest
18:14:07 Running org.eclipse.scout.rt.platform.job.BlockingConditionTest
18:14:07 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.BlockingConditionTest
18:14:07 Running org.eclipse.scout.rt.platform.job.ExecutionHintTest
18:14:07 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.job.ExecutionHintTest
18:14:07 Running org.eclipse.scout.rt.platform.job.ExecutionTriggerTest
18:14:07 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.ExecutionTriggerTest
18:14:07 Running org.eclipse.scout.rt.platform.job.FutureAwaitTest
18:14:07 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.FutureAwaitTest
18:14:07 Running org.eclipse.scout.rt.platform.job.JobCancelTest
18:14:09 Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.953 sec - in org.eclipse.scout.rt.platform.job.JobCancelTest
18:14:09 Running org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest
18:14:09 2020-04-12 22:14:09,788 ERROR [scout-thread-18] org.eclipse.scout.rt.platform.exception.ExceptionHandler - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest$2]
18:14:09 java.lang.Exception: expected JUnit test exception
18:14:09 	at org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest.testWithExplicitExceptionTranslator(JobExceptionTranslationTest.java:64)
18:14:09 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:14:09 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:14:09 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:14:09 	at java.lang.reflect.Method.invoke(Method.java:498)
18:14:09 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:14:09 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:14:09 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:14:09 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:14:09 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:14:09 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:14:09 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:14:09 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:14:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:14:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:14:09 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:14:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:14:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:14:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:14:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:14:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:14:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:14:09 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:14:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:14:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:14:09 2020-04-12 22:14:09,792 ERROR [scout-thread-18] org.eclipse.scout.rt.platform.exception.ExceptionHandler - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest$1]
18:14:09 java.lang.Exception: expected JUnit test exception
18:14:09 	at org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest.testWithImplicitExceptionTranslator(JobExceptionTranslationTest.java:43)
18:14:09 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:14:09 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:14:09 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:14:09 	at java.lang.reflect.Method.invoke(Method.java:498)
18:14:09 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:14:09 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:14:09 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:14:09 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:14:09 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:14:09 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:14:09 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:14:09 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:14:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:14:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:14:09 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:14:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:14:09 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:14:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:14:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:14:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:14:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:14:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:14:09 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:14:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:14:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:14:09 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest
18:14:09 Running org.eclipse.scout.rt.platform.job.JobFutureVisitTest
18:14:09 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.eclipse.scout.rt.platform.job.JobFutureVisitTest
18:14:09 Running org.eclipse.scout.rt.platform.job.JobInputTest
18:14:09 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.JobInputTest
18:14:09 Running org.eclipse.scout.rt.platform.job.JobListenerTest
18:14:09 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in org.eclipse.scout.rt.platform.job.JobListenerTest
18:14:09 Running org.eclipse.scout.rt.platform.job.JobManagerLoadTest
18:14:15 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.518 sec - in org.eclipse.scout.rt.platform.job.JobManagerLoadTest
18:14:15 Running org.eclipse.scout.rt.platform.job.JobManagerTest
18:14:15 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.platform.job.JobManagerTest
18:14:15 Running org.eclipse.scout.rt.platform.job.JobScheduleTest
18:14:22 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.581 sec - in org.eclipse.scout.rt.platform.job.JobScheduleTest
18:14:22 Running org.eclipse.scout.rt.platform.job.JobStateTest
18:14:25 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.289 sec - in org.eclipse.scout.rt.platform.job.JobStateTest
18:14:25 Running org.eclipse.scout.rt.platform.job.JobsTest
18:14:25 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.JobsTest
18:14:25 Running org.eclipse.scout.rt.platform.job.PeriodicJobMutexTest
18:14:25 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.897 sec - in org.eclipse.scout.rt.platform.job.PeriodicJobMutexTest
18:14:25 Running org.eclipse.scout.rt.platform.job.RunMonitorJobTest
18:14:26 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.job.RunMonitorJobTest
18:14:26 Running org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest
18:14:27 2020-04-12 22:14:27,002 ERROR [scout-thread-940] org.eclipse.scout.rt.platform.exception.ExceptionHandler - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$7]
18:14:27 java.lang.Exception: expected JUnit test exception
18:14:27 	at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$7.run(ScheduleAtFixedRateTest.java:295)
18:14:27 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:27 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:27 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:27 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:14:27 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:27 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:27 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:27 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:27 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:27 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:27 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:27 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:27 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:27 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
18:14:27 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:163)
18:14:27 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:48)
18:14:27 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:27 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:27 	at java.lang.Thread.run(Thread.java:748)
18:14:27 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:38 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.231 sec - in org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest
18:14:38 Running org.eclipse.scout.rt.platform.job.ScheduleDelayedTest
18:14:39 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 sec - in org.eclipse.scout.rt.platform.job.ScheduleDelayedTest
18:14:39 Running org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest
18:14:40 2020-04-12 22:14:40,238 ERROR [scout-thread-22] org.eclipse.scout.rt.platform.exception.ExceptionHandler - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$7]
18:14:40 java.lang.Exception: expected JUnit test exception
18:14:40 	at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$7.run(ScheduleWithFixedDelayTest.java:282)
18:14:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:14:40 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:14:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:40 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:14:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:40 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:14:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:14:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:40 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:14:40 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:14:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:14:40 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:14:40 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:14:40 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
18:14:40 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:163)
18:14:40 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:48)
18:14:40 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:14:40 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:14:40 	at java.lang.Thread.run(Thread.java:748)
18:14:40 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:14:49 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.841 sec - in org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest
18:14:49 Running org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest
18:14:51 Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.674 sec - in org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest
18:14:51 Running org.eclipse.scout.rt.platform.job.WhenDoneTest
18:14:53 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.05 sec - in org.eclipse.scout.rt.platform.job.WhenDoneTest
18:14:53 Running org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterBuilderTest
18:14:53 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterBuilderTest
18:14:53 Running org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterTest
18:14:53 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterTest
18:14:53 Running org.eclipse.scout.rt.platform.job.filter.future.ExecutionHintFutureFilterTest
18:14:53 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:14:53 Running org.eclipse.scout.rt.platform.job.filter.future.FutureFilterBuilderTest
18:14:53 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.job.filter.future.FutureFilterBuilderTest
18:14:53 Running org.eclipse.scout.rt.platform.job.filter.future.FutureFilterTest
18:14:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.job.filter.future.FutureFilterTest
18:14:53 Running org.eclipse.scout.rt.platform.job.filter.future.JobNameFutureFilterTest
18:14:53 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:14:53 Running org.eclipse.scout.rt.platform.job.filter.future.JobNameRegexFutureFilterTest
18:14:53 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:14:53 Running org.eclipse.scout.rt.platform.job.filter.future.MutexFutureFilterTest
18:14:53 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:14:53 Running org.eclipse.scout.rt.platform.job.filter.future.RunContextFutureFilterTest
18:14:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.job.filter.future.RunContextFutureFilterTest
18:14:53 Running org.eclipse.scout.rt.platform.job.filter.future.SingleExecutionFutureFilterTest
18:14:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.future.SingleExecutionFutureFilterTest
18:14:53 Running org.eclipse.scout.rt.platform.job.internal.CompletionPromiseTest
18:14:54 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.831 sec - in org.eclipse.scout.rt.platform.job.internal.CompletionPromiseTest
18:14:54 Running org.eclipse.scout.rt.platform.job.internal.DevelopmentThreadNameDecoratorTest
18:14:54 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.eclipse.scout.rt.platform.job.internal.DevelopmentThreadNameDecoratorTest
18:14:54 Running org.eclipse.scout.rt.platform.job.internal.ExceptionProcessorTest
18:14:54 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.eclipse.scout.rt.platform.job.internal.ExceptionProcessorTest
18:14:54 Running org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphoreTest
18:14:59 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.448 sec - in org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphoreTest
18:14:59 Running org.eclipse.scout.rt.platform.job.internal.ExecutionTriggerWithCalendarTest
18:15:03 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.001 sec - in org.eclipse.scout.rt.platform.job.internal.ExecutionTriggerWithCalendarTest
18:15:03 Running org.eclipse.scout.rt.platform.job.internal.FutureFinishedTest
18:15:05 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.004 sec - in org.eclipse.scout.rt.platform.job.internal.FutureFinishedTest
18:15:05 Running org.eclipse.scout.rt.platform.job.internal.JobManagerChainTest
18:15:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.platform.job.internal.JobManagerChainTest
18:15:05 Running org.eclipse.scout.rt.platform.job.internal.JobManagerTest
18:15:05 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 sec - in org.eclipse.scout.rt.platform.job.internal.JobManagerTest
18:15:05 Running org.eclipse.scout.rt.platform.job.internal.MisfireTest
18:15:06 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.708 sec - in org.eclipse.scout.rt.platform.job.internal.MisfireTest
18:15:06 Running org.eclipse.scout.rt.platform.job.internal.MutualExclusionTest
18:15:07 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.137 sec - in org.eclipse.scout.rt.platform.job.internal.MutualExclusionTest
18:15:07 Running org.eclipse.scout.rt.platform.job.internal.NamedThreadFactoryTest
18:15:07 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.job.internal.NamedThreadFactoryTest
18:15:07 Running org.eclipse.scout.rt.platform.job.internal.PermitAcquisitionOrderTest
18:15:09 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.312 sec - in org.eclipse.scout.rt.platform.job.internal.PermitAcquisitionOrderTest
18:15:09 Running org.eclipse.scout.rt.platform.job.internal.SerialFutureExecutionTest
18:15:15 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.212 sec - in org.eclipse.scout.rt.platform.job.internal.SerialFutureExecutionTest
18:15:15 Running org.eclipse.scout.rt.platform.job.internal.TemporalValueComputationTest
18:15:29 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.034 sec - in org.eclipse.scout.rt.platform.job.internal.TemporalValueComputationTest
18:15:29 Running org.eclipse.scout.rt.platform.job.internal.ThreadNameDecoratorTest
18:15:29 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.job.internal.ThreadNameDecoratorTest
18:15:29 Running org.eclipse.scout.rt.platform.logger.JulLoggerSupportTest
18:15:30 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 sec - in org.eclipse.scout.rt.platform.logger.JulLoggerSupportTest
18:15:30 Running org.eclipse.scout.rt.platform.logger.Log4jLoggerSupportTest
18:15:30 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.platform.logger.Log4jLoggerSupportTest
18:15:30 Running org.eclipse.scout.rt.platform.logger.LogbackLoggerSupportTest
18:15:30 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.logger.LogbackLoggerSupportTest
18:15:30 Running org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest
18:15:30 2020-04-12 22:15:30,048 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:15:30 2020-04-12 22:15:30,048 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:15:30 2020-04-12 22:15:30,049 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:15:30 2020-04-12 22:15:30,049 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:15:30 2020-04-12 22:15:30,049 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:15:30 2020-04-12 22:15:30,049 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:15:30 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest
18:15:30 Running org.eclipse.scout.rt.platform.nls.CollatorProviderTest
18:15:30 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.platform.nls.CollatorProviderTest
18:15:30 Running org.eclipse.scout.rt.platform.nls.DynamicNlsTest
18:15:30 Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.nls.DynamicNlsTest
18:15:30 Running org.eclipse.scout.rt.platform.reflect.BasicPropertySupportTest
18:15:30 Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.platform.reflect.BasicPropertySupportTest
18:15:30 Running org.eclipse.scout.rt.platform.reflect.FastBeanUtilityTest
18:15:30 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.reflect.FastBeanUtilityTest
18:15:30 Running org.eclipse.scout.rt.platform.resource.BinaryResourceTest
18:15:30 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in org.eclipse.scout.rt.platform.resource.BinaryResourceTest
18:15:30 Running org.eclipse.scout.rt.platform.security.MalwareScannerTest
18:15:30 Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.security.MalwareScannerTest
18:15:30 Running org.eclipse.scout.rt.platform.security.PublicKeyUtilityTest
18:15:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.eclipse.scout.rt.platform.security.PublicKeyUtilityTest
18:15:30 Running org.eclipse.scout.rt.platform.security.SecurityUtilityTest
18:15:30 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 sec - in org.eclipse.scout.rt.platform.security.SecurityUtilityTest
18:15:30 Running org.eclipse.scout.rt.platform.security.SubjectProcessorTest
18:15:30 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.security.SubjectProcessorTest
18:15:30 Running org.eclipse.scout.rt.platform.service.ServiceTest
18:15:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.service.ServiceTest
18:15:30 Running org.eclipse.scout.rt.platform.status.MultiStatusTest
18:15:30 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.status.MultiStatusTest
18:15:30 Running org.eclipse.scout.rt.platform.status.StatusTest
18:15:30 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.status.StatusTest
18:15:30 Running org.eclipse.scout.rt.platform.util.AlphanumericComparatorTest
18:15:30 Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.util.AlphanumericComparatorTest
18:15:30 Running org.eclipse.scout.rt.platform.util.AssertionsTest
18:15:30 Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.platform.util.AssertionsTest
18:15:30 Running org.eclipse.scout.rt.platform.util.Base64UtilityTest
18:15:30 #TUNING: decode[1000] sum=15.834609ms min=0.002190ms avg=0.015834ms median=0.015558ms max=0.103052ms  [without 10 smallest and 10 largest:  sum=15.391271 min=0.003141ms avg=0.015721ms median=0.015558ms max=0.027863ms]
18:15:30 #TUNING: encode[1000] sum=8.052065ms min=0.002038ms avg=0.008052ms median=0.007518ms max=0.441442ms  [without 10 smallest and 10 largest:  sum=7.332481 min=0.002527ms avg=0.007489ms median=0.007518ms max=0.014329ms]
18:15:30 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in org.eclipse.scout.rt.platform.util.Base64UtilityTest
18:15:30 Running org.eclipse.scout.rt.platform.util.BeanUtilityTest
18:15:30 Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.platform.util.BeanUtilityTest
18:15:30 Running org.eclipse.scout.rt.platform.util.BomInputStreamReaderTest
18:15:30 Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec - in org.eclipse.scout.rt.platform.util.BomInputStreamReaderTest
18:15:30 Running org.eclipse.scout.rt.platform.util.BooleanUtilityTest
18:15:30 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.BooleanUtilityTest
18:15:30 Running org.eclipse.scout.rt.platform.util.ClassIdentifierTest
18:15:30 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.util.ClassIdentifierTest
18:15:30 Running org.eclipse.scout.rt.platform.util.CloneUtilityTest
18:15:30 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.util.CloneUtilityTest
18:15:30 Running org.eclipse.scout.rt.platform.util.CollectionUtilityTest
18:15:30 Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.util.CollectionUtilityTest
18:15:30 Running org.eclipse.scout.rt.platform.util.CompareUtilityTest
18:15:30 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.CompareUtilityTest
18:15:30 Running org.eclipse.scout.rt.platform.util.CompositeObjectTest
18:15:30 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.util.CompositeObjectTest
18:15:30 Running org.eclipse.scout.rt.platform.util.ConcurrentExpiringMapTest
18:15:30 Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.platform.util.ConcurrentExpiringMapTest
18:15:30 Running org.eclipse.scout.rt.platform.util.ConfigurationUtilityTest
18:15:30 Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.platform.util.ConfigurationUtilityTest
18:15:30 Running org.eclipse.scout.rt.platform.util.EventListenerListTest
18:15:30 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.EventListenerListTest
18:15:30 Running org.eclipse.scout.rt.platform.util.FileUtilityTest
18:15:30 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 sec - in org.eclipse.scout.rt.platform.util.FileUtilityTest
18:15:30 Running org.eclipse.scout.rt.platform.util.FinalValueTest
18:15:30 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.util.FinalValueTest
18:15:30 Running org.eclipse.scout.rt.platform.util.FormattingUtilityTest
18:15:30 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.platform.util.FormattingUtilityTest
18:15:30 Running org.eclipse.scout.rt.platform.util.HTMLUtilityTest
18:15:31 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec - in org.eclipse.scout.rt.platform.util.HTMLUtilityTest
18:15:31 Running org.eclipse.scout.rt.platform.util.HexUtilityTest
18:15:31 #TUNING: decode[1000] sum=27.896598ms min=0.001829ms avg=0.027896ms median=0.025218ms max=0.131240ms  [without 10 smallest and 10 largest:  sum=26.670563 min=0.002461ms avg=0.027242ms median=0.025218ms max=0.116785ms]
18:15:31 #TUNING: encode[1000] sum=43.025331ms min=0.002004ms avg=0.043025ms median=0.016983ms max=24.028498ms  [without 10 smallest and 10 largest:  sum=18.150697 min=0.002374ms avg=0.018540ms median=0.016983ms max=0.075449ms]
18:15:31 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.eclipse.scout.rt.platform.util.HexUtilityTest
18:15:31 Running org.eclipse.scout.rt.platform.util.IOUtilityTest
18:15:31 Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.eclipse.scout.rt.platform.util.IOUtilityTest
18:15:31 Running org.eclipse.scout.rt.platform.util.MatrixUtilityTest
18:15:31 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.platform.util.MatrixUtilityTest
18:15:31 Running org.eclipse.scout.rt.platform.util.MimeTypeDetectorTest
18:15:31 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.util.MimeTypeDetectorTest
18:15:31 Running org.eclipse.scout.rt.platform.util.NumberUtilityTest
18:15:31 2020-04-12 22:15:31,229 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'NaN' - MDC[]
18:15:31 2020-04-12 22:15:31,229 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
18:15:31 2020-04-12 22:15:31,229 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
18:15:31 2020-04-12 22:15:31,229 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'NaN' - MDC[]
18:15:31 2020-04-12 22:15:31,230 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
18:15:31 2020-04-12 22:15:31,230 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
18:15:31 2020-04-12 22:15:31,230 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
18:15:31 2020-04-12 22:15:31,230 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
18:15:31 2020-04-12 22:15:31,231 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'NaN' - MDC[]
18:15:31 2020-04-12 22:15:31,231 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
18:15:31 2020-04-12 22:15:31,231 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
18:15:31 2020-04-12 22:15:31,231 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'NaN' - MDC[]
18:15:31 2020-04-12 22:15:31,232 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'NaN' - MDC[]
18:15:31 2020-04-12 22:15:31,232 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
18:15:31 2020-04-12 22:15:31,232 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
18:15:31 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.util.NumberUtilityTest
18:15:31 Running org.eclipse.scout.rt.platform.util.PairTest
18:15:31 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.PairTest
18:15:31 Running org.eclipse.scout.rt.platform.util.PathValidatorTest
18:15:31 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.PathValidatorTest
18:15:31 Running org.eclipse.scout.rt.platform.util.PreferredValueTest
18:15:31 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.PreferredValueTest
18:15:31 Running org.eclipse.scout.rt.platform.util.ReflectionUtilityTest
18:15:31 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.ReflectionUtilityTest
18:15:31 Running org.eclipse.scout.rt.platform.util.StringUtilityTest
18:15:31 Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.eclipse.scout.rt.platform.util.StringUtilityTest
18:15:31 Running org.eclipse.scout.rt.platform.util.ThreadLocalProcessorTest
18:15:31 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.ThreadLocalProcessorTest
18:15:31 Running org.eclipse.scout.rt.platform.util.ToStringBuilderTest
18:15:31 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.util.ToStringBuilderTest
18:15:31 Running org.eclipse.scout.rt.platform.util.TriStateTest
18:15:31 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.util.TriStateTest
18:15:31 Running org.eclipse.scout.rt.platform.util.TypeCastUtilityTest
18:15:31 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.util.TypeCastUtilityTest
18:15:31 Running org.eclipse.scout.rt.platform.util.UriBuilderTest
18:15:31 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.util.UriBuilderTest
18:15:31 Running org.eclipse.scout.rt.platform.util.UriUtilityTest
18:15:31 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.util.UriUtilityTest
18:15:31 Running org.eclipse.scout.rt.platform.util.XmlUtilityFactoryTest
18:15:31 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 sec - in org.eclipse.scout.rt.platform.util.XmlUtilityFactoryTest
18:15:31 Running org.eclipse.scout.rt.platform.util.XmlUtilityTest
18:15:31 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.eclipse.scout.rt.platform.util.XmlUtilityTest
18:15:31 Running org.eclipse.scout.rt.platform.util.collection.OrderedCollectionTest
18:15:31 Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec - in org.eclipse.scout.rt.platform.util.collection.OrderedCollectionTest
18:15:31 Running org.eclipse.scout.rt.platform.util.date.DateProviderTest
18:15:31 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.date.DateProviderTest
18:15:31 Running org.eclipse.scout.rt.platform.util.date.DateUtilityTest
18:15:34 Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.276 sec - in org.eclipse.scout.rt.platform.util.date.DateUtilityTest
18:15:34 Running org.eclipse.scout.rt.testing.platform.mock.BeanAnnotationsTest
18:15:34 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.testing.platform.mock.BeanAnnotationsTest
18:15:34 Running org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest
18:15:34 2020-04-12 22:15:34,115 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:15:34 2020-04-12 22:15:34,116 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:15:34 2020-04-12 22:15:34,116 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:15:34 2020-04-12 22:15:34,117 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:15:34 2020-04-12 22:15:34,117 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:15:34 2020-04-12 22:15:34,118 ERROR [main] org.eclipse.scout.rt.platform.exception.ExceptionHandler - TestException1:expected JUnit test exception - MDC[]
18:15:34 org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestException1: expected JUnit test exception
18:15:34 	at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.testCustomExceptionHandler(JUnitExceptionHandlerTest.java:92)
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.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:15:34 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:15:34 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:15:34 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
18:15:34 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:15:34 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:15:34 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
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.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:15:34 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:15:34 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
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 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest
18:15:34 Running org.eclipse.scout.rt.testing.platform.runner.MockBeanTest
18:15:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.testing.platform.runner.MockBeanTest
18:15:34 Running org.eclipse.scout.rt.testing.platform.runner.TimesClassLevelTest
18:15:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.platform.runner.TimesClassLevelTest
18:15:34 Running org.eclipse.scout.rt.testing.platform.runner.TimesMethodLevelTest
18:15:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.testing.platform.runner.TimesMethodLevelTest
18:15:34 Running org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedPlatformTestRunnerTest
18:15:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedPlatformTestRunnerTest
18:15:34 Running org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedTestRunnerExtensionTest
18:15:34 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedTestRunnerExtensionTest
18:15:34 Running org.eclipse.scout.rt.testing.platform.runner.parameterized.SampleParameterizedPlatformTest
18:15:34 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.testing.platform.runner.parameterized.SampleParameterizedPlatformTest
18:15:34 Running org.eclipse.scout.rt.testing.platform.runner.statement.ScheduledDescendantJobListenerPlatformTest
18:15:35 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.012 sec - in org.eclipse.scout.rt.testing.platform.runner.statement.ScheduledDescendantJobListenerPlatformTest
18:15:35 Running org.eclipse.scout.rt.testing.platform.util.BlockingCountDownLatchTest
18:15:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.005 sec - in org.eclipse.scout.rt.testing.platform.util.BlockingCountDownLatchTest
18:15:36 Running org.eclipse.scout.rt.testing.platform.util.ScoutAssertTest
18:15:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.platform.util.ScoutAssertTest
18:15:36 Running org.eclipse.scout.rt.testing.platform.util.concurrent.OptimisticLockTest
18:15:36 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:15:36 Running org.eclipse.scout.rt.testing.platform.util.concurrent.ThreadInterruptionTest
18:15:36 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.testing.platform.util.concurrent.ThreadInterruptionTest
18:15:36 Running org.eclipse.scout.rt.testing.platform.util.date.FixedDateProviderTest
18:15:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.testing.platform.util.date.FixedDateProviderTest
18:15:36 
18:15:36 Results :
18:15:36 
18:15:36 Tests run: 1398, Failures: 0, Errors: 0, Skipped: 4
18:15:36 
18:15:36 [INFO] 
18:15:36 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.platform.test ---
18:15:36 [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:15:36 [INFO] 
18:15:36 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.platform.test ---
18:15:36 [INFO] 
18:15:36 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.platform.test ---
18:15:36 [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:15:36 [INFO] 
18:15:36 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform.test ---
18:15:36 [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:15:36 [INFO] 
18:15:36 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform.test ---
18:15:36 [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:15:36 [INFO] 
18:15:36 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.platform.test ---
18:15:36 [INFO] Skipping duplicate-finder execution!
18:15:36 [INFO] 
18:15:36 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.platform.test ---
18:15:36 [INFO] Signature checking is skipped.
18:15:36 [INFO] 
18:15:36 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.platform.test ---
18:15:36 [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:15:36 [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:15:36 [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:15:36 [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:15:36 [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:15:36 [INFO] 
18:15:36 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared >----------
18:15:36 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared 6.0.300-SNAPSHOT [5/30]
18:15:36 [INFO] --------------------------------[ jar ]---------------------------------
18:15:36 [INFO] 
18:15:36 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.shared ---
18:15:36 [INFO] 
18:15:36 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared ---
18:15:36 [INFO] Skipping Rule Enforcement.
18:15:36 [INFO] 
18:15:36 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.shared ---
18:15:37 [INFO] 
18:15:37 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.shared ---
18:15: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.shared/../org.eclipse.scout.rt/target/jacoco-all.exec
18:15:37 [INFO] 
18:15:37 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.shared ---
18:15:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:15:37 [INFO] Copying 29 resources
18:15:37 [INFO] 
18:15:37 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.shared ---
18:15:37 [INFO] Changes detected - recompiling the module!
18:15:37 [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:15:38 [INFO] 
18:15:38 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.shared ---
18:15:38 [INFO] 
18:15:38 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.shared ---
18:15:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:15:38 [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:15:38 [INFO] 
18:15:38 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared ---
18:15:38 [INFO] No sources to compile
18:15:38 [INFO] 
18:15:38 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.shared ---
18:15:38 [INFO] No tests to run.
18:15:38 [INFO] 
18:15:38 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.shared ---
18:15:38 [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:15:38 [INFO] 
18:15:38 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.shared ---
18:15:38 [INFO] 
18:15:38 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.shared ---
18:15:38 [INFO] Skipping packaging of the test-jar
18:15:38 [INFO] 
18:15:38 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared ---
18:15:38 [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:15:38 [INFO] 
18:15:38 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared ---
18:15:38 [INFO] No sources in project. Archive not created.
18:15:38 [INFO] 
18:15:38 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.shared ---
18:15:38 [INFO] Skipping duplicate-finder execution!
18:15:38 [INFO] 
18:15:38 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.shared ---
18:15:38 [INFO] Signature checking is skipped.
18:15:38 [INFO] 
18:15:38 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.shared ---
18:15:38 [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:15:38 [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:15:38 [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:15:38 [INFO] 
18:15:38 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test >--------
18:15:38 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test 6.0.300-SNAPSHOT [6/30]
18:15:38 [INFO] --------------------------------[ jar ]---------------------------------
18:15:38 [INFO] 
18:15:38 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.shared.test ---
18:15:38 [INFO] 
18:15:38 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared.test ---
18:15:38 [INFO] Skipping Rule Enforcement.
18:15:38 [INFO] 
18:15:38 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.shared.test ---
18:15:39 [INFO] 
18:15:39 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.shared.test ---
18:15:39 [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:15:39 [INFO] 
18:15:39 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.shared.test ---
18:15:39 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:15:39 [INFO] Copying 1 resource
18:15:39 [INFO] 
18:15:39 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.shared.test ---
18:15:39 [INFO] Changes detected - recompiling the module!
18:15:39 [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:15:39 [INFO] 
18:15:39 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.shared.test ---
18:15:39 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:15:39 [INFO] Copying 9 resources
18:15:39 [INFO] 
18:15:39 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared.test ---
18:15:39 [INFO] Changes detected - recompiling the module!
18:15:39 [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:15:40 [INFO] 
18:15:40 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.shared.test ---
18:15:40 [INFO] 
18:15:40 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.shared.test ---
18:15:40 [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:15:40 
18:15:40 -------------------------------------------------------
18:15:40  T E S T S
18:15:40 -------------------------------------------------------
18:15:40 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:15:40 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:15:41 Running org.eclipse.scout.rt.shared.cache.BasicCacheTest
18:15:41 2020-04-12 22:15:41,670 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:41 2020-04-12 22:15:41,729 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 51.468209 ms - MDC[]
18:15:41 2020-04-12 22:15:41,883 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:15:41 2020-04-12 22:15:41,891 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 9 code type classes registered. - MDC[]
18:15:41 2020-04-12 22:15:41,892 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:15:41 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.577 sec - in org.eclipse.scout.rt.shared.cache.BasicCacheTest
18:15:41 Running org.eclipse.scout.rt.shared.cache.CacheBuilderTest
18:15:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec - in org.eclipse.scout.rt.shared.cache.CacheBuilderTest
18:15:42 Running org.eclipse.scout.rt.shared.cache.CacheRegistryServiceTest
18:15:42 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.shared.cache.CacheRegistryServiceTest
18:15:42 Running org.eclipse.scout.rt.shared.calendar.CalendarTest
18:15:42 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.eclipse.scout.rt.shared.calendar.CalendarTest
18:15:42 Running org.eclipse.scout.rt.shared.csv.CsvHelperTest
18:15:42 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.eclipse.scout.rt.shared.csv.CsvHelperTest
18:15:42 Running org.eclipse.scout.rt.shared.data.basic.table.AbstractTableRowDataTest
18:15:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.eclipse.scout.rt.shared.data.basic.table.AbstractTableRowDataTest
18:15:42 Running org.eclipse.scout.rt.shared.data.form.FormDataInjectionTest
18:15:42 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.shared.data.form.FormDataInjectionTest
18:15:42 Running org.eclipse.scout.rt.shared.data.form.FormDataTest
18:15:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.data.form.FormDataTest
18:15:42 Running org.eclipse.scout.rt.shared.data.form.FormDataUtilityTest
18:15:42 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.shared.data.form.FormDataUtilityTest
18:15:42 Running org.eclipse.scout.rt.shared.data.form.FormFieldDataTest
18:15:42 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.shared.data.form.FormFieldDataTest
18:15:42 Running org.eclipse.scout.rt.shared.data.form.fields.tablefield.TableFieldBeanDataTest
18:15:42 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.shared.data.form.fields.tablefield.TableFieldBeanDataTest
18:15:42 Running org.eclipse.scout.rt.shared.data.form.properties.FormDataPropertyTest
18:15:42 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.shared.data.form.properties.FormDataPropertyTest
18:15:42 Running org.eclipse.scout.rt.shared.data.model.DataModelAttributeTest
18:15:42 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec - in org.eclipse.scout.rt.shared.data.model.DataModelAttributeTest
18:15:42 Running org.eclipse.scout.rt.shared.data.model.DataModelUtilityTest
18:15:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 sec - in org.eclipse.scout.rt.shared.data.model.DataModelUtilityTest
18:15:42 Running org.eclipse.scout.rt.shared.extension.ExtensionChainTest
18:15:42 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.shared.extension.ExtensionChainTest
18:15:42 Running org.eclipse.scout.rt.shared.extension.service.common.code.CodeTypeAopTest
18:15:42 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.shared.extension.service.common.code.CodeTypeAopTest
18:15:42 Running org.eclipse.scout.rt.shared.mail.MailUtilityTest
18:15:42 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 sec - in org.eclipse.scout.rt.shared.mail.MailUtilityTest
18:15:42 Running org.eclipse.scout.rt.shared.notification.NotificationHandlerRegistryTest
18:15:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.eclipse.scout.rt.shared.notification.NotificationHandlerRegistryTest
18:15:42 Running org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest
18:15:42 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest
18:15:42 Running org.eclipse.scout.rt.shared.services.common.calendar.CalendarItemTest
18:15:42 Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.services.common.calendar.CalendarItemTest
18:15:42 Running org.eclipse.scout.rt.shared.services.common.code.CodeRowTest
18:15:42 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:15:42 Running org.eclipse.scout.rt.shared.services.common.code.CodeServiceTest
18:15:42 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeServiceTest
18:15:42 Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeClassInventoryTest
18:15:42 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:15:42 Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrationTest
18:15:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrationTest
18:15:42 Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeTest
18:15:43 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:15:43 Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeWithAddRemoveCodeTest
18:15:43 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeWithAddRemoveCodeTest
18:15:43 Running org.eclipse.scout.rt.shared.services.common.jdbc.SearchFilterTest
18:15:43 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:15:43 Running org.eclipse.scout.rt.shared.services.common.prefs.PreferencesTest
18:15:43 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.shared.services.common.prefs.PreferencesTest
18:15:43 Running org.eclipse.scout.rt.shared.services.common.security.SharedAccessControlServiceTest
18:15:43 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.shared.services.common.security.SharedAccessControlServiceTest
18:15:43 Running org.eclipse.scout.rt.shared.services.lookup.CodeLookupCallTest
18:15:43 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.shared.services.lookup.CodeLookupCallTest
18:15:43 Running org.eclipse.scout.rt.shared.services.lookup.LocalLookupCallTest
18:15:43 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.shared.services.lookup.LocalLookupCallTest
18:15:43 Running org.eclipse.scout.rt.shared.services.lookup.LookupRowTest
18:15:43 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.shared.services.lookup.LookupRowTest
18:15:43 Running org.eclipse.scout.rt.shared.servicetunnel.BinaryServiceTunnelContentHandlerTest
18:15:43 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.shared.servicetunnel.BinaryServiceTunnelContentHandlerTest
18:15:43 Running org.eclipse.scout.rt.shared.servicetunnel.LenientPermissionWrapperTest
18:15:43 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.eclipse.scout.rt.shared.servicetunnel.LenientPermissionWrapperTest
18:15:43 Running org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest
18:15:43 2020-04-12 22:15:43,141 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:15:43 2020-04-12 22:15:43,147 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:15:43 2020-04-12 22:15:43,148 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:15:43 2020-04-12 22:15:43,149 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:15:43 2020-04-12 22:15:43,150 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:15:43 2020-04-12 22:15:43,150 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:15:43 2020-04-12 22:15:43,151 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:15:43 2020-04-12 22:15:43,152 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:15:43 2020-04-12 22:15:43,153 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:15:43 2020-04-12 22:15:43,153 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:15:43 2020-04-12 22:15:43,154 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:15:43 2020-04-12 22:15:43,155 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener - Tunnel to server proxies registered. - MDC[]
18:15:43 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest
18:15:43 Running org.eclipse.scout.rt.shared.servicetunnel.SoapServiceTunnelContentHandlerTest
18:15:43 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.shared.servicetunnel.SoapServiceTunnelContentHandlerTest
18:15:43 Running org.eclipse.scout.rt.shared.servicetunnel.http.DefaultAuthTokenTest
18:15:43 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in org.eclipse.scout.rt.shared.servicetunnel.http.DefaultAuthTokenTest
18:15:43 Running org.eclipse.scout.rt.shared.servicetunnel.http.HttpServiceTunnelTest
18:15:43 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.eclipse.scout.rt.shared.servicetunnel.http.HttpServiceTunnelTest
18:15:43 Running org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstallerTest
18:15:43 2020-04-12 22:15:43,294 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Successfully installed java.net.CookieManager@433b546f (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@9de1b85) - MDC[]
18:15:43 2020-04-12 22:15:43,302 WARN  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Overriding pre-installed cookie handler: Mock for CookieHandler, hashCode: 1465656305 - MDC[]
18:15:43 2020-04-12 22:15:43,303 WARN  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Overriding pre-installed cookie handler: Mock for CookieManager, hashCode: 1660409789 (Cookie store: null) - MDC[]
18:15:43 2020-04-12 22:15:43,334 WARN  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Overriding pre-installed cookie handler: Mock for CookieManager, hashCode: 1660409789 (Cookie store: Mock for CookieStore, hashCode: 1774995948) - MDC[]
18:15:43 2020-04-12 22:15:43,338 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Don't overriding already installed MultiSessionCookieStore cookie handler from same deployment: java.net.CookieManager@433b546f (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@9de1b85) - MDC[]
18:15:43 2020-04-12 22:15:43,338 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Successfully uninstalled java.net.CookieManager@433b546f (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@9de1b85) - MDC[]
18:15:43 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstallerTest
18:15:43 Running org.eclipse.scout.rt.shared.session.SessionDataTest
18:15:43 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.shared.session.SessionDataTest
18:15:43 Running org.eclipse.scout.rt.shared.text.HTMLTextTest
18:15:43 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.text.HTMLTextTest
18:15:43 Running org.eclipse.scout.rt.shared.text.TextsTest
18:15:43 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.shared.text.TextsTest
18:15:43 Running org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest
18:15:43 2020-04-12 22:15:43,367 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent:  - MDC[]
18:15:43 org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
18:15:43 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
18:15:43 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94)
18:15:43 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest.testEmptyId(DefaultUserAgentParserTest.java:27)
18:15:43 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:43 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:43 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:43 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:43 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:15:43 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:15:43 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:15:43 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:15:43 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
18:15:43 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:15:43 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:15:43 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:15:43 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:15:43 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:15:43 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:15:43 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:15:43 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:15:43 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:15:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:15:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:15:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:15:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:15:43 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:15:43 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:15:43 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:15:43 2020-04-12 22:15:43,368 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:15:43 org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
18:15:43 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
18:15:43 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94)
18:15:43 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest.testInvalidId(DefaultUserAgentParserTest.java:21)
18:15:43 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:43 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:43 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:43 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:43 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:15:43 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:15:43 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:15:43 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:15:43 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
18:15:43 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:15:43 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:15:43 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:15:43 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:15:43 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:15:43 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:15:43 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:15:43 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:15:43 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:15:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:15:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:15:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:15:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:15:43 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:15:43 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:15:43 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:15:43 2020-04-12 22:15:43,369 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:15:43 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest
18:15:43 Running org.eclipse.scout.rt.shared.ui.UserAgentTest
18:15:43 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.shared.ui.UserAgentTest
18:15:43 
18:15:43 Results :
18:15:43 
18:15:43 Tests run: 220, Failures: 0, Errors: 0, Skipped: 0
18:15:43 
18:15:43 [INFO] 
18:15:43 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.shared.test ---
18:15:43 [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:15:43 [INFO] 
18:15:43 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.shared.test ---
18:15:43 [INFO] 
18:15:43 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.shared.test ---
18:15:43 [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:15:43 [INFO] 
18:15:43 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared.test ---
18:15:43 [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:15:43 [INFO] 
18:15:43 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared.test ---
18:15:43 [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:15:43 [INFO] 
18:15:43 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.shared.test ---
18:15:43 [INFO] Skipping duplicate-finder execution!
18:15:43 [INFO] 
18:15:43 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.shared.test ---
18:15:43 [INFO] Signature checking is skipped.
18:15:43 [INFO] 
18:15:43 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.shared.test ---
18:15:43 [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:15:43 [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:15:43 [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:15:43 [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:15:43 [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:15:43 [INFO] 
18:15:43 [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons >------
18:15:43 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons 6.0.300-SNAPSHOT [7/30]
18:15:43 [INFO] --------------------------------[ jar ]---------------------------------
18:15:43 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:15:43 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:15:43 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:15:44 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:15:44 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 520 kB/s)
18:15:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/java/jvnet-parent/3/jvnet-parent-3.pom
18:15:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom
18:15: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/java/jvnet-parent/3/jvnet-parent-3.pom
18:15:44 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom
18:15:44 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 282 kB/s)
18:15:44 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:15:44 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:15: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/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
18:15:44 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:15:45 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 833 kB/s)
18:15:45 [INFO] 
18:15:45 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.commons ---
18:15:45 [INFO] 
18:15:45 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons ---
18:15:45 [INFO] Skipping Rule Enforcement.
18:15:45 [INFO] 
18:15:45 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.commons ---
18:15:45 [INFO] 
18:15:45 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.commons ---
18:15: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.server.commons/../org.eclipse.scout.rt/target/jacoco-all.exec
18:15:45 [INFO] 
18:15:45 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.commons ---
18:15:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:15:45 [INFO] Copying 1 resource
18:15:45 [INFO] 
18:15:45 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.commons ---
18:15:45 [INFO] Changes detected - recompiling the module!
18:15:45 [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:15:46 [INFO] 
18:15:46 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.commons ---
18:15:46 [INFO] 
18:15:46 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons ---
18:15:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:15:46 [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:15:46 [INFO] 
18:15:46 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons ---
18:15:46 [INFO] No sources to compile
18:15:46 [INFO] 
18:15:46 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.commons ---
18:15:46 [INFO] No tests to run.
18:15:46 [INFO] 
18:15:46 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.commons ---
18:15:46 [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:15:46 [INFO] 
18:15:46 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.commons ---
18:15:46 [INFO] 
18:15:46 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons ---
18:15:46 [INFO] Skipping packaging of the test-jar
18:15:46 [INFO] 
18:15:46 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons ---
18:15:46 [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:15:46 [INFO] 
18:15:46 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons ---
18:15:46 [INFO] No sources in project. Archive not created.
18:15:46 [INFO] 
18:15:46 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.commons ---
18:15:46 [INFO] Skipping duplicate-finder execution!
18:15:46 [INFO] 
18:15:46 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.commons ---
18:15:46 [INFO] Signature checking is skipped.
18:15:46 [INFO] 
18:15:46 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.commons ---
18:15:46 [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:15:46 [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:15:46 [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:15:46 [INFO] 
18:15:46 [INFO] ---< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test >----
18:15:46 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test 6.0.300-SNAPSHOT [8/30]
18:15:46 [INFO] --------------------------------[ jar ]---------------------------------
18:15:46 [INFO] 
18:15:46 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.commons.test ---
18:15:46 [INFO] 
18:15:46 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons.test ---
18:15:46 [INFO] Skipping Rule Enforcement.
18:15:46 [INFO] 
18:15:46 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.commons.test ---
18:15:46 [INFO] 
18:15:46 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.commons.test ---
18:15:46 [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:15:46 [INFO] 
18:15:46 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.commons.test ---
18:15:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:15:46 [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:15:46 [INFO] 
18:15:46 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.commons.test ---
18:15:46 [INFO] No sources to compile
18:15:46 [INFO] 
18:15:46 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons.test ---
18:15:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:15:46 [INFO] Copying 1 resource
18:15:46 [INFO] 
18:15:46 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons.test ---
18:15:46 [INFO] Changes detected - recompiling the module!
18:15:46 [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:15:47 [INFO] 
18:15:47 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.commons.test ---
18:15:47 [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:15:47 
18:15:47 -------------------------------------------------------
18:15:47  T E S T S
18:15:47 -------------------------------------------------------
18:15:47 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:15:47 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:15:47 Running org.eclipse.scout.rt.server.commons.FileUtilityMimeTypeTest
18:15:48 2020-04-12 22:15:48,374 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:48 2020-04-12 22:15:48,429 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 46.417339 ms - MDC[]
18:15:48 2020-04-12 22:15:48,576 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:15:48 2020-04-12 22:15:48,579 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
18:15:48 2020-04-12 22:15:48,579 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:15:48 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.748 sec - in org.eclipse.scout.rt.server.commons.FileUtilityMimeTypeTest
18:15:48 Running org.eclipse.scout.rt.server.commons.cache.CacheElementTest
18:15:48 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.commons.cache.CacheElementTest
18:15:48 Running org.eclipse.scout.rt.server.commons.cache.StickySessionCacheStoreServiceTest
18:15:48 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec - in org.eclipse.scout.rt.server.commons.cache.StickySessionCacheStoreServiceTest
18:15:48 Running org.eclipse.scout.rt.server.commons.context.ServletRunContextChainTest
18:15:48 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.commons.context.ServletRunContextChainTest
18:15:48 Running org.eclipse.scout.rt.server.commons.context.ServletRunContextTest
18:15:48 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.server.commons.context.ServletRunContextTest
18:15:48 Running org.eclipse.scout.rt.server.commons.servlet.ServletExceptionTranslatorTest
18:15:48 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.server.commons.servlet.ServletExceptionTranslatorTest
18:15:48 
18:15:48 Results :
18:15:48 
18:15:48 Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
18:15:48 
18:15:48 [INFO] 
18:15:48 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.commons.test ---
18:15:48 [WARNING] JAR will be empty - no content was marked for inclusion!
18:15:48 [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:15:48 [INFO] 
18:15:48 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.commons.test ---
18:15:48 [INFO] 
18:15:48 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons.test ---
18:15:48 [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:15:48 [INFO] 
18:15:48 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons.test ---
18:15:48 [INFO] No sources in project. Archive not created.
18:15:48 [INFO] 
18:15:48 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons.test ---
18:15:48 [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:15:48 [INFO] 
18:15:48 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.commons.test ---
18:15:48 [INFO] Skipping duplicate-finder execution!
18:15:48 [INFO] 
18:15:48 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.commons.test ---
18:15:48 [INFO] Signature checking is skipped.
18:15:48 [INFO] 
18:15:48 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.commons.test ---
18:15:48 [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:15:48 [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:15:48 [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:15:48 [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:15:48 [INFO] 
18:15:48 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.server >----------
18:15:48 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server 6.0.300-SNAPSHOT [9/30]
18:15:48 [INFO] --------------------------------[ jar ]---------------------------------
18:15:48 [INFO] 
18:15:48 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server ---
18:15:48 [INFO] 
18:15:48 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server ---
18:15:48 [INFO] Skipping Rule Enforcement.
18:15:48 [INFO] 
18:15:48 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server ---
18:15:49 [INFO] 
18:15:49 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server ---
18:15:49 [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:15:49 [INFO] 
18:15:49 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server ---
18:15:49 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:15:49 [INFO] Copying 1 resource
18:15:49 [INFO] 
18:15:49 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server ---
18:15:49 [INFO] Changes detected - recompiling the module!
18:15:49 [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:15:50 [INFO] 
18:15:50 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server ---
18:15:50 [INFO] 
18:15:50 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server ---
18:15:50 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:15:50 [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:15:50 [INFO] 
18:15:50 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server ---
18:15:50 [INFO] No sources to compile
18:15:50 [INFO] 
18:15:50 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server ---
18:15:50 [INFO] No tests to run.
18:15:50 [INFO] 
18:15:50 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server ---
18:15:50 [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:15:50 [INFO] 
18:15:50 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server ---
18:15:50 [INFO] 
18:15:50 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server ---
18:15:50 [INFO] Skipping packaging of the test-jar
18:15:50 [INFO] 
18:15:50 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server ---
18:15:50 [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:15:50 [INFO] 
18:15:50 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server ---
18:15:50 [INFO] No sources in project. Archive not created.
18:15:50 [INFO] 
18:15:50 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server ---
18:15:50 [INFO] Skipping duplicate-finder execution!
18:15:50 [INFO] 
18:15:50 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server ---
18:15:50 [INFO] Signature checking is skipped.
18:15:50 [INFO] 
18:15:50 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server ---
18:15:50 [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:15:50 [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:15:50 [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:15:50 [INFO] 
18:15:50 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.test >--------
18:15:50 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.test 6.0.300-SNAPSHOT [10/30]
18:15:50 [INFO] --------------------------------[ jar ]---------------------------------
18:15:50 [INFO] 
18:15:50 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.test ---
18:15:50 [INFO] 
18:15:50 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.test ---
18:15:50 [INFO] Skipping Rule Enforcement.
18:15:50 [INFO] 
18:15:50 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.test ---
18:15:51 [INFO] 
18:15:51 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.test ---
18:15:51 [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:15:51 [INFO] 
18:15:51 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.test ---
18:15:51 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:15:51 [INFO] Copying 1 resource
18:15:51 [INFO] 
18:15:51 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.test ---
18:15:51 [INFO] Changes detected - recompiling the module!
18:15:51 [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:15:51 [INFO] 
18:15:51 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.test ---
18:15:51 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:15:51 [INFO] Copying 2 resources
18:15:51 [INFO] 
18:15:51 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.test ---
18:15:51 [INFO] Changes detected - recompiling the module!
18:15:51 [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:15:51 [INFO] 
18:15:51 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.test ---
18:15:51 [INFO] 
18:15:51 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.test ---
18:15:51 [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:15:51 
18:15:51 -------------------------------------------------------
18:15:51  T E S T S
18:15:51 -------------------------------------------------------
18:15:51 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:15:51 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:15:52 Running org.eclipse.scout.rt.server.AbstractServerSessionTest
18:15:52 2020-04-12 22:15:52,754 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:52 2020-04-12 22:15:52,789 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 27.314465 ms - MDC[]
18:15:53 2020-04-12 22:15:53,030 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:15:53 2020-04-12 22:15:53,039 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 2 code type classes registered. - MDC[]
18:15:53 2020-04-12 22:15:53,040 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:15:53 2020-04-12 22:15:53,166 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@63c12e52[id = 2fa24a51-5c96-4a5b-acda-ea01c81d0605], user=john] - MDC[principal=john]
18:15:53 2020-04-12 22:15:53,211 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@15405bd6[id = cef6a100-5b64-4178-86f1-d035427443a0], user=john] - MDC[principal=john]
18:15:53 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.784 sec - in org.eclipse.scout.rt.server.AbstractServerSessionTest
18:15:53 Running org.eclipse.scout.rt.server.PiggyBackClientNotificationTest
18:15:53 2020-04-12 22:15:53,402 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent: null - MDC[]
18:15:53 org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
18:15:53 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
18:15:53 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94)
18:15:53 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:103)
18:15:53 	at org.eclipse.scout.rt.server.ServiceTunnelServlet.doPost(ServiceTunnelServlet.java:148)
18:15:53 	at org.eclipse.scout.rt.server.PiggyBackClientNotificationTest.testPiggyBack(PiggyBackClientNotificationTest.java:68)
18:15:53 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:53 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:53 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:53 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:53 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:15:53 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:15:53 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:15:53 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:15:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:15:53 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
18:15:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:15:53 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:333)
18:15:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:15:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
18:15:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:15:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:15:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:15:53 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:15:53 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:15:53 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:15:53 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:15:53 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:15:53 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:15:53 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:15:53 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:15:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:15:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:15:53 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:15:53 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:15:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:15:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:15:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:15:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:15:53 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:15:53 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:15:53 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:15:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 sec - in org.eclipse.scout.rt.server.PiggyBackClientNotificationTest
18:15:53 Running org.eclipse.scout.rt.server.ServerSessionListenerTest
18:15:53 2020-04-12 22:15:53,439 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@2b999ee8[id = ], user=null] - MDC[]
18:15:53 2020-04-12 22:15:53,447 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@77083e41[id = ], user=null] - MDC[]
18:15:53 2020-04-12 22:15:53,449 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session stopped [session=org.eclipse.scout.rt.server.TestServerSession@77083e41[id = ], user=null] - MDC[]
18:15:53 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.server.ServerSessionListenerTest
18:15:53 Running org.eclipse.scout.rt.server.ServiceOperationInvokerTest
18:15:53 2020-04-12 22:15:53,462 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:15:53 2020-04-12 22:15:53,477 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:15:53 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.server.ServiceOperationInvokerTest
18:15:53 Running org.eclipse.scout.rt.server.ServiceTunnelServletTest
18:15:53 2020-04-12 22:15:53,480 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@307cf964[id = 69ace48b-15d2-442e-9ab1-45c5471a134e], user=default] - MDC[principal=default]
18:15:53 2020-04-12 22:15:53,553 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@5e2a6991[id = testSessionId], user=default] - MDC[principal=default]
18:15:55 2020-04-12 22:15:55,606 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@1e120628[id = testid], user=default] - MDC[principal=default]
18:15:55 2020-04-12 22:15:55,615 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent: null - MDC[principal=default]
18:15:55 org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
18:15:55 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
18:15:55 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94)
18:15:55 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:103)
18:15:55 	at org.eclipse.scout.rt.server.ServiceTunnelServlet.doPost(ServiceTunnelServlet.java:148)
18:15:55 	at org.eclipse.scout.rt.server.ServiceTunnelServletTest.testPostSuccessful(ServiceTunnelServletTest.java:191)
18:15:55 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:55 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:55 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:55 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:55 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:15:55 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:15:55 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:15:55 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:15:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:15:55 	at org.eclipse.scout.rt.testing.server.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
18:15:55 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
18:15:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:15:55 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:333)
18:15:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:15:55 	at org.eclipse.scout.rt.testing.server.runner.ServerSafeStatementInvoker.run(ServerSafeStatementInvoker.java:31)
18:15:55 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:15:55 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:15:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:55 	at org.eclipse.scout.rt.server.context.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:80)
18:15:55 	at org.eclipse.scout.rt.server.context.TransactionProcessor.intercept(TransactionProcessor.java:55)
18:15:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:55 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:55 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
18:15:55 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
18:15:55 	at org.eclipse.scout.rt.testing.server.runner.statement.ServerRunContextStatement.evaluateWithServerRunContext(ServerRunContextStatement.java:79)
18:15:55 	at org.eclipse.scout.rt.testing.server.runner.statement.ServerRunContextStatement.evaluate(ServerRunContextStatement.java:52)
18:15:55 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:37)
18:15:55 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:15:55 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:15:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:55 	at org.eclipse.scout.rt.server.context.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:80)
18:15:55 	at org.eclipse.scout.rt.server.context.TransactionProcessor.intercept(TransactionProcessor.java:55)
18:15:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:55 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:55 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
18:15:55 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
18:15:55 	at org.eclipse.scout.rt.testing.server.runner.statement.ClientNotificationsStatement.evaluate(ClientNotificationsStatement.java:46)
18:15:55 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:37)
18:15:55 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:15:55 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:15:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:55 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
18:15:55 	at java.security.AccessController.doPrivileged(Native Method)
18:15:55 	at javax.security.auth.Subject.doAs(Subject.java:422)
18:15:55 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
18:15:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:55 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:55 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
18:15:55 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
18:15:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:62)
18:15:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:15:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:15:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:15:55 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:37)
18:15:55 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:15:55 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:15:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:15:55 	at org.eclipse.scout.rt.server.context.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:80)
18:15:55 	at org.eclipse.scout.rt.server.context.TransactionProcessor.intercept(TransactionProcessor.java:55)
18:15:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:15:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:15:55 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:15:55 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
18:15:55 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
18:15:55 	at org.eclipse.scout.rt.testing.server.runner.statement.ClearServerRunContextStatement.evaluate(ClearServerRunContextStatement.java:34)
18:15:55 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:15:55 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:15:55 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:15:55 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:15:55 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:15:55 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:15:55 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:15:55 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:15:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:15:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:15:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:15:55 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:15:55 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:15:55 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:15:55 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:15:55 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:15:55 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:15:55 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:15:55 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:15:55 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.143 sec - in org.eclipse.scout.rt.server.ServiceTunnelServletTest
18:15:55 Running org.eclipse.scout.rt.server.admin.inspector.SessionInspectorTest
18:15:55 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.server.admin.inspector.SessionInspectorTest
18:15:55 Running org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMapTest
18:15:55 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMapTest
18:15:55 Running org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMapTest
18:15:55 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMapTest
18:15:55 Running org.eclipse.scout.rt.server.cache.InvalidateCacheNofificationCoalescerTest
18:15:55 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.cache.InvalidateCacheNofificationCoalescerTest
18:15:55 Running org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueueTest
18:15:55 2020-04-12 22:15:55,886 WARN  [main] org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueue - Notification queue capacity reached. Remove oldest 1 notification messages. - MDC[]
18:15:56 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 sec - in org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueueTest
18:15:56 Running org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistryTest
18:15:57 Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.47 sec - in org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistryTest
18:15:57 Running org.eclipse.scout.rt.server.clientnotification.TransactionalClientNotificationCollectorTest
18:15:57 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.clientnotification.TransactionalClientNotificationCollectorTest
18:15:57 Running org.eclipse.scout.rt.server.context.RunMonitorCancelRegistryTest
18:15:57 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.context.RunMonitorCancelRegistryTest
18:15:57 Running org.eclipse.scout.rt.server.context.ServerRunContextChainTest
18:15:57 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.context.ServerRunContextChainTest
18:15:57 Running org.eclipse.scout.rt.server.context.ServerRunContextProducerTest
18:15:57 2020-04-12 22:15:57,606 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@7606bd03[id = dbbd66d6-b078-405f-b838-a464a7526382], user=alpha] - MDC[principal=alpha]
18:15:57 2020-04-12 22:15:57,609 INFO  [scout-thread-24] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@24a5fd2b[id = 7f3fd946-8058-418e-9731-2a674bb78847], user=beta] - MDC[principal=beta, jobName=org.eclipse.scout.rt.server.context.ServerRunContextProducerTest$1]
18:15:57 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.server.context.ServerRunContextProducerTest
18:15:57 Running org.eclipse.scout.rt.server.context.ServerRunContextTest
18:15:57 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.context.ServerRunContextTest
18:15:57 Running org.eclipse.scout.rt.server.context.TransactionProcessorTest
18:15:57 java.lang.RuntimeException: Expected JUnit exception
18:15:57 	at org.eclipse.scout.rt.server.context.TransactionProcessorTest.testRequiresNewWithExistingTransactionAndError(TransactionProcessorTest.java:283)
18:15:57 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:57 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:57 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:57 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:57 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:15:57 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:15:57 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:15:57 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:333)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:15:57 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:15:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:15:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:15:57 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:15:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:15:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:15:57 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:15:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:15:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:15:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:15:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:15:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:15:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:15:57 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:15:57 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:15:57 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:15:57 2020-04-12 22:15:57,650 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$$43132369@734fbae3] - MDC[]
18:15:57 java.lang.RuntimeException: Expected JUnit exception
18:15:57 	at org.eclipse.scout.rt.server.context.TransactionProcessorTest.testRequiresNewWithoutExistingTransactionAndErrorOnCommit(TransactionProcessorTest.java:217)
18:15:57 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:57 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:57 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:57 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:57 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:15:57 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:15:57 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:15:57 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:333)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:15:57 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:15:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:15:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:15:57 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:15:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:15:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:15:57 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:15:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:15:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:15:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:15:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:15:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:15:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:15:57 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:15:57 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:15:57 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:15:57 2020-04-12 22:15:57,658 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$$43132369@2326180c] - MDC[]
18:15:57 java.lang.RuntimeException: Expected JUnit exception
18:15:57 	at org.eclipse.scout.rt.server.context.TransactionProcessorTest.testRequiredWithoutExistingTransactionAndErrorOnCommit(TransactionProcessorTest.java:381)
18:15:57 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:15:57 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:15:57 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:15:57 	at java.lang.reflect.Method.invoke(Method.java:498)
18:15:57 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:15:57 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:15:57 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:15:57 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:312)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:333)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:15:57 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:15:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:15:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:15:57 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:15:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:15:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:15:57 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:15:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:15:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:15:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:15:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:15:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:15:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:15:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:15:57 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:15:57 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:15:57 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:15:57 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.eclipse.scout.rt.server.context.TransactionProcessorTest
18:15:57 Running org.eclipse.scout.rt.server.job.filter.event.SessionJobEventFilterTest
18:15:57 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.server.job.filter.event.SessionJobEventFilterTest
18:15:57 Running org.eclipse.scout.rt.server.job.filter.future.ServerRunContextFutureFilterTest
18:15:57 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.eclipse.scout.rt.server.job.filter.future.ServerRunContextFutureFilterTest
18:15:57 Running org.eclipse.scout.rt.server.job.filter.future.SessionFutureFilterTest
18:15:57 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.job.filter.future.SessionFutureFilterTest
18:15:57 Running org.eclipse.scout.rt.server.notification.NotificationCoalescerTest
18:15:57 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.server.notification.NotificationCoalescerTest
18:15:57 Running org.eclipse.scout.rt.server.scheduler.SchedulerTest
18:15:57 2020-04-12 22:15:57,752 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@5112b7[id = 431fc646-9115-4ea2-bf2d-bfbce693b4bd], user=john] - MDC[principal=john]
18:15:57 2020-04-12 22:15:57,758 INFO  [main] org.eclipse.scout.rt.server.scheduler.AbstractScheduler - job [groupId.job-1] triggered at TickSignal[12.04.2020 22:15:57 dayOfWeek=7 dayOfMonthReverse=18 week=16 dayOfYear=103] - MDC[principal=john]
18:15:57 2020-04-12 22:15:57,762 INFO  [Scheduler.Dispatcher] org.eclipse.scout.rt.server.scheduler.AbstractScheduler - scheduler started - MDC[principal=john]
18:15:57 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.server.scheduler.SchedulerTest
18:15:57 Running org.eclipse.scout.rt.server.services.RemoteServiceAccessTest
18:15:57 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.server.services.RemoteServiceAccessTest
18:15:57 Running org.eclipse.scout.rt.server.services.ServiceWithSessionInterceptorTest
18:15:57 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.services.ServiceWithSessionInterceptorTest
18:15:57 Running org.eclipse.scout.rt.server.services.common.clustersync.ClientNotificationClusterNotificationTest
18:15:57 2020-04-12 22:15:57,777 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@6f986501[id = 81c4f36d-9ca6-4d53-b274-6427424c8c65], user=system] - MDC[principal=system]
18:15:58 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 sec - in org.eclipse.scout.rt.server.services.common.clustersync.ClientNotificationClusterNotificationTest
18:15:58 Running org.eclipse.scout.rt.server.services.common.clustersync.ClusterNodeStatusInfoTest
18:15:58 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.server.services.common.clustersync.ClusterNodeStatusInfoTest
18:15:58 Running org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationServiceTest
18:15:58 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationServiceTest
18:15:58 Running org.eclipse.scout.rt.server.services.common.code.CodeServiceTest
18:15:58 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.eclipse.scout.rt.server.services.common.code.CodeServiceTest
18:15:58 Running org.eclipse.scout.rt.server.services.common.code.CodeTypeNotificationCoalescerTest
18:15:58 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.services.common.code.CodeTypeNotificationCoalescerTest
18:15:58 Running org.eclipse.scout.rt.server.services.common.security.AccessControlServiceTest
18:15:58 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:15:58 Running org.eclipse.scout.rt.server.services.common.security.PermissionServiceTest
18:15:58 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.server.services.common.security.PermissionServiceTest
18:15:58 Running org.eclipse.scout.rt.server.services.lookup.BatchLookupTest
18:15:58 2020-04-12 22:15:58,638 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:15:58 2020-04-12 22:15:58,666 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:15:58 2020-04-12 22:15:58,681 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:15:58 2020-04-12 22:15:58,695 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:15:58 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec - in org.eclipse.scout.rt.server.services.lookup.BatchLookupTest
18:15:58 Running org.eclipse.scout.rt.server.services.lookup.BatchNormalizerTest
18:15:58 2020-04-12 22:15:58,749 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:15:58 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.server.services.lookup.BatchNormalizerTest
18:15:58 Running org.eclipse.scout.rt.server.session.ServerSessionCacheTest
18:15:58 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.server.session.ServerSessionCacheTest
18:15:58 Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest
18:15:58 2020-04-12 22:15:58,787 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@6cc8da1c[id = daed164e-c8e4-4a75-8e4d-cf73abd69632], user=anna] - MDC[principal=anna]
18:15:58 2020-04-12 22:15:58,788 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@671da0f9[id = b27d8e91-f262-469d-ae8f-905d762ac0bb], user=anna] - MDC[principal=anna]
18:15:58 2020-04-12 22:15:58,790 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@6e7e0259[id = 93a69823-ea8c-4c0f-8591-3b349979e785], user=anna] - MDC[principal=anna]
18:15:58 2020-04-12 22:15:58,791 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession2@7b598d05[id = f2647e9c-e975-4a11-8dab-7edca4e55ab7], user=anna] - MDC[principal=anna]
18:15:58 2020-04-12 22:15:58,792 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@b32e983[id = d7934fda-1e28-426b-b161-579509951697], user=anna] - MDC[principal=anna]
18:15:58 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest
18:15:58 Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest
18:15:58 2020-04-12 22:15:58,794 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest$JUnitServerSession@5be7b749[id = 8f746068-e94c-4fd4-9ded-948b78e5fe0e], user=anna] - MDC[principal=anna]
18:15:58 2020-04-12 22:15:58,796 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest$JUnitServerSession@269308cc[id = f373c76e-a3d5-4425-9a07-93d21d50db29], user=john] - MDC[principal=john]
18:15:58 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest
18:15:58 Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest
18:15:58 2020-04-12 22:15:58,831 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest$JUnitServerSession@5560b64d[id = e89d3ec8-f798-4344-8181-862f7a8c7ca2], user=anna] - MDC[principal=anna]
18:15:58 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest
18:15:58 Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTest
18:15:58 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTest
18:15:58 Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTransactionTest
18:15:58 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTransactionTest
18:15:58 Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTransactionTest
18:15:58 2020-04-12 22:15:58,960 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@356341c9[id = 2529388d-fe50-4a3d-9485-dde7c139f70e], user=anna] - MDC[principal=anna]
18:15:58 2020-04-12 22:15:58,969 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:15:58 2020-04-12 22:15:58,976 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:15:58 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTransactionTest
18:15:58 Running org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTest
18:15:58 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTest
18:15:58 Running org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest
18:15:59 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest
18:15:59 Running org.eclipse.scout.rt.testing.server.runner.parameterized.SampleParameterizedServerTest
18:15:59 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.server.runner.parameterized.SampleParameterizedServerTest
18:15:59 
18:15:59 Results :
18:15:59 
18:15:59 Tests run: 185, Failures: 0, Errors: 0, Skipped: 0
18:15:59 
18:15:59 [INFO] 
18:15:59 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.test ---
18:15:59 [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:15:59 [INFO] 
18:15:59 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.test ---
18:15:59 [INFO] 
18:15:59 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.test ---
18:15:59 [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:15:59 [INFO] 
18:15:59 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.test ---
18:15:59 [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:15:59 [INFO] 
18:15:59 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.test ---
18:15:59 [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:15:59 [INFO] 
18:15:59 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.test ---
18:15:59 [INFO] Skipping duplicate-finder execution!
18:15:59 [INFO] 
18:15:59 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.test ---
18:15:59 [INFO] Signature checking is skipped.
18:15:59 [INFO] 
18:15:59 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.test ---
18:15:59 [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:15:59 [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:15:59 [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:15:59 [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:15:59 [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:15:59 [INFO] 
18:15:59 [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms >--------
18:15:59 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms 6.0.300-SNAPSHOT [11/30]
18:15:59 [INFO] --------------------------------[ jar ]---------------------------------
18:15:59 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:15:59 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: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/javax/jms/jms-api/1.1-rev-1/jms-api-1.1-rev-1.pom
18:15:59 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:15:59 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 41 kB/s)
18:15:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/api/api/1/api-1.pom
18:15:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/glassfish/api/api/1/api-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/glassfish/api/api/1/api-1.pom
18:16:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/api/api/1/api-1.pom
18:16:00 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 101 kB/s)
18:16:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/pom/2/pom-2.pom
18:16:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/glassfish/pom/2/pom-2.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/org/glassfish/pom/2/pom-2.pom
18:16:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pom/2/pom-2.pom
18:16:00 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 184 kB/s)
18:16:00 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:16:00 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: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/javax/jms/jms-api/1.1-rev-1/jms-api-1.1-rev-1.jar
18:16:00 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:16:00 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 611 kB/s)
18:16:00 [INFO] 
18:16:00 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jms ---
18:16:00 [INFO] 
18:16:00 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jms ---
18:16:00 [INFO] Skipping Rule Enforcement.
18:16:00 [INFO] 
18:16:00 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jms ---
18:16:01 [INFO] 
18:16:01 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jms ---
18:16:01 [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:16:01 [INFO] 
18:16:01 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jms ---
18:16:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:16:01 [INFO] Copying 1 resource
18:16:01 [INFO] 
18:16:01 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jms ---
18:16:01 [INFO] Changes detected - recompiling the module!
18:16:01 [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:16:01 [INFO] 
18:16:01 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jms ---
18:16:01 [INFO] 
18:16:01 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jms ---
18:16:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:16:01 [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:16:01 [INFO] 
18:16:01 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jms ---
18:16:01 [INFO] No sources to compile
18:16:01 [INFO] 
18:16:01 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jms ---
18:16:01 [INFO] No tests to run.
18:16:01 [INFO] 
18:16:01 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jms ---
18:16:01 [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:16:01 [INFO] 
18:16:01 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jms ---
18:16:01 [INFO] 
18:16:01 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jms ---
18:16:01 [INFO] Skipping packaging of the test-jar
18:16:01 [INFO] 
18:16:01 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jms ---
18:16:01 [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:16:01 [INFO] 
18:16:01 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jms ---
18:16:01 [INFO] No sources in project. Archive not created.
18:16:01 [INFO] 
18:16:01 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jms ---
18:16:01 [INFO] Skipping duplicate-finder execution!
18:16:01 [INFO] 
18:16:01 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jms ---
18:16:01 [INFO] Signature checking is skipped.
18:16:01 [INFO] 
18:16:01 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jms ---
18:16:01 [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:16:01 [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:16:01 [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:16:01 [INFO] 
18:16:01 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws >-------
18:16:01 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws 6.0.300-SNAPSHOT [12/30]
18:16:01 [INFO] --------------------------------[ jar ]---------------------------------
18:16:01 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:16:01 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: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/javax/xml/ws/jaxws-api/2.2.10/jaxws-api-2.2.10.pom
18:16:02 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:16:02 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 113 kB/s)
18:16:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/java/jvnet-parent/4/jvnet-parent-4.pom
18:16:02 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/java/jvnet-parent/4/jvnet-parent-4.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/net/java/jvnet-parent/4/jvnet-parent-4.pom
18:16:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom
18:16:02 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 277 kB/s)
18:16:02 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:16:02 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: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/javax/xml/bind/jaxb-api/2.2.9/jaxb-api-2.2.9.pom
18:16:03 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:16:03 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 102 kB/s)
18:16:03 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:16:03 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: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/javax/xml/soap/javax.xml.soap-api/1.3.5/javax.xml.soap-api-1.3.5.pom
18:16:03 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:16:03 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 179 kB/s)
18:16:03 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:16:03 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: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/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
18:16:04 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:16: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/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 187 kB/s)
18:16:04 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:16:04 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: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/javax/jws/jsr181-api/1.0-MR1/jsr181-api-1.0-MR1.pom
18:16:04 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:16:04 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 10.0 kB/s)
18:16:05 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:16:05 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:16:05 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:16:05 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:16:05 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:16:05 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:16:05 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:16:05 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:16:05 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:16:05 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: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/javax/xml/ws/jaxws-api/2.2.10/jaxws-api-2.2.10.jar
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/javax/jws/jsr181-api/1.0-MR1/jsr181-api-1.0-MR1.jar
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/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
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/javax/xml/soap/javax.xml.soap-api/1.3.5/javax.xml.soap-api-1.3.5.jar
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/javax/xml/bind/jaxb-api/2.2.9/jaxb-api-2.2.9.jar
18:16:05 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:16:05 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:16:05 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:16:05 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:16:05 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:16:05 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 213 kB/s)
18:16:05 Progress (1): 4.1/50 kB
Progress (1): 7.7/50 kB
Progress (1): 12/50 kB 
Progress (1): 16/50 kB
Progress (1): 20/50 kB
Progress (1): 24/50 kB
Progress (1): 28/50 kB
Progress (1): 32/50 kB
Progress (1): 36/50 kB
Progress (1): 40/50 kB
Progress (1): 45/50 kB
Progress (1): 49/50 kB
Progress (1): 50 kB   
Progress (2): 50 kB | 4.1/8.0 kB
Progress (2): 50 kB | 7.7/8.0 kB
Progress (2): 50 kB | 8.0 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.jar (50 kB at 315 kB/s)
18:16:05 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 49 kB/s)
18:16:05 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 221 kB/s)
18:16:06 Progress (1): 4.1/101 kB
Progress (1): 7.7/101 kB
Progress (1): 12/101 kB 
Progress (1): 16/101 kB
Progress (1): 20/101 kB
Progress (1): 24/101 kB
Progress (1): 28/101 kB
Progress (1): 32/101 kB
Progress (1): 36/101 kB
Progress (1): 40/101 kB
Progress (1): 45/101 kB
Progress (1): 49/101 kB
Progress (1): 53/101 kB
Progress (1): 57/101 kB
Progress (1): 61/101 kB
Progress (1): 65/101 kB
Progress (1): 69/101 kB
Progress (1): 73/101 kB
Progress (1): 77/101 kB
Progress (1): 81/101 kB
Progress (1): 85/101 kB
Progress (1): 90/101 kB
Progress (1): 94/101 kB
Progress (1): 98/101 kB
Progress (1): 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 199 kB/s)
18:16:06 [INFO] 
18:16:06 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jaxws ---
18:16:06 [INFO] 
18:16:06 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws ---
18:16:06 [INFO] Skipping Rule Enforcement.
18:16:06 [INFO] 
18:16:06 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jaxws ---
18:16:07 [INFO] 
18:16:07 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws ---
18:16: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.server.jaxws/../org.eclipse.scout.rt/target/jacoco-all.exec
18:16:07 [INFO] 
18:16:07 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws ---
18:16:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:16:07 [INFO] Copying 1 resource
18:16:07 [INFO] 
18:16:07 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws ---
18:16:07 [INFO] Changes detected - recompiling the module!
18:16:07 [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:16:07 [INFO] 
18:16:07 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws ---
18:16:07 [INFO] 
18:16:07 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws ---
18:16:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:16:07 [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:16:07 [INFO] 
18:16:07 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws ---
18:16:07 [INFO] No sources to compile
18:16:07 [INFO] 
18:16:07 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jaxws ---
18:16:07 [INFO] No tests to run.
18:16:07 [INFO] 
18:16:07 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws ---
18:16:07 [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:16:07 [INFO] 
18:16:07 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jaxws ---
18:16:07 [INFO] 
18:16:07 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws ---
18:16:07 [INFO] Skipping packaging of the test-jar
18:16:07 [INFO] 
18:16:07 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws ---
18:16:07 [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:16:07 [INFO] 
18:16:07 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws ---
18:16:07 [INFO] No sources in project. Archive not created.
18:16:07 [INFO] 
18:16:07 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jaxws ---
18:16:07 [INFO] Skipping duplicate-finder execution!
18:16:07 [INFO] 
18:16:07 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jaxws ---
18:16:07 [INFO] Signature checking is skipped.
18:16:07 [INFO] 
18:16:07 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jaxws ---
18:16:07 [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:16:07 [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:16:07 [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:16:07 [INFO] 
18:16:07 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt >----------
18:16:07 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt 6.0.300-SNAPSHOT [13/30]
18:16:07 [INFO] --------------------------------[ jar ]---------------------------------
18:16:07 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:16:07 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: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/com/unquietcode/tools/jcodemodel/codemodel/1.0.3/codemodel-1.0.3.pom
18:16:07 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:16:07 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 396 kB/s)
18:16:07 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:16:07 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: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/com/unquietcode/tools/jcodemodel/codemodel/1.0.3/codemodel-1.0.3.jar
18:16:07 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:16:08 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 1.7 MB/s)
18:16:08 [INFO] 
18:16:08 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.jaxws.apt ---
18:16:08 [INFO] 
18:16:08 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.jaxws.apt ---
18:16:08 [INFO] Skipping Rule Enforcement.
18:16:08 [INFO] 
18:16:08 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.jaxws.apt ---
18:16:08 [INFO] 
18:16:08 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.jaxws.apt ---
18:16:08 [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:16:08 [INFO] 
18:16:08 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.jaxws.apt ---
18:16:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:16:08 [INFO] Copying 1 resource
18:16:08 [INFO] 
18:16:08 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.jaxws.apt ---
18:16:08 [INFO] Changes detected - recompiling the module!
18:16:08 [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:16:08 [INFO] 
18:16:08 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.jaxws.apt ---
18:16:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:16:08 [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:16:08 [INFO] 
18:16:08 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.jaxws.apt ---
18:16:08 [INFO] No sources to compile
18:16:08 [INFO] 
18:16:08 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.jaxws.apt ---
18:16:08 [INFO] No tests to run.
18:16:08 [INFO] 
18:16:08 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.jaxws.apt ---
18:16:08 [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:16:08 [INFO] 
18:16:08 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.jaxws.apt ---
18:16:08 [INFO] 
18:16:08 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.jaxws.apt ---
18:16:08 [INFO] Skipping packaging of the test-jar
18:16:08 [INFO] 
18:16:08 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.jaxws.apt ---
18:16:08 [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:16:08 [INFO] 
18:16:08 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.jaxws.apt ---
18:16:08 [INFO] No sources in project. Archive not created.
18:16:08 [INFO] 
18:16:08 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.jaxws.apt ---
18:16:08 [INFO] Skipping duplicate-finder execution!
18:16:08 [INFO] 
18:16:08 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.jaxws.apt ---
18:16:08 [INFO] Signature checking is skipped.
18:16:08 [INFO] 
18:16:08 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.jaxws.apt ---
18:16:08 [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:16:08 [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:16:08 [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:16:08 [INFO] 
18:16:08 [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test >-----
18:16:08 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test 6.0.300-SNAPSHOT [14/30]
18:16:08 [INFO] --------------------------------[ jar ]---------------------------------
18:16:08 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:16:08 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: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/codehaus/mojo/jaxws-maven-plugin/2.4/jaxws-maven-plugin-2.4.pom
18:16:09 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:16:09 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 296 kB/s)
18:16:09 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:16:09 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: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/codehaus/mojo/jaxws-maven-plugin/2.4/jaxws-maven-plugin-2.4.jar
18:16:09 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:16:09 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 398 kB/s)
18:16:09 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:16:09 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: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/codehaus/mojo/build-helper-maven-plugin/1.9.1/build-helper-maven-plugin-1.9.1.pom
18:16:10 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:16:10 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 61 kB/s)
18:16:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom
18:16:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.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/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom
18:16:10 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:16: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): 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 445 kB/s)
18:16:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
18:16:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.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/codehaus/codehaus-parent/4/codehaus-parent-4.pom
18:16:11 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
18:16:11 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 210 kB/s)
18:16:11 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:16:11 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: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/codehaus/mojo/build-helper-maven-plugin/1.9.1/build-helper-maven-plugin-1.9.1.jar
18:16:11 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:16:11 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 575 kB/s)
18:16:11 [INFO] 
18:16:11 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:11 [INFO] 
18:16:11 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:11 [INFO] Skipping Rule Enforcement.
18:16:11 [INFO] 
18:16:11 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:12 [INFO] 
18:16:12 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:12 [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:16:12 [INFO] 
18:16:12 [INFO] --- jaxws-maven-plugin:2.4:wsimport (wsimport-1) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:12 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:16:12 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: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/com/sun/xml/ws/jaxws-tools/2.2.10/jaxws-tools-2.2.10.pom
18:16:13 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:16:13 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 99 kB/s)
18:16:13 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:16:13 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: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/com/sun/xml/ws/bundles/2.2.10/bundles-2.2.10.pom
18:16:13 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:16:13 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 13 kB/s)
18:16:13 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:16:13 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: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/com/sun/xml/ws/project/2.2.10/project-2.2.10.pom
18:16:14 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:16: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): 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 432 kB/s)
18:16:14 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:16:14 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: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/com/sun/xml/ws/jaxws-ri-bom-ext/2.2.10/jaxws-ri-bom-ext-2.2.10.pom
18:16:14 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:16:14 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 59 kB/s)
18:16:14 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:16:14 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: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/com/sun/xml/ws/jaxws-ri-bom/2.2.10/jaxws-ri-bom-2.2.10.pom
18:16:15 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:16:16 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 14 kB/s)
18:16:16 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:16:16 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: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/glassfish/jaxb/jaxb-bom/2.2.10-b140802.1033/jaxb-bom-2.2.10-b140802.1033.pom
18:16:16 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:16:16 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 162 kB/s)
18:16:16 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:16:16 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: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/com/sun/xml/ws/jaxws-rt/2.2.10/jaxws-rt-2.2.10.pom
18:16:17 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:16: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/com/sun/xml/ws/jaxws-rt/2.2.10/jaxws-rt-2.2.10.pom (14 kB at 315 kB/s)
18:16:17 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:16:17 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: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/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/jaxb-api-2.2.12-b140109.1041.pom
18:16:17 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:16:17 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 125 kB/s)
18:16:17 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:16:17 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: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/javax/xml/ws/jaxws-api/2.2.11/jaxws-api-2.2.11.pom
18:16:17 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:16: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/javax/xml/ws/jaxws-api/2.2.11/jaxws-api-2.2.11.pom (17 kB at 111 kB/s)
18:16:18 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:16:18 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: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/javax/annotation/javax.annotation-api/1.2-b03/javax.annotation-api-1.2-b03.pom
18:16:18 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:16: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/javax/annotation/javax.annotation-api/1.2-b03/javax.annotation-api-1.2-b03.pom (12 kB at 220 kB/s)
18:16: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.pom
18:16: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.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/javax/xml/soap/javax.xml.soap-api/1.3.7/javax.xml.soap-api-1.3.7.pom
18:16:19 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:16: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/javax/xml/soap/javax.xml.soap-api/1.3.7/javax.xml.soap-api-1.3.7.pom (13 kB at 199 kB/s)
18:16:19 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:16:19 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: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/com/sun/xml/bind/jaxb-core/2.2.10-b140802.1033/jaxb-core-2.2.10-b140802.1033.pom
18:16:19 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:16:19 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 48 kB/s)
18:16:19 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:16:19 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: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/com/sun/xml/bind/mvn/jaxb-bundles/2.2.10-b140802.1033/jaxb-bundles-2.2.10-b140802.1033.pom
18:16:20 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:16:20 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 39 kB/s)
18:16:20 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:16:20 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: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/sun/xml/bind/mvn/jaxb-parent/2.2.10-b140802.1033/jaxb-parent-2.2.10-b140802.1033.pom
18:16:20 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:16: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): 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 102 kB/s)
18:16:20 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:16:20 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: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/sun/xml/bind/jaxb-bom-ext/2.2.10-b140802.1033/jaxb-bom-ext-2.2.10-b140802.1033.pom
18:16:22 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:16:22 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 15 kB/s)
18:16:22 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:16:22 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: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/sun/xml/bind/jaxb-impl/2.2.10-b140802.1033/jaxb-impl-2.2.10-b140802.1033.pom
18:16:22 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:16:23 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 84 kB/s)
18:16:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/policy/2.4/policy-2.4.pom
18:16:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/ws/policy/2.4/policy-2.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/com/sun/xml/ws/policy/2.4/policy-2.4.pom
18:16:23 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:16:23 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 201 kB/s)
18:16:23 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:16:23 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: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/glassfish/gmbal/gmbal-api-only/3.1.0-b001/gmbal-api-only-3.1.0-b001.pom
18:16:23 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:16:23 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 83 kB/s)
18:16:23 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:16:23 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: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/glassfish/external/management-api/3.0.0-b012/management-api-3.0.0-b012.pom
18:16:24 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:16:24 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 23 kB/s)
18:16:24 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:16:24 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: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/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.pom
18:16:25 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:16:25 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 149 kB/s)
18:16:25 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:16:26 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: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/com/sun/xml/stream/buffer/streambuffer/1.5.3/streambuffer-1.5.3.pom
18:16:26 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:16:26 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 233 kB/s)
18:16:26 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:16:26 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: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/jvnet/staxex/stax-ex/1.7.1/stax-ex-1.7.1.pom
18:16:27 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:16:27 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 115 kB/s)
18:16:27 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/mimepull/mimepull/1.9.4/mimepull-1.9.4.pom
18:16:27 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jvnet/mimepull/mimepull/1.9.4/mimepull-1.9.4.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/org/jvnet/mimepull/mimepull/1.9.4/mimepull-1.9.4.pom
18:16:27 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:16: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/jvnet/mimepull/mimepull/1.9.4/mimepull-1.9.4.pom (14 kB at 245 kB/s)
18:16:27 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:16:27 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: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/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.pom
18:16:28 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:16:28 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 26 kB/s)
18:16:28 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:16:28 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: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/sun/xml/fastinfoset/fastinfoset-project/1.2.13/fastinfoset-project-1.2.13.pom
18:16:28 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:16: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/com/sun/xml/fastinfoset/fastinfoset-project/1.2.13/fastinfoset-project-1.2.13.pom (14 kB at 272 kB/s)
18:16:28 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:16:28 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: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/glassfish/ha/ha-api/3.1.9/ha-api-3.1.9.pom
18:16:28 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:16:29 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 52 kB/s)
18:16:29 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:16:29 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: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/com/sun/xml/messaging/saaj/saaj-impl/1.3.25/saaj-impl-1.3.25.pom
18:16:29 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:16:29 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 119 kB/s)
18:16:29 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/mimepull/mimepull/1.9/mimepull-1.9.pom
18:16:29 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jvnet/mimepull/mimepull/1.9/mimepull-1.9.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/jvnet/mimepull/mimepull/1.9/mimepull-1.9.pom
18:16:29 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:16:30 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 178 kB/s)
18:16:30 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:16:30 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: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/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom
18:16:30 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:16:30 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 28 kB/s)
18:16:30 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:16:30 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: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/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom
18:16:30 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:16:30 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 55 kB/s)
18:16:30 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.pom
18:16:30 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.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/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.pom
18:16:31 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:16:31 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 3.2 kB/s)
18:16:31 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:16:31 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: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/com/sun/xml/bind/jaxb-xjc/2.2.10-b140802.1033/jaxb-xjc-2.2.10-b140802.1033.pom
18:16:31 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:16: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/com/sun/xml/bind/jaxb-xjc/2.2.10-b140802.1033/jaxb-xjc-2.2.10-b140802.1033.pom (11 kB at 126 kB/s)
18:16:31 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:16:31 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: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/com/sun/xml/bind/jaxb-jxc/2.2.10-b140802.1033/jaxb-jxc-2.2.10-b140802.1033.pom
18:16:31 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:16:32 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 102 kB/s)
18:16:32 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:16:32 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: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/jvnet/jaxb2_commons/jaxb2-basics/0.6.4/jaxb2-basics-0.6.4.pom
18:16:32 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:16:32 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 43 kB/s)
18:16:32 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:16:32 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: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/jvnet/jaxb2_commons/jaxb2-basics-project/0.6.4/jaxb2-basics-project-0.6.4.pom
18:16:32 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:16:32 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 118 kB/s)
18:16:32 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:16:32 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: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/jvnet/jaxb2_commons/jaxb2-basics-runtime/0.6.4/jaxb2-basics-runtime-0.6.4.pom
18:16:33 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:16:33 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 33 kB/s)
18:16:33 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:16:33 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: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/jvnet/jaxb2_commons/jaxb2-basics-tools/0.6.4/jaxb2-basics-tools-0.6.4.pom
18:16:33 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:16:33 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 15 kB/s)
18:16:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.2/commons-lang-2.2.pom
18:16:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.2/commons-lang-2.2.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/commons-lang/commons-lang/2.2/commons-lang-2.2.pom
18:16:34 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:16:34 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 242 kB/s)
18:16:34 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:16:34 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: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/google/code/javaparser/javaparser/1.0.8/javaparser-1.0.8.pom
18:16:34 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:16:34 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 73 kB/s)
18:16:34 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:16:34 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: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/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
18:16:35 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:16:35 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 16 kB/s)
18:16:35 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:16:35 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: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/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
18:16:35 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:16:35 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 283 kB/s)
18:16:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
18:16:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.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/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
18:16:35 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:16:35 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 964 kB/s)
18:16:35 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:16:35 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:16:35 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:16:35 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:16:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/policy/2.4/policy-2.4.jar
18:16:35 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:16:35 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:16:35 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:16:35 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:16:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/mimepull/mimepull/1.9.4/mimepull-1.9.4.jar
18:16:35 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:16:35 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:16:35 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:16:35 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:16:35 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:16:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.jar
18:16:36 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:16:36 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:16:36 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:16:36 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:16:36 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:16:36 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:16:36 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:16:36 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:16:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.2/commons-lang-2.2.jar
18:16:36 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:16:36 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:16:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/xml/ws/policy/2.4/policy-2.4.jar
18:16:36 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:16:36 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:16:36 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:16:36 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:16:36 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:16:36 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:16:36 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:16:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/jvnet/mimepull/mimepull/1.9.4/mimepull-1.9.4.jar
18:16:36 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:16:36 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:16:36 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:16:36 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:16:36 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:16:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.jar
18:16:36 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:16:36 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:16:36 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:16:36 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:16:36 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:16:36 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:16:36 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:16:36 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:16:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.2/commons-lang-2.2.jar
18:16:36 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: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/com/sun/xml/ws/jaxws-tools/2.2.10/jaxws-tools-2.2.10.jar
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/com/sun/xml/ws/policy/2.4/policy-2.4.jar
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/com/sun/xml/bind/jaxb-impl/2.2.10-b140802.1033/jaxb-impl-2.2.10-b140802.1033.jar
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/com/sun/xml/bind/jaxb-core/2.2.10-b140802.1033/jaxb-core-2.2.10-b140802.1033.jar
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/com/sun/xml/ws/jaxws-rt/2.2.10/jaxws-rt-2.2.10.jar
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/org/glassfish/gmbal/gmbal-api-only/3.1.0-b001/gmbal-api-only-3.1.0-b001.jar
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/org/glassfish/external/management-api/3.0.0-b012/management-api-3.0.0-b012.jar
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/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.jar
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/com/sun/xml/stream/buffer/streambuffer/1.5.3/streambuffer-1.5.3.jar
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/jvnet/mimepull/mimepull/1.9.4/mimepull-1.9.4.jar
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/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.jar
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/glassfish/ha/ha-api/3.1.9/ha-api-3.1.9.jar
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/com/sun/xml/messaging/saaj/saaj-impl/1.3.25/saaj-impl-1.3.25.jar
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/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar
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/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar
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/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.jar
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/com/sun/xml/bind/jaxb-xjc/2.2.10-b140802.1033/jaxb-xjc-2.2.10-b140802.1033.jar
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/com/sun/xml/bind/jaxb-jxc/2.2.10-b140802.1033/jaxb-jxc-2.2.10-b140802.1033.jar
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/javax/xml/ws/jaxws-api/2.2.11/jaxws-api-2.2.11.jar
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/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/jaxb-api-2.2.12-b140109.1041.jar
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/javax/xml/soap/javax.xml.soap-api/1.3.7/javax.xml.soap-api-1.3.7.jar
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/jvnet/jaxb2_commons/jaxb2-basics/0.6.4/jaxb2-basics-0.6.4.jar
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/org/jvnet/jaxb2_commons/jaxb2-basics-runtime/0.6.4/jaxb2-basics-runtime-0.6.4.jar
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/org/jvnet/jaxb2_commons/jaxb2-basics-tools/0.6.4/jaxb2-basics-tools-0.6.4.jar
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/commons-lang/commons-lang/2.2/commons-lang-2.2.jar
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/com/google/code/javaparser/javaparser/1.0.8/javaparser-1.0.8.jar
18:16:38 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:16:38 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:16:38 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:16:38 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:16:38 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:16:39 Progress (1): 4.1/234 kB
Progress (1): 7.7/234 kB
Progress (1): 12/234 kB 
Progress (1): 16/234 kB
Progress (1): 20/234 kB
Progress (1): 24/234 kB
Progress (1): 28/234 kB
Progress (1): 32/234 kB
Progress (1): 36/234 kB
Progress (1): 40/234 kB
Progress (1): 45/234 kB
Progress (1): 49/234 kB
Progress (1): 53/234 kB
Progress (1): 57/234 kB
Progress (1): 61/234 kB
Progress (1): 65/234 kB
Progress (1): 69/234 kB
Progress (1): 73/234 kB
Progress (1): 77/234 kB
Progress (1): 81/234 kB
Progress (1): 85/234 kB
Progress (1): 90/234 kB
Progress (1): 94/234 kB
Progress (1): 98/234 kB
Progress (1): 102/234 kB
Progress (1): 106/234 kB
Progress (1): 110/234 kB
Progress (1): 114/234 kB
Progress (2): 114/234 kB | 0/2.5 MB
Progress (2): 114/234 kB | 0/2.5 MB
Progress (2): 114/234 kB | 0/2.5 MB
Progress (2): 114/234 kB | 0.1/2.5 MB
Progress (2): 114/234 kB | 0.1/2.5 MB
Progress (2): 114/234 kB | 0.1/2.5 MB
Progress (2): 114/234 kB | 0.1/2.5 MB
Progress (2): 114/234 kB | 0.1/2.5 MB
Progress (2): 114/234 kB | 0.1/2.5 MB
Progress (2): 114/234 kB | 0.2/2.5 MB
Progress (2): 114/234 kB | 0.2/2.5 MB
Progress (2): 114/234 kB | 0.2/2.5 MB
Progress (2): 114/234 kB | 0.2/2.5 MB
Progress (2): 114/234 kB | 0.2/2.5 MB
Progress (2): 114/234 kB | 0.2/2.5 MB
Progress (2): 114/234 kB | 0.3/2.5 MB
Progress (2): 114/234 kB | 0.3/2.5 MB
Progress (2): 114/234 kB | 0.3/2.5 MB
Progress (2): 114/234 kB | 0.3/2.5 MB
Progress (2): 114/234 kB | 0.3/2.5 MB
Progress (2): 114/234 kB | 0.3/2.5 MB
Progress (2): 114/234 kB | 0.4/2.5 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0.1/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0.1/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0.1/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0.1/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0.1/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0.1/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0.1/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0.1/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0.1/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0.1/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0.1/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0.1/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0.1/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0.1/1.0 MB
Progress (3): 114/234 kB | 0.4/2.5 MB | 0.1/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.1/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.2/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.2/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.2/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.2/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.2/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.2/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.2/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.2/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.2/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.2/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.2/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.2/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.2/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.2/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.2/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.3/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.3/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.3/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.3/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.3/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.3/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.3/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.3/1.0 MB
Progress (3): 114/234 kB | 0.5/2.5 MB | 0.3/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.3/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.3/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.3/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.3/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.3/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.3/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.3/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.3/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.4/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.4/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.4/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.4/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.4/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.4/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.4/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.4/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.4/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.4/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.4/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.4/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.4/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.4/1.0 MB
Progress (3): 114/234 kB | 0.6/2.5 MB | 0.4/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.4/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.5/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.5/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.5/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.5/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.5/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.5/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.5/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.5/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.5/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.5/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.5/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.5/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.5/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.5/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.5/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.5/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.5/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.6/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.6/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.6/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.6/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.6/1.0 MB
Progress (3): 114/234 kB | 0.7/2.5 MB | 0.6/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.6/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.6/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.6/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.6/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.6/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.6/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.6/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.6/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.6/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.6/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.7/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.7/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.7/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.7/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.7/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.7/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.7/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.7/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.7/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.7/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.7/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.7/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.7/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.8/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.8/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.8/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.8/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.8/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.8/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.8/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.8/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.8/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.8/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.8/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.8/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.8/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.9/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.9/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.9/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.9/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.9/1.0 MB
Progress (3): 114/234 kB | 0.8/2.5 MB | 0.9/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 0.9/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 0.9/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 0.9/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 0.9/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 0.9/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 0.9/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 0.9/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 0.9/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 0.9/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 0.9/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 0.9/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 1.0/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 1.0/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 1.0/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 1.0/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 1.0/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 1.0/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 1.0/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 1.0/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 1.0/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 1.0/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 1.0/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 1.0/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 1.0/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 1.0/1.0 MB
Progress (3): 114/234 kB | 0.9/2.5 MB | 1.0 MB    
Progress (3): 114/234 kB | 0.9/2.5 MB | 1.0 MB
Progress (3): 114/234 kB | 1.0/2.5 MB | 1.0 MB
Progress (3): 114/234 kB | 1.0/2.5 MB | 1.0 MB
Progress (3): 114/234 kB | 1.0/2.5 MB | 1.0 MB
Progress (3): 114/234 kB | 1.0/2.5 MB | 1.0 MB
Progress (3): 114/234 kB | 1.0/2.5 MB | 1.0 MB
Progress (3): 114/234 kB | 1.0/2.5 MB | 1.0 MB
Progress (3): 114/234 kB | 1.1/2.5 MB | 1.0 MB
Progress (3): 114/234 kB | 1.1/2.5 MB | 1.0 MB
Progress (3): 114/234 kB | 1.1/2.5 MB | 1.0 MB
Progress (3): 114/234 kB | 1.1/2.5 MB | 1.0 MB
Progress (3): 114/234 kB | 1.1/2.5 MB | 1.0 MB
Progress (3): 114/234 kB | 1.1/2.5 MB | 1.0 MB
Progress (3): 114/234 kB | 1.2/2.5 MB | 1.0 MB
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 4.1/162 kB
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 4.1/162 kB
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 7.7/162 kB
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 12/162 kB 
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 16/162 kB
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 16/162 kB
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 20/162 kB
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 24/162 kB
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 28/162 kB
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 28/162 kB
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 32/162 kB
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 32/162 kB
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 36/162 kB
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 40/162 kB
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 45/162 kB
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 49/162 kB
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 49/162 kB
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 53/162 kB
Progress (4): 114/234 kB | 1.2/2.5 MB | 1.0 MB | 57/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 57/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 61/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 65/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 65/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 69/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 73/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 77/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 81/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 81/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 85/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 90/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 90/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 94/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 98/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 98/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 102/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 106/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 110/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 114/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 114/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 118/162 kB
Progress (4): 114/234 kB | 1.3/2.5 MB | 1.0 MB | 122/162 kB
Progress (4): 114/234 kB | 1.4/2.5 MB | 1.0 MB | 122/162 kB
Progress (4): 114/234 kB | 1.4/2.5 MB | 1.0 MB | 126/162 kB
Progress (4): 114/234 kB | 1.4/2.5 MB | 1.0 MB | 131/162 kB
Progress (4): 114/234 kB | 1.4/2.5 MB | 1.0 MB | 131/162 kB
Progress (4): 114/234 kB | 1.4/2.5 MB | 1.0 MB | 135/162 kB
Progress (4): 114/234 kB | 1.4/2.5 MB | 1.0 MB | 139/162 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.jar (1.0 MB at 4.4 MB/s)
18:16:39 Progress (3): 114/234 kB | 1.4/2.5 MB | 139/162 kB
Progress (3): 114/234 kB | 1.4/2.5 MB | 143/162 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:16:39 Progress (3): 114/234 kB | 1.4/2.5 MB | 147/162 kB
Progress (3): 114/234 kB | 1.4/2.5 MB | 147/162 kB
Progress (3): 114/234 kB | 1.4/2.5 MB | 151/162 kB
Progress (3): 114/234 kB | 1.4/2.5 MB | 155/162 kB
Progress (3): 114/234 kB | 1.4/2.5 MB | 155/162 kB
Progress (3): 114/234 kB | 1.4/2.5 MB | 159/162 kB
Progress (3): 114/234 kB | 1.4/2.5 MB | 162 kB    
Progress (3): 114/234 kB | 1.4/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.5/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.5/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.5/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.5/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.5/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.5/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.6/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.6/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.6/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.6/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.6/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.6/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.7/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.7/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.7/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.7/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.7/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.7/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.8/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.8/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.8/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.8/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.8/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.8/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.9/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.9/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.9/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.9/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.9/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.9/2.5 MB | 162 kB
Progress (3): 114/234 kB | 1.9/2.5 MB | 162 kB
Progress (3): 114/234 kB | 2.0/2.5 MB | 162 kB
Progress (3): 114/234 kB | 2.0/2.5 MB | 162 kB
Progress (3): 114/234 kB | 2.0/2.5 MB | 162 kB
Progress (3): 114/234 kB | 2.0/2.5 MB | 162 kB
Progress (3): 114/234 kB | 2.0/2.5 MB | 162 kB
Progress (3): 114/234 kB | 2.0/2.5 MB | 162 kB
Progress (3): 114/234 kB | 2.1/2.5 MB | 162 kB
Progress (3): 114/234 kB | 2.1/2.5 MB | 162 kB
Progress (3): 114/234 kB | 2.1/2.5 MB | 162 kB
Progress (3): 114/234 kB | 2.1/2.5 MB | 162 kB
Progress (4): 114/234 kB | 2.1/2.5 MB | 162 kB | 4.1/22 kB
Progress (4): 114/234 kB | 2.1/2.5 MB | 162 kB | 4.1/22 kB
Progress (4): 114/234 kB | 2.1/2.5 MB | 162 kB | 7.7/22 kB
Progress (4): 114/234 kB | 2.1/2.5 MB | 162 kB | 12/22 kB 
Progress (4): 114/234 kB | 2.1/2.5 MB | 162 kB | 16/22 kB
Progress (4): 114/234 kB | 2.1/2.5 MB | 162 kB | 16/22 kB
Progress (4): 114/234 kB | 2.1/2.5 MB | 162 kB | 20/22 kB
Progress (5): 114/234 kB | 2.1/2.5 MB | 162 kB | 20/22 kB | 7.7/842 kB
Progress (5): 114/234 kB | 2.1/2.5 MB | 162 kB | 22 kB | 7.7/842 kB   
Progress (5): 114/234 kB | 2.1/2.5 MB | 162 kB | 22 kB | 16/842 kB 
Progress (5): 114/234 kB | 2.2/2.5 MB | 162 kB | 22 kB | 16/842 kB
Progress (5): 114/234 kB | 2.2/2.5 MB | 162 kB | 22 kB | 24/842 kB
Progress (5): 114/234 kB | 2.2/2.5 MB | 162 kB | 22 kB | 32/842 kB
Progress (5): 114/234 kB | 2.2/2.5 MB | 162 kB | 22 kB | 32/842 kB
Progress (5): 114/234 kB | 2.2/2.5 MB | 162 kB | 22 kB | 32/842 kB
Progress (5): 114/234 kB | 2.2/2.5 MB | 162 kB | 22 kB | 40/842 kB
Progress (5): 114/234 kB | 2.2/2.5 MB | 162 kB | 22 kB | 49/842 kB
Progress (5): 114/234 kB | 2.2/2.5 MB | 162 kB | 22 kB | 49/842 kB
Progress (5): 114/234 kB | 2.2/2.5 MB | 162 kB | 22 kB | 49/842 kB
Progress (5): 114/234 kB | 2.2/2.5 MB | 162 kB | 22 kB | 57/842 kB
Progress (5): 114/234 kB | 2.2/2.5 MB | 162 kB | 22 kB | 65/842 kB
Progress (5): 114/234 kB | 2.2/2.5 MB | 162 kB | 22 kB | 65/842 kB
Progress (5): 114/234 kB | 2.2/2.5 MB | 162 kB | 22 kB | 73/842 kB
Progress (5): 114/234 kB | 2.3/2.5 MB | 162 kB | 22 kB | 73/842 kB
Progress (5): 114/234 kB | 2.3/2.5 MB | 162 kB | 22 kB | 81/842 kB
Progress (5): 114/234 kB | 2.3/2.5 MB | 162 kB | 22 kB | 81/842 kB
Progress (5): 114/234 kB | 2.3/2.5 MB | 162 kB | 22 kB | 90/842 kB
Progress (5): 114/234 kB | 2.3/2.5 MB | 162 kB | 22 kB | 98/842 kB
Progress (5): 114/234 kB | 2.3/2.5 MB | 162 kB | 22 kB | 98/842 kB
Progress (5): 114/234 kB | 2.3/2.5 MB | 162 kB | 22 kB | 106/842 kB
Progress (5): 114/234 kB | 2.3/2.5 MB | 162 kB | 22 kB | 106/842 kB
Progress (5): 114/234 kB | 2.3/2.5 MB | 162 kB | 22 kB | 114/842 kB
Progress (5): 114/234 kB | 2.3/2.5 MB | 162 kB | 22 kB | 114/842 kB
Progress (5): 114/234 kB | 2.3/2.5 MB | 162 kB | 22 kB | 122/842 kB
Progress (5): 114/234 kB | 2.3/2.5 MB | 162 kB | 22 kB | 131/842 kB
Progress (5): 114/234 kB | 2.3/2.5 MB | 162 kB | 22 kB | 131/842 kB
Progress (5): 114/234 kB | 2.3/2.5 MB | 162 kB | 22 kB | 139/842 kB
Progress (5): 114/234 kB | 2.3/2.5 MB | 162 kB | 22 kB | 147/842 kB
Progress (5): 114/234 kB | 2.4/2.5 MB | 162 kB | 22 kB | 147/842 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 79 kB/s)
18:16:39 Progress (4): 118/234 kB | 2.4/2.5 MB | 162 kB | 147/842 kB
                                                           
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:16:39 Progress (4): 118/234 kB | 2.4/2.5 MB | 162 kB | 155/842 kB
Progress (4): 122/234 kB | 2.4/2.5 MB | 162 kB | 155/842 kB
Progress (4): 122/234 kB | 2.4/2.5 MB | 162 kB | 155/842 kB
Progress (4): 126/234 kB | 2.4/2.5 MB | 162 kB | 155/842 kB
Progress (4): 126/234 kB | 2.4/2.5 MB | 162 kB | 163/842 kB
Progress (4): 131/234 kB | 2.4/2.5 MB | 162 kB | 163/842 kB
Progress (4): 131/234 kB | 2.4/2.5 MB | 162 kB | 163/842 kB
Progress (4): 131/234 kB | 2.4/2.5 MB | 162 kB | 171/842 kB
Progress (4): 135/234 kB | 2.4/2.5 MB | 162 kB | 171/842 kB
Progress (4): 135/234 kB | 2.4/2.5 MB | 162 kB | 180/842 kB
Progress (4): 139/234 kB | 2.4/2.5 MB | 162 kB | 180/842 kB
Progress (4): 143/234 kB | 2.4/2.5 MB | 162 kB | 180/842 kB
Progress (4): 147/234 kB | 2.4/2.5 MB | 162 kB | 180/842 kB
Progress (4): 147/234 kB | 2.4/2.5 MB | 162 kB | 188/842 kB
Progress (4): 147/234 kB | 2.4/2.5 MB | 162 kB | 196/842 kB
Progress (4): 151/234 kB | 2.4/2.5 MB | 162 kB | 196/842 kB
Progress (4): 155/234 kB | 2.4/2.5 MB | 162 kB | 196/842 kB
Progress (4): 159/234 kB | 2.4/2.5 MB | 162 kB | 196/842 kB
Progress (4): 163/234 kB | 2.4/2.5 MB | 162 kB | 196/842 kB
Progress (4): 163/234 kB | 2.4/2.5 MB | 162 kB | 204/842 kB
Progress (4): 163/234 kB | 2.4/2.5 MB | 162 kB | 212/842 kB
Progress (4): 167/234 kB | 2.4/2.5 MB | 162 kB | 212/842 kB
Progress (4): 171/234 kB | 2.4/2.5 MB | 162 kB | 212/842 kB
Progress (4): 176/234 kB | 2.4/2.5 MB | 162 kB | 212/842 kB
Progress (4): 176/234 kB | 2.4/2.5 MB | 162 kB | 221/842 kB
Progress (4): 180/234 kB | 2.4/2.5 MB | 162 kB | 221/842 kB
Progress (4): 180/234 kB | 2.4/2.5 MB | 162 kB | 229/842 kB
Progress (4): 184/234 kB | 2.4/2.5 MB | 162 kB | 229/842 kB
Progress (4): 188/234 kB | 2.4/2.5 MB | 162 kB | 229/842 kB
Progress (4): 188/234 kB | 2.4/2.5 MB | 162 kB | 237/842 kB
Progress (4): 192/234 kB | 2.4/2.5 MB | 162 kB | 237/842 kB
Progress (4): 192/234 kB | 2.4/2.5 MB | 162 kB | 245/842 kB
Progress (4): 196/234 kB | 2.4/2.5 MB | 162 kB | 245/842 kB
Progress (4): 200/234 kB | 2.4/2.5 MB | 162 kB | 245/842 kB
Progress (4): 200/234 kB | 2.4/2.5 MB | 162 kB | 253/842 kB
Progress (4): 204/234 kB | 2.4/2.5 MB | 162 kB | 253/842 kB
Progress (4): 204/234 kB | 2.4/2.5 MB | 162 kB | 262/842 kB
Progress (4): 208/234 kB | 2.4/2.5 MB | 162 kB | 262/842 kB
Progress (4): 212/234 kB | 2.4/2.5 MB | 162 kB | 262/842 kB
Progress (4): 212/234 kB | 2.4/2.5 MB | 162 kB | 270/842 kB
Progress (4): 217/234 kB | 2.4/2.5 MB | 162 kB | 270/842 kB
Progress (4): 217/234 kB | 2.4/2.5 MB | 162 kB | 278/842 kB
Progress (4): 221/234 kB | 2.4/2.5 MB | 162 kB | 278/842 kB
Progress (4): 225/234 kB | 2.4/2.5 MB | 162 kB | 278/842 kB
Progress (4): 229/234 kB | 2.4/2.5 MB | 162 kB | 278/842 kB
Progress (4): 229/234 kB | 2.4/2.5 MB | 162 kB | 286/842 kB
Progress (4): 233/234 kB | 2.4/2.5 MB | 162 kB | 286/842 kB
Progress (4): 233/234 kB | 2.4/2.5 MB | 162 kB | 294/842 kB
Progress (4): 234 kB | 2.4/2.5 MB | 162 kB | 294/842 kB    
Progress (4): 234 kB | 2.4/2.5 MB | 162 kB | 303/842 kB
Progress (4): 234 kB | 2.4/2.5 MB | 162 kB | 311/842 kB
Progress (4): 234 kB | 2.4/2.5 MB | 162 kB | 319/842 kB
Progress (4): 234 kB | 2.4/2.5 MB | 162 kB | 327/842 kB
Progress (4): 234 kB | 2.4/2.5 MB | 162 kB | 335/842 kB
Progress (4): 234 kB | 2.4/2.5 MB | 162 kB | 344/842 kB
Progress (4): 234 kB | 2.4/2.5 MB | 162 kB | 352/842 kB
Progress (4): 234 kB | 2.4/2.5 MB | 162 kB | 360/842 kB
Progress (4): 234 kB | 2.4/2.5 MB | 162 kB | 368/842 kB
Progress (4): 234 kB | 2.4/2.5 MB | 162 kB | 376/842 kB
Progress (4): 234 kB | 2.4/2.5 MB | 162 kB | 384/842 kB
Progress (4): 234 kB | 2.4/2.5 MB | 162 kB | 393/842 kB
Progress (4): 234 kB | 2.4/2.5 MB | 162 kB | 401/842 kB
Progress (4): 234 kB | 2.4/2.5 MB | 162 kB | 409/842 kB
Progress (4): 234 kB | 2.4/2.5 MB | 162 kB | 417/842 kB
Progress (4): 234 kB | 2.4/2.5 MB | 162 kB | 425/842 kB
Progress (4): 234 kB | 2.4/2.5 MB | 162 kB | 434/842 kB
Progress (5): 234 kB | 2.4/2.5 MB | 162 kB | 434/842 kB | 4.1/42 kB
Progress (5): 234 kB | 2.4/2.5 MB | 162 kB | 442/842 kB | 4.1/42 kB
Progress (5): 234 kB | 2.4/2.5 MB | 162 kB | 442/842 kB | 7.7/42 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.jar (234 kB at 739 kB/s)
18:16:39 Progress (4): 2.4/2.5 MB | 162 kB | 450/842 kB | 7.7/42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 450/842 kB | 12/42 kB 
Progress (4): 2.4/2.5 MB | 162 kB | 458/842 kB | 12/42 kB
                                                         
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:16:39 Progress (4): 2.4/2.5 MB | 162 kB | 458/842 kB | 16/42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 466/842 kB | 16/42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 475/842 kB | 16/42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 475/842 kB | 20/42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 475/842 kB | 24/42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 483/842 kB | 24/42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 483/842 kB | 28/42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 491/842 kB | 28/42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 491/842 kB | 32/42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 491/842 kB | 36/42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 499/842 kB | 36/42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 499/842 kB | 40/42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 507/842 kB | 40/42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 507/842 kB | 42 kB   
Progress (4): 2.4/2.5 MB | 162 kB | 516/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 524/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 532/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 540/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 548/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 557/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 565/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 573/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 581/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 589/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 597/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 606/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 614/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 622/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 630/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 638/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 647/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 655/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 663/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 671/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 679/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 688/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 696/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 704/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 712/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 720/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 729/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 737/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 745/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 753/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 761/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 770/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 778/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 786/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 794/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 802/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 810/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 819/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 827/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 835/842 kB | 42 kB
Progress (4): 2.4/2.5 MB | 162 kB | 842 kB | 42 kB    
Progress (5): 2.4/2.5 MB | 162 kB | 842 kB | 42 kB | 4.1/34 kB
Progress (5): 2.4/2.5 MB | 162 kB | 842 kB | 42 kB | 7.7/34 kB
Progress (5): 2.4/2.5 MB | 162 kB | 842 kB | 42 kB | 12/34 kB 
Progress (5): 2.4/2.5 MB | 162 kB | 842 kB | 42 kB | 16/34 kB
Progress (5): 2.4/2.5 MB | 162 kB | 842 kB | 42 kB | 20/34 kB
Progress (5): 2.4/2.5 MB | 162 kB | 842 kB | 42 kB | 24/34 kB
Progress (5): 2.4/2.5 MB | 162 kB | 842 kB | 42 kB | 28/34 kB
Progress (5): 2.4/2.5 MB | 162 kB | 842 kB | 42 kB | 32/34 kB
Progress (5): 2.4/2.5 MB | 162 kB | 842 kB | 42 kB | 34 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 124 kB/s)
18:16:39 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:16:39 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 2.5 MB/s)
18:16:39 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:16:39 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 98 kB/s)
18:16:39 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:16:39 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 439 kB/s)
18:16:39 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:16:39 Progress (2): 2.4/2.5 MB | 4.1/63 kB
Progress (2): 2.4/2.5 MB | 7.7/63 kB
Progress (2): 2.4/2.5 MB | 12/63 kB 
Progress (2): 2.4/2.5 MB | 16/63 kB
Progress (2): 2.4/2.5 MB | 20/63 kB
Progress (2): 2.4/2.5 MB | 24/63 kB
Progress (2): 2.4/2.5 MB | 28/63 kB
Progress (2): 2.4/2.5 MB | 32/63 kB
Progress (2): 2.4/2.5 MB | 36/63 kB
Progress (2): 2.4/2.5 MB | 40/63 kB
Progress (2): 2.4/2.5 MB | 45/63 kB
Progress (2): 2.4/2.5 MB | 49/63 kB
Progress (2): 2.4/2.5 MB | 53/63 kB
Progress (2): 2.4/2.5 MB | 57/63 kB
Progress (2): 2.4/2.5 MB | 61/63 kB
Progress (2): 2.4/2.5 MB | 63 kB   
Progress (3): 2.4/2.5 MB | 63 kB | 4.1/66 kB
Progress (3): 2.4/2.5 MB | 63 kB | 7.7/66 kB
Progress (3): 2.4/2.5 MB | 63 kB | 12/66 kB 
Progress (3): 2.4/2.5 MB | 63 kB | 16/66 kB
Progress (3): 2.4/2.5 MB | 63 kB | 20/66 kB
Progress (3): 2.4/2.5 MB | 63 kB | 24/66 kB
Progress (3): 2.4/2.5 MB | 63 kB | 28/66 kB
Progress (3): 2.4/2.5 MB | 63 kB | 32/66 kB
Progress (3): 2.4/2.5 MB | 63 kB | 36/66 kB
Progress (3): 2.4/2.5 MB | 63 kB | 40/66 kB
Progress (3): 2.4/2.5 MB | 63 kB | 45/66 kB
Progress (3): 2.4/2.5 MB | 63 kB | 49/66 kB
Progress (3): 2.4/2.5 MB | 63 kB | 53/66 kB
Progress (3): 2.4/2.5 MB | 63 kB | 57/66 kB
Progress (3): 2.4/2.5 MB | 63 kB | 61/66 kB
Progress (3): 2.4/2.5 MB | 63 kB | 65/66 kB
Progress (3): 2.4/2.5 MB | 63 kB | 66 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 156 kB/s)
18:16:39 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:16:39 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 161 kB/s)
18:16:39 Progress (2): 2.4/2.5 MB | 4.1/36 kB
                                    
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:16:39 Progress (2): 2.4/2.5 MB | 7.7/36 kB
Progress (2): 2.4/2.5 MB | 12/36 kB 
Progress (2): 2.4/2.5 MB | 16/36 kB
Progress (2): 2.4/2.5 MB | 20/36 kB
Progress (2): 2.4/2.5 MB | 24/36 kB
Progress (2): 2.4/2.5 MB | 28/36 kB
Progress (2): 2.4/2.5 MB | 32/36 kB
Progress (2): 2.4/2.5 MB | 36/36 kB
Progress (2): 2.4/2.5 MB | 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 86 kB/s)
18:16:39 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:16:39 Progress (2): 2.4/2.5 MB | 4.1/297 kB
Progress (2): 2.4/2.5 MB | 7.7/297 kB
Progress (2): 2.4/2.5 MB | 12/297 kB 
Progress (2): 2.4/2.5 MB | 16/297 kB
Progress (2): 2.4/2.5 MB | 20/297 kB
Progress (2): 2.4/2.5 MB | 24/297 kB
Progress (2): 2.4/2.5 MB | 28/297 kB
Progress (2): 2.4/2.5 MB | 32/297 kB
Progress (2): 2.4/2.5 MB | 36/297 kB
Progress (2): 2.4/2.5 MB | 40/297 kB
Progress (2): 2.4/2.5 MB | 45/297 kB
Progress (2): 2.4/2.5 MB | 49/297 kB
Progress (2): 2.4/2.5 MB | 53/297 kB
Progress (2): 2.4/2.5 MB | 57/297 kB
Progress (2): 2.4/2.5 MB | 61/297 kB
Progress (3): 2.4/2.5 MB | 61/297 kB | 4.1/182 kB
Progress (3): 2.4/2.5 MB | 65/297 kB | 4.1/182 kB
Progress (3): 2.4/2.5 MB | 65/297 kB | 7.7/182 kB
Progress (3): 2.4/2.5 MB | 65/297 kB | 12/182 kB 
Progress (3): 2.4/2.5 MB | 65/297 kB | 16/182 kB
Progress (3): 2.4/2.5 MB | 69/297 kB | 16/182 kB
Progress (3): 2.4/2.5 MB | 73/297 kB | 16/182 kB
Progress (3): 2.4/2.5 MB | 77/297 kB | 16/182 kB
Progress (3): 2.4/2.5 MB | 81/297 kB | 16/182 kB
Progress (3): 2.4/2.5 MB | 81/297 kB | 20/182 kB
Progress (3): 2.4/2.5 MB | 81/297 kB | 24/182 kB
Progress (3): 2.4/2.5 MB | 81/297 kB | 28/182 kB
Progress (3): 2.4/2.5 MB | 81/297 kB | 32/182 kB
Progress (3): 2.4/2.5 MB | 81/297 kB | 36/182 kB
Progress (3): 2.4/2.5 MB | 81/297 kB | 40/182 kB
Progress (3): 2.4/2.5 MB | 81/297 kB | 45/182 kB
Progress (3): 2.4/2.5 MB | 81/297 kB | 49/182 kB
Progress (3): 2.4/2.5 MB | 81/297 kB | 49/182 kB
Progress (3): 2.4/2.5 MB | 85/297 kB | 49/182 kB
Progress (3): 2.4/2.5 MB | 90/297 kB | 49/182 kB
Progress (3): 2.4/2.5 MB | 94/297 kB | 49/182 kB
Progress (3): 2.4/2.5 MB | 98/297 kB | 49/182 kB
Progress (3): 2.4/2.5 MB | 102/297 kB | 49/182 kB
Progress (3): 2.4/2.5 MB | 106/297 kB | 49/182 kB
Progress (3): 2.4/2.5 MB | 110/297 kB | 49/182 kB
Progress (3): 2.4/2.5 MB | 114/297 kB | 49/182 kB
Progress (3): 2.4/2.5 MB | 118/297 kB | 49/182 kB
Progress (3): 2.4/2.5 MB | 122/297 kB | 49/182 kB
Progress (3): 2.4/2.5 MB | 126/297 kB | 49/182 kB
Progress (3): 2.4/2.5 MB | 126/297 kB | 53/182 kB
Progress (3): 2.4/2.5 MB | 131/297 kB | 53/182 kB
Progress (3): 2.4/2.5 MB | 131/297 kB | 57/182 kB
Progress (3): 2.4/2.5 MB | 131/297 kB | 61/182 kB
Progress (3): 2.4/2.5 MB | 131/297 kB | 65/182 kB
Progress (3): 2.4/2.5 MB | 135/297 kB | 65/182 kB
Progress (3): 2.4/2.5 MB | 139/297 kB | 65/182 kB
Progress (3): 2.4/2.5 MB | 143/297 kB | 65/182 kB
Progress (3): 2.4/2.5 MB | 147/297 kB | 65/182 kB
Progress (3): 2.4/2.5 MB | 151/297 kB | 65/182 kB
Progress (3): 2.4/2.5 MB | 155/297 kB | 65/182 kB
Progress (3): 2.4/2.5 MB | 155/297 kB | 69/182 kB
Progress (3): 2.4/2.5 MB | 159/297 kB | 69/182 kB
Progress (3): 2.4/2.5 MB | 159/297 kB | 73/182 kB
Progress (3): 2.4/2.5 MB | 163/297 kB | 73/182 kB
Progress (3): 2.4/2.5 MB | 163/297 kB | 77/182 kB
Progress (3): 2.4/2.5 MB | 163/297 kB | 81/182 kB
Progress (3): 2.4/2.5 MB | 167/297 kB | 81/182 kB
Progress (3): 2.4/2.5 MB | 171/297 kB | 81/182 kB
Progress (3): 2.4/2.5 MB | 176/297 kB | 81/182 kB
Progress (3): 2.4/2.5 MB | 180/297 kB | 81/182 kB
Progress (3): 2.4/2.5 MB | 180/297 kB | 85/182 kB
Progress (3): 2.4/2.5 MB | 180/297 kB | 90/182 kB
Progress (3): 2.4/2.5 MB | 184/297 kB | 90/182 kB
Progress (3): 2.4/2.5 MB | 184/297 kB | 94/182 kB
Progress (3): 2.4/2.5 MB | 188/297 kB | 94/182 kB
Progress (3): 2.4/2.5 MB | 188/297 kB | 98/182 kB
Progress (3): 2.4/2.5 MB | 192/297 kB | 98/182 kB
Progress (3): 2.4/2.5 MB | 196/297 kB | 98/182 kB
Progress (3): 2.4/2.5 MB | 200/297 kB | 98/182 kB
Progress (3): 2.4/2.5 MB | 204/297 kB | 98/182 kB
Progress (3): 2.4/2.5 MB | 204/297 kB | 102/182 kB
Progress (3): 2.4/2.5 MB | 208/297 kB | 102/182 kB
Progress (3): 2.4/2.5 MB | 208/297 kB | 106/182 kB
Progress (3): 2.4/2.5 MB | 212/297 kB | 106/182 kB
Progress (3): 2.4/2.5 MB | 212/297 kB | 110/182 kB
Progress (3): 2.4/2.5 MB | 212/297 kB | 114/182 kB
Progress (3): 2.4/2.5 MB | 217/297 kB | 114/182 kB
Progress (3): 2.4/2.5 MB | 221/297 kB | 114/182 kB
Progress (3): 2.4/2.5 MB | 225/297 kB | 114/182 kB
Progress (3): 2.4/2.5 MB | 229/297 kB | 114/182 kB
Progress (3): 2.4/2.5 MB | 229/297 kB | 118/182 kB
Progress (3): 2.4/2.5 MB | 229/297 kB | 122/182 kB
Progress (3): 2.4/2.5 MB | 233/297 kB | 122/182 kB
Progress (3): 2.4/2.5 MB | 233/297 kB | 126/182 kB
Progress (3): 2.4/2.5 MB | 237/297 kB | 126/182 kB
Progress (3): 2.4/2.5 MB | 237/297 kB | 131/182 kB
Progress (3): 2.4/2.5 MB | 241/297 kB | 131/182 kB
Progress (3): 2.4/2.5 MB | 245/297 kB | 131/182 kB
Progress (4): 2.4/2.5 MB | 245/297 kB | 131/182 kB | 4.1/475 kB
Progress (4): 2.4/2.5 MB | 249/297 kB | 131/182 kB | 4.1/475 kB
Progress (4): 2.4/2.5 MB | 249/297 kB | 131/182 kB | 7.7/475 kB
Progress (4): 2.4/2.5 MB | 249/297 kB | 135/182 kB | 7.7/475 kB
Progress (4): 2.4/2.5 MB | 249/297 kB | 135/182 kB | 12/475 kB 
Progress (4): 2.4/2.5 MB | 253/297 kB | 135/182 kB | 12/475 kB
Progress (4): 2.4/2.5 MB | 253/297 kB | 135/182 kB | 16/475 kB
Progress (4): 2.4/2.5 MB | 253/297 kB | 139/182 kB | 16/475 kB
Progress (4): 2.4/2.5 MB | 258/297 kB | 139/182 kB | 16/475 kB
Progress (4): 2.4/2.5 MB | 258/297 kB | 143/182 kB | 16/475 kB
Progress (4): 2.4/2.5 MB | 262/297 kB | 143/182 kB | 16/475 kB
Progress (4): 2.4/2.5 MB | 262/297 kB | 147/182 kB | 16/475 kB
Progress (4): 2.4/2.5 MB | 262/297 kB | 147/182 kB | 20/475 kB
Progress (4): 2.4/2.5 MB | 262/297 kB | 147/182 kB | 24/475 kB
Progress (4): 2.4/2.5 MB | 266/297 kB | 147/182 kB | 24/475 kB
Progress (4): 2.4/2.5 MB | 266/297 kB | 147/182 kB | 28/475 kB
Progress (4): 2.4/2.5 MB | 270/297 kB | 147/182 kB | 28/475 kB
Progress (4): 2.4/2.5 MB | 270/297 kB | 147/182 kB | 32/475 kB
Progress (4): 2.4/2.5 MB | 270/297 kB | 151/182 kB | 32/475 kB
Progress (4): 2.4/2.5 MB | 274/297 kB | 151/182 kB | 32/475 kB
Progress (4): 2.4/2.5 MB | 274/297 kB | 155/182 kB | 32/475 kB
Progress (4): 2.4/2.5 MB | 278/297 kB | 155/182 kB | 32/475 kB
Progress (4): 2.4/2.5 MB | 278/297 kB | 159/182 kB | 32/475 kB
Progress (4): 2.4/2.5 MB | 278/297 kB | 159/182 kB | 36/475 kB
Progress (4): 2.4/2.5 MB | 278/297 kB | 163/182 kB | 36/475 kB
Progress (4): 2.4/2.5 MB | 282/297 kB | 163/182 kB | 36/475 kB
Progress (4): 2.4/2.5 MB | 282/297 kB | 163/182 kB | 40/475 kB
Progress (4): 2.4/2.5 MB | 286/297 kB | 163/182 kB | 40/475 kB
Progress (4): 2.4/2.5 MB | 286/297 kB | 163/182 kB | 45/475 kB
Progress (4): 2.4/2.5 MB | 290/297 kB | 163/182 kB | 45/475 kB
Progress (4): 2.4/2.5 MB | 290/297 kB | 163/182 kB | 49/475 kB
Progress (4): 2.4/2.5 MB | 290/297 kB | 167/182 kB | 49/475 kB
Progress (4): 2.4/2.5 MB | 294/297 kB | 167/182 kB | 49/475 kB
Progress (4): 2.4/2.5 MB | 294/297 kB | 171/182 kB | 49/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 171/182 kB | 49/475 kB    
Progress (4): 2.4/2.5 MB | 297 kB | 176/182 kB | 49/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 176/182 kB | 53/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 180/182 kB | 53/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 180/182 kB | 57/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 57/475 kB    
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 61/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 65/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 69/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 73/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 77/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 81/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 85/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 90/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 94/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 98/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 102/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 106/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 110/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 114/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 118/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 122/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 126/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 131/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 135/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 139/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 143/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 147/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 151/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 155/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 159/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 163/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 167/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 171/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 176/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 180/475 kB
Progress (4): 2.4/2.5 MB | 297 kB | 182 kB | 180/475 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 444 kB/s)
18:16:39 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:16:39 Progress (3): 2.4/2.5 MB | 182 kB | 180/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 272 kB/s)
18:16:39 Progress (2): 2.4/2.5 MB | 184/475 kB
                                     
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:16:39 Progress (2): 2.5/2.5 MB | 184/475 kB
Progress (2): 2.5/2.5 MB | 188/475 kB
Progress (2): 2.5/2.5 MB | 192/475 kB
Progress (2): 2.5/2.5 MB | 196/475 kB
Progress (2): 2.5/2.5 MB | 200/475 kB
Progress (2): 2.5/2.5 MB | 200/475 kB
Progress (2): 2.5/2.5 MB | 204/475 kB
Progress (2): 2.5/2.5 MB | 208/475 kB
Progress (2): 2.5/2.5 MB | 212/475 kB
Progress (2): 2.5/2.5 MB | 212/475 kB
Progress (2): 2.5/2.5 MB | 217/475 kB
Progress (2): 2.5/2.5 MB | 221/475 kB
Progress (2): 2.5/2.5 MB | 225/475 kB
Progress (2): 2.5/2.5 MB | 229/475 kB
Progress (2): 2.5 MB | 229/475 kB    
Progress (2): 2.5 MB | 233/475 kB
Progress (2): 2.5 MB | 237/475 kB
Progress (2): 2.5 MB | 241/475 kB
Progress (2): 2.5 MB | 245/475 kB
Progress (2): 2.5 MB | 249/475 kB
Progress (2): 2.5 MB | 253/475 kB
Progress (2): 2.5 MB | 258/475 kB
Progress (2): 2.5 MB | 262/475 kB
Progress (2): 2.5 MB | 266/475 kB
Progress (2): 2.5 MB | 270/475 kB
Progress (2): 2.5 MB | 274/475 kB
Progress (2): 2.5 MB | 278/475 kB
Progress (2): 2.5 MB | 282/475 kB
Progress (2): 2.5 MB | 286/475 kB
Progress (2): 2.5 MB | 290/475 kB
Progress (2): 2.5 MB | 294/475 kB
Progress (2): 2.5 MB | 298/475 kB
Progress (2): 2.5 MB | 303/475 kB
Progress (2): 2.5 MB | 307/475 kB
Progress (2): 2.5 MB | 311/475 kB
Progress (2): 2.5 MB | 315/475 kB
Progress (2): 2.5 MB | 319/475 kB
Progress (2): 2.5 MB | 323/475 kB
Progress (2): 2.5 MB | 327/475 kB
Progress (2): 2.5 MB | 331/475 kB
Progress (2): 2.5 MB | 335/475 kB
Progress (2): 2.5 MB | 339/475 kB
Progress (2): 2.5 MB | 344/475 kB
Progress (2): 2.5 MB | 348/475 kB
Progress (2): 2.5 MB | 352/475 kB
Progress (2): 2.5 MB | 356/475 kB
Progress (2): 2.5 MB | 360/475 kB
Progress (2): 2.5 MB | 364/475 kB
Progress (2): 2.5 MB | 368/475 kB
Progress (2): 2.5 MB | 372/475 kB
Progress (2): 2.5 MB | 376/475 kB
Progress (2): 2.5 MB | 380/475 kB
Progress (2): 2.5 MB | 384/475 kB
Progress (2): 2.5 MB | 389/475 kB
Progress (2): 2.5 MB | 393/475 kB
Progress (2): 2.5 MB | 397/475 kB
Progress (2): 2.5 MB | 401/475 kB
Progress (2): 2.5 MB | 405/475 kB
Progress (2): 2.5 MB | 409/475 kB
Progress (2): 2.5 MB | 413/475 kB
Progress (2): 2.5 MB | 417/475 kB
Progress (2): 2.5 MB | 421/475 kB
Progress (2): 2.5 MB | 425/475 kB
Progress (2): 2.5 MB | 430/475 kB
Progress (2): 2.5 MB | 434/475 kB
Progress (2): 2.5 MB | 438/475 kB
Progress (2): 2.5 MB | 442/475 kB
Progress (2): 2.5 MB | 446/475 kB
Progress (2): 2.5 MB | 450/475 kB
Progress (2): 2.5 MB | 454/475 kB
Progress (2): 2.5 MB | 458/475 kB
Progress (2): 2.5 MB | 462/475 kB
Progress (2): 2.5 MB | 466/475 kB
Progress (2): 2.5 MB | 471/475 kB
Progress (2): 2.5 MB | 475/475 kB
Progress (2): 2.5 MB | 475 kB    
Progress (3): 2.5 MB | 475 kB | 0/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.1/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.1/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.1/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.1/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.1/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.1/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.1/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.1/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.1/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.1/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.1/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.1/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.2/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.2/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.2/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.2/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.2/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.2/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.2/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.2/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.2/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.2/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.2/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.2/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.3/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.3/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.3/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.3/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.3/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.3/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.3/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.3/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.3/2.0 MB
Progress (3): 2.5 MB | 475 kB | 0.3/2.0 MB
                                          
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 3.5 MB/s)
18:16:39 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:16:39 Progress (2): 475 kB | 0.3/2.0 MB
Progress (2): 475 kB | 0.3/2.0 MB
Progress (2): 475 kB | 0.4/2.0 MB
Progress (2): 475 kB | 0.4/2.0 MB
Progress (2): 475 kB | 0.4/2.0 MB
Progress (2): 475 kB | 0.4/2.0 MB
Progress (2): 475 kB | 0.4/2.0 MB
Progress (2): 475 kB | 0.4/2.0 MB
Progress (2): 475 kB | 0.4/2.0 MB
Progress (2): 475 kB | 0.4/2.0 MB
Progress (2): 475 kB | 0.4/2.0 MB
Progress (2): 475 kB | 0.4/2.0 MB
Progress (2): 475 kB | 0.4/2.0 MB
Progress (2): 475 kB | 0.4/2.0 MB
Progress (2): 475 kB | 0.5/2.0 MB
Progress (2): 475 kB | 0.5/2.0 MB
Progress (2): 475 kB | 0.5/2.0 MB
Progress (2): 475 kB | 0.5/2.0 MB
Progress (2): 475 kB | 0.5/2.0 MB
Progress (2): 475 kB | 0.5/2.0 MB
Progress (2): 475 kB | 0.5/2.0 MB
Progress (2): 475 kB | 0.5/2.0 MB
Progress (2): 475 kB | 0.5/2.0 MB
Progress (2): 475 kB | 0.5/2.0 MB
Progress (2): 475 kB | 0.5/2.0 MB
Progress (2): 475 kB | 0.5/2.0 MB
Progress (2): 475 kB | 0.5/2.0 MB
Progress (2): 475 kB | 0.6/2.0 MB
Progress (2): 475 kB | 0.6/2.0 MB
Progress (2): 475 kB | 0.6/2.0 MB
Progress (2): 475 kB | 0.6/2.0 MB
Progress (2): 475 kB | 0.6/2.0 MB
Progress (3): 475 kB | 0.6/2.0 MB | 4.1/68 kB
Progress (3): 475 kB | 0.6/2.0 MB | 7.7/68 kB
Progress (3): 475 kB | 0.6/2.0 MB | 12/68 kB 
Progress (3): 475 kB | 0.6/2.0 MB | 16/68 kB
Progress (3): 475 kB | 0.6/2.0 MB | 20/68 kB
Progress (3): 475 kB | 0.6/2.0 MB | 24/68 kB
Progress (3): 475 kB | 0.6/2.0 MB | 28/68 kB
Progress (3): 475 kB | 0.6/2.0 MB | 32/68 kB
Progress (3): 475 kB | 0.6/2.0 MB | 36/68 kB
Progress (3): 475 kB | 0.6/2.0 MB | 40/68 kB
Progress (3): 475 kB | 0.6/2.0 MB | 45/68 kB
Progress (3): 475 kB | 0.6/2.0 MB | 49/68 kB
Progress (3): 475 kB | 0.6/2.0 MB | 53/68 kB
Progress (3): 475 kB | 0.6/2.0 MB | 57/68 kB
Progress (3): 475 kB | 0.6/2.0 MB | 61/68 kB
Progress (3): 475 kB | 0.6/2.0 MB | 65/68 kB
Progress (3): 475 kB | 0.6/2.0 MB | 68 kB   
Progress (3): 475 kB | 0.6/2.0 MB | 68 kB
Progress (3): 475 kB | 0.6/2.0 MB | 68 kB
                                         
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 91 kB/s)
18:16:39 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:16:39 Progress (3): 475 kB | 0.6/2.0 MB | 4.1/50 kB
Progress (3): 475 kB | 0.6/2.0 MB | 7.7/50 kB
Progress (3): 475 kB | 0.6/2.0 MB | 12/50 kB 
Progress (3): 475 kB | 0.6/2.0 MB | 16/50 kB
Progress (3): 475 kB | 0.6/2.0 MB | 20/50 kB
Progress (3): 475 kB | 0.6/2.0 MB | 24/50 kB
Progress (3): 475 kB | 0.6/2.0 MB | 28/50 kB
Progress (3): 475 kB | 0.6/2.0 MB | 32/50 kB
Progress (3): 475 kB | 0.6/2.0 MB | 36/50 kB
Progress (3): 475 kB | 0.6/2.0 MB | 40/50 kB
Progress (3): 475 kB | 0.6/2.0 MB | 45/50 kB
Progress (3): 475 kB | 0.6/2.0 MB | 49/50 kB
Progress (3): 475 kB | 0.6/2.0 MB | 50 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.jar (50 kB at 61 kB/s)
18:16:39 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:16:39 Progress (3): 475 kB | 0.6/2.0 MB | 4.1/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 7.7/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 12/102 kB 
Progress (3): 475 kB | 0.6/2.0 MB | 16/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 20/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 24/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 28/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 32/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 36/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 40/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 45/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 49/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 53/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 57/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 61/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 65/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 69/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 73/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 77/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 81/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 85/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 90/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 94/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 98/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 102/102 kB
Progress (3): 475 kB | 0.6/2.0 MB | 102 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 117 kB/s)
18:16:39 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:16:39 Progress (3): 475 kB | 0.6/2.0 MB | 4.1/41 kB
Progress (3): 475 kB | 0.6/2.0 MB | 7.7/41 kB
Progress (3): 475 kB | 0.6/2.0 MB | 12/41 kB 
Progress (3): 475 kB | 0.6/2.0 MB | 16/41 kB
Progress (3): 475 kB | 0.6/2.0 MB | 20/41 kB
Progress (3): 475 kB | 0.6/2.0 MB | 24/41 kB
Progress (3): 475 kB | 0.6/2.0 MB | 28/41 kB
Progress (3): 475 kB | 0.6/2.0 MB | 32/41 kB
Progress (3): 475 kB | 0.6/2.0 MB | 36/41 kB
Progress (3): 475 kB | 0.6/2.0 MB | 40/41 kB
Progress (3): 475 kB | 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 45 kB/s)
18:16:39 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:16:39 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 517 kB/s)
18:16:39 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:16:39 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 (2): 0.7/2.0 MB | 4.1/123 kB
Progress (2): 0.7/2.0 MB | 4.1/123 kB
Progress (2): 0.7/2.0 MB | 7.7/123 kB
Progress (2): 0.7/2.0 MB | 7.7/123 kB
Progress (2): 0.7/2.0 MB | 12/123 kB 
Progress (2): 0.7/2.0 MB | 16/123 kB
Progress (2): 0.7/2.0 MB | 16/123 kB
Progress (2): 0.8/2.0 MB | 16/123 kB
Progress (2): 0.8/2.0 MB | 20/123 kB
Progress (2): 0.8/2.0 MB | 24/123 kB
Progress (2): 0.8/2.0 MB | 28/123 kB
Progress (2): 0.8/2.0 MB | 32/123 kB
Progress (2): 0.8/2.0 MB | 32/123 kB
Progress (2): 0.8/2.0 MB | 32/123 kB
Progress (2): 0.8/2.0 MB | 32/123 kB
Progress (2): 0.8/2.0 MB | 32/123 kB
Progress (2): 0.8/2.0 MB | 36/123 kB
Progress (2): 0.8/2.0 MB | 40/123 kB
Progress (2): 0.8/2.0 MB | 45/123 kB
Progress (2): 0.8/2.0 MB | 45/123 kB
Progress (2): 0.8/2.0 MB | 49/123 kB
Progress (2): 0.8/2.0 MB | 49/123 kB
Progress (2): 0.8/2.0 MB | 53/123 kB
Progress (2): 0.8/2.0 MB | 53/123 kB
Progress (2): 0.8/2.0 MB | 57/123 kB
Progress (2): 0.8/2.0 MB | 57/123 kB
Progress (2): 0.8/2.0 MB | 61/123 kB
Progress (2): 0.8/2.0 MB | 65/123 kB
Progress (2): 0.8/2.0 MB | 65/123 kB
Progress (2): 0.8/2.0 MB | 69/123 kB
Progress (2): 0.8/2.0 MB | 69/123 kB
Progress (2): 0.8/2.0 MB | 73/123 kB
Progress (2): 0.8/2.0 MB | 77/123 kB
Progress (2): 0.8/2.0 MB | 81/123 kB
Progress (2): 0.8/2.0 MB | 81/123 kB
Progress (2): 0.9/2.0 MB | 81/123 kB
Progress (2): 0.9/2.0 MB | 85/123 kB
Progress (2): 0.9/2.0 MB | 90/123 kB
Progress (2): 0.9/2.0 MB | 90/123 kB
Progress (2): 0.9/2.0 MB | 94/123 kB
Progress (2): 0.9/2.0 MB | 94/123 kB
Progress (2): 0.9/2.0 MB | 98/123 kB
Progress (2): 0.9/2.0 MB | 98/123 kB
Progress (2): 0.9/2.0 MB | 102/123 kB
Progress (2): 0.9/2.0 MB | 102/123 kB
Progress (2): 0.9/2.0 MB | 106/123 kB
Progress (2): 0.9/2.0 MB | 110/123 kB
Progress (2): 0.9/2.0 MB | 114/123 kB
Progress (2): 0.9/2.0 MB | 114/123 kB
Progress (2): 0.9/2.0 MB | 118/123 kB
Progress (2): 0.9/2.0 MB | 118/123 kB
Progress (2): 0.9/2.0 MB | 122/123 kB
Progress (2): 0.9/2.0 MB | 123 kB    
Progress (2): 0.9/2.0 MB | 123 kB
Progress (2): 0.9/2.0 MB | 123 kB
Progress (2): 0.9/2.0 MB | 123 kB
Progress (2): 0.9/2.0 MB | 123 kB
Progress (2): 0.9/2.0 MB | 123 kB
Progress (2): 0.9/2.0 MB | 123 kB
Progress (2): 1.0/2.0 MB | 123 kB
Progress (2): 1.0/2.0 MB | 123 kB
Progress (2): 1.0/2.0 MB | 123 kB
Progress (2): 1.0/2.0 MB | 123 kB
Progress (2): 1.0/2.0 MB | 123 kB
Progress (2): 1.0/2.0 MB | 123 kB
Progress (2): 1.0/2.0 MB | 123 kB
Progress (2): 1.0/2.0 MB | 123 kB
Progress (2): 1.0/2.0 MB | 123 kB
Progress (2): 1.0/2.0 MB | 123 kB
Progress (2): 1.0/2.0 MB | 123 kB
Progress (2): 1.0/2.0 MB | 123 kB
Progress (2): 1.1/2.0 MB | 123 kB
Progress (2): 1.1/2.0 MB | 123 kB
Progress (2): 1.1/2.0 MB | 123 kB
Progress (2): 1.1/2.0 MB | 123 kB
Progress (2): 1.1/2.0 MB | 123 kB
Progress (2): 1.1/2.0 MB | 123 kB
Progress (2): 1.1/2.0 MB | 123 kB
Progress (2): 1.1/2.0 MB | 123 kB
Progress (2): 1.1/2.0 MB | 123 kB
Progress (2): 1.1/2.0 MB | 123 kB
Progress (2): 1.1/2.0 MB | 123 kB
Progress (2): 1.1/2.0 MB | 123 kB
Progress (2): 1.2/2.0 MB | 123 kB
Progress (2): 1.2/2.0 MB | 123 kB
Progress (2): 1.2/2.0 MB | 123 kB
Progress (2): 1.2/2.0 MB | 123 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 127 kB/s)
18:16:39 Progress (1): 1.2/2.0 MB
                        
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:16:39 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 (2): 1.9/2.0 MB | 4.1/99 kB
Progress (2): 1.9/2.0 MB | 4.1/99 kB
Progress (2): 1.9/2.0 MB | 7.7/99 kB
Progress (2): 1.9/2.0 MB | 7.7/99 kB
Progress (2): 1.9/2.0 MB | 12/99 kB 
Progress (2): 1.9/2.0 MB | 16/99 kB
Progress (2): 1.9/2.0 MB | 16/99 kB
Progress (2): 1.9/2.0 MB | 16/99 kB
Progress (2): 1.9/2.0 MB | 20/99 kB
Progress (2): 1.9/2.0 MB | 24/99 kB
Progress (2): 1.9/2.0 MB | 28/99 kB
Progress (2): 1.9/2.0 MB | 32/99 kB
Progress (2): 2.0/2.0 MB | 32/99 kB
Progress (2): 2.0/2.0 MB | 32/99 kB
Progress (2): 2.0/2.0 MB | 36/99 kB
Progress (2): 2.0/2.0 MB | 40/99 kB
Progress (2): 2.0/2.0 MB | 40/99 kB
Progress (2): 2.0/2.0 MB | 45/99 kB
Progress (2): 2.0/2.0 MB | 45/99 kB
Progress (2): 2.0/2.0 MB | 49/99 kB
Progress (2): 2.0/2.0 MB | 49/99 kB
Progress (2): 2.0/2.0 MB | 53/99 kB
Progress (2): 2.0/2.0 MB | 53/99 kB
Progress (2): 2.0/2.0 MB | 57/99 kB
Progress (2): 2.0/2.0 MB | 61/99 kB
Progress (2): 2.0/2.0 MB | 65/99 kB
Progress (2): 2.0/2.0 MB | 65/99 kB
Progress (2): 2.0/2.0 MB | 65/99 kB
Progress (2): 2.0/2.0 MB | 69/99 kB
Progress (2): 2.0/2.0 MB | 73/99 kB
Progress (2): 2.0/2.0 MB | 73/99 kB
Progress (2): 2.0/2.0 MB | 77/99 kB
Progress (2): 2.0 MB | 77/99 kB    
Progress (2): 2.0 MB | 81/99 kB
Progress (2): 2.0 MB | 85/99 kB
Progress (2): 2.0 MB | 90/99 kB
Progress (2): 2.0 MB | 94/99 kB
Progress (2): 2.0 MB | 98/99 kB
Progress (2): 2.0 MB | 99 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 2.0 MB/s)
18:16:39 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 98 kB/s)
18:16:39 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:16:39 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:16:39 Progress (1): 4.1/80 kB
Progress (1): 7.7/80 kB
Progress (1): 12/80 kB 
Progress (1): 16/80 kB
Progress (1): 20/80 kB
Progress (1): 24/80 kB
Progress (1): 28/80 kB
Progress (1): 32/80 kB
Progress (1): 36/80 kB
Progress (1): 40/80 kB
Progress (1): 45/80 kB
Progress (1): 49/80 kB
Progress (1): 53/80 kB
Progress (1): 57/80 kB
Progress (1): 61/80 kB
Progress (1): 65/80 kB
Progress (1): 69/80 kB
Progress (1): 73/80 kB
Progress (1): 77/80 kB
Progress (1): 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 75 kB/s)
18:16:39 Progress (1): 4.1/128 kB
Progress (1): 7.7/128 kB
Progress (1): 12/128 kB 
Progress (1): 16/128 kB
Progress (1): 20/128 kB
Progress (1): 24/128 kB
Progress (1): 28/128 kB
Progress (1): 32/128 kB
Progress (1): 36/128 kB
Progress (1): 40/128 kB
Progress (1): 45/128 kB
Progress (1): 49/128 kB
Progress (1): 53/128 kB
Progress (1): 57/128 kB
Progress (1): 61/128 kB
Progress (1): 65/128 kB
Progress (1): 69/128 kB
Progress (1): 73/128 kB
Progress (1): 77/128 kB
Progress (1): 81/128 kB
Progress (1): 85/128 kB
Progress (1): 90/128 kB
Progress (1): 94/128 kB
Progress (1): 98/128 kB
Progress (1): 102/128 kB
Progress (1): 106/128 kB
Progress (1): 110/128 kB
Progress (1): 114/128 kB
Progress (1): 118/128 kB
Progress (1): 122/128 kB
Progress (1): 126/128 kB
Progress (1): 128 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 120 kB/s)
18:16:39 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 (1): 114/243 kB
Progress (1): 118/243 kB
Progress (1): 122/243 kB
Progress (1): 126/243 kB
Progress (1): 131/243 kB
Progress (1): 135/243 kB
Progress (1): 139/243 kB
Progress (1): 143/243 kB
Progress (1): 147/243 kB
Progress (1): 151/243 kB
Progress (1): 155/243 kB
Progress (1): 159/243 kB
Progress (1): 163/243 kB
Progress (1): 167/243 kB
Progress (1): 171/243 kB
Progress (1): 176/243 kB
Progress (1): 180/243 kB
Progress (1): 184/243 kB
Progress (1): 188/243 kB
Progress (1): 192/243 kB
Progress (1): 196/243 kB
Progress (1): 200/243 kB
Progress (1): 204/243 kB
Progress (1): 208/243 kB
Progress (1): 212/243 kB
Progress (1): 217/243 kB
Progress (1): 221/243 kB
Progress (1): 225/243 kB
Progress (1): 229/243 kB
Progress (1): 233/243 kB
Progress (1): 237/243 kB
Progress (1): 241/243 kB
Progress (1): 243 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 215 kB/s)
18:16:39 Progress (1): 4.1/241 kB
Progress (1): 7.7/241 kB
Progress (1): 12/241 kB 
Progress (1): 16/241 kB
Progress (1): 20/241 kB
Progress (1): 24/241 kB
Progress (1): 28/241 kB
Progress (1): 32/241 kB
Progress (1): 36/241 kB
Progress (1): 40/241 kB
Progress (1): 45/241 kB
Progress (1): 49/241 kB
Progress (1): 53/241 kB
Progress (1): 57/241 kB
Progress (1): 61/241 kB
Progress (1): 65/241 kB
Progress (1): 69/241 kB
Progress (1): 73/241 kB
Progress (1): 77/241 kB
Progress (1): 81/241 kB
Progress (1): 85/241 kB
Progress (1): 90/241 kB
Progress (1): 94/241 kB
Progress (1): 98/241 kB
Progress (1): 102/241 kB
Progress (1): 106/241 kB
Progress (1): 110/241 kB
Progress (1): 114/241 kB
Progress (1): 118/241 kB
Progress (1): 122/241 kB
Progress (1): 126/241 kB
Progress (1): 131/241 kB
Progress (1): 135/241 kB
Progress (1): 139/241 kB
Progress (1): 143/241 kB
Progress (1): 147/241 kB
Progress (1): 151/241 kB
Progress (1): 155/241 kB
Progress (1): 159/241 kB
Progress (1): 163/241 kB
Progress (1): 167/241 kB
Progress (1): 171/241 kB
Progress (1): 176/241 kB
Progress (1): 180/241 kB
Progress (1): 184/241 kB
Progress (1): 188/241 kB
Progress (1): 192/241 kB
Progress (1): 196/241 kB
Progress (1): 200/241 kB
Progress (1): 204/241 kB
Progress (1): 208/241 kB
Progress (1): 212/241 kB
Progress (1): 217/241 kB
Progress (1): 221/241 kB
Progress (1): 225/241 kB
Progress (1): 229/241 kB
Progress (1): 233/241 kB
Progress (1): 237/241 kB
Progress (1): 241 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.jar (241 kB at 206 kB/s)
18:16:40 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 (1): 364/482 kB
Progress (1): 368/482 kB
Progress (1): 372/482 kB
Progress (1): 376/482 kB
Progress (1): 380/482 kB
Progress (1): 384/482 kB
Progress (1): 389/482 kB
Progress (1): 393/482 kB
Progress (1): 397/482 kB
Progress (1): 401/482 kB
Progress (1): 405/482 kB
Progress (1): 409/482 kB
Progress (1): 413/482 kB
Progress (1): 417/482 kB
Progress (1): 421/482 kB
Progress (1): 425/482 kB
Progress (1): 430/482 kB
Progress (1): 434/482 kB
Progress (1): 438/482 kB
Progress (1): 442/482 kB
Progress (1): 446/482 kB
Progress (1): 450/482 kB
Progress (1): 454/482 kB
Progress (1): 458/482 kB
Progress (1): 462/482 kB
Progress (1): 466/482 kB
Progress (1): 471/482 kB
Progress (1): 475/482 kB
Progress (1): 479/482 kB
Progress (1): 482 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.jar (482 kB at 326 kB/s)
18:16:40 [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:16:40 [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:16:40 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:16:40 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:16:40 parsing WSDL...
18:16:40 
18:16:40 
18:16:41 
18:16:41 Generating code...
18:16:41 
18:16:41 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/EchoRequest.java
18:16:41 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/EchoResponse.java
18:16:41 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/GetHeaderRequest.java
18:16:41 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/GetHeaderResponse.java
18:16:41 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/JaxWsConsumerTestService.java
18:16:41 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/JaxWsConsumerTestServicePortType.java
18:16:41 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/ObjectFactory.java
18:16:41 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SetHeaderRequest.java
18:16:41 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SetHeaderResponse.java
18:16:41 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SleepRequest.java
18:16:41 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SleepResponse.java
18:16:41 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/package-info.java
18:16:41 [INFO] 
18:16:41 [INFO] --- jaxws-maven-plugin:2.4:wsimport (wsimport-2) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:41 [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:16:41 [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:16:41 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:16:41 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:16:41 parsing WSDL...
18:16:41 
18:16:41 
18:16:42 
18:16:42 Generating code...
18:16:42 
18:16:42 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/JaxWsPingTestService.java
18:16:42 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/JaxWsPingTestServicePortType.java
18:16:42 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/ObjectFactory.java
18:16:42 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/PingRequest.java
18:16:42 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/PingResponse.java
18:16:42 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/package-info.java
18:16:42 [INFO] 
18:16:42 [INFO] --- build-helper-maven-plugin:1.9.1:add-source (add-wsimport-source) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:42 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:16:42 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: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/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
18:16:42 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:16:43 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 621 B/s)
18:16:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
18:16:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
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/maven/maven/2.0.1/maven-2.0.1.pom
18:16:43 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:16: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/apache/maven/maven/2.0.1/maven-2.0.1.pom (11 kB at 319 kB/s)
18:16:43 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:16:43 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: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/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
18:16:44 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:16:44 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 4.5 MB/s)
18:16:44 [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:16:44 [INFO] 
18:16:44 [INFO] --- build-helper-maven-plugin:1.9.1:add-source (add-apt-source) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:44 [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:16:44 [INFO] 
18:16:44 [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wsimport-artifacts) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:16:44 [INFO] Copying 0 resource
18:16:44 [INFO] 
18:16:44 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:16:44 [INFO] Copying 3 resources
18:16:44 [INFO] 
18:16:44 [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-jaxws-artifacts-to-meta-inf) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:16:44 [INFO] Copying 2 resources
18:16:44 [INFO] 
18:16:44 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:44 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:16:44 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: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.pom
18:16:45 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:16:45 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 34 kB/s)
18:16:45 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:16:45 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: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/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
18:16:45 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:16:45 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 305 kB/s)
18:16:45 [INFO] Changes detected - recompiling the module!
18:16:45 [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:16:46 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
18:16:46 [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:16:46 [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:16:46 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
18:16:46 [INFO] 
18:16:46 [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-apt-artifacts) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:16:46 [INFO] Copying 0 resource
18:16:46 [INFO] 
18:16:46 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:16:46 [INFO] Copying 2 resources
18:16:46 [INFO] 
18:16:46 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:46 [INFO] Changes detected - recompiling the module!
18:16:46 [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:16:46 [INFO] 
18:16:46 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:46 [INFO] 
18:16:46 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:46 [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:16:46 
18:16:46 -------------------------------------------------------
18:16:46  T E S T S
18:16:46 -------------------------------------------------------
18:16:46 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:16:46 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:16:47 Running org.eclipse.scout.rt.server.jaxws.adapter.CalendarDateTimeAdapterTest
18:16:47 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.eclipse.scout.rt.server.jaxws.adapter.CalendarDateTimeAdapterTest
18:16:47 Running org.eclipse.scout.rt.server.jaxws.adapter.DefaultTimezoneDateTimeAdapterTest
18:16:47 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec - in org.eclipse.scout.rt.server.jaxws.adapter.DefaultTimezoneDateTimeAdapterTest
18:16:47 Running org.eclipse.scout.rt.server.jaxws.adapter.UtcDateTimeAdapterTest
18:16:47 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.server.jaxws.adapter.UtcDateTimeAdapterTest
18:16:47 Running org.eclipse.scout.rt.server.jaxws.consumer.InvocationContextTest
18:16:47 2020-04-12 22:16:47,892 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:16:47 2020-04-12 22:16:47,949 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 48.083941 ms - MDC[]
18:16:48 2020-04-12 22:16:48,196 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:16:48 2020-04-12 22:16:48,199 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:16:48 2020-04-12 22:16:48,200 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
18:16:48 2020-04-12 22:16:48,200 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:16:48 2020-04-12 22:16:48,242 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:16:48 2020-04-12 22:16:48,399 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.jaxws.JaxWsTestServerSession@5246a3b3[id = f8e2c7f0-2693-476f-96a0-8f607360c8b1], user=jaxws-user] - MDC[principal=jaxws-user]
18:16:48 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.118 sec - in org.eclipse.scout.rt.server.jaxws.consumer.InvocationContextTest
18:16:48 Running org.eclipse.scout.rt.server.jaxws.consumer.JaxWsRiClientTest
18:16:48 2020-04-12 22:16:48,672 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServerSession@4f93bf0a[id = b09e5d84-9ade-4f0e-a5b1-8de2cddc2948], user=default] - MDC[principal=default]
18:16:48 2020-04-12 22:16:48,938 INFO  [main] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsTestProviderInstaller - Published JaxWsConsumerTestServiceProvider on endpoint http://localhost:34338/WS/JaxWsConsumerTestService - MDC[principal=default]
18:16:48 2020-04-12 22:16:48,957 INFO  [main] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsTestProviderInstaller - Published JaxWsPingTestServiceProvider on endpoint http://localhost:34338/WS/JaxWsPingTestService - MDC[principal=default]
18:16:49 2020-04-12 22:16:49,049 INFO  [pool-1-thread-1] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message' - MDC[principal=default]
18:16:49 2020-04-12 22:16:49,063 INFO  [pool-1-thread-1] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'test message' - MDC[principal=default]
18:16:49 2020-04-12 22:16:49,611 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'test message' - MDC[principal=default]
18:16:49 2020-04-12 22:16:49,619 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:16:49 2020-04-12 22:16:49,664 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:16:49 2020-04-12 22:16:49,711 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'test message' - MDC[principal=default]
18:16:49 2020-04-12 22:16:49,758 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:16:49 2020-04-12 22:16:49,804 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'test message' - MDC[principal=default]
18:16:49 2020-04-12 22:16:49,852 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:16:49 2020-04-12 22:16:49,897 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:16:49 2020-04-12 22:16:49,941 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:16:49 2020-04-12 22:16:49,985 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:16:50 2020-04-12 22:16:50,032 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
18:16:50 2020-04-12 22:16:50,075 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 1' - MDC[principal=default]
18:16:50 2020-04-12 22:16:50,120 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 2' - MDC[principal=default]
18:16:50 2020-04-12 22:16:50,163 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 3' - MDC[principal=default]
18:16:50 2020-04-12 22:16:50,207 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 4' - MDC[principal=default]
18:16:50 2020-04-12 22:16:50,251 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 5' - MDC[principal=default]
18:16:50 2020-04-12 22:16:50,295 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 6' - MDC[principal=default]
18:16:50 2020-04-12 22:16:50,339 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 7' - MDC[principal=default]
18:16:50 2020-04-12 22:16:50,383 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 8' - MDC[principal=default]
18:16:50 2020-04-12 22:16:50,427 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 9' - MDC[principal=default]
18:16:50 2020-04-12 22:16:50,474 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:16:50 2020-04-12 22:16:50,541 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
18:16:50 2020-04-12 22:16:50,587 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
18:16:50 2020-04-12 22:16:50,634 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
18:16:50 2020-04-12 22:16:50,691 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsPingTestServiceProvider - echo 'ping' - MDC[principal=default]
18:16:50 2020-04-12 22:16:50,738 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
18:16:50 2020-04-12 22:16:50,783 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 1' - MDC[principal=default]
18:16:51 2020-04-12 22:16:51,377 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:16:51 2020-04-12 22:16:51,927 INFO  [pool-1-thread-3] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'test message' - MDC[principal=default]
18:16:51 2020-04-12 22:16:51,935 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:16:51 2020-04-12 22:16:51,983 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:16:52 2020-04-12 22:16:52,113 INFO  [pool-1-thread-4] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
18:16:52 2020-04-12 22:16:52,119 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:16:52 2020-04-12 22:16:52,669 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'test message' - MDC[principal=default]
18:16:52 2020-04-12 22:16:52,678 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
18:16:52 2020-04-12 22:16:52,732 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 0' - MDC[principal=default]
18:16:52 2020-04-12 22:16:52,777 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 1' - MDC[principal=default]
18:16:52 2020-04-12 22:16:52,778 INFO  [pool-1-thread-6] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider - echo 'Test Message 1' - MDC[principal=default]
18:16:53 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.159 sec - in org.eclipse.scout.rt.server.jaxws.consumer.JaxWsRiClientTest
18:16:53 Running org.eclipse.scout.rt.server.jaxws.consumer.PortCacheTest
18:16:53 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec - in org.eclipse.scout.rt.server.jaxws.consumer.PortCacheTest
18:16:53 Running org.eclipse.scout.rt.server.jaxws.handler.WsConsumerCorrelationIdHandlerTest
18:16:53 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.eclipse.scout.rt.server.jaxws.handler.WsConsumerCorrelationIdHandlerTest
18:16:53 Running org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandlerTest
18:16:53 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandlerTest
18:16:53 Running org.eclipse.scout.rt.server.jaxws.provider.context.JaxWsServletRunContextChainTest
18:16:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.server.jaxws.provider.context.JaxWsServletRunContextChainTest
18:16:53 
18:16:53 Results :
18:16:53 
18:16:53 Tests run: 40, Failures: 0, Errors: 0, Skipped: 0
18:16:53 
18:16:53 [INFO] 
18:16:53 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:53 [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:16:53 [INFO] 
18:16:53 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:53 [INFO] 
18:16:53 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:53 [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:16:54 [INFO] 
18:16:54 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:54 [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:16:54 [INFO] 
18:16:54 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:54 [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:16:54 [INFO] 
18:16:54 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:54 [INFO] Skipping duplicate-finder execution!
18:16:54 [INFO] 
18:16:54 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:54 [INFO] Signature checking is skipped.
18:16:54 [INFO] 
18:16:54 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jaxws.test ---
18:16:54 [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:16:54 [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:16:54 [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:16:54 [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:16:54 [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:16:54 [INFO] 
18:16:54 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc >--------
18:16:54 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc 6.0.300-SNAPSHOT [15/30]
18:16:54 [INFO] --------------------------------[ jar ]---------------------------------
18:16:54 [INFO] 
18:16:54 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jdbc ---
18:16:54 [INFO] 
18:16:54 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc ---
18:16:54 [INFO] Skipping Rule Enforcement.
18:16:54 [INFO] 
18:16:54 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jdbc ---
18:16:54 [INFO] 
18:16:54 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc ---
18:16: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.jdbc/../org.eclipse.scout.rt/target/jacoco-all.exec
18:16:54 [INFO] 
18:16:54 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc ---
18:16:54 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:16:54 [INFO] Copying 1 resource
18:16:54 [INFO] 
18:16:54 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jdbc ---
18:16:54 [INFO] Changes detected - recompiling the module!
18:16:54 [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:16:56 [INFO] 
18:16:56 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc ---
18:16:56 [INFO] 
18:16:56 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc ---
18:16:56 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:16:56 [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:16:56 [INFO] 
18:16:56 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc ---
18:16:56 [INFO] No sources to compile
18:16:56 [INFO] 
18:16:56 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jdbc ---
18:16:56 [INFO] No tests to run.
18:16:56 [INFO] 
18:16:56 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc ---
18:16:56 [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:16:56 [INFO] 
18:16:56 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jdbc ---
18:16:56 [INFO] 
18:16:56 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc ---
18:16:56 [INFO] Skipping packaging of the test-jar
18:16:56 [INFO] 
18:16:56 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc ---
18:16:56 [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:16:56 [INFO] 
18:16:56 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc ---
18:16:56 [INFO] No sources in project. Archive not created.
18:16:56 [INFO] 
18:16:56 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jdbc ---
18:16:56 [INFO] Skipping duplicate-finder execution!
18:16:56 [INFO] 
18:16:56 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jdbc ---
18:16:56 [INFO] Signature checking is skipped.
18:16:56 [INFO] 
18:16:56 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jdbc ---
18:16:56 [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:16:56 [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:16:56 [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:16:56 [INFO] 
18:16:56 [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test >-----
18:16:56 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test 6.0.300-SNAPSHOT [16/30]
18:16:56 [INFO] --------------------------------[ jar ]---------------------------------
18:16:56 [INFO] 
18:16:56 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jdbc.test ---
18:16:56 [INFO] 
18:16:56 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc.test ---
18:16:56 [INFO] Skipping Rule Enforcement.
18:16:56 [INFO] 
18:16:56 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jdbc.test ---
18:16:57 [INFO] 
18:16:57 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc.test ---
18:16: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.rt.server.jdbc.test/../org.eclipse.scout.rt/target/jacoco-all.exec
18:16:57 [INFO] 
18:16:57 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc.test ---
18:16:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:16:57 [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:16:57 [INFO] 
18:16:57 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jdbc.test ---
18:16:57 [INFO] No sources to compile
18:16:57 [INFO] 
18:16:57 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc.test ---
18:16:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:16:57 [INFO] Copying 13 resources
18:16:57 [INFO] 
18:16:57 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc.test ---
18:16:57 [INFO] Changes detected - recompiling the module!
18:16:57 [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:16:57 [INFO] 
18:16:57 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc.test ---
18:16:57 [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:16:57 [INFO] 
18:16:57 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jdbc.test ---
18:16:57 [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:16:57 
18:16:57 -------------------------------------------------------
18:16:57  T E S T S
18:16:57 -------------------------------------------------------
18:16:57 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:16:57 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:16:58 Running org.eclipse.scout.rt.server.jdbc.BindValueTest
18:16:58 2020-04-12 22:16:58,681 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:16:58 2020-04-12 22:16:58,740 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 49.356216 ms - MDC[]
18:16:58 2020-04-12 22:16:58,972 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:16:58 2020-04-12 22:16:58,976 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
18:16:58 2020-04-12 22:16:58,977 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:16:59 2020-04-12 22:16:59,093 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession - Server session started [session=org.eclipse.scout.rt.server.TestJdbcServerSession@23f3dbf0[id = eb0b53e5-45d7-4f1e-a066-b3943a995477], user=default] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,150 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:16:59 2020-04-12 22:16:59,181 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    A
18:16:59 FROM      T
18:16:59 WHERE     A = :a
18:16:59 IN  :a => ? [BIGINT null] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,234 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    A
18:16:59 FROM      T
18:16:59 WHERE     A = :a
18:16:59 IN  :a => ? [BIGINT null] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,238 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    A
18:16:59 FROM      T
18:16:59 WHERE     A = :a
18:16:59 IN  :a => ? [NULL null] - MDC[principal=default]
18:16:59 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.87 sec - in org.eclipse.scout.rt.server.jdbc.BindValueTest
18:16:59 Running org.eclipse.scout.rt.server.jdbc.SelectInputBindTest
18:16:59 2020-04-12 22:16:59,261 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,261 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,264 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
18:16:59 IN  :{table.active} => ? [INTEGER 1]
18:16:59 IN  :{table.state} => ? [INTEGER 3]
18:16:59 IN  :{table.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,266 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
18:16:59 IN  :{table.active} => ? [INTEGER 0]
18:16:59 IN  :{table.state} => ? [INTEGER 6]
18:16:59 IN  :{table.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,274 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,274 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,276 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
18:16:59 IN  :{filter.active} => ? [INTEGER 1]
18:16:59 IN  :{filter.state} => ? [INTEGER 3]
18:16:59 IN  :{filter.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,278 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
18:16:59 IN  :{filter.active} => ? [INTEGER 0]
18:16:59 IN  :{filter.state} => ? [INTEGER 6]
18:16:59 IN  :{filter.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,282 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,282 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,284 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
18:16:59 IN  :{table.active} => ? [INTEGER 1]
18:16:59 IN  :{table.state} => ? [INTEGER 3]
18:16:59 IN  :{table.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,286 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
18:16:59 IN  :{table.active} => ? [INTEGER 0]
18:16:59 IN  :{table.state} => ? [INTEGER 6]
18:16:59 IN  :{table.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,290 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,290 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,292 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:16:59 IN  :value => ? [VARCHAR lorem]
18:16:59 IN  :{roles} => ? [BIGINT 5]
18:16:59 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,293 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:16:59 IN  :value => ? [VARCHAR lorem]
18:16:59 IN  :{roles} => ? [BIGINT 6]
18:16:59 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,330 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,331 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,332 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
18:16:59 IN  :{active} => ? [INTEGER 1]
18:16:59 IN  :{state} => ? [INTEGER 3]
18:16:59 IN  :{name} => ? [VARCHAR lorem] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,334 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
18:16:59 IN  :{active} => ? [INTEGER 0]
18:16:59 IN  :{state} => ? [INTEGER 6]
18:16:59 IN  :{name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,339 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,339 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,340 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{TableHolderFilter.active} , S = :{TableHolderFilter.state} WHERE N = :{TableHolderFilter.name}
18:16:59 IN  :{TableHolderFilter.active} => ? [INTEGER 1]
18:16:59 IN  :{TableHolderFilter.state} => ? [INTEGER 3]
18:16:59 IN  :{TableHolderFilter.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,342 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{TableHolderFilter.active} , S = :{TableHolderFilter.state} WHERE N = :{TableHolderFilter.name}
18:16:59 IN  :{TableHolderFilter.active} => ? [INTEGER 0]
18:16:59 IN  :{TableHolderFilter.state} => ? [INTEGER 6]
18:16:59 IN  :{TableHolderFilter.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,345 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,346 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,347 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
18:16:59 IN  :{table.active} => ? [INTEGER 1]
18:16:59 IN  :{table.state} => ? [INTEGER 3]
18:16:59 IN  :{table.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,349 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
18:16:59 IN  :{table.active} => ? [INTEGER 0]
18:16:59 IN  :{table.state} => ? [INTEGER 6]
18:16:59 IN  :{table.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,356 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,357 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,358 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:16:59 IN  :value => ? [VARCHAR lorem]
18:16:59 IN  :{roles} => ? [BIGINT 5]
18:16:59 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,360 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:16:59 IN  :value => ? [VARCHAR lorem]
18:16:59 IN  :{roles} => ? [BIGINT 6]
18:16:59 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,363 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,364 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,365 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
18:16:59 IN  :{active} => ? [INTEGER 1]
18:16:59 IN  :{state} => ? [INTEGER 3]
18:16:59 IN  :{name} => ? [VARCHAR lorem] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,366 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
18:16:59 IN  :{active} => ? [INTEGER 0]
18:16:59 IN  :{state} => ? [INTEGER 6]
18:16:59 IN  :{name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,370 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,370 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,372 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
18:16:59 IN  :{filter.active} => ? [INTEGER 1]
18:16:59 IN  :{filter.state} => ? [INTEGER 3]
18:16:59 IN  :{filter.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,373 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
18:16:59 IN  :{filter.active} => ? [INTEGER 0]
18:16:59 IN  :{filter.state} => ? [INTEGER 6]
18:16:59 IN  :{filter.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,377 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,377 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,379 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{TableBeanHolderFilter.active} , S = :{TableBeanHolderFilter.state} WHERE N = :{TableBeanHolderFilter.name}
18:16:59 IN  :{TableBeanHolderFilter.active} => ? [INTEGER 1]
18:16:59 IN  :{TableBeanHolderFilter.state} => ? [INTEGER 3]
18:16:59 IN  :{TableBeanHolderFilter.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,380 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{TableBeanHolderFilter.active} , S = :{TableBeanHolderFilter.state} WHERE N = :{TableBeanHolderFilter.name}
18:16:59 IN  :{TableBeanHolderFilter.active} => ? [INTEGER 0]
18:16:59 IN  :{TableBeanHolderFilter.state} => ? [INTEGER 6]
18:16:59 IN  :{TableBeanHolderFilter.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,384 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,384 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,385 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{tableFieldData.active} , S = :{tableFieldData.state} WHERE N = :{tableFieldData.name}
18:16:59 IN  :{tableFieldData.active} => ? [INTEGER 1]
18:16:59 IN  :{tableFieldData.state} => ? [INTEGER 3]
18:16:59 IN  :{tableFieldData.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,387 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{tableFieldData.active} , S = :{tableFieldData.state} WHERE N = :{tableFieldData.name}
18:16:59 IN  :{tableFieldData.active} => ? [INTEGER 0]
18:16:59 IN  :{tableFieldData.state} => ? [INTEGER 6]
18:16:59 IN  :{tableFieldData.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,390 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,390 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,392 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{tableFieldBeanData.active} , S = :{tableFieldBeanData.state} WHERE N = :{tableFieldBeanData.name}
18:16:59 IN  :{tableFieldBeanData.active} => ? [INTEGER 1]
18:16:59 IN  :{tableFieldBeanData.state} => ? [INTEGER 3]
18:16:59 IN  :{tableFieldBeanData.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,393 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{tableFieldBeanData.active} , S = :{tableFieldBeanData.state} WHERE N = :{tableFieldBeanData.name}
18:16:59 IN  :{tableFieldBeanData.active} => ? [INTEGER 0]
18:16:59 IN  :{tableFieldBeanData.state} => ? [INTEGER 6]
18:16:59 IN  :{tableFieldBeanData.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,431 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,431 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,433 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:16:59 IN  :value => ? [VARCHAR lorem]
18:16:59 IN  :{roles} => ? [BIGINT 5]
18:16:59 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,434 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:16:59 IN  :value => ? [VARCHAR lorem]
18:16:59 IN  :{roles} => ? [BIGINT 6]
18:16:59 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,437 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,437 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,439 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:16:59 IN  :value => ? [VARCHAR lorem]
18:16:59 IN  :{roles} => ? [BIGINT 5]
18:16:59 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,440 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:16:59 IN  :value => ? [VARCHAR lorem]
18:16:59 IN  :{roles} => ? [BIGINT 6]
18:16:59 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,442 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,443 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,444 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
18:16:59 IN  :{table.active} => ? [INTEGER 1]
18:16:59 IN  :{table.state} => ? [INTEGER 3]
18:16:59 IN  :{table.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,445 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
18:16:59 IN  :{table.active} => ? [INTEGER 0]
18:16:59 IN  :{table.state} => ? [INTEGER 6]
18:16:59 IN  :{table.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,448 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,448 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,449 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:16:59 IN  :value => ? [VARCHAR lorem]
18:16:59 IN  :{roles} => ? [BIGINT 5]
18:16:59 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,450 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:16:59 IN  :value => ? [VARCHAR lorem]
18:16:59 IN  :{roles} => ? [BIGINT 6]
18:16:59 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,453 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,453 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,454 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
18:16:59 IN  :{filter.active} => ? [INTEGER 1]
18:16:59 IN  :{filter.state} => ? [INTEGER 3]
18:16:59 IN  :{filter.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,455 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
18:16:59 IN  :{filter.active} => ? [INTEGER 0]
18:16:59 IN  :{filter.state} => ? [INTEGER 6]
18:16:59 IN  :{filter.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,460 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,461 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,462 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:16:59 IN  :value => ? [VARCHAR lorem]
18:16:59 IN  :{roles} => ? [BIGINT 5]
18:16:59 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,463 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:16:59 IN  :value => ? [VARCHAR lorem]
18:16:59 IN  :{roles} => ? [BIGINT 6]
18:16:59 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,467 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,467 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,468 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
18:16:59 IN  :{active} => ? [INTEGER 1]
18:16:59 IN  :{state} => ? [INTEGER 3]
18:16:59 IN  :{name} => ? [VARCHAR lorem] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,468 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
18:16:59 IN  :{active} => ? [INTEGER 0]
18:16:59 IN  :{state} => ? [INTEGER 6]
18:16:59 IN  :{name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,471 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,471 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,472 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
18:16:59 IN  :{filter.active} => ? [INTEGER 1]
18:16:59 IN  :{filter.state} => ? [INTEGER 3]
18:16:59 IN  :{filter.name} => ? [VARCHAR lorem] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,474 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
18:16:59 IN  :{filter.active} => ? [INTEGER 0]
18:16:59 IN  :{filter.state} => ? [INTEGER 6]
18:16:59 IN  :{filter.name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,477 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,477 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,478 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
18:16:59 IN  :{active} => ? [INTEGER 1]
18:16:59 IN  :{state} => ? [INTEGER 3]
18:16:59 IN  :{name} => ? [VARCHAR lorem] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,479 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
18:16:59 IN  :{active} => ? [INTEGER 0]
18:16:59 IN  :{state} => ? [INTEGER 6]
18:16:59 IN  :{name} => ? [VARCHAR ipsum] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,482 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 6 AND P = 9 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,482 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,483 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:16:59 IN  :value => ? [VARCHAR lorem]
18:16:59 IN  :{roles} => ? [BIGINT 6]
18:16:59 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,484 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 *** UNPARSED ***
18:16:59 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
18:16:59 IN  :value => ? [VARCHAR lorem]
18:16:59 IN  :{roles} => ? [BIGINT 5]
18:16:59 IN  :personNr => ? [BIGINT 9] - MDC[principal=default]
18:16:59 Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec - in org.eclipse.scout.rt.server.jdbc.SelectInputBindTest
18:16:59 Running org.eclipse.scout.rt.server.jdbc.SelectIntoArrayTest
18:16:59 2020-04-12 22:16:59,535 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,536 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,537 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0
18:16:59 INTO      :{h.active},
18:16:59           :{h.state},
18:16:59           :{h.name}
18:16:59 OUT :{h.active} => ? [Active]
18:16:59 OUT :{h.state} => ? [State]
18:16:59 OUT :{h.name} => ? [Name] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,547 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     A = :{h.active}
18:16:59           AND B = :{h.state}
18:16:59           AND C = :{h.name}
18:16:59 IN  :{h.active} => ? [INTEGER 1]
18:16:59 IN  :{h.state} => ? [INTEGER 1]
18:16:59 IN  :{h.name} => ? [VARCHAR abc] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,548 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     A = :{h.active}
18:16:59           AND B = :{h.state}
18:16:59           AND C = :{h.name}
18:16:59 IN  :{h.active} => ? [INTEGER null]
18:16:59 IN  :{h.state} => ? [INTEGER null]
18:16:59 IN  :{h.name} => ? [VARCHAR null] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,554 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 SELECT    ROLE_NR
18:16:59 FROM      USER_ROLE
18:16:59 WHERE     USER_NR = 42 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,554 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,555 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    ROLE_NR
18:16:59 FROM      USER_ROLE
18:16:59 WHERE     USER_NR = :personNr
18:16:59 INTO      :{roles}
18:16:59 IN  :personNr => ? [BIGINT 42]
18:16:59 OUT :{roles} => ? - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,559 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,559 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,560 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0
18:16:59 INTO      :{table.active},
18:16:59           :{table.state},
18:16:59           :{table.name}
18:16:59 OUT :{table.active} => ? [Boolean]
18:16:59 OUT :{table.state} => ? [Integer]
18:16:59 OUT :{table.name} => ? [String] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,563 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 SELECT    ROLE_NR
18:16:59 FROM      USER_ROLE
18:16:59 WHERE     USER_NR = 63 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,563 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,564 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    ROLE_NR
18:16:59 FROM      USER_ROLE
18:16:59 WHERE     USER_NR = :personNr
18:16:59 INTO      :{roles}
18:16:59 IN  :personNr => ? [BIGINT 63]
18:16:59 OUT :{roles} => ? - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,568 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,568 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,568 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0
18:16:59 INTO      :{table.active},
18:16:59           :{table.state},
18:16:59           :{table.name}
18:16:59 OUT :{table.active} => ? [Boolean]
18:16:59 OUT :{table.state} => ? [Integer]
18:16:59 OUT :{table.name} => ? [String] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,571 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,571 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,571 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0
18:16:59 INTO      :{table.active},
18:16:59           :{table.state},
18:16:59           :{table.name}
18:16:59 OUT :{table.active} => ? [Boolean]
18:16:59 OUT :{table.state} => ? [Integer]
18:16:59 OUT :{table.name} => ? [String] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,574 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,574 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,575 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0
18:16:59 INTO      :{tableFieldData.active},
18:16:59           :{tableFieldData.state},
18:16:59           :{tableFieldData.name}
18:16:59 OUT :{tableFieldData.active} => ? [Boolean]
18:16:59 OUT :{tableFieldData.state} => ? [Integer]
18:16:59 OUT :{tableFieldData.name} => ? [String] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,578 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,578 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,578 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0
18:16:59 INTO      :{table.active},
18:16:59           :{table.state},
18:16:59           :{table.name}
18:16:59 OUT :{table.active} => ? [Boolean]
18:16:59 OUT :{table.state} => ? [Integer]
18:16:59 OUT :{table.name} => ? [String] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,582 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 SELECT    ROLE_NR
18:16:59 FROM      USER_ROLE
18:16:59 WHERE     USER_NR = 42 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,582 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,582 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    ROLE_NR
18:16:59 FROM      USER_ROLE
18:16:59 WHERE     USER_NR = :personNr
18:16:59 INTO      :{roles}
18:16:59 IN  :personNr => ? [BIGINT 42]
18:16:59 OUT :{roles} => ? [Long] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,585 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,585 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,586 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0
18:16:59 INTO      :{tableFieldBeanData.active},
18:16:59           :{tableFieldBeanData.state},
18:16:59           :{tableFieldBeanData.name}
18:16:59 OUT :{tableFieldBeanData.active} => ? [Boolean]
18:16:59 OUT :{tableFieldBeanData.state} => ? [Integer]
18:16:59 OUT :{tableFieldBeanData.name} => ? [String] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,588 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,588 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,589 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0
18:16:59 INTO      :active,
18:16:59           :state,
18:16:59           :name
18:16:59 OUT :active => ? [Boolean]
18:16:59 OUT :state => ? [Integer]
18:16:59 OUT :name => ? [String] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,594 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 SELECT    ROLE_NR
18:16:59 FROM      USER_ROLE
18:16:59 WHERE     USER_NR = 42 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,594 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,595 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    ROLE_NR
18:16:59 FROM      USER_ROLE
18:16:59 WHERE     USER_NR = :personNr
18:16:59 INTO      :{roles}
18:16:59 IN  :personNr => ? [BIGINT 42]
18:16:59 OUT :{roles} => ? - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,630 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,630 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,631 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0
18:16:59 INTO      :{h.active},
18:16:59           :{h.state},
18:16:59           :{h.name}
18:16:59 OUT :{h.active} => ? [boolean]
18:16:59 OUT :{h.state} => ? [int]
18:16:59 OUT :{h.name} => ? [String] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,634 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,637 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock - SQL Log:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0 - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,637 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,637 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    A,
18:16:59           B,
18:16:59           C
18:16:59 FROM      T
18:16:59 WHERE     D = 0
18:16:59 INTO      :active,
18:16:59           :state,
18:16:59           :name
18:16:59 OUT :active => ? [Boolean]
18:16:59 OUT :state => ? [Integer]
18:16:59 OUT :name => ? [String] - MDC[principal=default]
18:16:59 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec - in org.eclipse.scout.rt.server.jdbc.SelectIntoArrayTest
18:16:59 Running org.eclipse.scout.rt.server.jdbc.SelectIntoTest
18:16:59 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.eclipse.scout.rt.server.jdbc.SelectIntoTest
18:16:59 Running org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtilityTest
18:16:59 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtilityTest
18:16:59 Running org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderTest
18:16:59 Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderTest
18:16:59 Running org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderWithComposerTest
18:16:59 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderWithComposerTest
18:16:59 Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorCreateSqlDumpTest
18:16:59 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorCreateSqlDumpTest
18:16:59 Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorFindNextBindTest
18:16:59 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorFindNextBindTest
18:16:59 Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorTest
18:16:59 2020-04-12 22:16:59,993 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    :bind1,
18:16:59           :bind2
18:16:59 FROM      DUAL
18:16:59 IN  :bind1 => ? [NULL null]
18:16:59 IN  :bind2 => ? [NULL null] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,994 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    :bind1,
18:16:59           :bind2
18:16:59 FROM      DUAL
18:16:59 IN  :bind1 => ? [NULL null]
18:16:59 IN  :bind2 => ? [NULL null] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,996 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    1,
18:16:59           2
18:16:59 FROM      DUAL
18:16:59 INTO      :bind1,
18:16:59           :bind2
18:16:59 OUT :bind1 => ? [Integer]
18:16:59 OUT :bind2 => ? [Integer] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,997 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    1,
18:16:59           2
18:16:59 FROM      DUAL
18:16:59 INTO      :bind1,
18:16:59           :bind2
18:16:59 OUT :bind1 => ? [Integer]
18:16:59 OUT :bind2 => ? [Integer] - MDC[principal=default]
18:16:59 2020-04-12 22:16:59,997 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:16:59 SQL with binds:
18:16:59 SELECT    :userId,
18:16:59           :bind1
18:16:59 FROM      DUAL
18:16:59 IN  :userId => ? [NULL null]
18:16:59 IN  :bind1 => ? [NULL null] - MDC[principal=default]
18:17:00 2020-04-12 22:16:59,998 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:17:00 SQL with binds:
18:17:00 SELECT    :bind1,
18:17:00           :bind2
18:17:00 FROM      DUAL
18:17:00 IN  :bind1 => ? [NULL null]
18:17:00 IN  :bind2 => ? [NULL null] - MDC[principal=default]
18:17:00 2020-04-12 22:16:59,998 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:17:00 SQL with binds:
18:17:00 SELECT    1,
18:17:00           2
18:17:00 FROM      DUAL
18:17:00 INTO      :bind1,
18:17:00           :bind2
18:17:00 OUT :bind1 => ? [Integer]
18:17:00 OUT :bind2 => ? [Integer] - MDC[principal=default]
18:17:00 2020-04-12 22:17:00,032 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:17:00 SQL with binds:
18:17:00 SELECT    P.PERSON_NR,
18:17:00           P.NAME
18:17:00 FROM      PERSON P
18:17:00 WHERE     P.PERSON_NR = :key
18:17:00           AND P.NAME LIKE '%' || :text || '%'
18:17:00 IN  :key => ? [VARCHAR null]
18:17:00 IN  :text => ? [VARCHAR null] - MDC[principal=default]
18:17:00 2020-04-12 22:17:00,039 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:17:00 SQL with binds:
18:17:00 SELECT    COUNT(*)
18:17:00 FROM      PERSON P
18:17:00 WHERE     NVL(:birthdate, TO_DATE('1.1.3000', 'dd.mm.yyyy')) >= SYSDATE
18:17:00           AND :name LIKE '%Me%'
18:17:00           AND :{addressTable.street} LIKE '%Park%'
18:17:00 INTO      :countConcurrent
18:17:00 IN  :birthdate => ? [TIMESTAMP null]
18:17:00 IN  :name => ? [VARCHAR null]
18:17:00 IN  :{addressTable.street} => ? [VARCHAR null]
18:17:00 OUT :countConcurrent => ? [Integer] - MDC[principal=default]
18:17:00 2020-04-12 22:17:00,040 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:17:00 SQL with binds:
18:17:00 SELECT    COUNT(*)
18:17:00 FROM      PERSON P
18:17:00 WHERE     NVL(:birthdate, TO_DATE('1.1.3000', 'dd.mm.yyyy')) >= SYSDATE
18:17:00           AND :name LIKE '%Me%'
18:17:00           AND :{addressTable.street} LIKE '%Park%'
18:17:00 INTO      :countConcurrent
18:17:00 IN  :birthdate => ? [TIMESTAMP null]
18:17:00 IN  :name => ? [VARCHAR null]
18:17:00 IN  :{addressTable.street} => ? [VARCHAR null]
18:17:00 OUT :countConcurrent => ? [Integer] - MDC[principal=default]
18:17:00 2020-04-12 22:17:00,044 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:17:00 SQL with binds:
18:17:00 SELECT    BP_NR
18:17:00 FROM      FLM_BP
18:17:00 WHERE     BP_NO LIKE :bpNo
18:17:00 INTO      :bpNr
18:17:00 IN  :bpNo => ? [VARCHAR 12]
18:17:00 OUT :bpNr => ? [Long] - MDC[principal=default]
18:17:00 2020-04-12 22:17:00,046 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor - 
18:17:00 SQL with binds:
18:17:00 SELECT    1
18:17:00 FROM      DUAL
18:17:00 INTO      :active
18:17:00 OUT :active => ? [Integer] - MDC[principal=default]
18:17:00 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorTest
18:17:00 Running org.eclipse.scout.rt.server.jdbc.parsers.BindParserTest
18:17:00 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.jdbc.parsers.BindParserTest
18:17:00 Running org.eclipse.scout.rt.server.jdbc.parsers.SqlFunctionReplaceTest
18:17:00 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.jdbc.parsers.SqlFunctionReplaceTest
18:17:00 Running org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatterTest
18:17:00 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec - in org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatterTest
18:17:00 Running org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyleTest
18:17:00 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyleTest
18:17:00 
18:17:00 Results :
18:17:00 
18:17:00 Tests run: 107, Failures: 0, Errors: 0, Skipped: 0
18:17:00 
18:17:00 [INFO] 
18:17:00 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc.test ---
18:17:00 [WARNING] JAR will be empty - no content was marked for inclusion!
18:17:00 [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:17:00 [INFO] 
18:17:00 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jdbc.test ---
18:17:00 [INFO] 
18:17:00 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc.test ---
18:17:00 [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:17:00 [INFO] 
18:17:00 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc.test ---
18:17:00 [INFO] No sources in project. Archive not created.
18:17:00 [INFO] 
18:17:00 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc.test ---
18:17:00 [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:17:00 [INFO] 
18:17:00 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jdbc.test ---
18:17:00 [INFO] Skipping duplicate-finder execution!
18:17:00 [INFO] 
18:17:00 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jdbc.test ---
18:17:00 [INFO] Signature checking is skipped.
18:17:00 [INFO] 
18:17:00 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jdbc.test ---
18:17:00 [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:17:00 [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:17:00 [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:17:00 [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:17:00 [INFO] 
18:17:00 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.client >----------
18:17:00 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client 6.0.300-SNAPSHOT [17/30]
18:17:00 [INFO] --------------------------------[ jar ]---------------------------------
18:17:00 [INFO] 
18:17:00 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.client ---
18:17:00 [INFO] 
18:17:00 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client ---
18:17:00 [INFO] Skipping Rule Enforcement.
18:17:00 [INFO] 
18:17:00 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.client ---
18:17:01 [INFO] 
18:17:01 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.client ---
18:17:01 [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:17:01 [INFO] 
18:17:01 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.client ---
18:17:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:17:01 [INFO] Copying 3 resources
18:17:01 [INFO] 
18:17:01 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.client ---
18:17:01 [INFO] Changes detected - recompiling the module!
18:17:01 [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:17:02 [INFO] 
18:17:02 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.client ---
18:17:03 [INFO] 
18:17:03 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.client ---
18:17:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:17:03 [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:17:03 [INFO] 
18:17:03 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.client ---
18:17:03 [INFO] No sources to compile
18:17:03 [INFO] 
18:17:03 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.client ---
18:17:03 [INFO] No tests to run.
18:17:03 [INFO] 
18:17:03 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.client ---
18:17:03 [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:17:03 [INFO] 
18:17:03 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.client ---
18:17:03 [INFO] 
18:17:03 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.client ---
18:17:03 [INFO] Skipping packaging of the test-jar
18:17:03 [INFO] 
18:17:03 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client ---
18:17:03 [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:17:04 [INFO] 
18:17:04 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client ---
18:17:04 [INFO] No sources in project. Archive not created.
18:17:04 [INFO] 
18:17:04 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.client ---
18:17:04 [INFO] Skipping duplicate-finder execution!
18:17:04 [INFO] 
18:17:04 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.client ---
18:17:04 [INFO] Signature checking is skipped.
18:17:04 [INFO] 
18:17:04 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.client ---
18:17:04 [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:17:04 [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:17:04 [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:17:04 [INFO] 
18:17:04 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.client.test >--------
18:17:04 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client.test 6.0.300-SNAPSHOT [18/30]
18:17:04 [INFO] --------------------------------[ jar ]---------------------------------
18:17:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-math3/3.5/commons-math3-3.5.pom
18:17:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-math3/3.5/commons-math3-3.5.pom
18:17: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/commons/commons-math3/3.5/commons-math3-3.5.pom
18:17:04 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:17:04 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 332 kB/s)
18:17:05 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-math3/3.5/commons-math3-3.5.jar
18:17:05 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-math3/3.5/commons-math3-3.5.jar
18:17: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/commons/commons-math3/3.5/commons-math3-3.5.jar
18:17:05 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:17:05 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 13 MB/s)
18:17:05 [INFO] 
18:17:05 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.client.test ---
18:17:05 [INFO] 
18:17:05 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client.test ---
18:17:05 [INFO] Skipping Rule Enforcement.
18:17:05 [INFO] 
18:17:05 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.client.test ---
18:17:06 [INFO] 
18:17:06 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.client.test ---
18:17:06 [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:17:06 [INFO] 
18:17:06 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.client.test ---
18:17:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:17:06 [INFO] Copying 1 resource
18:17:06 [INFO] 
18:17:06 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.client.test ---
18:17:06 [INFO] Changes detected - recompiling the module!
18:17:06 [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:17:07 [INFO] 
18:17:07 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.client.test ---
18:17:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:17:07 [INFO] Copying 2 resources
18:17:07 [INFO] 
18:17:07 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.client.test ---
18:17:07 [INFO] Changes detected - recompiling the module!
18:17:07 [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:17:08 [INFO] 
18:17:08 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.client.test ---
18:17:08 [INFO] 
18:17:08 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.client.test ---
18:17:08 [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:17:08 
18:17:08 -------------------------------------------------------
18:17:08  T E S T S
18:17:08 -------------------------------------------------------
18:17:08 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:17:08 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:17:09 Running org.eclipse.scout.rt.client.ClientJobCancelTest
18:17:09 Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ClientJobCancelTest
18:17:09 Running org.eclipse.scout.rt.client.ClientSessionDisposeTest
18:17:10 2020-04-12 22:17:10,054 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:17:10 2020-04-12 22:17:10,103 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 41.556058 ms - MDC[]
18:17:10 2020-04-12 22:17:10,290 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:17:10 2020-04-12 22:17:10,293 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 4 code type classes registered. - MDC[]
18:17:10 2020-04-12 22:17:10,293 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:17:10 2020-04-12 22:17:10,468 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4e2a20c9[id = 9d581937-3d98-4684-8a95-35aeea0fcc88], user=default] - MDC[jobName=Starting ClientSession [sessionId=9d581937-3d98-4684-8a95-35aeea0fcc88]]
18:17:10 2020-04-12 22:17:10,480 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4e2a20c9[id = 9d581937-3d98-4684-8a95-35aeea0fcc88], user=default] - MDC[]
18:17:10 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 sec - in org.eclipse.scout.rt.client.ClientSessionDisposeTest
18:17:10 Running org.eclipse.scout.rt.client.ClientSessionTest
18:17:10 2020-04-12 22:17:10,612 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:17:10 2020-04-12 22:17:10,625 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:17:10 2020-04-12 22:17:10,626 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 4 code type classes registered. - MDC[]
18:17:10 2020-04-12 22:17:10,626 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:17:10 2020-04-12 22:17:10,638 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@50fce206[id = 30106085-f490-4060-a64f-ef9df603b8d5], user=default] - MDC[jobName=Starting ClientSession [sessionId=30106085-f490-4060-a64f-ef9df603b8d5]]
18:17:10 2020-04-12 22:17:10,641 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@50fce206[id = 30106085-f490-4060-a64f-ef9df603b8d5], user=default] - MDC[]
18:17:10 2020-04-12 22:17:10,643 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:17:10 2020-04-12 22:17:10,648 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:17:10 2020-04-12 22:17:10,649 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 4 code type classes registered. - MDC[]
18:17:10 2020-04-12 22:17:10,649 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:17:10 2020-04-12 22:17:10,656 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@ccead9d[id = 22c7161c-388a-46ee-a7c9-cb02f4358992], user=default] - MDC[jobName=Starting ClientSession [sessionId=22c7161c-388a-46ee-a7c9-cb02f4358992]]
18:17:10 2020-04-12 22:17:10,668 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@ccead9d[id = 22c7161c-388a-46ee-a7c9-cb02f4358992], user=default] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$4]
18:17:10 2020-04-12 22:17:10,669 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:17:10 2020-04-12 22:17:10,674 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:17:10 2020-04-12 22:17:10,674 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 4 code type classes registered. - MDC[]
18:17:10 2020-04-12 22:17:10,674 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:17:10 2020-04-12 22:17:10,681 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1733e2ee[id = cc536df0-b870-4a73-8582-b85cd1b98f4a], user=default] - MDC[jobName=Starting ClientSession [sessionId=cc536df0-b870-4a73-8582-b85cd1b98f4a]]
18:17:11 2020-04-12 22:17:11,690 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1733e2ee[id = cc536df0-b870-4a73-8582-b85cd1b98f4a], user=default] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$7]
18:17:11 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.081 sec - in org.eclipse.scout.rt.client.ClientSessionTest
18:17:11 Running org.eclipse.scout.rt.client.MultiSessionCookieStoreTest
18:17:11 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec - in org.eclipse.scout.rt.client.MultiSessionCookieStoreTest
18:17:11 Running org.eclipse.scout.rt.client.TunnelToServerTest
18:17:11 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.TunnelToServerTest
18:17:11 Running org.eclipse.scout.rt.client.cache.ClientCacheTest
18:17:11 2020-04-12 22:17:11,848 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=default]
18:17:11 2020-04-12 22:17:11,848 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=default]
18:17:11 2020-04-12 22:17:11,851 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1a36a1d7[id = 7ebeee2c-5729-4d6b-bc60-8083960c2b83], user=default] - MDC[principal=default, jobName=Starting ClientSession [sessionId=7ebeee2c-5729-4d6b-bc60-8083960c2b83]]
18:17:11 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.eclipse.scout.rt.client.cache.ClientCacheTest
18:17:11 Running org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandlerTest
18:17:11 2020-04-12 22:17:11,879 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
18:17:11 2020-04-12 22:17:11,881 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
18:17:11 2020-04-12 22:17:11,883 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: 1693666449 - MDC[]
18:17:11 2020-04-12 22:17:11,884 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
18:17:11 2020-04-12 22:17:11,888 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
18:17:11 2020-04-12 22:17:11,889 WARN  [scout-model-thread-24] 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:17:11 2020-04-12 22:17:11,890 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
18:17:11 2020-04-12 22:17:11,890 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
18:17:11 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandlerTest
18:17:11 Running org.eclipse.scout.rt.client.clientnotification.ClientSessionRegistryTest
18:17:11 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.clientnotification.ClientSessionRegistryTest
18:17:11 Running org.eclipse.scout.rt.client.context.ClientRunContextChainTest
18:17:11 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.context.ClientRunContextChainTest
18:17:11 Running org.eclipse.scout.rt.client.context.ClientRunContextTest
18:17:11 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.eclipse.scout.rt.client.context.ClientRunContextTest
18:17:11 Running org.eclipse.scout.rt.client.deeplink.DeepLinksTest
18:17:11 2020-04-12 22:17:11,941 INFO  [main] org.eclipse.scout.rt.client.deeplink.DeepLinks - Registered 2 deep-link handlers:
18:17:11 - org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandler@349469db
18:17:11 - org.eclipse.scout.rt.client.deeplink.FooBarDeepLinkHandler@2c3a2935 - MDC[]
18:17:11 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.client.deeplink.DeepLinksTest
18:17:11 Running org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandlerTest
18:17:12 2020-04-12 22:17:12,059 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:17:12 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec - in org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandlerTest
18:17:12 Running org.eclipse.scout.rt.client.extension.ui.action.tree.MoveActionNodeTest
18:17:12 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.eclipse.scout.rt.client.extension.ui.action.tree.MoveActionNodeTest
18:17:12 Running org.eclipse.scout.rt.client.extension.ui.basic.table.TableExtensionTest
18:17:12 2020-04-12 22:17:12,130 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=anna]
18:17:12 2020-04-12 22:17:12,130 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:17:12 2020-04-12 22:17:12,133 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6b42649e[id = 33244b65-e175-4ff9-8fd8-b234fc71bfd3], user=default] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=33244b65-e175-4ff9-8fd8-b234fc71bfd3]]
18:17:12 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.eclipse.scout.rt.client.extension.ui.basic.table.TableExtensionTest
18:17:12 Running org.eclipse.scout.rt.client.extension.ui.basic.table.TableMoveColumnsTest
18:17:12 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.client.extension.ui.basic.table.TableMoveColumnsTest
18:17:12 Running org.eclipse.scout.rt.client.extension.ui.desktop.DesktopExtensionTest
18:17:12 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.extension.ui.desktop.DesktopExtensionTest
18:17:12 Running org.eclipse.scout.rt.client.extension.ui.form.ExtendFormHandlerTest
18:17:12 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in org.eclipse.scout.rt.client.extension.ui.form.ExtendFormHandlerTest
18:17:12 Running org.eclipse.scout.rt.client.extension.ui.form.ExtendFormWithDeepLinkingTest
18:17:12 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec - in org.eclipse.scout.rt.client.extension.ui.form.ExtendFormWithDeepLinkingTest
18:17:12 Running org.eclipse.scout.rt.client.extension.ui.form.InjectAndReplaceFormExtensionTest
18:17:12 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in org.eclipse.scout.rt.client.extension.ui.form.InjectAndReplaceFormExtensionTest
18:17:12 Running org.eclipse.scout.rt.client.extension.ui.form.MoveFormFieldTest
18:17:12 Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec - in org.eclipse.scout.rt.client.extension.ui.form.MoveFormFieldTest
18:17:12 Running org.eclipse.scout.rt.client.extension.ui.form.fields.ExecMethodExtensionTest
18:17:12 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.ExecMethodExtensionTest
18:17:12 Running org.eclipse.scout.rt.client.extension.ui.form.fields.ExtendAbstractStringFieldTest
18:17:12 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.ExtendAbstractStringFieldTest
18:17:12 Running org.eclipse.scout.rt.client.extension.ui.form.fields.FieldExtensionTest
18:17:12 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.FieldExtensionTest
18:17:12 Running org.eclipse.scout.rt.client.extension.ui.form.fields.MultipeChainCallsTest
18:17:12 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.MultipeChainCallsTest
18:17:12 Running org.eclipse.scout.rt.client.extension.ui.form.fields.SubScopeExtensionTest
18:17:12 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.SubScopeExtensionTest
18:17:12 Running org.eclipse.scout.rt.client.extension.ui.outline.desktop.DesktopMoveOutlinesTest
18:17:12 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.client.extension.ui.outline.desktop.DesktopMoveOutlinesTest
18:17:12 Running org.eclipse.scout.rt.client.extension.ui.outline.pages.TablePageExtensionTest
18:17:12 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.eclipse.scout.rt.client.extension.ui.outline.pages.TablePageExtensionTest
18:17:12 Running org.eclipse.scout.rt.client.extension.ui.wizard.MoveWizardStepTest
18:17:12 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in org.eclipse.scout.rt.client.extension.ui.wizard.MoveWizardStepTest
18:17:12 Running org.eclipse.scout.rt.client.job.JobListenerBlockedFutureTest
18:17:14 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.025 sec - in org.eclipse.scout.rt.client.job.JobListenerBlockedFutureTest
18:17:14 Running org.eclipse.scout.rt.client.job.ModelJobTest
18:17:14 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.client.job.ModelJobTest
18:17:14 Running org.eclipse.scout.rt.client.job.ModelJobValidatorTest
18:17:14 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.job.ModelJobValidatorTest
18:17:14 Running org.eclipse.scout.rt.client.job.ModelJobsTest
18:17:15 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.scout.rt.client.job.ModelJobsTest
18:17:15 Running org.eclipse.scout.rt.client.job.MultipleSessionTest
18:17:15 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.job.MultipleSessionTest
18:17:15 Running org.eclipse.scout.rt.client.job.MutualExclusionTest
18:17:15 2020-04-12 22:17:15,034 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@3886bb6c[permitOwners=[JobFutureTask@111fef83[job=org.eclipse.scout.rt.client.job.MutualExclusionTest$4, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@30269ff0[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:17:15 2020-04-12 22:17:15,090 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@71de943f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5c43172f[permitOwners=[JobFutureTask@15e86d24[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@71de943f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@415cb259[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5c43172f[permitOwners=[JobFutureTask@15e86d24[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@71de943f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@415cb259[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,095 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@69497a36[job=job-1, state=DONE], semaphore=ExecutionSemaphore@14af9d17[permitOwners=[JobFutureTask@497f8a4b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@69497a36[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6d952747[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@14af9d17[permitOwners=[JobFutureTask@497f8a4b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@69497a36[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6d952747[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,131 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@5f6ae1d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3ee931a0[permitOwners=[JobFutureTask@30ee413a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5f6ae1d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7405e77f[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3ee931a0[permitOwners=[JobFutureTask@30ee413a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5f6ae1d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7405e77f[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,134 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@4ff1b0d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1822b7f0[permitOwners=[JobFutureTask@46da7d39[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4ff1b0d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1d3f5482[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1822b7f0[permitOwners=[JobFutureTask@46da7d39[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4ff1b0d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1d3f5482[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,137 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@1bb90d4d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7c476cbb[permitOwners=[JobFutureTask@e1f88b6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1bb90d4d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@69e346b3[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7c476cbb[permitOwners=[JobFutureTask@e1f88b6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1bb90d4d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@69e346b3[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,140 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@3df2f4ab[job=job-1, state=DONE], semaphore=ExecutionSemaphore@72936bfa[permitOwners=[JobFutureTask@4ed7fb78[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3df2f4ab[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@393b99d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@72936bfa[permitOwners=[JobFutureTask@4ed7fb78[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3df2f4ab[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@393b99d[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,143 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@43ac3b45[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6b8294f7[permitOwners=[JobFutureTask@5ded2dfc[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@43ac3b45[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@22ac1a0d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6b8294f7[permitOwners=[JobFutureTask@5ded2dfc[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@43ac3b45[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@22ac1a0d[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,145 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@3a4181ba[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4eead973[permitOwners=[JobFutureTask@e77c9c3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3a4181ba[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4cc9d672[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4eead973[permitOwners=[JobFutureTask@e77c9c3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3a4181ba[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4cc9d672[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,148 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@4daee083[job=job-1, state=DONE], semaphore=ExecutionSemaphore@51f287d9[permitOwners=[JobFutureTask@7da70124[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4daee083[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7fdf32a4[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@51f287d9[permitOwners=[JobFutureTask@7da70124[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4daee083[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7fdf32a4[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,151 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@19d75d3c[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2645a29c[permitOwners=[JobFutureTask@5c3cc103[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@19d75d3c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5af08232[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2645a29c[permitOwners=[JobFutureTask@5c3cc103[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@19d75d3c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5af08232[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,153 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@62e8ef9f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@26e1c876[permitOwners=[JobFutureTask@58e61e18[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@62e8ef9f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6d9f624[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@26e1c876[permitOwners=[JobFutureTask@58e61e18[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@62e8ef9f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6d9f624[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,156 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@49d658bf[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2bd50c93[permitOwners=[JobFutureTask@21288943[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@49d658bf[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@68893394[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2bd50c93[permitOwners=[JobFutureTask@21288943[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@49d658bf[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@68893394[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,159 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@41e156ee[job=job-1, state=DONE], semaphore=ExecutionSemaphore@61844aa5[permitOwners=[JobFutureTask@24e6bd00[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@41e156ee[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5522f9b[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@61844aa5[permitOwners=[JobFutureTask@24e6bd00[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@41e156ee[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5522f9b[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,161 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@3b26afbc[job=job-1, state=DONE], semaphore=ExecutionSemaphore@42707ea8[permitOwners=[JobFutureTask@2ab91b65[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3b26afbc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3e03d75e[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@42707ea8[permitOwners=[JobFutureTask@2ab91b65[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3b26afbc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3e03d75e[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,164 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@1ec8afc4[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1e5e5f4e[permitOwners=[JobFutureTask@7cc8fd4b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1ec8afc4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5c516cab[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1e5e5f4e[permitOwners=[JobFutureTask@7cc8fd4b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1ec8afc4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5c516cab[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,167 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@410c1f44[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5ac916d4[permitOwners=[JobFutureTask@16ef07fa[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@410c1f44[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7227e3f1[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5ac916d4[permitOwners=[JobFutureTask@16ef07fa[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@410c1f44[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7227e3f1[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,170 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@50ccd6a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5bd7df13[permitOwners=[JobFutureTask@6bb2dae6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@50ccd6a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@26c7940a[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5bd7df13[permitOwners=[JobFutureTask@6bb2dae6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@50ccd6a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@26c7940a[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,172 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@39e0fe23[job=job-1, state=DONE], semaphore=ExecutionSemaphore@52a12166[permitOwners=[JobFutureTask@44f86613[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@39e0fe23[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5e05dd42[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@52a12166[permitOwners=[JobFutureTask@44f86613[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@39e0fe23[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5e05dd42[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,174 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@1ac8f29c[job=job-1, state=DONE], semaphore=ExecutionSemaphore@73dd0e67[permitOwners=[JobFutureTask@1d07d728[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1ac8f29c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6d98e607[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@73dd0e67[permitOwners=[JobFutureTask@1d07d728[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1ac8f29c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6d98e607[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,177 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@2c6c6b7b[job=job-1, state=DONE], semaphore=ExecutionSemaphore@13e590a4[permitOwners=[JobFutureTask@f714749[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2c6c6b7b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@25f3207e[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@13e590a4[permitOwners=[JobFutureTask@f714749[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2c6c6b7b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@25f3207e[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,231 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@7220ff10[job=job-1, state=DONE], semaphore=ExecutionSemaphore@30cfa3db[permitOwners=[JobFutureTask@776eb512[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7220ff10[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4ba29b51[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@30cfa3db[permitOwners=[JobFutureTask@776eb512[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7220ff10[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4ba29b51[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,233 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@404a7c61[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1084bba[permitOwners=[JobFutureTask@428e875f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@404a7c61[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1da9f44c[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1084bba[permitOwners=[JobFutureTask@428e875f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@404a7c61[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1da9f44c[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,236 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@592efd6[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5c872ea3[permitOwners=[JobFutureTask@33903444[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@592efd6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6149adee[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5c872ea3[permitOwners=[JobFutureTask@33903444[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@592efd6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6149adee[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,238 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@24c8bc1e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4820ac4e[permitOwners=[JobFutureTask@16488ed7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@24c8bc1e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3ac2772d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4820ac4e[permitOwners=[JobFutureTask@16488ed7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@24c8bc1e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3ac2772d[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,240 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@5df17e60[job=job-1, state=DONE], semaphore=ExecutionSemaphore@394d5d67[permitOwners=[JobFutureTask@f9d7d3f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5df17e60[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@264f18fe[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@394d5d67[permitOwners=[JobFutureTask@f9d7d3f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5df17e60[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@264f18fe[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,242 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@cb29b75[job=job-1, state=DONE], semaphore=ExecutionSemaphore@13d11e3d[permitOwners=[JobFutureTask@68226b59[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@cb29b75[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3674164b[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@13d11e3d[permitOwners=[JobFutureTask@68226b59[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@cb29b75[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3674164b[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,244 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@43ef1243[job=job-1, state=DONE], semaphore=ExecutionSemaphore@22f8c21f[permitOwners=[JobFutureTask@386cc1c4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@43ef1243[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2e3c5ecc[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@22f8c21f[permitOwners=[JobFutureTask@386cc1c4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@43ef1243[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2e3c5ecc[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,246 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@3cd6cab5[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2c0ecc53[permitOwners=[JobFutureTask@626a4e0a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3cd6cab5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2e6ca6b5[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2c0ecc53[permitOwners=[JobFutureTask@626a4e0a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3cd6cab5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2e6ca6b5[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,248 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@269fe2fe[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6f646ce0[permitOwners=[JobFutureTask@1635e239[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@269fe2fe[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5d27a744[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6f646ce0[permitOwners=[JobFutureTask@1635e239[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@269fe2fe[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5d27a744[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,250 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@1849d35a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6f1817f3[permitOwners=[JobFutureTask@2154de40[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1849d35a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@41a940a9[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6f1817f3[permitOwners=[JobFutureTask@2154de40[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1849d35a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@41a940a9[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,252 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@14bbfdee[job=job-1, state=DONE], semaphore=ExecutionSemaphore@a73a599[permitOwners=[JobFutureTask@139a97e7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@14bbfdee[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@18bd3135[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@a73a599[permitOwners=[JobFutureTask@139a97e7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@14bbfdee[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@18bd3135[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,254 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@6000ca67[job=job-1, state=DONE], semaphore=ExecutionSemaphore@22179482[permitOwners=[JobFutureTask@27e25c2f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6000ca67[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@56a7f57f[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@22179482[permitOwners=[JobFutureTask@27e25c2f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6000ca67[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@56a7f57f[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,256 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@636d4cdc[job=job-1, state=DONE], semaphore=ExecutionSemaphore@598677d5[permitOwners=[JobFutureTask@565b77ba[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@636d4cdc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3f3e6c03[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@598677d5[permitOwners=[JobFutureTask@565b77ba[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@636d4cdc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3f3e6c03[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,258 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@74c919b2[job=job-1, state=DONE], semaphore=ExecutionSemaphore@39ac560b[permitOwners=[JobFutureTask@79224636[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@74c919b2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@35307365[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@39ac560b[permitOwners=[JobFutureTask@79224636[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@74c919b2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@35307365[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,260 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@2968d3c0[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3d8abec0[permitOwners=[JobFutureTask@4290332d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2968d3c0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@740ddb41[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3d8abec0[permitOwners=[JobFutureTask@4290332d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2968d3c0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@740ddb41[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,262 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@c310aa3[job=job-1, state=DONE], semaphore=ExecutionSemaphore@631a6939[permitOwners=[JobFutureTask@4f7b4953[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@c310aa3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5536542e[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@631a6939[permitOwners=[JobFutureTask@4f7b4953[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@c310aa3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5536542e[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,264 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@73c21b13[job=job-1, state=DONE], semaphore=ExecutionSemaphore@71c5d6fd[permitOwners=[JobFutureTask@66e6e5e9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@73c21b13[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1964a3f[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@71c5d6fd[permitOwners=[JobFutureTask@66e6e5e9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@73c21b13[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1964a3f[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,266 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@6b334a1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4c925d26[permitOwners=[JobFutureTask@57ab5033[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6b334a1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@64df3f4b[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4c925d26[permitOwners=[JobFutureTask@57ab5033[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6b334a1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@64df3f4b[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,268 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@4b20b431[job=job-1, state=DONE], semaphore=ExecutionSemaphore@668dea31[permitOwners=[JobFutureTask@46875fae[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4b20b431[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5b3f0552[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@668dea31[permitOwners=[JobFutureTask@46875fae[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4b20b431[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5b3f0552[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,270 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@de06f28[job=job-1, state=DONE], semaphore=ExecutionSemaphore@523f73b2[permitOwners=[JobFutureTask@71662b15[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@de06f28[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@52d0a5fe[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@523f73b2[permitOwners=[JobFutureTask@71662b15[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@de06f28[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@52d0a5fe[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,272 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@6107b3cb[job=job-1, state=DONE], semaphore=ExecutionSemaphore@c5f01ea[permitOwners=[JobFutureTask@2179127d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6107b3cb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@76d1acf9[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@c5f01ea[permitOwners=[JobFutureTask@2179127d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6107b3cb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@76d1acf9[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,274 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@452aea78[job=job-1, state=DONE], semaphore=ExecutionSemaphore@9787bf0[permitOwners=[JobFutureTask@2ca9e25a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@452aea78[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@57642552[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@9787bf0[permitOwners=[JobFutureTask@2ca9e25a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@452aea78[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@57642552[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,276 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@205efdfc[job=job-1, state=DONE], semaphore=ExecutionSemaphore@644bd21f[permitOwners=[JobFutureTask@4306709f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@205efdfc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@35be9318[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@644bd21f[permitOwners=[JobFutureTask@4306709f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@205efdfc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@35be9318[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,329 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@7db53694[job=job-1, state=DONE], semaphore=ExecutionSemaphore@391b9847[permitOwners=[JobFutureTask@dc72335[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7db53694[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4c2057c6[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@391b9847[permitOwners=[JobFutureTask@dc72335[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7db53694[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4c2057c6[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,331 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@2ee91bdf[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3b668255[permitOwners=[JobFutureTask@1a034bbc[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2ee91bdf[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5453b15d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3b668255[permitOwners=[JobFutureTask@1a034bbc[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2ee91bdf[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5453b15d[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,333 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@2c3c05ff[job=job-1, state=DONE], semaphore=ExecutionSemaphore@673e992f[permitOwners=[JobFutureTask@2c62f56f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2c3c05ff[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@65f270e7[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@673e992f[permitOwners=[JobFutureTask@2c62f56f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2c3c05ff[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@65f270e7[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,335 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@da09b52[job=job-1, state=DONE], semaphore=ExecutionSemaphore@32b32b6a[permitOwners=[JobFutureTask@3652ce04[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@da09b52[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@40d1e561[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@32b32b6a[permitOwners=[JobFutureTask@3652ce04[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@da09b52[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@40d1e561[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,337 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@730c9287[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4eb5c499[permitOwners=[JobFutureTask@530e500c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@730c9287[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1c3b4de1[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4eb5c499[permitOwners=[JobFutureTask@530e500c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@730c9287[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1c3b4de1[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,339 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@eaa901a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@46973c87[permitOwners=[JobFutureTask@2f053ff3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@eaa901a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@69173bb7[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@46973c87[permitOwners=[JobFutureTask@2f053ff3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@eaa901a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@69173bb7[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,341 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@7fec354[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4588144[permitOwners=[JobFutureTask@1828eff[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7fec354[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5118c7fb[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4588144[permitOwners=[JobFutureTask@1828eff[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7fec354[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5118c7fb[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,342 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@8be84bf[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7cf6d560[permitOwners=[JobFutureTask@1d5e0621[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@8be84bf[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@aee3d6e[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7cf6d560[permitOwners=[JobFutureTask@1d5e0621[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@8be84bf[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@aee3d6e[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,344 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@57e6f449[job=job-1, state=DONE], semaphore=ExecutionSemaphore@61e4e828[permitOwners=[JobFutureTask@3a649f9a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@57e6f449[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@419ac0f5[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@61e4e828[permitOwners=[JobFutureTask@3a649f9a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@57e6f449[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@419ac0f5[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,346 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@2ab4c4e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@730d8481[permitOwners=[JobFutureTask@1cad8bce[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2ab4c4e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@ba77dc6[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@730d8481[permitOwners=[JobFutureTask@1cad8bce[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2ab4c4e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@ba77dc6[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,348 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@4ce1ab4c[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7200e2da[permitOwners=[JobFutureTask@3c62bae5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4ce1ab4c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@c9ba9e2[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7200e2da[permitOwners=[JobFutureTask@3c62bae5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4ce1ab4c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@c9ba9e2[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,349 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@5b628249[job=job-1, state=DONE], semaphore=ExecutionSemaphore@58ce09f1[permitOwners=[JobFutureTask@727eae52[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5b628249[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@237bdd46[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@58ce09f1[permitOwners=[JobFutureTask@727eae52[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5b628249[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@237bdd46[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,351 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@310df168[job=job-1, state=DONE], semaphore=ExecutionSemaphore@12f1610f[permitOwners=[JobFutureTask@3606c525[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@310df168[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4b6abf4e[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@12f1610f[permitOwners=[JobFutureTask@3606c525[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@310df168[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4b6abf4e[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,352 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@794daa09[job=job-1, state=DONE], semaphore=ExecutionSemaphore@27c2656b[permitOwners=[JobFutureTask@796267e8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@794daa09[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@676c3745[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@27c2656b[permitOwners=[JobFutureTask@796267e8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@794daa09[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@676c3745[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,354 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@78b20c7f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@52e380b4[permitOwners=[JobFutureTask@128579a6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@78b20c7f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@14d5b2ac[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@52e380b4[permitOwners=[JobFutureTask@128579a6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@78b20c7f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@14d5b2ac[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,356 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@4f142cbd[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6d55f926[permitOwners=[JobFutureTask@766534b0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4f142cbd[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4f1cb802[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6d55f926[permitOwners=[JobFutureTask@766534b0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4f142cbd[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4f1cb802[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,357 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@6e0fd2dc[job=job-1, state=DONE], semaphore=ExecutionSemaphore@14809768[permitOwners=[JobFutureTask@3110bb19[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6e0fd2dc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1be6c991[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@14809768[permitOwners=[JobFutureTask@3110bb19[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6e0fd2dc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1be6c991[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,359 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@84180e2[job=job-1, state=DONE], semaphore=ExecutionSemaphore@72e35181[permitOwners=[JobFutureTask@3c3d2a80[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@84180e2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@11bac6d7[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@72e35181[permitOwners=[JobFutureTask@3c3d2a80[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@84180e2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@11bac6d7[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,360 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@4c29138a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6163b110[permitOwners=[JobFutureTask@199549a5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4c29138a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5edeb83e[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6163b110[permitOwners=[JobFutureTask@199549a5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4c29138a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5edeb83e[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,362 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@4c752425[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5aca4fad[permitOwners=[JobFutureTask@7f1e946f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4c752425[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@542adcfa[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5aca4fad[permitOwners=[JobFutureTask@7f1e946f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4c752425[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@542adcfa[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,364 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@5f6e6902[job=job-1, state=DONE], semaphore=ExecutionSemaphore@78834d2a[permitOwners=[JobFutureTask@54d8236c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5f6e6902[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5697f801[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@78834d2a[permitOwners=[JobFutureTask@54d8236c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5f6e6902[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5697f801[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,366 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@39b265c9[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6e9790a2[permitOwners=[JobFutureTask@2c64e2d0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@39b265c9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@45da40ad[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6e9790a2[permitOwners=[JobFutureTask@2c64e2d0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@39b265c9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@45da40ad[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,367 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@3bc00359[job=job-1, state=DONE], semaphore=ExecutionSemaphore@36ab94ae[permitOwners=[JobFutureTask@30b91493[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3bc00359[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2771e501[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@36ab94ae[permitOwners=[JobFutureTask@30b91493[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3bc00359[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2771e501[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,369 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@3846ba32[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2cc9d89f[permitOwners=[JobFutureTask@40a32c25[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3846ba32[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@685280dd[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2cc9d89f[permitOwners=[JobFutureTask@40a32c25[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3846ba32[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@685280dd[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,371 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@5b0fc8c2[job=job-1, state=DONE], semaphore=ExecutionSemaphore@26807ec4[permitOwners=[JobFutureTask@2140582[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5b0fc8c2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7ebc2975[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@26807ec4[permitOwners=[JobFutureTask@2140582[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5b0fc8c2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7ebc2975[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,373 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@2640f5ea[job=job-1, state=DONE], semaphore=ExecutionSemaphore@444eebde[permitOwners=[JobFutureTask@45accb5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2640f5ea[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1b32aaca[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@444eebde[permitOwners=[JobFutureTask@45accb5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2640f5ea[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1b32aaca[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,375 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@5a14a8c1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5a97a035[permitOwners=[JobFutureTask@879f852[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5a14a8c1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@693676d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5a97a035[permitOwners=[JobFutureTask@879f852[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5a14a8c1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@693676d[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,376 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@55a7f0af[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4cf163dd[permitOwners=[JobFutureTask@12db2921[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@55a7f0af[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@f6e9c18[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4cf163dd[permitOwners=[JobFutureTask@12db2921[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@55a7f0af[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@f6e9c18[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,429 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@1f6af096[job=job-1, state=DONE], semaphore=ExecutionSemaphore@389f4c50[permitOwners=[JobFutureTask@54b3407b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1f6af096[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2fc698a9[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@389f4c50[permitOwners=[JobFutureTask@54b3407b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1f6af096[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2fc698a9[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,431 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@85446a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1eb1e861[permitOwners=[JobFutureTask@4efb7c99[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@85446a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5563a63f[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1eb1e861[permitOwners=[JobFutureTask@4efb7c99[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@85446a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5563a63f[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,433 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@28068327[job=job-1, state=DONE], semaphore=ExecutionSemaphore@52fba109[permitOwners=[JobFutureTask@3d8c3d0a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@28068327[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@751636da[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@52fba109[permitOwners=[JobFutureTask@3d8c3d0a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@28068327[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@751636da[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,434 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@3a44ebd5[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7cded608[permitOwners=[JobFutureTask@667ce5fa[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3a44ebd5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2298af09[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7cded608[permitOwners=[JobFutureTask@667ce5fa[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3a44ebd5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2298af09[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,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@23182d4d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@77a883cc[permitOwners=[JobFutureTask@22ca5fe1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@23182d4d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@45cd5c56[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@77a883cc[permitOwners=[JobFutureTask@22ca5fe1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@23182d4d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@45cd5c56[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,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@629fc74d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4f7dc256[permitOwners=[JobFutureTask@12dab9a8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@629fc74d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3d5a6849[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4f7dc256[permitOwners=[JobFutureTask@12dab9a8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@629fc74d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3d5a6849[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,440 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@5e91b051[job=job-1, state=DONE], semaphore=ExecutionSemaphore@10591304[permitOwners=[JobFutureTask@19c145d2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5e91b051[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@77376e83[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@10591304[permitOwners=[JobFutureTask@19c145d2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5e91b051[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@77376e83[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,442 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@23cf78f9[job=job-1, state=DONE], semaphore=ExecutionSemaphore@8d5afef[permitOwners=[JobFutureTask@30b35687[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@23cf78f9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7c3c6564[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@8d5afef[permitOwners=[JobFutureTask@30b35687[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@23cf78f9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7c3c6564[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,443 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@2e856aa4[job=job-1, state=DONE], semaphore=ExecutionSemaphore@52662093[permitOwners=[JobFutureTask@428169d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2e856aa4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1b204439[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@52662093[permitOwners=[JobFutureTask@428169d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2e856aa4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1b204439[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,445 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@46199519[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1936bc74[permitOwners=[JobFutureTask@2c1ffb9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@46199519[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1bd97254[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1936bc74[permitOwners=[JobFutureTask@2c1ffb9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@46199519[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1bd97254[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,446 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@32b19d03[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5d1a203f[permitOwners=[JobFutureTask@3f8090db[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@32b19d03[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6f1b0ead[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5d1a203f[permitOwners=[JobFutureTask@3f8090db[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@32b19d03[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6f1b0ead[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,448 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@3aafa1c1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@135247cc[permitOwners=[JobFutureTask@192f807[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3aafa1c1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@36cbe0fe[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@135247cc[permitOwners=[JobFutureTask@192f807[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3aafa1c1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@36cbe0fe[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,449 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@364c4ba9[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6e9f7eb3[permitOwners=[JobFutureTask@2008dfa7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@364c4ba9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@492d0748[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6e9f7eb3[permitOwners=[JobFutureTask@2008dfa7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@364c4ba9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@492d0748[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,451 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@3e0eb917[job=job-1, state=DONE], semaphore=ExecutionSemaphore@329c5882[permitOwners=[JobFutureTask@589dac96[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3e0eb917[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@792bf78a[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@329c5882[permitOwners=[JobFutureTask@589dac96[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3e0eb917[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@792bf78a[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,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@5ed4c87[job=job-1, state=DONE], semaphore=ExecutionSemaphore@36868157[permitOwners=[JobFutureTask@30a1b9b0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5ed4c87[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@16908f89[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@36868157[permitOwners=[JobFutureTask@30a1b9b0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5ed4c87[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@16908f89[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,454 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@33cee31a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@179333e9[permitOwners=[JobFutureTask@e9fa0ea[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@33cee31a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1c619a77[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@179333e9[permitOwners=[JobFutureTask@e9fa0ea[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@33cee31a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1c619a77[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,456 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@446c8a54[job=job-1, state=DONE], semaphore=ExecutionSemaphore@55074dac[permitOwners=[JobFutureTask@3787eac3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@446c8a54[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@27a57c66[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@55074dac[permitOwners=[JobFutureTask@3787eac3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@446c8a54[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@27a57c66[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,457 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@744d0cfb[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3beaf873[permitOwners=[JobFutureTask@7c943143[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@744d0cfb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@705e24fb[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3beaf873[permitOwners=[JobFutureTask@7c943143[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@744d0cfb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@705e24fb[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,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@20e7ea20[job=job-1, state=DONE], semaphore=ExecutionSemaphore@599084eb[permitOwners=[JobFutureTask@7da4c956[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@20e7ea20[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7c5c53e5[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@599084eb[permitOwners=[JobFutureTask@7da4c956[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@20e7ea20[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7c5c53e5[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,461 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@570cef1e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3a07a4e5[permitOwners=[JobFutureTask@c3972d0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@570cef1e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1264dbc9[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3a07a4e5[permitOwners=[JobFutureTask@c3972d0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@570cef1e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1264dbc9[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,462 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@47b6f580[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4c6f138c[permitOwners=[JobFutureTask@5eb054[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@47b6f580[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@34d08905[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4c6f138c[permitOwners=[JobFutureTask@5eb054[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@47b6f580[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@34d08905[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,464 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@2728e305[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6a0fb36f[permitOwners=[JobFutureTask@52813ba4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2728e305[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@62291850[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6a0fb36f[permitOwners=[JobFutureTask@52813ba4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2728e305[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@62291850[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,465 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@45c8db36[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4e61af6f[permitOwners=[JobFutureTask@1e4f8430[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@45c8db36[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@340ef431[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4e61af6f[permitOwners=[JobFutureTask@1e4f8430[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@45c8db36[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@340ef431[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,467 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@53425450[job=job-1, state=DONE], semaphore=ExecutionSemaphore@648dc9bc[permitOwners=[JobFutureTask@314e240c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@53425450[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7222e168[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@648dc9bc[permitOwners=[JobFutureTask@314e240c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@53425450[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7222e168[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,469 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@6222a343[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2164f122[permitOwners=[JobFutureTask@228c854f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6222a343[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@47c019d7[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2164f122[permitOwners=[JobFutureTask@228c854f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6222a343[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@47c019d7[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,471 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@f2e28c7[job=job-1, state=DONE], semaphore=ExecutionSemaphore@8489c3e[permitOwners=[JobFutureTask@494e7290[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@f2e28c7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@e87c4cf[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@8489c3e[permitOwners=[JobFutureTask@494e7290[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@f2e28c7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@e87c4cf[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,472 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@5a4ceb1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7c8e8e39[permitOwners=[JobFutureTask@3fc4e667[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5a4ceb1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@f55ecec[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7c8e8e39[permitOwners=[JobFutureTask@3fc4e667[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5a4ceb1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@f55ecec[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,529 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@423325e0[job=job-1, state=DONE], semaphore=ExecutionSemaphore@f6f315e[permitOwners=[JobFutureTask@5a5c041f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@423325e0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7a4ea134[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@f6f315e[permitOwners=[JobFutureTask@5a5c041f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@423325e0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7a4ea134[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:15 2020-04-12 22:17:15,531 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@4dd56393[job=job-1, state=DONE], semaphore=ExecutionSemaphore@48491157[permitOwners=[JobFutureTask@7793eaca[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4dd56393[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@785ba20d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
18:17:15 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@48491157[permitOwners=[JobFutureTask@7793eaca[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4dd56393[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@785ba20d[job=job-3, state=WAITING_FOR_PERMIT]]]]
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
18:17:15 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:585)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:15 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:15 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:15 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:15 	at java.lang.Thread.run(Thread.java:748)
18:17:15 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:16 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.635 sec - in org.eclipse.scout.rt.client.job.MutualExclusionTest
18:17:16 Running org.eclipse.scout.rt.client.job.filter.event.ModelJobEventFilterTest
18:17:16 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.client.job.filter.event.ModelJobEventFilterTest
18:17:16 Running org.eclipse.scout.rt.client.job.filter.event.SessionJobEventFilterTest
18:17:16 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.job.filter.event.SessionJobEventFilterTest
18:17:16 Running org.eclipse.scout.rt.client.job.filter.future.ClientRunContextFutureFilterTest
18:17:16 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.client.job.filter.future.ClientRunContextFutureFilterTest
18:17:16 Running org.eclipse.scout.rt.client.job.filter.future.ModelJobFutureFilterTest
18:17:16 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.job.filter.future.ModelJobFutureFilterTest
18:17:16 Running org.eclipse.scout.rt.client.job.filter.future.SessionFutureFilterTest
18:17:16 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.job.filter.future.SessionFutureFilterTest
18:17:16 Running org.eclipse.scout.rt.client.services.ServiceWithSessionInterceptorTest
18:17:16 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.services.ServiceWithSessionInterceptorTest
18:17:16 Running org.eclipse.scout.rt.client.services.common.bookmark.BookmarkServiceTest
18:17:16 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.eclipse.scout.rt.client.services.common.bookmark.BookmarkServiceTest
18:17:16 Running org.eclipse.scout.rt.client.services.common.code.CodeServiceClientProxyTest
18:17:16 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.client.services.common.code.CodeServiceClientProxyTest
18:17:16 Running org.eclipse.scout.rt.client.services.common.file.FileServiceTest
18:17:17 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec - in org.eclipse.scout.rt.client.services.common.file.FileServiceTest
18:17:17 Running org.eclipse.scout.rt.client.services.common.notifications.NotificationDispatcherTest
18:17:17 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.client.services.common.notifications.NotificationDispatcherTest
18:17:17 Running org.eclipse.scout.rt.client.services.common.search.DefaultSearchFilterServiceTest
18:17:17 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec - in org.eclipse.scout.rt.client.services.common.search.DefaultSearchFilterServiceTest
18:17:17 Running org.eclipse.scout.rt.client.ui.ClientUIPreferencesTest
18:17:17 2020-04-12 22:17:17,138 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:17:17 2020-04-12 22:17:17,139 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4f3bbb55[id = 7a4a2369-56cb-46f4-8c04-9e50d55a7ebd], user=default] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=7a4a2369-56cb-46f4-8c04-9e50d55a7ebd]]
18:17:17 2020-04-12 22:17:17,151 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:17:17 2020-04-12 22:17:17,152 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2193a28d[id = 2bdd76a4-3c3c-4667-ada7-ceadc9b7c3d1], user=default] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=2bdd76a4-3c3c-4667-ada7-ceadc9b7c3d1]]
18:17:17 2020-04-12 22:17:17,156 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:17:17 2020-04-12 22:17:17,157 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@785ec62e[id = 7605f43c-c7e4-4044-b1f4-3738b3180e2c], user=default] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=7605f43c-c7e4-4044-b1f4-3738b3180e2c]]
18:17:17 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.client.ui.ClientUIPreferencesTest
18:17:17 Running org.eclipse.scout.rt.client.ui.StyleHelperTest
18:17:17 Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.StyleHelperTest
18:17:17 Running org.eclipse.scout.rt.client.ui.action.ActionTest
18:17:17 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in org.eclipse.scout.rt.client.ui.action.ActionTest
18:17:17 Running org.eclipse.scout.rt.client.ui.action.ActionUtilityTest
18:17:17 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.action.ActionUtilityTest
18:17:17 Running org.eclipse.scout.rt.client.ui.action.keystroke.KeyStrokeNormalizerTest
18:17:17 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:17:17 Running org.eclipse.scout.rt.client.ui.action.menu.DetailFormMenuTest
18:17:17 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.client.ui.action.menu.DetailFormMenuTest
18:17:17 Running org.eclipse.scout.rt.client.ui.action.menu.NestedMenusTest
18:17:17 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.eclipse.scout.rt.client.ui.action.menu.NestedMenusTest
18:17:17 Running org.eclipse.scout.rt.client.ui.action.menu.TableMenuTest
18:17:17 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.eclipse.scout.rt.client.ui.action.menu.TableMenuTest
18:17:17 Running org.eclipse.scout.rt.client.ui.action.menu.TreeMenuTest
18:17:17 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.action.menu.TreeMenuTest
18:17:17 Running org.eclipse.scout.rt.client.ui.basic.calendar.CalendarComponentTest
18:17:17 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.eclipse.scout.rt.client.ui.basic.calendar.CalendarComponentTest
18:17:17 Running org.eclipse.scout.rt.client.ui.basic.cell.CellTest
18:17:17 Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.ui.basic.cell.CellTest
18:17:17 Running org.eclipse.scout.rt.client.ui.basic.planner.PlannerEventBufferTest
18:17:17 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.eclipse.scout.rt.client.ui.basic.planner.PlannerEventBufferTest
18:17:17 Running org.eclipse.scout.rt.client.ui.basic.planner.PlannerMenuTest
18:17:17 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in org.eclipse.scout.rt.client.ui.basic.planner.PlannerMenuTest
18:17:17 Running org.eclipse.scout.rt.client.ui.basic.planner.PlannerTest
18:17:17 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.client.ui.basic.planner.PlannerTest
18:17:17 Running org.eclipse.scout.rt.client.ui.basic.table.CheckRowsInTableTest
18:17:17 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec - in org.eclipse.scout.rt.client.ui.basic.table.CheckRowsInTableTest
18:17:17 Running org.eclipse.scout.rt.client.ui.basic.table.ColumnMandatoryTest
18:17:17 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.basic.table.ColumnMandatoryTest
18:17:17 Running org.eclipse.scout.rt.client.ui.basic.table.ReplaceTableTest
18:17:17 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec - in org.eclipse.scout.rt.client.ui.basic.table.ReplaceTableTest
18:17:17 Running org.eclipse.scout.rt.client.ui.basic.table.TableEventBufferTest
18:17:18 Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.081 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableEventBufferTest
18:17:18 Running org.eclipse.scout.rt.client.ui.basic.table.TableEventOrderTest
18:17:18 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableEventOrderTest
18:17:18 Running org.eclipse.scout.rt.client.ui.basic.table.TableEventTest
18:17:18 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableEventTest
18:17:18 Running org.eclipse.scout.rt.client.ui.basic.table.TableImportTest
18:17:18 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableImportTest
18:17:18 Running org.eclipse.scout.rt.client.ui.basic.table.TableLoadingPerfTest
18:17:20 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.223 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableLoadingPerfTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.TableRowDataPropertyFilterTest
18:17:20 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableRowDataPropertyFilterTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.TableRowInsertOrderTest
18:17:20 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableRowInsertOrderTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.TableTest
18:17:20 Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.TableUtilityTest
18:17:20 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableUtilityTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.TableValidationTest
18:17:20 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:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.TableWithIgnoredColumnsTest
18:17:20 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableWithIgnoredColumnsTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBeanColumnTest
18:17:20 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBeanColumnTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigDecimalColumnTest
18:17:20 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigDecimalColumnTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigIntegerColumnTest
18:17:20 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigIntegerColumnTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBooleanColumnTest
18:17:20 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBooleanColumnTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest
18:17:20 2020-04-12 22:17:20,393 WARN  [main] org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn - Exception decorating cell - MDC[]
18:17:20 org.eclipse.scout.rt.platform.exception.ProcessingException: decoration on empty column [severity=ERROR]
18:17:20 	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest$TestDecorationTable$C2Column.execDecorateCell(AbstractColumnTest.java:378)
18:17:20 	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn$LocalColumnExtension.execDecorateCell(AbstractColumn.java:1981)
18:17:20 	at org.eclipse.scout.rt.client.extension.ui.basic.table.columns.ColumnChains$ColumnDecorateCellChain$1.callMethod(ColumnChains.java:149)
18:17:20 	at org.eclipse.scout.rt.client.extension.ui.basic.table.columns.ColumnChains$ColumnDecorateCellChain$1.callMethod(ColumnChains.java:1)
18:17:20 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:122)
18:17:20 	at org.eclipse.scout.rt.client.extension.ui.basic.table.columns.ColumnChains$ColumnDecorateCellChain.execDecorateCell(ColumnChains.java:152)
18:17:20 	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.interceptDecorateCell(AbstractColumn.java:2030)
18:17:20 	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.decorateCell(AbstractColumn.java:1616)
18:17:20 	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.decorateCells(AbstractColumn.java:1607)
18:17:20 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.applyRowDecorations(AbstractTable.java:3717)
18:17:20 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.processDecorationBuffer(AbstractTable.java:3664)
18:17:20 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.setTableChanging(AbstractTable.java:1609)
18:17:20 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRows(AbstractTable.java:2900)
18:17:20 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRows(AbstractTable.java:2856)
18:17:20 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRow(AbstractTable.java:2845)
18:17:20 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRow(AbstractTable.java:2835)
18:17:20 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRow(AbstractTable.java:2830)
18:17:20 	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest.testUpdateDisplayText(AbstractColumnTest.java:275)
18:17:20 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:17:20 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:17:20 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:17:20 	at java.lang.reflect.Method.invoke(Method.java:498)
18:17:20 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:17:20 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:17:20 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:17:20 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:17:20 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:17:20 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:17:20 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:17:20 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
18:17:20 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:17:20 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:17:20 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:17:20 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:17:20 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:17:20 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:17:20 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:17:20 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:17:20 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:17:20 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:17:20 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:17:20 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:17:20 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:17:20 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:17:20 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:17:20 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:17:20 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:17:20 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:17:20 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:17:20 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:17:20 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:17:20 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:17:20 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDateColumnTest
18:17:20 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDateColumnTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDecimalColumnTest
18:17:20 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDecimalColumnTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractIntegerColumnTest
18:17:20 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractIntegerColumnTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractLongColumnTest
18:17:20 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractLongColumnTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractMixedSmartColumnTest
18:17:20 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractMixedSmartColumnTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractNumberColumnTest
18:17:20 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:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractProposalColumnTest
18:17:20 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractProposalColumnTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractRowDataColumnTest
18:17:20 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractRowDataColumnTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractSmartColumnTest
18:17:20 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractSmartColumnTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractStringColumnTest
18:17:20 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractStringColumnTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnAutoResizeTest
18:17:20 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnAutoResizeTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnEditableTest
18:17:20 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnEditableTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnVisibilityTest
18:17:20 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnVisibilityTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.columns.HtmlEnabledTest
18:17:20 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.HtmlEnabledTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.internal.InternalTableRowTest
18:17:20 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.basic.table.internal.InternalTableRowTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormTest
18:17:20 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.organizer.ShowInvisibleColumnsFormTest
18:17:20 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.client.ui.basic.table.organizer.ShowInvisibleColumnsFormTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManagerTest
18:17:20 2020-04-12 22:17:20,763 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@36c70aae - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:20 2020-04-12 22:17:20,775 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@76e13d95 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:20 2020-04-12 22:17:20,776 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@14910d53 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:20 2020-04-12 22:17:20,777 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter removed org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@76e13d95 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:20 2020-04-12 22:17:20,777 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@99836ec - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:20 2020-04-12 22:17:20,781 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@2b7b981e - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:20 2020-04-12 22:17:20,781 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@504cb873 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:20 2020-04-12 22:17:20,784 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@30d36ad9 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:20 2020-04-12 22:17:20,784 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@5866e9b7 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:20 2020-04-12 22:17:20,785 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter removed org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@5866e9b7 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:20 2020-04-12 22:17:20,787 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@1dba51fa - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:20 2020-04-12 22:17:20,789 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@f399d48 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:20 2020-04-12 22:17:20,791 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@26150bd0 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:20 2020-04-12 22:17:20,791 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@2259879b - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:20 2020-04-12 22:17:20,792 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@380199b8 - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:20 2020-04-12 22:17:20,792 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter removed org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@2259879b - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:20 2020-04-12 22:17:20,793 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@7ec001ef - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:20 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManagerTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.tree.AbstractTreeTest
18:17:20 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.eclipse.scout.rt.client.ui.basic.tree.AbstractTreeTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.tree.OutlineEventBufferTest
18:17:20 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.basic.tree.OutlineEventBufferTest
18:17:20 Running org.eclipse.scout.rt.client.ui.basic.tree.TreeEventBufferTest
18:17:29 Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.962 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeEventBufferTest
18:17:29 Running org.eclipse.scout.rt.client.ui.basic.tree.TreeEventTest
18:17:29 Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeEventTest
18:17:29 Running org.eclipse.scout.rt.client.ui.basic.tree.TreeNodeTest
18:17:29 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeNodeTest
18:17:29 Running org.eclipse.scout.rt.client.ui.basic.tree.TreeUtilityTest
18:17:29 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeUtilityTest
18:17:29 Running org.eclipse.scout.rt.client.ui.basic.tree.VirtualTreeNodeTest
18:17:29 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.basic.tree.VirtualTreeNodeTest
18:17:29 Running org.eclipse.scout.rt.client.ui.desktop.AbstractDesktopTest
18:17:29 2020-04-12 22:17:29,830 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=default]
18:17:29 2020-04-12 22:17:29,832 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@212ad30b[id = 77120684-ca2b-43c3-b174-97e2c36e13a9], user=default] - MDC[principal=default, jobName=Starting ClientSession [sessionId=77120684-ca2b-43c3-b174-97e2c36e13a9]]
18:17:29 2020-04-12 22:17:29,841 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.deeplink.DeepLinks - Registered 1 deep-link handlers:
18:17:29 - org.eclipse.scout.rt.client.ui.desktop.AbstractDesktopTest$P_TestDeepLinkHandler@717fa9e4 - MDC[principal=default, jobName=Running JUnit test in model job]
18:17:29 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.eclipse.scout.rt.client.ui.desktop.AbstractDesktopTest
18:17:29 Running org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest
18:17:29 2020-04-12 22:17:29,855 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:17:29 2020-04-12 22:17:29,856 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:17:29 2020-04-12 22:17:29,857 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:17:29 2020-04-12 22:17:29,857 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:17:29 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest
18:17:29 Running org.eclipse.scout.rt.client.ui.desktop.outline.BookmarkToInvisibleOutlineTest
18:17:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.BookmarkToInvisibleOutlineTest
18:17:30 Running org.eclipse.scout.rt.client.ui.desktop.outline.OutlineTest
18:17:30 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.OutlineTest
18:17:30 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithNodesTest
18:17:30 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithNodesTest
18:17:30 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithTableTest
18:17:30 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithTableTest
18:17:30 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest
18:17:30  r- org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest$PageWithTable$Table$PageWithTableRowMenu@392901f8
18:17:30  r- org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest$SubPageWithTable$Table$SubPageWithTableEmptySpaceMenu@2c4522ce
18:17:30  m- OutlineMenuWrapper[wrappedMenu=SubPageWithTableEmptySpaceMenu text='EmptySpace' enabled=true enabledGranted=true inheritAccessibility=true visible=true visibleGranted=true]
18:17:30  m- OutlineMenuWrapper[wrappedMenu=PageWithTableRowMenu text='Edit' enabled=true enabledGranted=true inheritAccessibility=true visible=true visibleGranted=true]
18:17:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest
18:17:30 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuTest
18:17:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuTest
18:17:30 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest
18:17:30 2020-04-12 22:17:30,497 INFO  [scout-model-thread-21] 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:17:30 2020-04-12 22:17:30,500 INFO  [scout-model-thread-21] 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:17:30 2020-04-12 22:17:30,502 INFO  [scout-model-thread-21] 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:17:30 2020-04-12 22:17:30,507 INFO  [scout-model-thread-21] 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:17:30 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest
18:17:30 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithNodesTest
18:17:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithNodesTest
18:17:30 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable1Test
18:17:30 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable1Test
18:17:30 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable2Test
18:17:30 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable2Test
18:17:30 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable3Test
18:17:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable3Test
18:17:30 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable6Test
18:17:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable6Test
18:17:30 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable7Test
18:17:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable7Test
18:17:30 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndPageBeanTest
18:17:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndPageBeanTest
18:17:30 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndTableCustomizerWhenEditingThenMissingSelectionTest
18:17:30 Edit: change data 'Account'
18:17:31 Edit: change data 'Account'
18:17:31 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndTableCustomizerWhenEditingThenMissingSelectionTest
18:17:31 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingTest
18:17:31 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingTest
18:17:31 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithHeaderSortColumnsTest
18:17:31 2020-04-12 22:17:31,365 WARN  [scout-model-thread-21] 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:17:31 2020-04-12 22:17:31,368 WARN  [scout-model-thread-21] 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:17:32 2020-04-12 22:17:32,050 WARN  [scout-model-thread-21] 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:17:32 2020-04-12 22:17:32,630 WARN  [scout-model-thread-21] 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:17:33 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.765 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithHeaderSortColumnsTest
18:17:33 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithSortingTest
18:17:33 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.456 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithSortingTest
18:17:33 Running org.eclipse.scout.rt.client.ui.form.AbstractFormTest
18:17:33 2020-04-12 22:17:33,616 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.AbstractForm - there are fields with errors - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:33 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.eclipse.scout.rt.client.ui.form.AbstractFormTest
18:17:33 Running org.eclipse.scout.rt.client.ui.form.FormBasicTest
18:17:34 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.816 sec - in org.eclipse.scout.rt.client.ui.form.FormBasicTest
18:17:34 Running org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest
18:17:34 filterFields: null/MainBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox)
18:17:34 filterFields: null/TopBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox$TopBox)
18:17:34 injectFields: null/TopBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox$TopBox)
18:17:34 injectFields: null/MainBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox)
18:17:34 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest
18:17:34 Running org.eclipse.scout.rt.client.ui.form.FormStoredTest
18:17:34 2020-04-12 22:17:34,468 INFO  [scout-model-thread-21] 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:17:34 2020-04-12 22:17:34,475 INFO  [scout-model-thread-21] 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:17:34 2020-04-12 22:17:34,724 INFO  [scout-model-thread-21] 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:17:34 2020-04-12 22:17:34,743 INFO  [scout-model-thread-21] 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:17:34 2020-04-12 22:17:34,746 INFO  [scout-model-thread-21] 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:17:34 2020-04-12 22:17:34,752 INFO  [scout-model-thread-21] 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:17:34 2020-04-12 22:17:34,762 INFO  [scout-model-thread-21] 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:17:34 2020-04-12 22:17:34,765 INFO  [scout-model-thread-21] 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:17:34 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 sec - in org.eclipse.scout.rt.client.ui.form.FormStoredTest
18:17:34 Running org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest
18:17:34 2020-04-12 22:17:34,770 INFO  [scout-model-thread-21] 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:17:34 2020-04-12 22:17:34,774 INFO  [scout-model-thread-21] 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:17:34 2020-04-12 22:17:34,777 INFO  [scout-model-thread-21] 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:17:34 2020-04-12 22:17:34,780 INFO  [scout-model-thread-21] 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:17:34 2020-04-12 22:17:34,829 INFO  [scout-model-thread-21] 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:17:34 2020-04-12 22:17:34,832 INFO  [scout-model-thread-21] 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:17:34 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest
18:17:34 Running org.eclipse.scout.rt.client.ui.form.FormWaitForTest
18:17:34 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.form.FormWaitForTest
18:17:34 Running org.eclipse.scout.rt.client.ui.form.FormWithTableFieldTest
18:17:34 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.client.ui.form.FormWithTableFieldTest
18:17:34 Running org.eclipse.scout.rt.client.ui.form.ImportFormDataWithFiltersTest
18:17:34 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.client.ui.form.ImportFormDataWithFiltersTest
18:17:34 Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml1FormTest
18:17:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml1FormTest
18:17:34 Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml2FormTest
18:17:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml2FormTest
18:17:34 Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml3FormTest
18:17:35 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml3FormTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldAddRemoveMoveFieldTest
18:17:35 Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldAddRemoveMoveFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldInjectFieldTest
18:17:35 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldInjectFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldTest
18:17:35 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest
18:17:35 2020-04-12 22:17:35,248 WARN  [scout-model-thread-21] 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:17:35 2020-04-12 22:17:35,248 WARN  [scout-model-thread-21] 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:17:35 2020-04-12 22:17:35,265 WARN  [scout-model-thread-21] 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:17:35 2020-04-12 22:17:35,265 WARN  [scout-model-thread-21] 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:17:35 Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.MasterSlaveRelationWithTemplatesFieldTest
18:17:35 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.ui.form.fields.MasterSlaveRelationWithTemplatesFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.OrderedComparatorTest
18:17:35 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.client.ui.form.fields.OrderedComparatorTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.ReplaceFieldTest
18:17:35 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.eclipse.scout.rt.client.ui.form.fields.ReplaceFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.ValueFieldAutoDisplayTextTest
18:17:35 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.ValueFieldAutoDisplayTextTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest
18:17:35 2020-04-12 22:17:35,350 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField - Unexpected Error:  - MDC[principal=anna, jobName=Running JUnit test in model job]
18:17:35 org.eclipse.scout.rt.platform.exception.ProcessingException: "EXCEPTION!!!" is an invalid value [severity=ERROR]
18:17:35 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setValue(AbstractValueField.java:346)
18:17:35 	at org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest.testValidateException(ValueFieldTest.java:116)
18:17:35 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:17:35 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:17:35 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:17:35 	at java.lang.reflect.Method.invoke(Method.java:498)
18:17:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:17:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:17:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:17:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:17:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:17:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:17:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:17:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:37)
18:17:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:17:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:17:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:35 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:17:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:35 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:35 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
18:17:35 	at java.security.AccessController.doPrivileged(Native Method)
18:17:35 	at javax.security.auth.Subject.doAs(Subject.java:422)
18:17:35 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
18:17:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:35 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:35 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:35 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:35 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:35 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:35 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:35 	at java.lang.Thread.run(Thread.java:748)
18:17:35 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:35 Caused by: java.lang.RuntimeException: EXCEPTION!!!
18:17:35 	at org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest$ParseErrorField.execValidateValue(ValueFieldTest.java:232)
18:17:35 	at org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest$ParseErrorField.execValidateValue(ValueFieldTest.java:1)
18:17:35 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField$LocalValueFieldExtension.execValidateValue(AbstractValueField.java:670)
18:17:35 	at org.eclipse.scout.rt.client.extension.ui.form.fields.ValueFieldChains$ValueFieldExecValidateChain$1.callMethod(ValueFieldChains.java:46)
18:17:35 	at org.eclipse.scout.rt.client.extension.ui.form.fields.ValueFieldChains$ValueFieldExecValidateChain$1.callMethod(ValueFieldChains.java:1)
18:17:35 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:122)
18:17:35 	at org.eclipse.scout.rt.client.extension.ui.form.fields.ValueFieldChains$ValueFieldExecValidateChain.execValidateValue(ValueFieldChains.java:49)
18:17:35 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.interceptValidateValue(AbstractValueField.java:697)
18:17:35 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.validateValue(AbstractValueField.java:471)
18:17:35 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setValue(AbstractValueField.java:337)
18:17:35 	... 37 common frames omitted
18:17:35 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.bigdecimalfield.AbstractBigDecimalFieldTest
18:17:35 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.client.ui.form.fields.bigdecimalfield.AbstractBigDecimalFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.bigintegerfield.AbstractBigIntegerFieldTest
18:17:35 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.client.ui.form.fields.bigintegerfield.AbstractBigIntegerFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.booleanfield.AbstractBooleanFieldTest
18:17:35 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.form.fields.booleanfield.AbstractBooleanFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.browserfield.AbstractBrowserFieldTest
18:17:35 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.client.ui.form.fields.browserfield.AbstractBrowserFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.button.AbstractRadioButtonTest
18:17:35 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.form.fields.button.AbstractRadioButtonTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.button.ButtonTest
18:17:35 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.button.ButtonTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.colorfield.ColorFieldTest
18:17:35 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.eclipse.scout.rt.client.ui.form.fields.colorfield.ColorFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.composer.ComposerFieldTest
18:17:35 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.client.ui.form.fields.composer.ComposerFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.decimalfield.AbstractDecimalFieldTest
18:17:35 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.eclipse.scout.rt.client.ui.form.fields.decimalfield.AbstractDecimalFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.filechooserfield.FileChooserFieldTest
18:17:35 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.client.ui.form.fields.filechooserfield.FileChooserFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.AbstractGroupBoxTest
18:17:35 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:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout0100Test
18:17:35 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.GroupBoxLayout0100Test
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout01Test
18:17:35 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.GroupBoxLayout01Test
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout02Test
18:17:35 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:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout04Test
18:17:35 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.GroupBoxLayout04Test
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout05Test
18:17:35 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.GroupBoxLayout05Test
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout06Test
18:17:35 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:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout07Test
18:17:35 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.GroupBoxLayout07Test
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout08Test
18:17:35 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout08Test
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout09Test
18:17:35 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.GroupBoxLayout09Test
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout10Test
18:17:35 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.GroupBoxLayout10Test
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout11Test
18:17:35 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout11Test
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest
18:17:35 2020-04-12 22:17:35,635 ERROR [main] org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField - Malformed URL 'data' - MDC[]
18:17:35 java.net.MalformedURLException: no protocol: data
18:17:35 	at java.net.URL.<init>(URL.java:593)
18:17:35 	at java.net.URL.<init>(URL.java:490)
18:17:35 	at java.net.URL.<init>(URL.java:439)
18:17:35 	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField.execAppLinkAction(AbstractHtmlField.java:94)
18:17:35 	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest$P_HtmlField.execAppLinkAction(AbstractHtmlFieldTest.java:45)
18:17:35 	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField$LocalHtmlFieldExtension.execAppLinkAction(AbstractHtmlField.java:235)
18:17:35 	at org.eclipse.scout.rt.client.extension.ui.form.fields.htmlfield.HtmlFieldChains$HtmlFieldAppLinkActionChain$1.callMethod(HtmlFieldChains.java:42)
18:17:35 	at org.eclipse.scout.rt.client.extension.ui.form.fields.htmlfield.HtmlFieldChains$HtmlFieldAppLinkActionChain$1.callMethod(HtmlFieldChains.java:1)
18:17:35 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:122)
18:17:35 	at org.eclipse.scout.rt.client.extension.ui.form.fields.htmlfield.HtmlFieldChains$HtmlFieldAppLinkActionChain.execAppLinkAction(HtmlFieldChains.java:45)
18:17:35 	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField.interceptAppLinkAction(AbstractHtmlField.java:224)
18:17:35 	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField.doAppLinkAction(AbstractHtmlField.java:114)
18:17:35 	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlField$P_UIFacade.fireAppLinkActionFromUI(AbstractHtmlField.java:192)
18:17:35 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:17:35 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:17:35 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:17:35 	at java.lang.reflect.Method.invoke(Method.java:498)
18:17:35 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:17:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:35 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:17:35 	at com.sun.proxy.$Proxy51.fireAppLinkActionFromUI(Unknown Source)
18:17:35 	at org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest.testExecHyperlinkAction(AbstractHtmlFieldTest.java:33)
18:17:35 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:17:35 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:17:35 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:17:35 	at java.lang.reflect.Method.invoke(Method.java:498)
18:17:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:17:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:17:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:17:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:17:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
18:17:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
18:17:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
18:17:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
18:17:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
18:17:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:17:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
18:17:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:17:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:17:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:17:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:17:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:17:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:17:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:17:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:17:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
18:17:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:97)
18:17:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
18:17:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:17:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:17:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:17:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:17:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:17:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:17:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:17:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:17:35 2020-04-12 22:17:35,635 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:17:35 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.imagebox.ImageFieldTest
18:17:35 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.form.fields.imagebox.ImageFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.integerfield.AbstractIntegerFieldTest
18:17:35 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.ui.form.fields.integerfield.AbstractIntegerFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxInFormTest
18:17:35 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxInFormTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxTest
18:17:35 2020-04-12 22:17:35,678 WARN  [scout-model-thread-21] 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:17:35 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.longfield.AbstractLongFieldTest
18:17:35 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.ui.form.fields.longfield.AbstractLongFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldTest
18:17:35 Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest
18:17:35 2020-04-12 22:17:35,832 WARN  [scout-model-thread-21] 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:17:35 2020-04-12 22:17:35,833 WARN  [scout-model-thread-21] 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:17:35 2020-04-12 22:17:35,842 WARN  [scout-model-thread-21] 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:17:35 2020-04-12 22:17:35,843 WARN  [scout-model-thread-21] 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:17:35 2020-04-12 22:17:35,846 WARN  [scout-model-thread-21] 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:17:35 2020-04-12 22:17:35,847 WARN  [scout-model-thread-21] 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:17:35 2020-04-12 22:17:35,852 WARN  [scout-model-thread-21] 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:17:35 2020-04-12 22:17:35,852 WARN  [scout-model-thread-21] 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:17:35 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec - in org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.sequencebox.SequenceBoxTest
18:17:35 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.client.ui.form.fields.sequencebox.SequenceBoxTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.IncrementalTreeBuilderTest
18:17:35 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.IncrementalTreeBuilderTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.ProposalFieldTest
18:17:35 Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.045 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.ProposalFieldTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldLookupTest
18:17:35 2020-04-12 22:17:35,958 WARN  [scout-thread-20] 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@3b3f1e79[Rec Lookup, parentKey=1, activeState=TRUE]]]
18:17:35 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldLookupTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldMultilineTest
18:17:35 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldMultilineTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldParseValueTest
18:17:35 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldParseValueTest
18:17:35 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldSingleResultTest
18:17:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldSingleResultTest
18:17:36 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest
18:17:36 2020-04-12 22:17:36,042 ERROR [scout-model-thread-19] org.eclipse.scout.rt.client.ui.form.fields.smartfield.HierarchicalContentAssistDataFetcher -  - MDC[principal=default, jobName=org.eclipse.scout.rt.platform.job.internal.JobFutureTask$3]
18:17:36 java.lang.AssertionError: No lookup should be performed for that test-case
18:17:36 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest$StyleLookupService.checkLookupAllowed(SmartFieldTest.java:223)
18:17:36 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest$StyleLookupService.getDataByText(SmartFieldTest.java:241)
18:17:36 	at org.eclipse.scout.rt.shared.services.lookup.LookupCall.getDataByText(LookupCall.java:322)
18:17:36 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.AbstractContentAssistField$4.provide(AbstractContentAssistField.java:1516)
18:17:36 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper$1.call(LookupRowHelper.java:61)
18:17:36 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper$1.call(LookupRowHelper.java:1)
18:17:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:36 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:17:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:17:36 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
18:17:36 	at java.security.AccessController.doPrivileged(Native Method)
18:17:36 	at javax.security.auth.Subject.doAs(Subject.java:422)
18:17:36 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
18:17:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:36 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:17:36 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:17:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:17:36 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:17:36 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:17:36 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:17:36 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:17:36 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:17:36 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:17:36 	at java.lang.Thread.run(Thread.java:748)
18:17:36 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:17:36 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest
18:17:36 Running org.eclipse.scout.rt.client.ui.form.fields.stringfield.AbstractStringFieldTest
18:17:36 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.stringfield.AbstractStringFieldTest
18:17:36 Running org.eclipse.scout.rt.client.ui.form.fields.stringfield.StringFieldSetMultilineTextTest
18:17:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.stringfield.StringFieldSetMultilineTextTest
18:17:36 Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldMoveRowTest
18:17:36 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldMoveRowTest
18:17:36 Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldTest
18:17:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldTest
18:17:36 Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.TableFieldTest
18:17:36 2020-04-12 22:17:36,145 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:17:36 2020-04-12 22:17:36,152 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:17:36 2020-04-12 22:17:36,173 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:17:36 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.eclipse.scout.rt.client.ui.form.fields.tablefield.TableFieldTest
18:17:36 Running org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxInFormTest
18:17:36 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxInFormTest
18:17:36 Running org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest
18:17:36 2020-04-12 22:17:36,199 WARN  [scout-model-thread-20] 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:17:36 2020-04-12 22:17:36,229 WARN  [scout-model-thread-20] 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:17:36 2020-04-12 22:17:36,233 WARN  [scout-model-thread-20] 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:17:36 2020-04-12 22:17:36,238 WARN  [scout-model-thread-20] 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:17:36 2020-04-12 22:17:36,242 WARN  [scout-model-thread-20] 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:17:36 2020-04-12 22:17:36,246 WARN  [scout-model-thread-20] 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:17:36 2020-04-12 22:17:36,249 WARN  [scout-model-thread-20] 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:17:36 2020-04-12 22:17:36,251 WARN  [scout-model-thread-20] 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:17:36 2020-04-12 22:17:36,254 WARN  [scout-model-thread-20] 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:17:36 2020-04-12 22:17:36,256 WARN  [scout-model-thread-20] 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:17:36 2020-04-12 22:17:36,260 WARN  [scout-model-thread-20] 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:17:36 2020-04-12 22:17:36,262 WARN  [scout-model-thread-20] 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:17:36 2020-04-12 22:17:36,265 WARN  [scout-model-thread-20] 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:17:36 2020-04-12 22:17:36,266 WARN  [scout-model-thread-20] 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:17:36 2020-04-12 22:17:36,269 WARN  [scout-model-thread-20] 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:17:36 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest
18:17:36 Running org.eclipse.scout.rt.client.ui.form.internal.FindFieldByFormDataIdVisitorTest
18:17:36 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec - in org.eclipse.scout.rt.client.ui.form.internal.FindFieldByFormDataIdVisitorTest
18:17:36 Running org.eclipse.scout.rt.client.ui.form.menu.AbstractMenuTest
18:17:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.client.ui.form.menu.AbstractMenuTest
18:17:36 Running org.eclipse.scout.rt.client.ui.messagebox.MessageBoxTest
18:17:36 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.eclipse.scout.rt.client.ui.messagebox.MessageBoxTest
18:17:36 Running org.eclipse.scout.rt.client.ui.wizard.AbstractWizardTest
18:17:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.wizard.AbstractWizardTest
18:17:36 Running org.eclipse.scout.rt.platform.TypeCastUtilityClientTest
18:17:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.TypeCastUtilityClientTest
18:17:36 Running org.eclipse.scout.rt.shared.data.form.FormDataCloneTest
18:17:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.eclipse.scout.rt.shared.data.form.FormDataCloneTest
18:17:36 Running org.eclipse.scout.rt.shared.data.form.FormDataImportWithPropertiesTest
18:17:36 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.shared.data.form.FormDataImportWithPropertiesTest
18:17:36 Running org.eclipse.scout.rt.shared.data.form.FormDataImportWithTemplatesTest
18:17:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.shared.data.form.FormDataImportWithTemplatesTest
18:17:36 Running org.eclipse.scout.rt.shared.data.form.FormDataValidationTest
18:17:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in org.eclipse.scout.rt.shared.data.form.FormDataValidationTest
18:17:36 Running org.eclipse.scout.rt.shared.extension.ExtensionRegistryExtensionRegistrationTest
18:17:36 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.shared.extension.ExtensionRegistryExtensionRegistrationTest
18:17:36 Running org.eclipse.scout.rt.shared.extension.ExtensionRegistryInstantiationTest
18:17:36 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.shared.extension.ExtensionRegistryInstantiationTest
18:17:36 Running org.eclipse.scout.rt.shared.extension.data.model.MoveDataModelEntitiyAndAttributeTest
18:17:36 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.shared.extension.data.model.MoveDataModelEntitiyAndAttributeTest
18:17:36 Running org.eclipse.scout.rt.shared.extension.dto.ContributionOnlyOneTemplateTest
18:17:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.shared.extension.dto.ContributionOnlyOneTemplateTest
18:17:36 Running org.eclipse.scout.rt.shared.extension.dto.FormDataMultipleExtensionTest
18:17:36 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataMultipleExtensionTest
18:17:36 Running org.eclipse.scout.rt.shared.extension.dto.FormDataPropertyExtensionTest
18:17:36 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataPropertyExtensionTest
18:17:36 Running org.eclipse.scout.rt.shared.extension.dto.FormDataSingleExtensionTest
18:17:36 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataSingleExtensionTest
18:17:36 Running org.eclipse.scout.rt.shared.extension.dto.FormDataTemplateExtensionTest
18:17:36 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataTemplateExtensionTest
18:17:36 Running org.eclipse.scout.rt.shared.extension.dto.PageDataExtensionTest
18:17:36 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.shared.extension.dto.PageDataExtensionTest
18:17:36 Running org.eclipse.scout.rt.shared.extension.dto.TableFieldExtensionTest
18:17:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.shared.extension.dto.TableFieldExtensionTest
18:17:36 Running org.eclipse.scout.rt.shared.extension.dto.WrappedFormExtensionTest
18:17:36 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.shared.extension.dto.WrappedFormExtensionTest
18:17:36 Running org.eclipse.scout.rt.shared.extension.services.common.code.MoveCodesTest
18:17:36 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.shared.extension.services.common.code.MoveCodesTest
18:17:36 Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest
18:17:36 2020-04-12 22:17:36,810 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:17:36 2020-04-12 22:17:36,829 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@499b3904[id = 5d9c64c6-e98c-4c8c-a331-de00464cbfa0], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=5d9c64c6-e98c-4c8c-a331-de00464cbfa0]]
18:17:36 2020-04-12 22:17:36,830 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:17:36 2020-04-12 22:17:36,830 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@516dff79[id = ad0beaf9-a23b-4586-b84c-9d1c7be701a4], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=ad0beaf9-a23b-4586-b84c-9d1c7be701a4]]
18:17:36 2020-04-12 22:17:36,831 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:17:36 2020-04-12 22:17:36,831 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@3298404b[id = 23dcda88-73e6-4958-8d20-7845181ec5c9], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=23dcda88-73e6-4958-8d20-7845181ec5c9]]
18:17:36 2020-04-12 22:17:36,832 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=anna]
18:17:36 2020-04-12 22:17:36,832 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:17:36 2020-04-12 22:17:36,832 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession2@582f13cf[id = 0999ff85-0056-4a96-9574-b35092849a0a], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=0999ff85-0056-4a96-9574-b35092849a0a]]
18:17:36 2020-04-12 22:17:36,833 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:17:36 2020-04-12 22:17:36,833 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@5214433d[id = 37ce0e5f-8a4b-4a6e-affa-34042dbda238], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=37ce0e5f-8a4b-4a6e-affa-34042dbda238]]
18:17:36 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest
18:17:36 Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest
18:17:36 2020-04-12 22:17:36,834 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=anna]
18:17:36 2020-04-12 22:17:36,834 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:17:36 2020-04-12 22:17:36,835 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest$JUnitClientSession@29abd11b[id = 07bcdee1-c20c-41f7-9c44-cc371c19b15c], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=07bcdee1-c20c-41f7-9c44-cc371c19b15c]]
18:17:36 2020-04-12 22:17:36,836 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=john]
18:17:36 2020-04-12 22:17:36,836 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=john]
18:17:36 2020-04-12 22:17:36,837 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest$JUnitClientSession@d55f771[id = 3f668a32-396a-4b23-860a-3a874c3848c9], user=null] - MDC[principal=john, jobName=Starting ClientSession [sessionId=3f668a32-396a-4b23-860a-3a874c3848c9]]
18:17:36 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest
18:17:36 Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest
18:17:36 2020-04-12 22:17:36,838 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=anna]
18:17:36 2020-04-12 22:17:36,838 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=anna]
18:17:36 2020-04-12 22:17:36,839 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest$JUnitClientSession@23b66287[id = d7b262f1-294b-4318-9428-da689b2c635d], user=null] - MDC[principal=anna, jobName=Starting ClientSession [sessionId=d7b262f1-294b-4318-9428-da689b2c635d]]
18:17:36 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest
18:17:36 Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutPropertyMapTest
18:17:36 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutPropertyMapTest
18:17:36 Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutTest
18:17:36 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutTest
18:17:36 Running org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedClientTestRunnerTest
18:17:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedClientTestRunnerTest
18:17:36 Running org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest
18:17:36 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest
18:17:36 Running org.eclipse.scout.rt.testing.client.runner.parameterized.SampleParameterizedClientTest
18:17:36 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.client.runner.parameterized.SampleParameterizedClientTest
18:17:36 Running org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerAdditionalLoginTest
18:17:36 2020-04-12 22:17:36,963 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=ScoutClientTestRunnerAdditionalLoginTest]
18:17:36 2020-04-12 22:17:36,964 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=ScoutClientTestRunnerAdditionalLoginTest]
18:17:36 2020-04-12 22:17:36,965 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@4ec056d[id = 97493e40-91bc-4781-9aa8-203bc713016b], user=default] - MDC[principal=ScoutClientTestRunnerAdditionalLoginTest, jobName=Starting ClientSession [sessionId=97493e40-91bc-4781-9aa8-203bc713016b]]
18:17:36 2020-04-12 22:17:36,966 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=otherUser]
18:17:36 2020-04-12 22:17:36,966 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=otherUser]
18:17:36 2020-04-12 22:17:36,967 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@45d32246[id = b1375d67-9b08-4186-a5b2-68f01189c82e], user=default] - MDC[principal=otherUser, jobName=Starting ClientSession [sessionId=b1375d67-9b08-4186-a5b2-68f01189c82e]]
18:17:36 2020-04-12 22:17:36,967 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=thirdUser]
18:17:36 2020-04-12 22:17:36,967 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=thirdUser]
18:17:36 2020-04-12 22:17:36,968 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@3089236c[id = 06727840-497c-46fd-a0b8-67d01c89f608], user=default] - MDC[principal=thirdUser, jobName=Starting ClientSession [sessionId=06727840-497c-46fd-a0b8-67d01c89f608]]
18:17:36 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerAdditionalLoginTest
18:17:36 Running org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerLoginTest
18:17:36 2020-04-12 22:17:36,970 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=ScoutClientTestRunnerLoginTest]
18:17:36 2020-04-12 22:17:36,970 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=ScoutClientTestRunnerLoginTest]
18:17:36 2020-04-12 22:17:36,971 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@3aa6d078[id = 1c47d8aa-bac2-4d2e-ac26-dc6e13b2e196], user=default] - MDC[principal=ScoutClientTestRunnerLoginTest, jobName=Starting ClientSession [sessionId=1c47d8aa-bac2-4d2e-ac26-dc6e13b2e196]]
18:17:36 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerLoginTest
18:17:37 
18:17:37 Results :
18:17:37 
18:17:37 Tests run: 1230, Failures: 0, Errors: 0, Skipped: 2
18:17:37 
18:17:37 [INFO] 
18:17:37 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.client.test ---
18:17:37 [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:17:37 [INFO] 
18:17:37 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.client.test ---
18:17:37 [INFO] 
18:17:37 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.client.test ---
18:17:37 [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:17:37 [INFO] 
18:17:37 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client.test ---
18:17:37 [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:17:37 [INFO] 
18:17:37 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client.test ---
18:17:37 [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:17:37 [INFO] 
18:17:37 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.client.test ---
18:17:37 [INFO] Skipping duplicate-finder execution!
18:17:37 [INFO] 
18:17:37 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.client.test ---
18:17:37 [INFO] Signature checking is skipped.
18:17:37 [INFO] 
18:17:37 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.client.test ---
18:17:37 [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:17:37 [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:17:37 [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:17:37 [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:17:37 [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:17:37 [INFO] 
18:17:37 [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client >--------
18:17:37 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client 6.0.300-SNAPSHOT [19/30]
18:17:37 [INFO] --------------------------------[ jar ]---------------------------------
18:17:37 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-swing/1.7/batik-swing-1.7.pom
18:17:37 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-swing/1.7/batik-swing-1.7.pom
18:17: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/xmlgraphics/batik-swing/1.7/batik-swing-1.7.pom
18:17:37 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:17:38 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 81 kB/s)
18:17:38 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:17:38 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:17: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/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.pom
18:17:38 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:17:38 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 64 kB/s)
18:17:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.pom
18:17:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.pom
18:17: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/xmlgraphics/batik-util/1.7/batik-util-1.7.pom
18:17:38 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:17:38 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 50 kB/s)
18:17:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.pom
18:17:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.pom
18:17: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/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.pom
18:17:39 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:17:39 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 143 kB/s)
18:17:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.pom
18:17:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.pom
18:17: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/xmlgraphics/batik-anim/1.7/batik-anim-1.7.pom
18:17:39 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:17:39 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 77 kB/s)
18:17:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.pom
18:17:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.pom
18:17: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/xmlgraphics/batik-dom/1.7/batik-dom-1.7.pom
18:17:39 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:17:40 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 50 kB/s)
18:17:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.pom
18:17:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.pom
18:17: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/xmlgraphics/batik-css/1.7/batik-css-1.7.pom
18:17:40 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:17:40 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 65 kB/s)
18:17:40 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.pom
18:17:40 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.pom
18:17: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/xmlgraphics/batik-ext/1.7/batik-ext-1.7.pom
18:17:40 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:17:40 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 54 kB/s)
18:17:40 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:17:40 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:17:40 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:17:41 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:17:41 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 84 kB/s)
18:17:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.pom
18:17:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.pom
18:17: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/xmlgraphics/batik-xml/1.7/batik-xml-1.7.pom
18:17:41 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:17:41 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 51 kB/s)
18:17:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xalan/xalan/2.7.0/xalan-2.7.0.pom
18:17:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xalan/xalan/2.7.0/xalan-2.7.0.pom
18:17:41 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:17:42 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:17:42 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 8.8 kB/s)
18:17:42 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.pom
18:17:42 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.pom
18:17: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/xmlgraphics/batik-parser/1.7/batik-parser-1.7.pom
18:17:42 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:17:42 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 73 kB/s)
18:17:42 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:17:42 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:17: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/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.pom
18:17:42 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:17:43 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 86 kB/s)
18:17:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.pom
18:17:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.pom
18:17: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/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.pom
18:17:43 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:17:43 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 81 kB/s)
18:17:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.pom
18:17:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.pom
18:17: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/xmlgraphics/batik-script/1.7/batik-script-1.7.pom
18:17:43 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:17:43 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 87 kB/s)
18:17:43 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:17:43 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:17: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/xmlgraphics/batik-gui-util/1.7/batik-gui-util-1.7.pom
18:17:44 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:17:44 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 42 kB/s)
18:17:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-swing/1.7/batik-swing-1.7.jar
18:17:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.jar
18:17:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.jar
18:17:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.jar
18:17:44 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:17:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.jar
18:17:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.jar
18:17:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xalan/xalan/2.7.0/xalan-2.7.0.jar
18:17:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar
18:17:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.jar
18:17:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar
18:17:44 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:17:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.jar
18:17:44 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:17:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar
18:17:44 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:17:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-swing/1.7/batik-swing-1.7.jar
18:17:44 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:17:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.jar
18:17:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.jar
18:17:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.jar
18:17:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.jar
18:17:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.jar
18:17:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xalan/xalan/2.7.0/xalan-2.7.0.jar
18:17:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar
18:17:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.jar
18:17:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar
18:17:44 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:17:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.jar
18:17:44 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:17:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar
18:17:44 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:17: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/xmlgraphics/batik-swing/1.7/batik-swing-1.7.jar
18:17: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/xmlgraphics/batik-parser/1.7/batik-parser-1.7.jar
18:17: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/xmlgraphics/batik-anim/1.7/batik-anim-1.7.jar
18:17: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/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.jar
18:17: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/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.jar
18:17: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/xmlgraphics/batik-script/1.7/batik-script-1.7.jar
18:17: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/xmlgraphics/batik-xml/1.7/batik-xml-1.7.jar
18:17: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.0/xalan-2.7.0.jar
18:17: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/xmlgraphics/batik-css/1.7/batik-css-1.7.jar
18:17: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/xmlgraphics/batik-dom/1.7/batik-dom-1.7.jar
18:17: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/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar
18:17: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/xmlgraphics/batik-gui-util/1.7/batik-gui-util-1.7.jar
18:17: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/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.jar
18:17: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/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.jar
18:17: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/xmlgraphics/batik-util/1.7/batik-util-1.7.jar
18:17:45 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:17:45 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:17:45 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:17:45 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:17:45 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:17:45 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:17:45 Progress (1): 4.1/186 kB
Progress (1): 7.7/186 kB
Progress (1): 12/186 kB 
Progress (1): 16/186 kB
Progress (1): 20/186 kB
Progress (1): 24/186 kB
Progress (1): 28/186 kB
Progress (1): 32/186 kB
Progress (1): 36/186 kB
Progress (1): 40/186 kB
Progress (1): 45/186 kB
Progress (1): 49/186 kB
Progress (1): 53/186 kB
Progress (1): 57/186 kB
Progress (1): 61/186 kB
Progress (1): 65/186 kB
Progress (1): 69/186 kB
Progress (1): 73/186 kB
Progress (1): 77/186 kB
Progress (1): 81/186 kB
Progress (1): 85/186 kB
Progress (1): 90/186 kB
Progress (1): 94/186 kB
Progress (1): 98/186 kB
Progress (1): 102/186 kB
Progress (1): 106/186 kB
Progress (1): 110/186 kB
Progress (1): 114/186 kB
Progress (1): 118/186 kB
Progress (1): 122/186 kB
Progress (1): 126/186 kB
Progress (1): 131/186 kB
Progress (1): 135/186 kB
Progress (1): 139/186 kB
Progress (1): 143/186 kB
Progress (1): 147/186 kB
Progress (1): 151/186 kB
Progress (1): 155/186 kB
Progress (1): 159/186 kB
Progress (1): 163/186 kB
Progress (1): 167/186 kB
Progress (1): 171/186 kB
Progress (1): 176/186 kB
Progress (1): 180/186 kB
Progress (1): 184/186 kB
Progress (1): 186 kB    
Progress (2): 186 kB | 4.1/73 kB
Progress (2): 186 kB | 7.7/73 kB
Progress (2): 186 kB | 12/73 kB 
Progress (2): 186 kB | 16/73 kB
Progress (2): 186 kB | 20/73 kB
Progress (2): 186 kB | 24/73 kB
Progress (2): 186 kB | 28/73 kB
Progress (2): 186 kB | 32/73 kB
Progress (2): 186 kB | 36/73 kB
Progress (2): 186 kB | 40/73 kB
Progress (2): 186 kB | 45/73 kB
Progress (2): 186 kB | 49/73 kB
Progress (2): 186 kB | 53/73 kB
Progress (2): 186 kB | 57/73 kB
Progress (2): 186 kB | 61/73 kB
Progress (2): 186 kB | 65/73 kB
Progress (2): 186 kB | 69/73 kB
Progress (2): 186 kB | 73 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 2.6 MB/s)
18:17:45 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:17:45 Progress (2): 73 kB | 4.1/559 kB
Progress (2): 73 kB | 7.7/559 kB
Progress (2): 73 kB | 12/559 kB 
Progress (2): 73 kB | 16/559 kB
Progress (2): 73 kB | 20/559 kB
Progress (2): 73 kB | 24/559 kB
Progress (2): 73 kB | 28/559 kB
Progress (2): 73 kB | 32/559 kB
Progress (2): 73 kB | 36/559 kB
Progress (2): 73 kB | 40/559 kB
Progress (2): 73 kB | 45/559 kB
Progress (2): 73 kB | 49/559 kB
Progress (2): 73 kB | 53/559 kB
Progress (2): 73 kB | 57/559 kB
Progress (2): 73 kB | 61/559 kB
Progress (2): 73 kB | 65/559 kB
Progress (2): 73 kB | 69/559 kB
Progress (2): 73 kB | 73/559 kB
Progress (2): 73 kB | 77/559 kB
Progress (2): 73 kB | 81/559 kB
Progress (2): 73 kB | 85/559 kB
Progress (2): 73 kB | 90/559 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 914 kB/s)
18:17:45 Progress (1): 94/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:17:45 Progress (1): 98/559 kB
Progress (1): 102/559 kB
Progress (1): 106/559 kB
Progress (1): 110/559 kB
Progress (1): 114/559 kB
Progress (1): 118/559 kB
Progress (1): 122/559 kB
Progress (1): 126/559 kB
Progress (1): 131/559 kB
Progress (1): 135/559 kB
Progress (1): 139/559 kB
Progress (1): 143/559 kB
Progress (1): 147/559 kB
Progress (1): 151/559 kB
Progress (1): 155/559 kB
Progress (1): 159/559 kB
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 (1): 200/559 kB
Progress (1): 204/559 kB
Progress (1): 208/559 kB
Progress (1): 212/559 kB
Progress (1): 217/559 kB
Progress (1): 221/559 kB
Progress (1): 225/559 kB
Progress (1): 229/559 kB
Progress (1): 233/559 kB
Progress (1): 237/559 kB
Progress (1): 241/559 kB
Progress (1): 245/559 kB
Progress (1): 249/559 kB
Progress (1): 253/559 kB
Progress (1): 258/559 kB
Progress (1): 262/559 kB
Progress (1): 266/559 kB
Progress (1): 270/559 kB
Progress (1): 274/559 kB
Progress (1): 278/559 kB
Progress (1): 282/559 kB
Progress (1): 286/559 kB
Progress (1): 290/559 kB
Progress (1): 294/559 kB
Progress (2): 294/559 kB | 4.1/95 kB
Progress (2): 294/559 kB | 7.7/95 kB
Progress (2): 294/559 kB | 12/95 kB 
Progress (2): 298/559 kB | 12/95 kB
Progress (2): 298/559 kB | 16/95 kB
Progress (2): 303/559 kB | 16/95 kB
Progress (2): 307/559 kB | 16/95 kB
Progress (2): 311/559 kB | 16/95 kB
Progress (2): 311/559 kB | 20/95 kB
Progress (2): 311/559 kB | 24/95 kB
Progress (2): 315/559 kB | 24/95 kB
Progress (2): 315/559 kB | 28/95 kB
Progress (2): 319/559 kB | 28/95 kB
Progress (2): 319/559 kB | 32/95 kB
Progress (2): 323/559 kB | 32/95 kB
Progress (2): 327/559 kB | 32/95 kB
Progress (2): 327/559 kB | 36/95 kB
Progress (2): 327/559 kB | 40/95 kB
Progress (2): 331/559 kB | 40/95 kB
Progress (2): 331/559 kB | 45/95 kB
Progress (2): 335/559 kB | 45/95 kB
Progress (2): 335/559 kB | 49/95 kB
Progress (2): 339/559 kB | 49/95 kB
Progress (2): 344/559 kB | 49/95 kB
Progress (2): 344/559 kB | 53/95 kB
Progress (2): 344/559 kB | 57/95 kB
Progress (2): 348/559 kB | 57/95 kB
Progress (2): 348/559 kB | 61/95 kB
Progress (2): 352/559 kB | 61/95 kB
Progress (2): 352/559 kB | 65/95 kB
Progress (2): 356/559 kB | 65/95 kB
Progress (2): 360/559 kB | 65/95 kB
Progress (2): 360/559 kB | 69/95 kB
Progress (2): 360/559 kB | 73/95 kB
Progress (2): 364/559 kB | 73/95 kB
Progress (2): 364/559 kB | 77/95 kB
Progress (2): 368/559 kB | 77/95 kB
Progress (2): 368/559 kB | 81/95 kB
Progress (2): 372/559 kB | 81/95 kB
Progress (2): 376/559 kB | 81/95 kB
Progress (2): 376/559 kB | 85/95 kB
Progress (3): 376/559 kB | 85/95 kB | 4.1/402 kB
Progress (3): 380/559 kB | 85/95 kB | 4.1/402 kB
Progress (3): 380/559 kB | 90/95 kB | 4.1/402 kB
Progress (3): 384/559 kB | 90/95 kB | 4.1/402 kB
Progress (3): 384/559 kB | 90/95 kB | 7.7/402 kB
Progress (3): 389/559 kB | 90/95 kB | 7.7/402 kB
Progress (3): 389/559 kB | 94/95 kB | 7.7/402 kB
Progress (3): 393/559 kB | 94/95 kB | 7.7/402 kB
Progress (3): 393/559 kB | 94/95 kB | 12/402 kB 
Progress (3): 393/559 kB | 95 kB | 12/402 kB   
Progress (3): 393/559 kB | 95 kB | 16/402 kB
Progress (3): 397/559 kB | 95 kB | 16/402 kB
Progress (3): 401/559 kB | 95 kB | 16/402 kB
Progress (3): 405/559 kB | 95 kB | 16/402 kB
Progress (3): 409/559 kB | 95 kB | 16/402 kB
Progress (3): 409/559 kB | 95 kB | 20/402 kB
Progress (3): 409/559 kB | 95 kB | 24/402 kB
Progress (3): 413/559 kB | 95 kB | 24/402 kB
Progress (3): 413/559 kB | 95 kB | 28/402 kB
Progress (3): 417/559 kB | 95 kB | 28/402 kB
Progress (3): 417/559 kB | 95 kB | 32/402 kB
Progress (3): 421/559 kB | 95 kB | 32/402 kB
Progress (3): 425/559 kB | 95 kB | 32/402 kB
Progress (3): 425/559 kB | 95 kB | 36/402 kB
Progress (3): 430/559 kB | 95 kB | 36/402 kB
Progress (3): 430/559 kB | 95 kB | 40/402 kB
Progress (3): 434/559 kB | 95 kB | 40/402 kB
Progress (3): 434/559 kB | 95 kB | 45/402 kB
Progress (3): 438/559 kB | 95 kB | 45/402 kB
Progress (3): 438/559 kB | 95 kB | 49/402 kB
Progress (3): 442/559 kB | 95 kB | 49/402 kB
Progress (3): 446/559 kB | 95 kB | 49/402 kB
Progress (3): 446/559 kB | 95 kB | 53/402 kB
Progress (3): 450/559 kB | 95 kB | 53/402 kB
Progress (3): 450/559 kB | 95 kB | 57/402 kB
Progress (3): 454/559 kB | 95 kB | 57/402 kB
Progress (3): 454/559 kB | 95 kB | 61/402 kB
Progress (3): 458/559 kB | 95 kB | 61/402 kB
Progress (3): 458/559 kB | 95 kB | 65/402 kB
Progress (3): 462/559 kB | 95 kB | 65/402 kB
Progress (3): 466/559 kB | 95 kB | 65/402 kB
Progress (3): 471/559 kB | 95 kB | 65/402 kB
Progress (3): 471/559 kB | 95 kB | 69/402 kB
Progress (3): 475/559 kB | 95 kB | 69/402 kB
Progress (3): 475/559 kB | 95 kB | 73/402 kB
Progress (3): 475/559 kB | 95 kB | 77/402 kB
Progress (3): 475/559 kB | 95 kB | 81/402 kB
Progress (3): 479/559 kB | 95 kB | 81/402 kB
Progress (3): 483/559 kB | 95 kB | 81/402 kB
Progress (3): 487/559 kB | 95 kB | 81/402 kB
Progress (3): 491/559 kB | 95 kB | 81/402 kB
Progress (3): 491/559 kB | 95 kB | 85/402 kB
Progress (3): 495/559 kB | 95 kB | 85/402 kB
Progress (3): 495/559 kB | 95 kB | 90/402 kB
Progress (3): 499/559 kB | 95 kB | 90/402 kB
Progress (3): 499/559 kB | 95 kB | 94/402 kB
Progress (3): 503/559 kB | 95 kB | 94/402 kB
Progress (3): 503/559 kB | 95 kB | 98/402 kB
Progress (3): 507/559 kB | 95 kB | 98/402 kB
Progress (3): 511/559 kB | 95 kB | 98/402 kB
Progress (3): 511/559 kB | 95 kB | 102/402 kB
Progress (3): 516/559 kB | 95 kB | 102/402 kB
Progress (3): 516/559 kB | 95 kB | 106/402 kB
Progress (3): 520/559 kB | 95 kB | 106/402 kB
Progress (3): 520/559 kB | 95 kB | 110/402 kB
Progress (3): 524/559 kB | 95 kB | 110/402 kB
Progress (3): 524/559 kB | 95 kB | 114/402 kB
Progress (3): 528/559 kB | 95 kB | 114/402 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 916 kB/s)
18:17:45 Progress (2): 528/559 kB | 118/402 kB
Progress (2): 532/559 kB | 118/402 kB
Progress (2): 532/559 kB | 122/402 kB
Progress (3): 532/559 kB | 122/402 kB | 4.1/31 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:17:45 Progress (3): 532/559 kB | 122/402 kB | 7.7/31 kB
Progress (3): 532/559 kB | 126/402 kB | 7.7/31 kB
Progress (3): 536/559 kB | 126/402 kB | 7.7/31 kB
Progress (3): 536/559 kB | 131/402 kB | 7.7/31 kB
Progress (3): 536/559 kB | 131/402 kB | 12/31 kB 
Progress (3): 540/559 kB | 131/402 kB | 12/31 kB
Progress (3): 540/559 kB | 131/402 kB | 16/31 kB
Progress (3): 540/559 kB | 135/402 kB | 16/31 kB
Progress (3): 540/559 kB | 135/402 kB | 20/31 kB
Progress (3): 544/559 kB | 135/402 kB | 20/31 kB
Progress (3): 544/559 kB | 135/402 kB | 24/31 kB
Progress (3): 544/559 kB | 139/402 kB | 24/31 kB
Progress (3): 544/559 kB | 139/402 kB | 28/31 kB
Progress (3): 548/559 kB | 139/402 kB | 28/31 kB
Progress (3): 548/559 kB | 139/402 kB | 31 kB   
Progress (3): 548/559 kB | 143/402 kB | 31 kB
Progress (3): 552/559 kB | 143/402 kB | 31 kB
Progress (3): 552/559 kB | 147/402 kB | 31 kB
Progress (3): 557/559 kB | 147/402 kB | 31 kB
Progress (3): 559 kB | 147/402 kB | 31 kB    
Progress (3): 559 kB | 151/402 kB | 31 kB
Progress (3): 559 kB | 155/402 kB | 31 kB
Progress (3): 559 kB | 159/402 kB | 31 kB
Progress (3): 559 kB | 163/402 kB | 31 kB
Progress (3): 559 kB | 167/402 kB | 31 kB
Progress (4): 559 kB | 167/402 kB | 31 kB | 4.1/61 kB
Progress (4): 559 kB | 171/402 kB | 31 kB | 4.1/61 kB
Progress (4): 559 kB | 171/402 kB | 31 kB | 7.7/61 kB
Progress (4): 559 kB | 176/402 kB | 31 kB | 7.7/61 kB
Progress (4): 559 kB | 176/402 kB | 31 kB | 12/61 kB 
Progress (4): 559 kB | 180/402 kB | 31 kB | 12/61 kB
Progress (4): 559 kB | 180/402 kB | 31 kB | 16/61 kB
Progress (4): 559 kB | 184/402 kB | 31 kB | 16/61 kB
Progress (4): 559 kB | 184/402 kB | 31 kB | 20/61 kB
Progress (4): 559 kB | 188/402 kB | 31 kB | 20/61 kB
Progress (4): 559 kB | 188/402 kB | 31 kB | 24/61 kB
Progress (4): 559 kB | 192/402 kB | 31 kB | 24/61 kB
Progress (4): 559 kB | 192/402 kB | 31 kB | 28/61 kB
Progress (4): 559 kB | 196/402 kB | 31 kB | 28/61 kB
Progress (4): 559 kB | 196/402 kB | 31 kB | 32/61 kB
Progress (4): 559 kB | 200/402 kB | 31 kB | 32/61 kB
Progress (4): 559 kB | 200/402 kB | 31 kB | 36/61 kB
Progress (4): 559 kB | 204/402 kB | 31 kB | 36/61 kB
Progress (4): 559 kB | 204/402 kB | 31 kB | 40/61 kB
Progress (4): 559 kB | 208/402 kB | 31 kB | 40/61 kB
Progress (4): 559 kB | 208/402 kB | 31 kB | 45/61 kB
Progress (4): 559 kB | 212/402 kB | 31 kB | 45/61 kB
Progress (4): 559 kB | 212/402 kB | 31 kB | 49/61 kB
Progress (4): 559 kB | 212/402 kB | 31 kB | 53/61 kB
Progress (4): 559 kB | 217/402 kB | 31 kB | 53/61 kB
Progress (4): 559 kB | 217/402 kB | 31 kB | 57/61 kB
Progress (4): 559 kB | 221/402 kB | 31 kB | 57/61 kB
Progress (4): 559 kB | 221/402 kB | 31 kB | 61 kB   
Progress (4): 559 kB | 225/402 kB | 31 kB | 61 kB
Progress (4): 559 kB | 229/402 kB | 31 kB | 61 kB
Progress (4): 559 kB | 233/402 kB | 31 kB | 61 kB
Progress (4): 559 kB | 237/402 kB | 31 kB | 61 kB
Progress (4): 559 kB | 241/402 kB | 31 kB | 61 kB
Progress (4): 559 kB | 245/402 kB | 31 kB | 61 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.jar (31 kB at 271 kB/s)
18:17:45 Progress (3): 559 kB | 249/402 kB | 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:17:45 Progress (3): 559 kB | 253/402 kB | 61 kB
Progress (3): 559 kB | 258/402 kB | 61 kB
Progress (3): 559 kB | 262/402 kB | 61 kB
Progress (3): 559 kB | 266/402 kB | 61 kB
Progress (3): 559 kB | 270/402 kB | 61 kB
Progress (3): 559 kB | 274/402 kB | 61 kB
Progress (3): 559 kB | 278/402 kB | 61 kB
Progress (3): 559 kB | 282/402 kB | 61 kB
Progress (3): 559 kB | 286/402 kB | 61 kB
Progress (3): 559 kB | 290/402 kB | 61 kB
Progress (3): 559 kB | 294/402 kB | 61 kB
Progress (3): 559 kB | 298/402 kB | 61 kB
Progress (3): 559 kB | 303/402 kB | 61 kB
Progress (3): 559 kB | 307/402 kB | 61 kB
Progress (3): 559 kB | 311/402 kB | 61 kB
Progress (3): 559 kB | 315/402 kB | 61 kB
Progress (3): 559 kB | 319/402 kB | 61 kB
Progress (3): 559 kB | 323/402 kB | 61 kB
Progress (3): 559 kB | 327/402 kB | 61 kB
Progress (3): 559 kB | 331/402 kB | 61 kB
Progress (3): 559 kB | 335/402 kB | 61 kB
Progress (3): 559 kB | 339/402 kB | 61 kB
Progress (3): 559 kB | 344/402 kB | 61 kB
Progress (3): 559 kB | 348/402 kB | 61 kB
Progress (3): 559 kB | 352/402 kB | 61 kB
Progress (3): 559 kB | 356/402 kB | 61 kB
Progress (3): 559 kB | 360/402 kB | 61 kB
Progress (3): 559 kB | 364/402 kB | 61 kB
Progress (3): 559 kB | 368/402 kB | 61 kB
Progress (3): 559 kB | 372/402 kB | 61 kB
Progress (3): 559 kB | 376/402 kB | 61 kB
Progress (3): 559 kB | 380/402 kB | 61 kB
Progress (3): 559 kB | 384/402 kB | 61 kB
Progress (3): 559 kB | 389/402 kB | 61 kB
Progress (3): 559 kB | 393/402 kB | 61 kB
Progress (3): 559 kB | 397/402 kB | 61 kB
Progress (3): 559 kB | 401/402 kB | 61 kB
Progress (3): 559 kB | 402 kB | 61 kB    
Progress (4): 559 kB | 402 kB | 61 kB | 0/2.7 MB
Progress (4): 559 kB | 402 kB | 61 kB | 0/2.7 MB
Progress (4): 559 kB | 402 kB | 61 kB | 0/2.7 MB
Progress (4): 559 kB | 402 kB | 61 kB | 0.1/2.7 MB
Progress (4): 559 kB | 402 kB | 61 kB | 0.1/2.7 MB
Progress (4): 559 kB | 402 kB | 61 kB | 0.1/2.7 MB
Progress (4): 559 kB | 402 kB | 61 kB | 0.1/2.7 MB
Progress (4): 559 kB | 402 kB | 61 kB | 0.1/2.7 MB
Progress (4): 559 kB | 402 kB | 61 kB | 0.1/2.7 MB
                                                  
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 2.7 MB/s)
18:17:45 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:17:45 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 374 kB/s)
18:17:45 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:17:45 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 3.2 MB/s)
18:17:45 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:17:45 Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
Progress (1): 0.4/2.7 MB
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 (2): 0.6/2.7 MB | 4.1/10 kB
Progress (3): 0.6/2.7 MB | 4.1/10 kB | 4.1/174 kB
Progress (3): 0.6/2.7 MB | 7.7/10 kB | 4.1/174 kB
Progress (3): 0.6/2.7 MB | 7.7/10 kB | 7.7/174 kB
Progress (3): 0.6/2.7 MB | 10 kB | 7.7/174 kB    
Progress (3): 0.6/2.7 MB | 10 kB | 12/174 kB 
Progress (3): 0.6/2.7 MB | 10 kB | 12/174 kB
Progress (3): 0.6/2.7 MB | 10 kB | 16/174 kB
Progress (3): 0.6/2.7 MB | 10 kB | 20/174 kB
Progress (3): 0.6/2.7 MB | 10 kB | 20/174 kB
Progress (3): 0.6/2.7 MB | 10 kB | 24/174 kB
Progress (3): 0.6/2.7 MB | 10 kB | 28/174 kB
Progress (3): 0.6/2.7 MB | 10 kB | 32/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 32/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 36/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 40/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 45/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 45/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 49/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 53/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 53/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 57/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 61/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 65/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 65/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 69/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 73/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 73/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 77/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 81/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 81/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 85/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 90/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 94/174 kB
Progress (3): 0.7/2.7 MB | 10 kB | 98/174 kB
Progress (3): 0.8/2.7 MB | 10 kB | 98/174 kB
Progress (3): 0.8/2.7 MB | 10 kB | 102/174 kB
Progress (3): 0.8/2.7 MB | 10 kB | 106/174 kB
Progress (3): 0.8/2.7 MB | 10 kB | 110/174 kB
Progress (3): 0.8/2.7 MB | 10 kB | 110/174 kB
Progress (3): 0.8/2.7 MB | 10 kB | 114/174 kB
Progress (3): 0.8/2.7 MB | 10 kB | 118/174 kB
Progress (3): 0.8/2.7 MB | 10 kB | 118/174 kB
Progress (3): 0.8/2.7 MB | 10 kB | 122/174 kB
Progress (3): 0.8/2.7 MB | 10 kB | 126/174 kB
Progress (3): 0.8/2.7 MB | 10 kB | 131/174 kB
Progress (3): 0.8/2.7 MB | 10 kB | 131/174 kB
Progress (4): 0.8/2.7 MB | 10 kB | 131/174 kB | 4.1/311 kB
Progress (4): 0.8/2.7 MB | 10 kB | 135/174 kB | 4.1/311 kB
Progress (4): 0.8/2.7 MB | 10 kB | 135/174 kB | 7.7/311 kB
Progress (4): 0.8/2.7 MB | 10 kB | 139/174 kB | 7.7/311 kB
Progress (4): 0.8/2.7 MB | 10 kB | 139/174 kB | 12/311 kB 
Progress (4): 0.8/2.7 MB | 10 kB | 143/174 kB | 12/311 kB
Progress (4): 0.8/2.7 MB | 10 kB | 143/174 kB | 12/311 kB
Progress (4): 0.8/2.7 MB | 10 kB | 147/174 kB | 12/311 kB
Progress (4): 0.8/2.7 MB | 10 kB | 147/174 kB | 16/311 kB
Progress (4): 0.8/2.7 MB | 10 kB | 147/174 kB | 16/311 kB
Progress (4): 0.8/2.7 MB | 10 kB | 151/174 kB | 16/311 kB
Progress (4): 0.8/2.7 MB | 10 kB | 151/174 kB | 20/311 kB
Progress (4): 0.8/2.7 MB | 10 kB | 155/174 kB | 20/311 kB
Progress (4): 0.8/2.7 MB | 10 kB | 155/174 kB | 24/311 kB
Progress (4): 0.8/2.7 MB | 10 kB | 159/174 kB | 24/311 kB
Progress (4): 0.8/2.7 MB | 10 kB | 159/174 kB | 28/311 kB
Progress (4): 0.8/2.7 MB | 10 kB | 163/174 kB | 28/311 kB
Progress (4): 0.9/2.7 MB | 10 kB | 163/174 kB | 28/311 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 47 kB/s)
18:17:45 Progress (3): 0.9/2.7 MB | 163/174 kB | 32/311 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:17:45 Progress (3): 0.9/2.7 MB | 167/174 kB | 32/311 kB
Progress (3): 0.9/2.7 MB | 167/174 kB | 32/311 kB
Progress (3): 0.9/2.7 MB | 171/174 kB | 32/311 kB
Progress (3): 0.9/2.7 MB | 171/174 kB | 36/311 kB
Progress (3): 0.9/2.7 MB | 174 kB | 36/311 kB    
Progress (3): 0.9/2.7 MB | 174 kB | 40/311 kB
Progress (3): 0.9/2.7 MB | 174 kB | 45/311 kB
Progress (4): 0.9/2.7 MB | 174 kB | 45/311 kB | 4.1/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 49/311 kB | 4.1/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 49/311 kB | 4.1/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 49/311 kB | 7.7/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 49/311 kB | 12/170 kB 
Progress (4): 0.9/2.7 MB | 174 kB | 49/311 kB | 16/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 53/311 kB | 16/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 53/311 kB | 16/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 57/311 kB | 16/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 61/311 kB | 16/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 61/311 kB | 20/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 65/311 kB | 20/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 65/311 kB | 24/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 65/311 kB | 28/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 65/311 kB | 28/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 65/311 kB | 32/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 69/311 kB | 32/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 73/311 kB | 32/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 77/311 kB | 32/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 77/311 kB | 32/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 81/311 kB | 32/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 81/311 kB | 36/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 81/311 kB | 40/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 81/311 kB | 45/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 81/311 kB | 45/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 85/311 kB | 45/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 85/311 kB | 49/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 90/311 kB | 49/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 94/311 kB | 49/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 98/311 kB | 49/170 kB
Progress (4): 0.9/2.7 MB | 174 kB | 98/311 kB | 53/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 98/311 kB | 53/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 98/311 kB | 57/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 98/311 kB | 61/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 102/311 kB | 61/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 102/311 kB | 65/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 106/311 kB | 65/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 106/311 kB | 65/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 110/311 kB | 65/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 114/311 kB | 65/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 114/311 kB | 69/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 114/311 kB | 73/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 114/311 kB | 77/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 118/311 kB | 77/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 118/311 kB | 77/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 122/311 kB | 77/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 122/311 kB | 81/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 126/311 kB | 81/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 131/311 kB | 81/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 131/311 kB | 81/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 131/311 kB | 85/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 131/311 kB | 90/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 135/311 kB | 90/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 135/311 kB | 94/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 139/311 kB | 94/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 139/311 kB | 98/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 139/311 kB | 98/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 143/311 kB | 98/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 147/311 kB | 98/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 147/311 kB | 102/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 147/311 kB | 106/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 147/311 kB | 110/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 147/311 kB | 110/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 147/311 kB | 114/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 151/311 kB | 114/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 155/311 kB | 114/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 159/311 kB | 114/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 159/311 kB | 118/170 kB
Progress (4): 1.0/2.7 MB | 174 kB | 163/311 kB | 118/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 163/311 kB | 118/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 163/311 kB | 122/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 163/311 kB | 126/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 163/311 kB | 131/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 167/311 kB | 131/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 171/311 kB | 131/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 171/311 kB | 131/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 176/311 kB | 131/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 176/311 kB | 135/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 180/311 kB | 135/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 180/311 kB | 139/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 180/311 kB | 143/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 180/311 kB | 143/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 180/311 kB | 147/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 184/311 kB | 147/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 188/311 kB | 147/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 192/311 kB | 147/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 192/311 kB | 151/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 196/311 kB | 151/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 196/311 kB | 151/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 196/311 kB | 155/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 196/311 kB | 159/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 196/311 kB | 163/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 200/311 kB | 163/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 204/311 kB | 163/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 204/311 kB | 167/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 204/311 kB | 167/170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 204/311 kB | 170 kB    
Progress (4): 1.1/2.7 MB | 174 kB | 208/311 kB | 170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 212/311 kB | 170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 212/311 kB | 170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 217/311 kB | 170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 221/311 kB | 170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 225/311 kB | 170 kB
Progress (4): 1.1/2.7 MB | 174 kB | 229/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 229/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 233/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 237/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 237/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 241/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 245/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 245/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 249/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 253/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 258/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 262/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 262/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 266/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 270/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 274/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 274/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 278/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 282/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 282/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 286/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 290/311 kB | 170 kB
Progress (4): 1.2/2.7 MB | 174 kB | 294/311 kB | 170 kB
Progress (4): 1.3/2.7 MB | 174 kB | 294/311 kB | 170 kB
Progress (4): 1.3/2.7 MB | 174 kB | 298/311 kB | 170 kB
Progress (4): 1.3/2.7 MB | 174 kB | 303/311 kB | 170 kB
Progress (4): 1.3/2.7 MB | 174 kB | 307/311 kB | 170 kB
Progress (4): 1.3/2.7 MB | 174 kB | 307/311 kB | 170 kB
Progress (4): 1.3/2.7 MB | 174 kB | 311/311 kB | 170 kB
Progress (4): 1.3/2.7 MB | 174 kB | 311 kB | 170 kB    
Progress (4): 1.3/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.3/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.3/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.3/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.4/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.4/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.4/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.4/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.4/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.4/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.5/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.5/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.5/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.5/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.5/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.5/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.6/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.6/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.6/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.6/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.6/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.6/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.7/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.7/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (4): 1.7/2.7 MB | 174 kB | 311 kB | 170 kB
Progress (5): 1.7/2.7 MB | 174 kB | 311 kB | 170 kB | 4.1/243 kB
Progress (5): 1.7/2.7 MB | 174 kB | 311 kB | 170 kB | 7.7/243 kB
Progress (5): 1.7/2.7 MB | 174 kB | 311 kB | 170 kB | 12/243 kB 
Progress (5): 1.7/2.7 MB | 174 kB | 311 kB | 170 kB | 16/243 kB
Progress (5): 1.7/2.7 MB | 174 kB | 311 kB | 170 kB | 16/243 kB
Progress (5): 1.7/2.7 MB | 174 kB | 311 kB | 170 kB | 20/243 kB
Progress (5): 1.7/2.7 MB | 174 kB | 311 kB | 170 kB | 20/243 kB
Progress (5): 1.7/2.7 MB | 174 kB | 311 kB | 170 kB | 24/243 kB
Progress (5): 1.7/2.7 MB | 174 kB | 311 kB | 170 kB | 28/243 kB
Progress (5): 1.7/2.7 MB | 174 kB | 311 kB | 170 kB | 32/243 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 661 kB/s)
18:17:45 Progress (4): 1.7/2.7 MB | 174 kB | 311 kB | 36/243 kB
Progress (4): 1.7/2.7 MB | 174 kB | 311 kB | 36/243 kB
Progress (4): 1.7/2.7 MB | 174 kB | 311 kB | 40/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:17:46 Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 40/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 45/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 49/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 49/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 53/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 57/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 61/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 65/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 65/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 69/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 73/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 77/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 77/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 81/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 85/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 85/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 90/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 94/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 98/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 98/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 102/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 106/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 110/243 kB
Progress (4): 1.8/2.7 MB | 174 kB | 311 kB | 114/243 kB
Progress (4): 1.9/2.7 MB | 174 kB | 311 kB | 114/243 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.jar (174 kB at 660 kB/s)
18:17:46 Progress (3): 1.9/2.7 MB | 311 kB | 118/243 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 1.2 MB/s)
18:17:46 Progress (2): 1.9/2.7 MB | 118/243 kB
Progress (2): 1.9/2.7 MB | 122/243 kB
                                     
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:17:46 Progress (2): 1.9/2.7 MB | 126/243 kB
                                     
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:17:46 Progress (2): 1.9/2.7 MB | 131/243 kB
Progress (2): 1.9/2.7 MB | 131/243 kB
Progress (2): 1.9/2.7 MB | 135/243 kB
Progress (2): 1.9/2.7 MB | 139/243 kB
Progress (2): 1.9/2.7 MB | 139/243 kB
Progress (2): 1.9/2.7 MB | 143/243 kB
Progress (2): 1.9/2.7 MB | 147/243 kB
Progress (2): 1.9/2.7 MB | 147/243 kB
Progress (2): 1.9/2.7 MB | 151/243 kB
Progress (2): 1.9/2.7 MB | 155/243 kB
Progress (2): 1.9/2.7 MB | 159/243 kB
Progress (2): 1.9/2.7 MB | 163/243 kB
Progress (2): 1.9/2.7 MB | 167/243 kB
Progress (2): 1.9/2.7 MB | 171/243 kB
Progress (2): 1.9/2.7 MB | 176/243 kB
Progress (3): 1.9/2.7 MB | 176/243 kB | 4.1/128 kB
Progress (4): 1.9/2.7 MB | 176/243 kB | 4.1/128 kB | 4.1/601 kB
Progress (4): 1.9/2.7 MB | 176/243 kB | 7.7/128 kB | 4.1/601 kB
Progress (4): 1.9/2.7 MB | 180/243 kB | 7.7/128 kB | 4.1/601 kB
Progress (4): 1.9/2.7 MB | 180/243 kB | 12/128 kB | 4.1/601 kB 
Progress (4): 1.9/2.7 MB | 180/243 kB | 12/128 kB | 4.1/601 kB
Progress (4): 1.9/2.7 MB | 180/243 kB | 12/128 kB | 7.7/601 kB
Progress (4): 1.9/2.7 MB | 184/243 kB | 12/128 kB | 7.7/601 kB
Progress (4): 1.9/2.7 MB | 184/243 kB | 16/128 kB | 7.7/601 kB
Progress (4): 1.9/2.7 MB | 188/243 kB | 16/128 kB | 7.7/601 kB
Progress (4): 1.9/2.7 MB | 188/243 kB | 16/128 kB | 12/601 kB 
Progress (4): 1.9/2.7 MB | 192/243 kB | 16/128 kB | 12/601 kB
Progress (4): 1.9/2.7 MB | 192/243 kB | 16/128 kB | 12/601 kB
Progress (4): 1.9/2.7 MB | 196/243 kB | 16/128 kB | 12/601 kB
Progress (4): 1.9/2.7 MB | 196/243 kB | 16/128 kB | 16/601 kB
Progress (4): 1.9/2.7 MB | 196/243 kB | 20/128 kB | 16/601 kB
Progress (4): 1.9/2.7 MB | 196/243 kB | 24/128 kB | 16/601 kB
Progress (4): 2.0/2.7 MB | 196/243 kB | 24/128 kB | 16/601 kB
Progress (4): 2.0/2.7 MB | 200/243 kB | 24/128 kB | 16/601 kB
Progress (4): 2.0/2.7 MB | 200/243 kB | 28/128 kB | 16/601 kB
Progress (4): 2.0/2.7 MB | 204/243 kB | 28/128 kB | 16/601 kB
Progress (4): 2.0/2.7 MB | 204/243 kB | 32/128 kB | 16/601 kB
Progress (4): 2.0/2.7 MB | 204/243 kB | 32/128 kB | 20/601 kB
Progress (4): 2.0/2.7 MB | 204/243 kB | 32/128 kB | 20/601 kB
Progress (4): 2.0/2.7 MB | 208/243 kB | 32/128 kB | 20/601 kB
Progress (4): 2.0/2.7 MB | 208/243 kB | 32/128 kB | 24/601 kB
Progress (4): 2.0/2.7 MB | 212/243 kB | 32/128 kB | 24/601 kB
Progress (4): 2.0/2.7 MB | 212/243 kB | 32/128 kB | 28/601 kB
Progress (4): 2.0/2.7 MB | 212/243 kB | 36/128 kB | 28/601 kB
Progress (4): 2.0/2.7 MB | 212/243 kB | 36/128 kB | 32/601 kB
Progress (4): 2.0/2.7 MB | 212/243 kB | 36/128 kB | 32/601 kB
Progress (4): 2.0/2.7 MB | 217/243 kB | 36/128 kB | 32/601 kB
Progress (4): 2.0/2.7 MB | 217/243 kB | 40/128 kB | 32/601 kB
Progress (4): 2.0/2.7 MB | 221/243 kB | 40/128 kB | 32/601 kB
Progress (4): 2.0/2.7 MB | 221/243 kB | 45/128 kB | 32/601 kB
Progress (4): 2.0/2.7 MB | 221/243 kB | 45/128 kB | 32/601 kB
Progress (4): 2.0/2.7 MB | 225/243 kB | 45/128 kB | 32/601 kB
Progress (4): 2.0/2.7 MB | 225/243 kB | 45/128 kB | 36/601 kB
Progress (4): 2.0/2.7 MB | 225/243 kB | 49/128 kB | 36/601 kB
Progress (4): 2.0/2.7 MB | 225/243 kB | 49/128 kB | 40/601 kB
Progress (4): 2.0/2.7 MB | 229/243 kB | 49/128 kB | 40/601 kB
Progress (4): 2.0/2.7 MB | 229/243 kB | 49/128 kB | 40/601 kB
Progress (4): 2.0/2.7 MB | 229/243 kB | 49/128 kB | 45/601 kB
Progress (4): 2.0/2.7 MB | 229/243 kB | 49/128 kB | 49/601 kB
Progress (4): 2.0/2.7 MB | 229/243 kB | 53/128 kB | 49/601 kB
Progress (4): 2.0/2.7 MB | 233/243 kB | 53/128 kB | 49/601 kB
Progress (4): 2.0/2.7 MB | 233/243 kB | 57/128 kB | 49/601 kB
Progress (4): 2.0/2.7 MB | 233/243 kB | 57/128 kB | 49/601 kB
Progress (4): 2.0/2.7 MB | 233/243 kB | 61/128 kB | 49/601 kB
Progress (4): 2.0/2.7 MB | 237/243 kB | 61/128 kB | 49/601 kB
Progress (4): 2.0/2.7 MB | 237/243 kB | 65/128 kB | 49/601 kB
Progress (4): 2.0/2.7 MB | 241/243 kB | 65/128 kB | 49/601 kB
Progress (4): 2.0/2.7 MB | 241/243 kB | 65/128 kB | 53/601 kB
Progress (4): 2.1/2.7 MB | 241/243 kB | 65/128 kB | 53/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 65/128 kB | 53/601 kB    
Progress (4): 2.1/2.7 MB | 243 kB | 65/128 kB | 57/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 69/128 kB | 57/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 69/128 kB | 61/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 69/128 kB | 61/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 73/128 kB | 61/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 73/128 kB | 65/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 77/128 kB | 65/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 81/128 kB | 65/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 81/128 kB | 65/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 85/128 kB | 65/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 85/128 kB | 69/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 85/128 kB | 69/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 90/128 kB | 69/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 90/128 kB | 73/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 94/128 kB | 73/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 94/128 kB | 77/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 98/128 kB | 77/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 98/128 kB | 77/601 kB
Progress (4): 2.1/2.7 MB | 243 kB | 98/128 kB | 81/601 kB
Progress (5): 2.1/2.7 MB | 243 kB | 98/128 kB | 81/601 kB | 4.1/86 kB
Progress (5): 2.1/2.7 MB | 243 kB | 102/128 kB | 81/601 kB | 4.1/86 kB
Progress (5): 2.1/2.7 MB | 243 kB | 102/128 kB | 81/601 kB | 7.7/86 kB
Progress (5): 2.1/2.7 MB | 243 kB | 102/128 kB | 81/601 kB | 7.7/86 kB
Progress (5): 2.1/2.7 MB | 243 kB | 106/128 kB | 81/601 kB | 7.7/86 kB
Progress (5): 2.1/2.7 MB | 243 kB | 106/128 kB | 81/601 kB | 12/86 kB 
Progress (5): 2.1/2.7 MB | 243 kB | 106/128 kB | 85/601 kB | 12/86 kB
Progress (5): 2.1/2.7 MB | 243 kB | 110/128 kB | 85/601 kB | 12/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 110/128 kB | 85/601 kB | 12/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 110/128 kB | 90/601 kB | 12/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 110/128 kB | 90/601 kB | 16/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 110/128 kB | 94/601 kB | 16/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 114/128 kB | 94/601 kB | 16/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 114/128 kB | 94/601 kB | 16/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 114/128 kB | 98/601 kB | 16/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 114/128 kB | 98/601 kB | 20/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 118/128 kB | 98/601 kB | 20/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 118/128 kB | 98/601 kB | 24/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 122/128 kB | 98/601 kB | 24/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 122/128 kB | 98/601 kB | 28/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 122/128 kB | 98/601 kB | 28/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 122/128 kB | 102/601 kB | 28/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 122/128 kB | 102/601 kB | 32/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 126/128 kB | 102/601 kB | 32/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 126/128 kB | 106/601 kB | 32/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 126/128 kB | 106/601 kB | 32/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 126/128 kB | 106/601 kB | 36/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 128 kB | 106/601 kB | 36/86 kB    
Progress (5): 2.2/2.7 MB | 243 kB | 128 kB | 106/601 kB | 40/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 128 kB | 110/601 kB | 40/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 128 kB | 110/601 kB | 40/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 128 kB | 110/601 kB | 45/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 128 kB | 114/601 kB | 45/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 128 kB | 114/601 kB | 49/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 128 kB | 114/601 kB | 49/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 128 kB | 114/601 kB | 53/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 128 kB | 114/601 kB | 57/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 128 kB | 118/601 kB | 57/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 128 kB | 118/601 kB | 61/86 kB
Progress (5): 2.2/2.7 MB | 243 kB | 128 kB | 122/601 kB | 61/86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 122/601 kB | 61/86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 126/601 kB | 61/86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 126/601 kB | 65/86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 131/601 kB | 65/86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 131/601 kB | 65/86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 131/601 kB | 69/86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 131/601 kB | 73/86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 131/601 kB | 77/86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 131/601 kB | 81/86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 131/601 kB | 81/86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 135/601 kB | 81/86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 135/601 kB | 85/86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 139/601 kB | 85/86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 139/601 kB | 86 kB   
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 139/601 kB | 86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 143/601 kB | 86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 147/601 kB | 86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 147/601 kB | 86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 151/601 kB | 86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 155/601 kB | 86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 155/601 kB | 86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 159/601 kB | 86 kB
Progress (5): 2.3/2.7 MB | 243 kB | 128 kB | 163/601 kB | 86 kB
Progress (5): 2.4/2.7 MB | 243 kB | 128 kB | 163/601 kB | 86 kB
Progress (5): 2.4/2.7 MB | 243 kB | 128 kB | 167/601 kB | 86 kB
Progress (5): 2.4/2.7 MB | 243 kB | 128 kB | 171/601 kB | 86 kB
Progress (5): 2.4/2.7 MB | 243 kB | 128 kB | 171/601 kB | 86 kB
Progress (5): 2.4/2.7 MB | 243 kB | 128 kB | 176/601 kB | 86 kB
Progress (5): 2.4/2.7 MB | 243 kB | 128 kB | 180/601 kB | 86 kB
Progress (5): 2.4/2.7 MB | 243 kB | 128 kB | 180/601 kB | 86 kB
Progress (5): 2.4/2.7 MB | 243 kB | 128 kB | 184/601 kB | 86 kB
Progress (5): 2.4/2.7 MB | 243 kB | 128 kB | 184/601 kB | 86 kB
Progress (5): 2.4/2.7 MB | 243 kB | 128 kB | 188/601 kB | 86 kB
Progress (5): 2.4/2.7 MB | 243 kB | 128 kB | 192/601 kB | 86 kB
Progress (5): 2.4/2.7 MB | 243 kB | 128 kB | 196/601 kB | 86 kB
Progress (5): 2.4/2.7 MB | 243 kB | 128 kB | 196/601 kB | 86 kB
Progress (5): 2.4/2.7 MB | 243 kB | 128 kB | 200/601 kB | 86 kB
Progress (5): 2.4/2.7 MB | 243 kB | 128 kB | 200/601 kB | 86 kB
Progress (5): 2.4/2.7 MB | 243 kB | 128 kB | 204/601 kB | 86 kB
Progress (5): 2.4/2.7 MB | 243 kB | 128 kB | 208/601 kB | 86 kB
Progress (5): 2.4/2.7 MB | 243 kB | 128 kB | 212/601 kB | 86 kB
Progress (5): 2.5/2.7 MB | 243 kB | 128 kB | 212/601 kB | 86 kB
Progress (5): 2.5/2.7 MB | 243 kB | 128 kB | 212/601 kB | 86 kB
Progress (5): 2.5/2.7 MB | 243 kB | 128 kB | 217/601 kB | 86 kB
Progress (5): 2.5/2.7 MB | 243 kB | 128 kB | 221/601 kB | 86 kB
Progress (5): 2.5/2.7 MB | 243 kB | 128 kB | 225/601 kB | 86 kB
Progress (5): 2.5/2.7 MB | 243 kB | 128 kB | 225/601 kB | 86 kB
Progress (5): 2.5/2.7 MB | 243 kB | 128 kB | 229/601 kB | 86 kB
Progress (5): 2.5/2.7 MB | 243 kB | 128 kB | 229/601 kB | 86 kB
Progress (5): 2.5/2.7 MB | 243 kB | 128 kB | 233/601 kB | 86 kB
Progress (5): 2.5/2.7 MB | 243 kB | 128 kB | 237/601 kB | 86 kB
Progress (5): 2.5/2.7 MB | 243 kB | 128 kB | 241/601 kB | 86 kB
Progress (5): 2.5/2.7 MB | 243 kB | 128 kB | 241/601 kB | 86 kB
Progress (5): 2.5/2.7 MB | 243 kB | 128 kB | 245/601 kB | 86 kB
Progress (5): 2.5/2.7 MB | 243 kB | 128 kB | 245/601 kB | 86 kB
Progress (5): 2.5/2.7 MB | 243 kB | 128 kB | 249/601 kB | 86 kB
Progress (5): 2.5/2.7 MB | 243 kB | 128 kB | 253/601 kB | 86 kB
Progress (5): 2.5/2.7 MB | 243 kB | 128 kB | 258/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 258/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 262/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 262/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 266/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 270/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 274/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 278/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 278/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 282/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 282/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 286/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 290/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 294/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 294/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 298/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 298/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 303/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 307/601 kB | 86 kB
Progress (5): 2.6/2.7 MB | 243 kB | 128 kB | 311/601 kB | 86 kB
Progress (5): 2.7/2.7 MB | 243 kB | 128 kB | 311/601 kB | 86 kB
Progress (5): 2.7/2.7 MB | 243 kB | 128 kB | 315/601 kB | 86 kB
Progress (5): 2.7/2.7 MB | 243 kB | 128 kB | 315/601 kB | 86 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 373 kB/s)
18:17:46 Progress (4): 2.7/2.7 MB | 243 kB | 319/601 kB | 86 kB
Progress (4): 2.7/2.7 MB | 243 kB | 319/601 kB | 86 kB
Progress (4): 2.7/2.7 MB | 243 kB | 323/601 kB | 86 kB
Progress (4): 2.7/2.7 MB | 243 kB | 327/601 kB | 86 kB
Progress (4): 2.7/2.7 MB | 243 kB | 327/601 kB | 86 kB
Progress (4): 2.7/2.7 MB | 243 kB | 331/601 kB | 86 kB
Progress (4): 2.7/2.7 MB | 243 kB | 335/601 kB | 86 kB
Progress (4): 2.7/2.7 MB | 243 kB | 335/601 kB | 86 kB
Progress (4): 2.7/2.7 MB | 243 kB | 339/601 kB | 86 kB
Progress (4): 2.7/2.7 MB | 243 kB | 344/601 kB | 86 kB
Progress (4): 2.7 MB | 243 kB | 344/601 kB | 86 kB    
Progress (4): 2.7 MB | 243 kB | 348/601 kB | 86 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 700 kB/s)
18:17:46 Progress (3): 2.7 MB | 352/601 kB | 86 kB
Progress (3): 2.7 MB | 356/601 kB | 86 kB
Progress (3): 2.7 MB | 360/601 kB | 86 kB
Progress (3): 2.7 MB | 364/601 kB | 86 kB
Progress (3): 2.7 MB | 368/601 kB | 86 kB
Progress (3): 2.7 MB | 372/601 kB | 86 kB
Progress (3): 2.7 MB | 376/601 kB | 86 kB
Progress (3): 2.7 MB | 380/601 kB | 86 kB
Progress (3): 2.7 MB | 384/601 kB | 86 kB
Progress (3): 2.7 MB | 389/601 kB | 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 245 kB/s)
18:17:46 Progress (2): 2.7 MB | 393/601 kB
Progress (2): 2.7 MB | 397/601 kB
Progress (2): 2.7 MB | 401/601 kB
Progress (2): 2.7 MB | 405/601 kB
Progress (2): 2.7 MB | 409/601 kB
Progress (2): 2.7 MB | 413/601 kB
Progress (2): 2.7 MB | 417/601 kB
Progress (2): 2.7 MB | 421/601 kB
Progress (2): 2.7 MB | 425/601 kB
Progress (2): 2.7 MB | 430/601 kB
Progress (2): 2.7 MB | 434/601 kB
Progress (2): 2.7 MB | 438/601 kB
Progress (2): 2.7 MB | 442/601 kB
Progress (2): 2.7 MB | 446/601 kB
Progress (2): 2.7 MB | 450/601 kB
Progress (2): 2.7 MB | 454/601 kB
Progress (2): 2.7 MB | 458/601 kB
Progress (2): 2.7 MB | 462/601 kB
Progress (2): 2.7 MB | 466/601 kB
Progress (2): 2.7 MB | 471/601 kB
Progress (2): 2.7 MB | 475/601 kB
Progress (2): 2.7 MB | 479/601 kB
Progress (2): 2.7 MB | 483/601 kB
Progress (2): 2.7 MB | 487/601 kB
Progress (2): 2.7 MB | 491/601 kB
Progress (2): 2.7 MB | 495/601 kB
Progress (2): 2.7 MB | 499/601 kB
Progress (2): 2.7 MB | 503/601 kB
Progress (2): 2.7 MB | 507/601 kB
Progress (2): 2.7 MB | 511/601 kB
Progress (2): 2.7 MB | 516/601 kB
Progress (2): 2.7 MB | 520/601 kB
Progress (2): 2.7 MB | 524/601 kB
Progress (2): 2.7 MB | 528/601 kB
Progress (2): 2.7 MB | 532/601 kB
Progress (2): 2.7 MB | 536/601 kB
Progress (2): 2.7 MB | 540/601 kB
Progress (2): 2.7 MB | 544/601 kB
Progress (2): 2.7 MB | 548/601 kB
Progress (2): 2.7 MB | 552/601 kB
Progress (2): 2.7 MB | 557/601 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:17:46 Progress (1): 561/601 kB
Progress (1): 565/601 kB
Progress (1): 569/601 kB
Progress (1): 573/601 kB
Progress (1): 577/601 kB
Progress (1): 581/601 kB
Progress (1): 585/601 kB
Progress (1): 589/601 kB
Progress (1): 593/601 kB
Progress (1): 597/601 kB
Progress (1): 601 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.jar (601 kB at 1.3 MB/s)
18:17:46 [INFO] 
18:17:46 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.client ---
18:17:46 [INFO] 
18:17:46 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client ---
18:17:46 [INFO] Skipping Rule Enforcement.
18:17:46 [INFO] 
18:17:46 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.svg.client ---
18:17:46 [INFO] 
18:17:46 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.svg.client ---
18:17:46 [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:17:46 [INFO] 
18:17:46 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.client ---
18:17:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:17:47 [INFO] Copying 1 resource
18:17:47 [INFO] 
18:17:47 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.svg.client ---
18:17:47 [INFO] Changes detected - recompiling the module!
18:17:47 [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:17:47 [INFO] 
18:17:47 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.svg.client ---
18:17:47 [INFO] 
18:17:47 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.client ---
18:17:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:17:47 [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:17:47 [INFO] 
18:17:47 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client ---
18:17:47 [INFO] No sources to compile
18:17:47 [INFO] 
18:17:47 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.svg.client ---
18:17:47 [INFO] No tests to run.
18:17:47 [INFO] 
18:17:47 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.client ---
18:17:47 [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:17:47 [INFO] 
18:17:47 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.client ---
18:17:47 [INFO] 
18:17:47 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client ---
18:17:47 [INFO] Skipping packaging of the test-jar
18:17:47 [INFO] 
18:17:47 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client ---
18:17:47 [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:17:47 [INFO] 
18:17:47 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.client ---
18:17:47 [INFO] No sources in project. Archive not created.
18:17:47 [INFO] 
18:17:47 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.client ---
18:17:47 [INFO] Skipping duplicate-finder execution!
18:17:47 [INFO] 
18:17:47 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.client ---
18:17:47 [INFO] Signature checking is skipped.
18:17:47 [INFO] 
18:17:47 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.client ---
18:17:47 [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:17:47 [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:17:47 [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:17:47 [INFO] 
18:17:47 [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test >------
18:17:47 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test 6.0.300-SNAPSHOT [20/30]
18:17:47 [INFO] --------------------------------[ jar ]---------------------------------
18:17:47 [INFO] 
18:17:47 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.client.test ---
18:17:47 [INFO] 
18:17:47 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client.test ---
18:17:47 [INFO] Skipping Rule Enforcement.
18:17:47 [INFO] 
18:17:47 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.svg.client.test ---
18:17:47 [INFO] 
18:17:47 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.svg.client.test ---
18:17: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.svg.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec
18:17:47 [INFO] 
18:17:47 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.client.test ---
18:17:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:17:47 [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:17:47 [INFO] 
18:17:47 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.svg.client.test ---
18:17:47 [INFO] No sources to compile
18:17:47 [INFO] 
18:17:47 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.client.test ---
18:17:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:17:47 [INFO] Copying 4 resources
18:17:47 [INFO] 
18:17:47 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client.test ---
18:17:47 [INFO] Changes detected - recompiling the module!
18:17:47 [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:17:47 [INFO] 
18:17:47 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.svg.client.test ---
18:17:47 [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:17:47 
18:17:47 -------------------------------------------------------
18:17:47  T E S T S
18:17:47 -------------------------------------------------------
18:17:47 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:17:47 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:17:48 Running org.eclipse.scout.rt.svg.client.SVGUtilityTest
18:17:49 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.704 sec - in org.eclipse.scout.rt.svg.client.SVGUtilityTest
18:17:49 
18:17:49 Results :
18:17:49 
18:17:49 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
18:17:49 
18:17:49 [INFO] 
18:17:49 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.client.test ---
18:17:49 [WARNING] JAR will be empty - no content was marked for inclusion!
18:17:49 [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:17:49 [INFO] 
18:17:49 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.client.test ---
18:17:49 [INFO] 
18:17:49 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client.test ---
18:17:49 [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:17:49 [INFO] 
18:17:49 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client.test ---
18:17:49 [INFO] No sources in project. Archive not created.
18:17:49 [INFO] 
18:17:49 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.client.test ---
18:17:49 [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:17:49 [INFO] 
18:17:49 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.client.test ---
18:17:49 [INFO] Skipping duplicate-finder execution!
18:17:49 [INFO] 
18:17:49 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.client.test ---
18:17:49 [INFO] Signature checking is skipped.
18:17:49 [INFO] 
18:17:49 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.client.test ---
18:17:49 [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:17:49 [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:17:49 [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:17:49 [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:17:49 [INFO] 
18:17:49 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge >-------
18:17:49 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge 6.0.300-SNAPSHOT [21/30]
18:17:49 [INFO] --------------------------------[ jar ]---------------------------------
18:17:49 [INFO] 
18:17:49 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.serverbridge ---
18:17:49 [INFO] 
18:17:49 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.serverbridge ---
18:17:49 [INFO] Skipping Rule Enforcement.
18:17:49 [INFO] 
18:17:49 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.serverbridge ---
18:17:50 [INFO] 
18:17:50 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.serverbridge ---
18:17:50 [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:17:50 [INFO] 
18:17:50 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.serverbridge ---
18:17:50 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:17:50 [INFO] Copying 1 resource
18:17:50 [INFO] 
18:17:50 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.serverbridge ---
18:17:50 [INFO] Changes detected - recompiling the module!
18:17:50 [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:17:50 [INFO] 
18:17:50 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.serverbridge ---
18:17:50 [INFO] 
18:17:50 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.serverbridge ---
18:17:50 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:17:50 [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:17:50 [INFO] 
18:17:50 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.serverbridge ---
18:17:50 [INFO] No sources to compile
18:17:50 [INFO] 
18:17:50 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.serverbridge ---
18:17:50 [INFO] No tests to run.
18:17:50 [INFO] 
18:17:50 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.serverbridge ---
18:17:50 [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:17:50 [INFO] 
18:17:50 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.serverbridge ---
18:17:50 [INFO] 
18:17:50 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.serverbridge ---
18:17:50 [INFO] Skipping packaging of the test-jar
18:17:50 [INFO] 
18:17:50 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.serverbridge ---
18:17:50 [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:17:50 [INFO] 
18:17:50 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.serverbridge ---
18:17:50 [INFO] No sources in project. Archive not created.
18:17:50 [INFO] 
18:17:50 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.serverbridge ---
18:17:50 [INFO] Skipping duplicate-finder execution!
18:17:50 [INFO] 
18:17:50 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.serverbridge ---
18:17:50 [INFO] Signature checking is skipped.
18:17:50 [INFO] 
18:17:50 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.serverbridge ---
18:17:50 [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:17:50 [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:17:50 [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:17:50 [INFO] 
18:17:50 [INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor >--
18:17:50 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor 6.0.300-SNAPSHOT [22/30]
18:17:50 [INFO] --------------------------------[ jar ]---------------------------------
18:17:50 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:17:50 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:17: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/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.pom
18:17:50 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:17:51 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 164 kB/s)
18:17:51 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:17:51 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:17: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/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.jar
18:17:51 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:17:51 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 2.8 MB/s)
18:17:51 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:17:51 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:17: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/yahoo/platform/yui/yuicompressor/2.4.8/yuicompressor-2.4.8.pom
18:17:52 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:17:52 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 42 kB/s)
18:17:52 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:17:52 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:17:52 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:17:52 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 9.0 kB/s)
18:17:52 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
18:17:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
18:17: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/sonatype/oss/oss-parent/9/oss-parent-9.pom
18:17:52 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:17:52 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 286 kB/s)
18:17:52 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mozilla/rhino/1.7R4/rhino-1.7R4.pom
18:17:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mozilla/rhino/1.7R4/rhino-1.7R4.pom
18:17: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/mozilla/rhino/1.7R4/rhino-1.7R4.pom
18:17:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mozilla/rhino/1.7R4/rhino-1.7R4.pom
18:17:53 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 27 kB/s)
18:17:53 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:17:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mozilla/rhino/1.7R4/rhino-1.7R4.jar
18:17:53 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:17:53 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:17:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/mozilla/rhino/1.7R4/rhino-1.7R4.jar
18:17:53 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:17:53 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:17: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/mozilla/rhino/1.7R4/rhino-1.7R4.jar
18:17:53 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:17:54 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 157 kB/s)
18:17:54 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:17:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mozilla/rhino/1.7R4/rhino-1.7R4.jar
18:17:54 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 (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1 MB    
Progress (2): 1.1 MB | 4.1/788 kB
Progress (2): 1.1 MB | 7.7/788 kB
Progress (2): 1.1 MB | 12/788 kB 
Progress (2): 1.1 MB | 16/788 kB
Progress (2): 1.1 MB | 20/788 kB
Progress (2): 1.1 MB | 24/788 kB
Progress (2): 1.1 MB | 28/788 kB
Progress (2): 1.1 MB | 32/788 kB
Progress (2): 1.1 MB | 36/788 kB
Progress (2): 1.1 MB | 40/788 kB
Progress (2): 1.1 MB | 45/788 kB
Progress (2): 1.1 MB | 49/788 kB
Progress (2): 1.1 MB | 53/788 kB
Progress (2): 1.1 MB | 57/788 kB
Progress (2): 1.1 MB | 61/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
Progress (2): 1.1 MB | 217/788 kB
Progress (2): 1.1 MB | 221/788 kB
Progress (2): 1.1 MB | 225/788 kB
Progress (2): 1.1 MB | 229/788 kB
Progress (2): 1.1 MB | 233/788 kB
Progress (2): 1.1 MB | 237/788 kB
Progress (2): 1.1 MB | 241/788 kB
Progress (2): 1.1 MB | 245/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 4.8 MB/s)
18:17:54 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 2.7 MB/s)
18:17:54 [INFO] 
18:17:54 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:17:54 [INFO] 
18:17:54 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:17:54 [INFO] Skipping Rule Enforcement.
18:17:54 [INFO] 
18:17:54 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:17:55 [INFO] 
18:17:55 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:17:55 [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:17:55 [INFO] 
18:17:55 [INFO] --- maven-dependency-plugin:2.10:copy-dependencies (copy) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:17:55 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:17:55 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:17: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/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom
18:17:55 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:17:55 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 76 kB/s)
18:17:56 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:17:56 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:17: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/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
18:17:57 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:17:57 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 109 kB/s)
18:17:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
18:17:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
18:17: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/doxia/doxia/1.2/doxia-1.2.pom
18:17:57 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:17:57 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 753 kB/s)
18:17:57 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:17:57 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:17: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/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
18:17:57 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:17:57 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 66 kB/s)
18:17:57 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:17:57 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:17: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/doxia/doxia-core/1.2/doxia-core-1.2.pom
18:17:58 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:17:58 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 165 kB/s)
18:17:58 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:17:58 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:17: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.2/doxia-site-renderer-1.2.pom
18:17:58 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:17:58 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 240 kB/s)
18:17:58 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:17:58 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:17: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-sitetools/1.2/doxia-sitetools-1.2.pom
18:17:59 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:17:59 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 698 kB/s)
18:17:59 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:17:59 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:17: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.2/doxia-decoration-model-1.2.pom
18:17:59 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:17:59 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 161 kB/s)
18:17:59 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:17:59 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:17: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.2/doxia-module-xhtml-1.2.pom
18:17:59 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:17:59 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 80 kB/s)
18:17:59 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:17:59 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:17: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-modules/1.2/doxia-modules-1.2.pom
18:18:00 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:18:00 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 109 kB/s)
18:18:00 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:18:00 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:18: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-module-fml/1.2/doxia-module-fml-1.2.pom
18:18:00 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:18:00 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 208 kB/s)
18:18:00 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:18:00 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:18: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-sink-api/1.4/doxia-sink-api-1.4.pom
18:18:00 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:18:00 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 67 kB/s)
18:18:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
18:18:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
18:18: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/doxia/doxia/1.4/doxia-1.4.pom
18:18:01 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:18:01 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 718 kB/s)
18:18:01 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:18:01 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:18: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/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
18:18:01 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:18:01 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 85 kB/s)
18:18:01 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:18:01 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:18: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/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
18:18:02 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:18:02 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 266 kB/s)
18:18:02 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:18:02 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:18: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/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
18:18:02 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:18:02 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 592 kB/s)
18:18:02 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:18:02 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:18: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/doxia/doxia-core/1.4/doxia-core-1.4.pom
18:18:02 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:18:02 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 177 kB/s)
18:18:02 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:18:02 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:18: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/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
18:18:03 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:18:03 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 122 kB/s)
18:18:03 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:18:03 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:18: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/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
18:18:03 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:18:03 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 91 kB/s)
18:18:03 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:18:03 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:18: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/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
18:18:03 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:18:03 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 119 kB/s)
18:18:03 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:18:03 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:18: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/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
18:18:04 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:18:04 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 209 kB/s)
18:18:04 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:18:04 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:18: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-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.pom
18:18:04 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:18:04 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 35 kB/s)
18:18:04 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
18:18:04 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
18:18: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/ow2/asm/asm/5.0.2/asm-5.0.2.pom
18:18:05 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:18:05 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 48 kB/s)
18:18:05 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:18:05 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:18: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/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
18:18:05 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:18:05 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 110 kB/s)
18:18:05 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:18:05 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:18: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/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
18:18:06 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:18:06 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 100 kB/s)
18:18:06 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:18:06 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:18: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/maven-project/2.0.5/maven-project-2.0.5.pom
18:18:06 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:18:06 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 88 kB/s)
18:18:06 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
18:18:06 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
18:18: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/maven/2.0.5/maven-2.0.5.pom
18:18:06 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:18:07 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 300 kB/s)
18:18:07 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:18:07 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:18: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/maven-settings/2.0.5/maven-settings-2.0.5.pom
18:18:07 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:18:07 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 76 kB/s)
18:18:07 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:18:07 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:18: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/maven-model/2.0.5/maven-model-2.0.5.pom
18:18:07 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:18:07 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 68 kB/s)
18:18:07 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:18:07 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:18: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/maven-profile/2.0.5/maven-profile-2.0.5.pom
18:18:08 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:18:08 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 72 kB/s)
18:18:08 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:18:08 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:18: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-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom
18:18:08 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:18:08 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 131 kB/s)
18:18:08 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:18:08 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:18: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-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom
18:18:08 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:18:09 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 17 kB/s)
18:18:09 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:18:09 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:18: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-artifact/2.0.5/maven-artifact-2.0.5.pom
18:18:09 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:18:09 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 36 kB/s)
18:18:09 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:18:09 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:18: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-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
18:18:09 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:18:09 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 68 kB/s)
18:18:09 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:18:09 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:18: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-invoker/2.1.1/maven-invoker-2.1.1.pom
18:18:10 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:18:10 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 129 kB/s)
18:18:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
18:18:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
18:18:10 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:18:10 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:18:10 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 833 kB/s)
18:18:10 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/17/commons-parent-17.pom
18:18:10 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/17/commons-parent-17.pom
18:18: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/commons/commons-parent/17/commons-parent-17.pom
18:18:11 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:18: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): 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 1.3 MB/s)
18:18:11 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:18:11 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:18:11 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:18:11 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:18:11 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:18:11 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:18:11 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:18:11 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:18:11 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:18:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar
18:18:11 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:18:11 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
18:18:11 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:18:11 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:18:11 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:18:11 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:18:11 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:18:11 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:18:11 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:18:11 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:18:11 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:18:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar
18:18:11 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:18:11 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
18:18: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/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar
18:18: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/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
18:18: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/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
18:18: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/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
18:18: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/doxia/doxia-core/1.2/doxia-core-1.2.jar
18:18: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/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
18:18: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/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
18:18: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/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
18:18: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/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.jar
18:18: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/ow2/asm/asm/5.0.2/asm-5.0.2.jar
18:18: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/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar
18:18:12 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:18:12 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:18:12 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:18:12 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:18:12 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:18:12 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:18:12 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 622 kB/s)
18:18:12 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:18:12 Progress (1): 4.1/61 kB
Progress (1): 7.7/61 kB
Progress (1): 12/61 kB 
Progress (1): 16/61 kB
Progress (2): 16/61 kB | 4.1/154 kB
Progress (2): 20/61 kB | 4.1/154 kB
Progress (2): 20/61 kB | 7.7/154 kB
Progress (2): 24/61 kB | 7.7/154 kB
Progress (2): 24/61 kB | 12/154 kB 
Progress (2): 28/61 kB | 12/154 kB
Progress (2): 28/61 kB | 16/154 kB
Progress (2): 32/61 kB | 16/154 kB
Progress (2): 32/61 kB | 20/154 kB
Progress (2): 32/61 kB | 24/154 kB
Progress (2): 36/61 kB | 24/154 kB
Progress (2): 36/61 kB | 28/154 kB
Progress (2): 40/61 kB | 28/154 kB
Progress (2): 40/61 kB | 32/154 kB
Progress (2): 45/61 kB | 32/154 kB
Progress (2): 49/61 kB | 32/154 kB
Progress (2): 49/61 kB | 36/154 kB
Progress (2): 49/61 kB | 40/154 kB
Progress (2): 53/61 kB | 40/154 kB
Progress (2): 53/61 kB | 45/154 kB
Progress (2): 57/61 kB | 45/154 kB
Progress (2): 57/61 kB | 49/154 kB
Progress (2): 61/61 kB | 49/154 kB
Progress (2): 61 kB | 49/154 kB   
Progress (2): 61 kB | 53/154 kB
Progress (2): 61 kB | 57/154 kB
Progress (2): 61 kB | 61/154 kB
Progress (2): 61 kB | 65/154 kB
Progress (2): 61 kB | 69/154 kB
Progress (2): 61 kB | 73/154 kB
Progress (2): 61 kB | 77/154 kB
Progress (2): 61 kB | 81/154 kB
Progress (2): 61 kB | 85/154 kB
Progress (2): 61 kB | 90/154 kB
Progress (2): 61 kB | 94/154 kB
Progress (2): 61 kB | 98/154 kB
Progress (2): 61 kB | 102/154 kB
Progress (2): 61 kB | 106/154 kB
Progress (2): 61 kB | 110/154 kB
Progress (2): 61 kB | 114/154 kB
Progress (2): 61 kB | 118/154 kB
Progress (2): 61 kB | 122/154 kB
Progress (2): 61 kB | 126/154 kB
Progress (2): 61 kB | 131/154 kB
Progress (2): 61 kB | 135/154 kB
Progress (2): 61 kB | 139/154 kB
Progress (2): 61 kB | 143/154 kB
Progress (2): 61 kB | 147/154 kB
Progress (2): 61 kB | 151/154 kB
Progress (2): 61 kB | 154 kB    
Progress (3): 61 kB | 154 kB | 4.1/53 kB
Progress (3): 61 kB | 154 kB | 7.7/53 kB
Progress (3): 61 kB | 154 kB | 12/53 kB 
Progress (3): 61 kB | 154 kB | 16/53 kB
Progress (3): 61 kB | 154 kB | 20/53 kB
Progress (3): 61 kB | 154 kB | 24/53 kB
Progress (3): 61 kB | 154 kB | 28/53 kB
Progress (3): 61 kB | 154 kB | 32/53 kB
Progress (3): 61 kB | 154 kB | 36/53 kB
Progress (3): 61 kB | 154 kB | 40/53 kB
Progress (3): 61 kB | 154 kB | 45/53 kB
Progress (3): 61 kB | 154 kB | 49/53 kB
Progress (3): 61 kB | 154 kB | 53/53 kB
Progress (3): 61 kB | 154 kB | 53 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.jar (61 kB at 1.8 MB/s)
18:18:12 Progress (3): 154 kB | 53 kB | 4.1/11 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 1.5 MB/s)
18:18:12 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 4.2 MB/s)
18:18:12 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:18:12 Progress (1): 7.7/11 kB
                       
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:18:12 Progress (1): 11 kB
                   
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:18:12 Progress (2): 11 kB | 4.1/38 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 298 kB/s)
18:18:12 Progress (1): 7.7/38 kB
                       
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:18:12 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   
Progress (2): 38 kB | 4.1/17 kB
Progress (2): 38 kB | 7.7/17 kB
Progress (2): 38 kB | 12/17 kB 
Progress (2): 38 kB | 16/17 kB
Progress (2): 38 kB | 17 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.jar (38 kB at 402 kB/s)
18:18:12 Progress (2): 17 kB | 4.1/15 kB
                               
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:18:12 Progress (2): 17 kB | 7.7/15 kB
Progress (2): 17 kB | 12/15 kB 
Progress (2): 17 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.4/doxia-module-xhtml-1.4.jar (15 kB at 160 kB/s)
18:18:12 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:18:12 Progress (2): 17 kB | 4.1/284 kB
Progress (2): 17 kB | 7.7/284 kB
Progress (2): 17 kB | 12/284 kB 
Progress (2): 17 kB | 16/284 kB
Progress (2): 17 kB | 20/284 kB
Progress (2): 17 kB | 24/284 kB
Progress (2): 17 kB | 28/284 kB
Progress (2): 17 kB | 32/284 kB
Progress (2): 17 kB | 36/284 kB
Progress (2): 17 kB | 40/284 kB
Progress (2): 17 kB | 45/284 kB
Progress (2): 17 kB | 49/284 kB
Progress (2): 17 kB | 53/284 kB
Progress (2): 17 kB | 57/284 kB
Progress (2): 17 kB | 61/284 kB
Progress (2): 17 kB | 65/284 kB
Progress (2): 17 kB | 69/284 kB
Progress (2): 17 kB | 73/284 kB
Progress (2): 17 kB | 77/284 kB
Progress (2): 17 kB | 81/284 kB
Progress (2): 17 kB | 85/284 kB
Progress (2): 17 kB | 90/284 kB
Progress (2): 17 kB | 94/284 kB
Progress (2): 17 kB | 98/284 kB
Progress (2): 17 kB | 102/284 kB
Progress (2): 17 kB | 106/284 kB
Progress (2): 17 kB | 110/284 kB
Progress (2): 17 kB | 114/284 kB
Progress (2): 17 kB | 118/284 kB
Progress (2): 17 kB | 122/284 kB
Progress (2): 17 kB | 126/284 kB
Progress (2): 17 kB | 131/284 kB
Progress (2): 17 kB | 135/284 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 159 kB/s)
18:18:12 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 (2): 163/284 kB | 4.1/53 kB
Progress (2): 167/284 kB | 4.1/53 kB
Progress (2): 167/284 kB | 7.7/53 kB
Progress (2): 171/284 kB | 7.7/53 kB
Progress (2): 176/284 kB | 7.7/53 kB
Progress (2): 176/284 kB | 12/53 kB 
Progress (2): 180/284 kB | 12/53 kB
Progress (3): 180/284 kB | 12/53 kB | 4.1/32 kB
Progress (3): 180/284 kB | 16/53 kB | 4.1/32 kB
Progress (3): 184/284 kB | 16/53 kB | 4.1/32 kB
Progress (3): 184/284 kB | 16/53 kB | 7.7/32 kB
Progress (3): 188/284 kB | 16/53 kB | 7.7/32 kB
Progress (3): 188/284 kB | 16/53 kB | 12/32 kB 
Progress (3): 192/284 kB | 16/53 kB | 12/32 kB
Progress (3): 192/284 kB | 16/53 kB | 16/32 kB
Progress (3): 196/284 kB | 16/53 kB | 16/32 kB
Progress (3): 196/284 kB | 16/53 kB | 20/32 kB
Progress (3): 200/284 kB | 16/53 kB | 20/32 kB
Progress (3): 200/284 kB | 16/53 kB | 24/32 kB
Progress (3): 200/284 kB | 16/53 kB | 28/32 kB
Progress (3): 200/284 kB | 20/53 kB | 28/32 kB
Progress (3): 204/284 kB | 20/53 kB | 28/32 kB
Progress (3): 204/284 kB | 20/53 kB | 32 kB   
Progress (3): 208/284 kB | 20/53 kB | 32 kB
Progress (3): 208/284 kB | 24/53 kB | 32 kB
Progress (3): 212/284 kB | 24/53 kB | 32 kB
Progress (3): 212/284 kB | 28/53 kB | 32 kB
Progress (3): 212/284 kB | 32/53 kB | 32 kB
Progress (4): 212/284 kB | 32/53 kB | 32 kB | 4.1/30 kB
Progress (4): 217/284 kB | 32/53 kB | 32 kB | 4.1/30 kB
Progress (4): 217/284 kB | 32/53 kB | 32 kB | 7.7/30 kB
Progress (4): 217/284 kB | 36/53 kB | 32 kB | 7.7/30 kB
Progress (4): 221/284 kB | 36/53 kB | 32 kB | 7.7/30 kB
Progress (4): 221/284 kB | 40/53 kB | 32 kB | 7.7/30 kB
Progress (4): 221/284 kB | 40/53 kB | 32 kB | 12/30 kB 
Progress (4): 221/284 kB | 45/53 kB | 32 kB | 12/30 kB
Progress (4): 225/284 kB | 45/53 kB | 32 kB | 12/30 kB
Progress (4): 225/284 kB | 49/53 kB | 32 kB | 12/30 kB
Progress (4): 225/284 kB | 49/53 kB | 32 kB | 16/30 kB
Progress (4): 229/284 kB | 49/53 kB | 32 kB | 16/30 kB
Progress (4): 229/284 kB | 53/53 kB | 32 kB | 16/30 kB
Progress (4): 229/284 kB | 53 kB | 32 kB | 16/30 kB   
Progress (4): 229/284 kB | 53 kB | 32 kB | 20/30 kB
Progress (4): 229/284 kB | 53 kB | 32 kB | 24/30 kB
Progress (4): 233/284 kB | 53 kB | 32 kB | 24/30 kB
Progress (4): 233/284 kB | 53 kB | 32 kB | 28/30 kB
Progress (4): 237/284 kB | 53 kB | 32 kB | 28/30 kB
Progress (4): 237/284 kB | 53 kB | 32 kB | 30 kB   
Progress (4): 241/284 kB | 53 kB | 32 kB | 30 kB
Progress (4): 245/284 kB | 53 kB | 32 kB | 30 kB
Progress (4): 249/284 kB | 53 kB | 32 kB | 30 kB
Progress (4): 253/284 kB | 53 kB | 32 kB | 30 kB
Progress (4): 258/284 kB | 53 kB | 32 kB | 30 kB
Progress (4): 262/284 kB | 53 kB | 32 kB | 30 kB
Progress (4): 266/284 kB | 53 kB | 32 kB | 30 kB
Progress (4): 270/284 kB | 53 kB | 32 kB | 30 kB
Progress (4): 274/284 kB | 53 kB | 32 kB | 30 kB
Progress (4): 278/284 kB | 53 kB | 32 kB | 30 kB
Progress (4): 282/284 kB | 53 kB | 32 kB | 30 kB
Progress (4): 284 kB | 53 kB | 32 kB | 30 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.5 MB/s)
18:18:12 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 269 kB/s)
18:18:12 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 248 kB/s)
18:18:12 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 386 kB/s)
18:18:12 [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:18:12 [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:18:12 [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:18:12 [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:18:13 [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:18:13 [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:18:13 [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:18:13 [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:18:13 [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:18:13 [INFO] 
18:18:13 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:18:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:18:13 [INFO] Copying 1 resource
18:18:13 [INFO] 
18:18:13 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:18:13 [INFO] Changes detected - recompiling the module!
18:18:13 [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:18:13 [INFO] 
18:18:13 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:18:13 [INFO] 
18:18:13 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:18:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:18:13 [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:18:13 [INFO] 
18:18:13 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:18:13 [INFO] No sources to compile
18:18:13 [INFO] 
18:18:13 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:18:13 [INFO] No tests to run.
18:18:13 [INFO] 
18:18:13 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:18:13 [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:18:13 [INFO] 
18:18:13 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:18:13 [INFO] 
18:18:13 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:18:13 [INFO] Skipping packaging of the test-jar
18:18:13 [INFO] 
18:18:13 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:18:13 [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:18:13 [INFO] 
18:18:13 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:18:13 [INFO] No sources in project. Archive not created.
18:18:13 [INFO] 
18:18:13 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:18:13 [INFO] Skipping duplicate-finder execution!
18:18:13 [INFO] 
18:18:13 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:18:13 [INFO] Signature checking is skipped.
18:18:13 [INFO] 
18:18:13 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
18:18:13 [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:18:13 [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:18:13 [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:18:13 [INFO] 
18:18:13 [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html >----------
18:18:13 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html 6.0.300-SNAPSHOT [23/30]
18:18:13 [INFO] --------------------------------[ jar ]---------------------------------
18:18:13 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:18:13 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:18: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-fileupload/commons-fileupload/1.3.1/commons-fileupload-1.3.1.pom
18:18:13 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:18:14 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 9.9 kB/s)
18:18:14 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/32/commons-parent-32.pom
18:18:14 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/32/commons-parent-32.pom
18:18: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/32/commons-parent-32.pom
18:18:15 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:18:15 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 2.0 MB/s)
18:18:15 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:18:15 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:18:15 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:18:15 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:18:15 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 639 kB/s)
18:18:15 [INFO] 
18:18:15 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html ---
18:18:15 [INFO] 
18:18:15 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html ---
18:18:15 [INFO] Skipping Rule Enforcement.
18:18:15 [INFO] 
18:18:15 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html ---
18:18:16 [INFO] 
18:18:16 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html ---
18:18:16 [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:18:16 [INFO] 
18:18:16 [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add-js-resource) @ org.eclipse.scout.rt.ui.html ---
18:18:16 [INFO] 
18:18:16 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html ---
18:18:16 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:18:16 [INFO] Copying 31 resources
18:18:16 [INFO] Copying 436 resources
18:18:16 [INFO] 
18:18:16 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html ---
18:18:16 [INFO] Changes detected - recompiling the module!
18:18:16 [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:18:17 [INFO] 
18:18:17 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.ui.html ---
18:18:17 [INFO] 
18:18:17 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html ---
18:18:17 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:18:17 [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:18:17 [INFO] 
18:18:17 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html ---
18:18:17 [INFO] No sources to compile
18:18:17 [INFO] 
18:18:17 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html ---
18:18:17 [INFO] No tests to run.
18:18:17 [INFO] 
18:18:17 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html ---
18:18:17 [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:18:17 [INFO] 
18:18:17 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html ---
18:18:17 [INFO] 
18:18:17 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html ---
18:18:17 [INFO] Skipping packaging of the test-jar
18:18:17 [INFO] 
18:18:17 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html ---
18:18:17 [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:18:18 [INFO] 
18:18:18 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html ---
18:18:18 [INFO] No sources in project. Archive not created.
18:18:18 [INFO] 
18:18:18 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html ---
18:18:18 [INFO] Skipping duplicate-finder execution!
18:18:18 [INFO] 
18:18:18 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html ---
18:18:18 [INFO] Signature checking is skipped.
18:18:18 [INFO] 
18:18:18 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html ---
18:18:18 [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:18:18 [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:18:18 [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:18:18 [INFO] 
18:18:18 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test >-------
18:18:18 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test 6.0.300-SNAPSHOT [24/30]
18:18:18 [INFO] --------------------------------[ jar ]---------------------------------
18:18:18 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:18:18 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:18: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/github/klieber/phantomjs-maven-plugin/0.7/phantomjs-maven-plugin-0.7.pom
18:18:18 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:18:18 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 195 kB/s)
18:18:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/klieber/phantomjs-maven/0.7/phantomjs-maven-0.7.pom
18:18:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/github/klieber/phantomjs-maven/0.7/phantomjs-maven-0.7.pom
18:18: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/github/klieber/phantomjs-maven/0.7/phantomjs-maven-0.7.pom
18:18:19 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:18:19 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 695 kB/s)
18:18:19 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:18:19 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:18: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-plugin/0.7/phantomjs-maven-plugin-0.7.jar
18:18:19 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:18:19 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 326 kB/s)
18:18:19 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:18:19 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:18: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/searls/jasmine-maven-plugin/2.0/jasmine-maven-plugin-2.0.pom
18:18:19 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:18: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): 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 260 kB/s)
18:18:20 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:18:20 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:18: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/github/searls/jasmine-maven-plugin/2.0/jasmine-maven-plugin-2.0.jar
18:18:20 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:18:20 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 998 kB/s)
18:18:20 [INFO] 
18:18:20 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.test ---
18:18:20 [INFO] 
18:18:20 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.test ---
18:18:20 [INFO] Skipping Rule Enforcement.
18:18:20 [INFO] 
18:18:20 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.ui.html.test ---
18:18:21 [INFO] 
18:18:21 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.test ---
18:18: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.ui.html.test/../org.eclipse.scout.rt/target/jacoco-all.exec
18:18:21 [INFO] 
18:18:21 [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add-js-resource) @ org.eclipse.scout.rt.ui.html.test ---
18:18:21 [INFO] 
18:18:21 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.test ---
18:18:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:18:21 [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:18:21 [INFO] Copying 11 resources
18:18:21 [INFO] 
18:18:21 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.ui.html.test ---
18:18:21 [INFO] No sources to compile
18:18:21 [INFO] 
18:18:21 [INFO] --- phantomjs-maven-plugin:0.7:install (default) @ org.eclipse.scout.rt.ui.html.test ---
18:18:21 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:18:21 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:18: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-maven-core/0.7/phantomjs-maven-core-0.7.pom
18:18:21 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:18:21 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 17 kB/s)
18:18:21 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:18:21 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:18: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-core/3.2.1/maven-core-3.2.1.pom
18:18:22 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:18:22 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 105 kB/s)
18:18:22 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.2.1/maven-3.2.1.pom
18:18:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/maven/maven/3.2.1/maven-3.2.1.pom
18:18: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.2.1/maven-3.2.1.pom
18:18:22 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:18: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.2.1/maven-3.2.1.pom (23 kB at 327 kB/s)
18:18:22 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:18:22 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:18: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-model/3.2.1/maven-model-3.2.1.pom
18:18:23 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:18:23 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 81 kB/s)
18:18:23 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:18:23 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:18: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-settings/3.2.1/maven-settings-3.2.1.pom
18:18:23 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:18:23 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 49 kB/s)
18:18:23 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:18:23 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:18: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-settings-builder/3.2.1/maven-settings-builder-3.2.1.pom
18:18:24 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:18:24 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 44 kB/s)
18:18:24 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:18:24 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:18: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-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.pom
18:18:24 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:18:24 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 17 kB/s)
18:18:24 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:18:24 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:18: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-artifact/3.2.1/maven-artifact-3.2.1.pom
18:18:25 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:18:25 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 39 kB/s)
18:18:25 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:18:25 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:18: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-plugin-api/3.2.1/maven-plugin-api-3.2.1.pom
18:18:26 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:18:26 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 68 kB/s)
18:18:26 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:18:27 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:18: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/maven-model-builder/3.2.1/maven-model-builder-3.2.1.pom
18:18:27 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:18:27 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 40 kB/s)
18:18:27 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:18:27 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:18: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/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.pom
18:18:28 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:18:28 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 105 kB/s)
18:18:28 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:18:28 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:18: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/eclipse/aether/aether-api/0.9.1.v20140329/aether-api-0.9.1.v20140329.pom
18:18:28 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:18:28 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 15 kB/s)
18:18:28 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:18:28 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:18: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/eclipse/aether/aether/0.9.1.v20140329/aether-0.9.1.v20140329.pom
18:18:29 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:18: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): 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 340 kB/s)
18:18:29 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:18:29 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:18: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/eclipse/aether/aether-util/0.9.1.v20140329/aether-util-0.9.1.v20140329.pom
18:18:29 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:18:29 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 41 kB/s)
18:18:29 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:18:29 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:18:29 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:18:29 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:18:29 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 95 kB/s)
18:18:29 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:18:29 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:18:29 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:18:30 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:18:30 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 34 kB/s)
18:18:30 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip/7.7.8/truezip-7.7.8.pom
18:18:30 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip/7.7.8/truezip-7.7.8.pom
18:18:30 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:18:30 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:18:30 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 293 kB/s)
18:18:30 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/java/truecommons/truecommons-parent/92/truecommons-parent-92.pom
18:18:30 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/java/truecommons/truecommons-parent/92/truecommons-parent-92.pom
18:18:30 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:18:31 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:18: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): 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 265 kB/s)
18:18:31 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:18:31 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:18:31 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:18:31 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:18:31 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 46 kB/s)
18:18:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.pom
18:18:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.pom
18:18: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/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.pom
18:18:31 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:18:31 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 16 kB/s)
18:18:31 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:18:31 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:18:31 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:18:32 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:18:32 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 65 kB/s)
18:18:32 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:18:32 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:18:32 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:18:32 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:18:32 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 57 kB/s)
18:18:32 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.5/xz-1.5.pom
18:18:32 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/tukaani/xz/1.5/xz-1.5.pom
18:18: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/tukaani/xz/1.5/xz-1.5.pom
18:18:33 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom
18:18:33 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:18:33 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:18:33 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:18:33 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:18:33 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:18:33 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 60 kB/s)
18:18:33 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:18:33 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:18:33 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:18:33 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:18:34 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 28 kB/s)
18:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.jar
18:18:34 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:18:34 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:18:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.5/xz-1.5.jar
18:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.jar
18:18:34 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:18:34 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:18:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/tukaani/xz/1.5/xz-1.5.jar
18:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18:34 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:18: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-core/3.2.1/maven-core-3.2.1.jar
18:18: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.7/phantomjs-maven-core-0.7.jar
18:18: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-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.jar
18:18: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-settings-builder/3.2.1/maven-settings-builder-3.2.1.jar
18:18: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-settings/3.2.1/maven-settings-3.2.1.jar
18:18: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-builder/3.2.1/maven-model-builder-3.2.1.jar
18:18: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-aether-provider/3.2.1/maven-aether-provider-3.2.1.jar
18:18: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/eclipse/aether/aether-util/0.9.1.v20140329/aether-util-0.9.1.v20140329.jar
18:18:34 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:18:34 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:18: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/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51.jar
18:18: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-kernel/7.7.8/truezip-kernel-7.7.8.jar
18:18: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-tar/7.7.8/truezip-driver-tar-7.7.8.jar
18:18: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/tukaani/xz/1.5/xz-1.5.jar
18:18: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-file/7.7.8/truezip-file-7.7.8.jar
18:18: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-file/7.7.8/truezip-driver-file-7.7.8.jar
18:18: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-plugin-api/3.2.1/maven-plugin-api-3.2.1.jar
18:18: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-model/3.2.1/maven-model-3.2.1.jar
18:18: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-artifact/3.2.1/maven-artifact-3.2.1.jar
18:18: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/eclipse/aether/aether-api/0.9.1.v20140329/aether-api-0.9.1.v20140329.jar
18:18:35 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:18:35 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:18:35 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:18:35 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:18:35 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:18:35 Progress (1): 4.1/26 kB
Progress (1): 7.7/26 kB
Progress (1): 12/26 kB 
Progress (1): 16/26 kB
Progress (1): 20/26 kB
Progress (1): 24/26 kB
Progress (1): 26 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.jar (26 kB at 402 kB/s)
18:18:35 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:18:35 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 486 kB/s)
18:18:35 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:18:35 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/3.2.1/maven-settings-3.2.1.jar (43 kB at 372 kB/s)
18:18:35 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:18:35 Progress (1): 4.1/61 kB
Progress (1): 7.7/61 kB
Progress (1): 12/61 kB 
Progress (1): 16/61 kB
Progress (1): 20/61 kB
Progress (1): 24/61 kB
Progress (1): 28/61 kB
Progress (1): 32/61 kB
Progress (1): 36/61 kB
Progress (1): 40/61 kB
Progress (1): 45/61 kB
Progress (1): 49/61 kB
Progress (1): 53/61 kB
Progress (1): 57/61 kB
Progress (1): 61/61 kB
Progress (1): 61 kB   
Progress (2): 61 kB | 4.1/575 kB
Progress (2): 61 kB | 7.7/575 kB
Progress (2): 61 kB | 12/575 kB 
Progress (2): 61 kB | 16/575 kB
Progress (2): 61 kB | 20/575 kB
Progress (2): 61 kB | 24/575 kB
Progress (2): 61 kB | 28/575 kB
Progress (2): 61 kB | 32/575 kB
Progress (2): 61 kB | 36/575 kB
Progress (2): 61 kB | 40/575 kB
Progress (2): 61 kB | 45/575 kB
Progress (2): 61 kB | 49/575 kB
Progress (2): 61 kB | 53/575 kB
Progress (2): 61 kB | 57/575 kB
Progress (2): 61 kB | 61/575 kB
Progress (2): 61 kB | 65/575 kB
Progress (2): 61 kB | 69/575 kB
Progress (2): 61 kB | 73/575 kB
Progress (2): 61 kB | 77/575 kB
Progress (2): 61 kB | 81/575 kB
Progress (2): 61 kB | 85/575 kB
Progress (2): 61 kB | 90/575 kB
Progress (2): 61 kB | 94/575 kB
Progress (2): 61 kB | 98/575 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 461 kB/s)
18:18:35 Progress (2): 98/575 kB | 4.1/39 kB
                                   
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:18:35 Progress (2): 98/575 kB | 7.7/39 kB
Progress (2): 102/575 kB | 7.7/39 kB
Progress (2): 102/575 kB | 12/39 kB 
Progress (2): 106/575 kB | 12/39 kB
Progress (2): 106/575 kB | 16/39 kB
Progress (2): 110/575 kB | 16/39 kB
Progress (2): 114/575 kB | 16/39 kB
Progress (2): 114/575 kB | 20/39 kB
Progress (2): 114/575 kB | 24/39 kB
Progress (2): 114/575 kB | 28/39 kB
Progress (2): 114/575 kB | 32/39 kB
Progress (2): 114/575 kB | 36/39 kB
Progress (2): 118/575 kB | 36/39 kB
Progress (2): 118/575 kB | 39 kB   
Progress (2): 122/575 kB | 39 kB
Progress (2): 126/575 kB | 39 kB
Progress (2): 131/575 kB | 39 kB
Progress (2): 135/575 kB | 39 kB
Progress (2): 139/575 kB | 39 kB
Progress (2): 143/575 kB | 39 kB
Progress (2): 147/575 kB | 39 kB
Progress (2): 151/575 kB | 39 kB
Progress (2): 155/575 kB | 39 kB
Progress (2): 159/575 kB | 39 kB
Progress (2): 163/575 kB | 39 kB
Progress (2): 167/575 kB | 39 kB
Progress (2): 171/575 kB | 39 kB
Progress (2): 176/575 kB | 39 kB
Progress (2): 180/575 kB | 39 kB
Progress (2): 184/575 kB | 39 kB
Progress (2): 188/575 kB | 39 kB
Progress (2): 192/575 kB | 39 kB
Progress (2): 196/575 kB | 39 kB
Progress (2): 200/575 kB | 39 kB
Progress (2): 204/575 kB | 39 kB
Progress (2): 208/575 kB | 39 kB
Progress (2): 212/575 kB | 39 kB
Progress (2): 217/575 kB | 39 kB
Progress (2): 221/575 kB | 39 kB
Progress (2): 225/575 kB | 39 kB
Progress (2): 229/575 kB | 39 kB
Progress (2): 233/575 kB | 39 kB
Progress (2): 237/575 kB | 39 kB
Progress (2): 241/575 kB | 39 kB
Progress (2): 245/575 kB | 39 kB
Progress (2): 249/575 kB | 39 kB
Progress (2): 253/575 kB | 39 kB
Progress (2): 258/575 kB | 39 kB
Progress (2): 262/575 kB | 39 kB
Progress (2): 266/575 kB | 39 kB
Progress (2): 270/575 kB | 39 kB
Progress (2): 274/575 kB | 39 kB
Progress (2): 278/575 kB | 39 kB
Progress (2): 282/575 kB | 39 kB
Progress (2): 286/575 kB | 39 kB
Progress (2): 290/575 kB | 39 kB
Progress (2): 294/575 kB | 39 kB
Progress (2): 298/575 kB | 39 kB
Progress (2): 303/575 kB | 39 kB
Progress (2): 307/575 kB | 39 kB
Progress (2): 311/575 kB | 39 kB
Progress (2): 315/575 kB | 39 kB
Progress (2): 319/575 kB | 39 kB
Progress (2): 323/575 kB | 39 kB
Progress (2): 327/575 kB | 39 kB
Progress (2): 331/575 kB | 39 kB
Progress (2): 335/575 kB | 39 kB
Progress (2): 339/575 kB | 39 kB
Progress (2): 344/575 kB | 39 kB
Progress (2): 348/575 kB | 39 kB
Progress (2): 352/575 kB | 39 kB
Progress (2): 356/575 kB | 39 kB
Progress (2): 360/575 kB | 39 kB
Progress (2): 364/575 kB | 39 kB
Progress (2): 368/575 kB | 39 kB
Progress (2): 372/575 kB | 39 kB
Progress (2): 376/575 kB | 39 kB
Progress (2): 380/575 kB | 39 kB
Progress (2): 384/575 kB | 39 kB
Progress (2): 389/575 kB | 39 kB
Progress (2): 393/575 kB | 39 kB
Progress (2): 397/575 kB | 39 kB
Progress (2): 401/575 kB | 39 kB
Progress (2): 405/575 kB | 39 kB
Progress (2): 409/575 kB | 39 kB
Progress (2): 413/575 kB | 39 kB
Progress (2): 417/575 kB | 39 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.jar (39 kB at 255 kB/s)
18:18:35 Progress (2): 417/575 kB | 4.1/146 kB
Progress (2): 421/575 kB | 4.1/146 kB
Progress (2): 421/575 kB | 7.7/146 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:18:35 Progress (2): 421/575 kB | 12/146 kB
Progress (2): 425/575 kB | 12/146 kB
Progress (2): 425/575 kB | 16/146 kB
Progress (2): 425/575 kB | 20/146 kB
Progress (2): 425/575 kB | 24/146 kB
Progress (2): 430/575 kB | 24/146 kB
Progress (2): 430/575 kB | 28/146 kB
Progress (2): 434/575 kB | 28/146 kB
Progress (2): 434/575 kB | 32/146 kB
Progress (2): 438/575 kB | 32/146 kB
Progress (2): 442/575 kB | 32/146 kB
Progress (2): 442/575 kB | 36/146 kB
Progress (2): 442/575 kB | 40/146 kB
Progress (2): 442/575 kB | 45/146 kB
Progress (2): 442/575 kB | 49/146 kB
Progress (2): 446/575 kB | 49/146 kB
Progress (2): 450/575 kB | 49/146 kB
Progress (2): 450/575 kB | 53/146 kB
Progress (2): 454/575 kB | 53/146 kB
Progress (2): 454/575 kB | 57/146 kB
Progress (2): 458/575 kB | 57/146 kB
Progress (2): 458/575 kB | 61/146 kB
Progress (2): 458/575 kB | 65/146 kB
Progress (2): 458/575 kB | 69/146 kB
Progress (2): 462/575 kB | 69/146 kB
Progress (2): 462/575 kB | 73/146 kB
Progress (2): 466/575 kB | 73/146 kB
Progress (2): 466/575 kB | 77/146 kB
Progress (2): 471/575 kB | 77/146 kB
Progress (2): 471/575 kB | 81/146 kB
Progress (2): 475/575 kB | 81/146 kB
Progress (2): 475/575 kB | 85/146 kB
Progress (2): 475/575 kB | 90/146 kB
Progress (2): 475/575 kB | 94/146 kB
Progress (2): 475/575 kB | 98/146 kB
Progress (2): 479/575 kB | 98/146 kB
Progress (2): 483/575 kB | 98/146 kB
Progress (2): 487/575 kB | 98/146 kB
Progress (2): 487/575 kB | 102/146 kB
Progress (2): 491/575 kB | 102/146 kB
Progress (2): 491/575 kB | 106/146 kB
Progress (2): 491/575 kB | 110/146 kB
Progress (2): 491/575 kB | 114/146 kB
Progress (2): 495/575 kB | 114/146 kB
Progress (2): 495/575 kB | 118/146 kB
Progress (2): 499/575 kB | 118/146 kB
Progress (2): 499/575 kB | 122/146 kB
Progress (2): 503/575 kB | 122/146 kB
Progress (2): 503/575 kB | 126/146 kB
Progress (2): 507/575 kB | 126/146 kB
Progress (2): 507/575 kB | 131/146 kB
Progress (2): 507/575 kB | 135/146 kB
Progress (2): 507/575 kB | 139/146 kB
Progress (2): 511/575 kB | 139/146 kB
Progress (2): 511/575 kB | 143/146 kB
Progress (2): 516/575 kB | 143/146 kB
Progress (2): 516/575 kB | 146 kB    
Progress (2): 520/575 kB | 146 kB
Progress (2): 524/575 kB | 146 kB
Progress (2): 528/575 kB | 146 kB
Progress (2): 532/575 kB | 146 kB
Progress (2): 536/575 kB | 146 kB
Progress (2): 540/575 kB | 146 kB
Progress (2): 544/575 kB | 146 kB
Progress (2): 548/575 kB | 146 kB
Progress (2): 552/575 kB | 146 kB
Progress (2): 557/575 kB | 146 kB
Progress (2): 561/575 kB | 146 kB
Progress (2): 565/575 kB | 146 kB
Progress (2): 569/575 kB | 146 kB
Progress (3): 569/575 kB | 146 kB | 4.1/253 kB
Progress (3): 573/575 kB | 146 kB | 4.1/253 kB
Progress (3): 573/575 kB | 146 kB | 7.7/253 kB
Progress (3): 573/575 kB | 146 kB | 12/253 kB 
Progress (3): 575 kB | 146 kB | 12/253 kB    
Progress (3): 575 kB | 146 kB | 16/253 kB
Progress (3): 575 kB | 146 kB | 20/253 kB
Progress (3): 575 kB | 146 kB | 24/253 kB
Progress (3): 575 kB | 146 kB | 28/253 kB
Progress (3): 575 kB | 146 kB | 32/253 kB
Progress (3): 575 kB | 146 kB | 36/253 kB
Progress (3): 575 kB | 146 kB | 40/253 kB
Progress (3): 575 kB | 146 kB | 45/253 kB
Progress (3): 575 kB | 146 kB | 49/253 kB
Progress (3): 575 kB | 146 kB | 53/253 kB
Progress (3): 575 kB | 146 kB | 57/253 kB
Progress (3): 575 kB | 146 kB | 61/253 kB
Progress (3): 575 kB | 146 kB | 65/253 kB
Progress (3): 575 kB | 146 kB | 69/253 kB
Progress (3): 575 kB | 146 kB | 73/253 kB
Progress (3): 575 kB | 146 kB | 77/253 kB
Progress (3): 575 kB | 146 kB | 81/253 kB
Progress (3): 575 kB | 146 kB | 85/253 kB
Progress (3): 575 kB | 146 kB | 90/253 kB
Progress (3): 575 kB | 146 kB | 94/253 kB
Progress (3): 575 kB | 146 kB | 98/253 kB
Progress (3): 575 kB | 146 kB | 102/253 kB
Progress (3): 575 kB | 146 kB | 106/253 kB
Progress (3): 575 kB | 146 kB | 110/253 kB
Progress (3): 575 kB | 146 kB | 114/253 kB
Progress (3): 575 kB | 146 kB | 118/253 kB
Progress (3): 575 kB | 146 kB | 122/253 kB
Progress (3): 575 kB | 146 kB | 126/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 853 kB/s)
18:18:35 Progress (2): 575 kB | 131/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:18:35 Progress (2): 575 kB | 135/253 kB
Progress (2): 575 kB | 139/253 kB
Progress (3): 575 kB | 139/253 kB | 4.1/22 kB
Progress (3): 575 kB | 143/253 kB | 4.1/22 kB
Progress (3): 575 kB | 143/253 kB | 7.7/22 kB
Progress (3): 575 kB | 147/253 kB | 7.7/22 kB
Progress (3): 575 kB | 147/253 kB | 12/22 kB 
Progress (3): 575 kB | 147/253 kB | 16/22 kB
Progress (3): 575 kB | 151/253 kB | 16/22 kB
Progress (3): 575 kB | 155/253 kB | 16/22 kB
Progress (3): 575 kB | 155/253 kB | 20/22 kB
Progress (3): 575 kB | 159/253 kB | 20/22 kB
Progress (3): 575 kB | 159/253 kB | 22 kB   
Progress (3): 575 kB | 163/253 kB | 22 kB
Progress (4): 575 kB | 163/253 kB | 22 kB | 4.1/165 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 3.3 MB/s)
18:18:35 Progress (3): 167/253 kB | 22 kB | 4.1/165 kB
                                             
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:18:35 Progress (3): 167/253 kB | 22 kB | 7.7/165 kB
Progress (3): 171/253 kB | 22 kB | 7.7/165 kB
Progress (3): 171/253 kB | 22 kB | 12/165 kB 
Progress (3): 176/253 kB | 22 kB | 12/165 kB
Progress (3): 176/253 kB | 22 kB | 16/165 kB
Progress (3): 180/253 kB | 22 kB | 16/165 kB
Progress (3): 180/253 kB | 22 kB | 20/165 kB
Progress (3): 184/253 kB | 22 kB | 20/165 kB
Progress (3): 184/253 kB | 22 kB | 24/165 kB
Progress (3): 188/253 kB | 22 kB | 24/165 kB
Progress (3): 188/253 kB | 22 kB | 28/165 kB
Progress (3): 192/253 kB | 22 kB | 28/165 kB
Progress (3): 192/253 kB | 22 kB | 32/165 kB
Progress (3): 196/253 kB | 22 kB | 32/165 kB
Progress (3): 196/253 kB | 22 kB | 36/165 kB
Progress (3): 200/253 kB | 22 kB | 36/165 kB
Progress (3): 200/253 kB | 22 kB | 40/165 kB
Progress (3): 204/253 kB | 22 kB | 40/165 kB
Progress (3): 204/253 kB | 22 kB | 45/165 kB
Progress (3): 208/253 kB | 22 kB | 45/165 kB
Progress (3): 208/253 kB | 22 kB | 49/165 kB
Progress (3): 212/253 kB | 22 kB | 49/165 kB
Progress (3): 212/253 kB | 22 kB | 53/165 kB
Progress (3): 217/253 kB | 22 kB | 53/165 kB
Progress (3): 217/253 kB | 22 kB | 57/165 kB
Progress (3): 221/253 kB | 22 kB | 57/165 kB
Progress (3): 221/253 kB | 22 kB | 61/165 kB
Progress (3): 225/253 kB | 22 kB | 61/165 kB
Progress (3): 225/253 kB | 22 kB | 65/165 kB
Progress (3): 229/253 kB | 22 kB | 65/165 kB
Progress (3): 229/253 kB | 22 kB | 69/165 kB
Progress (3): 233/253 kB | 22 kB | 69/165 kB
Progress (3): 233/253 kB | 22 kB | 73/165 kB
Progress (3): 237/253 kB | 22 kB | 73/165 kB
Progress (3): 237/253 kB | 22 kB | 77/165 kB
Progress (3): 241/253 kB | 22 kB | 77/165 kB
Progress (3): 241/253 kB | 22 kB | 81/165 kB
Progress (3): 245/253 kB | 22 kB | 81/165 kB
Progress (3): 249/253 kB | 22 kB | 81/165 kB
Progress (3): 249/253 kB | 22 kB | 85/165 kB
Progress (3): 253 kB | 22 kB | 85/165 kB    
Progress (3): 253 kB | 22 kB | 90/165 kB
Progress (3): 253 kB | 22 kB | 94/165 kB
Progress (3): 253 kB | 22 kB | 98/165 kB
Progress (3): 253 kB | 22 kB | 102/165 kB
Progress (3): 253 kB | 22 kB | 106/165 kB
Progress (3): 253 kB | 22 kB | 110/165 kB
Progress (3): 253 kB | 22 kB | 114/165 kB
Progress (3): 253 kB | 22 kB | 118/165 kB
Progress (3): 253 kB | 22 kB | 122/165 kB
Progress (3): 253 kB | 22 kB | 126/165 kB
Progress (3): 253 kB | 22 kB | 131/165 kB
Progress (3): 253 kB | 22 kB | 135/165 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 120 kB/s)
18:18:35 Progress (2): 253 kB | 139/165 kB
                                 
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:18:35 Progress (2): 253 kB | 143/165 kB
Progress (2): 253 kB | 147/165 kB
Progress (2): 253 kB | 151/165 kB
Progress (2): 253 kB | 155/165 kB
Progress (2): 253 kB | 159/165 kB
Progress (2): 253 kB | 163/165 kB
Progress (2): 253 kB | 165 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 855 kB/s)
18:18:35 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar
18:18:36 Progress (2): 253 kB | 4.1/100 kB
Progress (2): 253 kB | 7.7/100 kB
Progress (2): 253 kB | 12/100 kB 
Progress (2): 253 kB | 16/100 kB
Progress (2): 253 kB | 20/100 kB
Progress (2): 253 kB | 24/100 kB
Progress (2): 253 kB | 28/100 kB
Progress (2): 253 kB | 32/100 kB
Progress (2): 253 kB | 36/100 kB
Progress (2): 253 kB | 40/100 kB
Progress (2): 253 kB | 45/100 kB
Progress (2): 253 kB | 49/100 kB
Progress (3): 253 kB | 49/100 kB | 0/2.8 MB
Progress (3): 253 kB | 53/100 kB | 0/2.8 MB
Progress (3): 253 kB | 57/100 kB | 0/2.8 MB
Progress (3): 253 kB | 61/100 kB | 0/2.8 MB
Progress (3): 253 kB | 65/100 kB | 0/2.8 MB
Progress (3): 253 kB | 69/100 kB | 0/2.8 MB
Progress (3): 253 kB | 73/100 kB | 0/2.8 MB
Progress (3): 253 kB | 77/100 kB | 0/2.8 MB
Progress (3): 253 kB | 81/100 kB | 0/2.8 MB
                                           
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 1.2 MB/s)
18:18:36 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:18:36 Progress (3): 81/100 kB | 0/2.8 MB | 4.1/497 kB
Progress (3): 81/100 kB | 0/2.8 MB | 7.7/497 kB
Progress (3): 81/100 kB | 0/2.8 MB | 12/497 kB 
Progress (3): 81/100 kB | 0/2.8 MB | 16/497 kB
Progress (3): 85/100 kB | 0/2.8 MB | 16/497 kB
Progress (3): 90/100 kB | 0/2.8 MB | 16/497 kB
Progress (3): 94/100 kB | 0/2.8 MB | 16/497 kB
Progress (3): 98/100 kB | 0/2.8 MB | 16/497 kB
Progress (3): 98/100 kB | 0/2.8 MB | 20/497 kB
Progress (3): 98/100 kB | 0/2.8 MB | 20/497 kB
Progress (3): 98/100 kB | 0/2.8 MB | 24/497 kB
Progress (3): 100 kB | 0/2.8 MB | 24/497 kB   
Progress (3): 100 kB | 0/2.8 MB | 28/497 kB
Progress (3): 100 kB | 0/2.8 MB | 32/497 kB
Progress (3): 100 kB | 0/2.8 MB | 32/497 kB
Progress (3): 100 kB | 0/2.8 MB | 36/497 kB
Progress (3): 100 kB | 0/2.8 MB | 40/497 kB
Progress (3): 100 kB | 0/2.8 MB | 45/497 kB
Progress (3): 100 kB | 0/2.8 MB | 49/497 kB
Progress (3): 100 kB | 0.1/2.8 MB | 49/497 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 418 kB/s)
18:18:36 Progress (2): 0.1/2.8 MB | 53/497 kB
                                    
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:18:36 Progress (2): 0.1/2.8 MB | 57/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 | 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 | 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 | 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 | 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.2/2.8 MB | 114/497 kB
Progress (2): 0.2/2.8 MB | 118/497 kB
Progress (2): 0.2/2.8 MB | 122/497 kB
Progress (2): 0.2/2.8 MB | 126/497 kB
Progress (2): 0.2/2.8 MB | 131/497 kB
Progress (2): 0.2/2.8 MB | 131/497 kB
Progress (2): 0.2/2.8 MB | 135/497 kB
Progress (2): 0.2/2.8 MB | 139/497 kB
Progress (2): 0.2/2.8 MB | 143/497 kB
Progress (2): 0.2/2.8 MB | 143/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 | 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 | 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.2/2.8 MB | 192/497 kB
Progress (2): 0.2/2.8 MB | 196/497 kB
Progress (2): 0.2/2.8 MB | 196/497 kB
Progress (2): 0.2/2.8 MB | 200/497 kB
Progress (2): 0.2/2.8 MB | 204/497 kB
Progress (2): 0.2/2.8 MB | 208/497 kB
Progress (2): 0.2/2.8 MB | 208/497 kB
Progress (2): 0.2/2.8 MB | 212/497 kB
Progress (2): 0.2/2.8 MB | 217/497 kB
Progress (2): 0.2/2.8 MB | 217/497 kB
Progress (2): 0.2/2.8 MB | 221/497 kB
Progress (2): 0.2/2.8 MB | 225/497 kB
Progress (2): 0.2/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.3/2.8 MB | 266/497 kB
Progress (2): 0.3/2.8 MB | 270/497 kB
Progress (2): 0.3/2.8 MB | 274/497 kB
Progress (2): 0.3/2.8 MB | 278/497 kB
Progress (2): 0.3/2.8 MB | 278/497 kB
Progress (2): 0.3/2.8 MB | 282/497 kB
Progress (2): 0.3/2.8 MB | 286/497 kB
Progress (2): 0.3/2.8 MB | 290/497 kB
Progress (2): 0.3/2.8 MB | 294/497 kB
Progress (2): 0.3/2.8 MB | 294/497 kB
Progress (2): 0.3/2.8 MB | 298/497 kB
Progress (2): 0.3/2.8 MB | 303/497 kB
Progress (2): 0.3/2.8 MB | 307/497 kB
Progress (2): 0.3/2.8 MB | 311/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 | 319/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 (3): 0.4/2.8 MB | 327/497 kB | 4.1/66 kB
Progress (3): 0.4/2.8 MB | 327/497 kB | 7.7/66 kB
Progress (3): 0.4/2.8 MB | 327/497 kB | 12/66 kB 
Progress (3): 0.4/2.8 MB | 331/497 kB | 12/66 kB
Progress (3): 0.4/2.8 MB | 331/497 kB | 12/66 kB
Progress (3): 0.4/2.8 MB | 335/497 kB | 12/66 kB
Progress (3): 0.4/2.8 MB | 335/497 kB | 16/66 kB
Progress (3): 0.4/2.8 MB | 339/497 kB | 16/66 kB
Progress (3): 0.4/2.8 MB | 344/497 kB | 16/66 kB
Progress (3): 0.4/2.8 MB | 344/497 kB | 16/66 kB
Progress (3): 0.4/2.8 MB | 344/497 kB | 20/66 kB
Progress (3): 0.4/2.8 MB | 344/497 kB | 24/66 kB
Progress (3): 0.4/2.8 MB | 348/497 kB | 24/66 kB
Progress (3): 0.4/2.8 MB | 348/497 kB | 28/66 kB
Progress (3): 0.4/2.8 MB | 352/497 kB | 28/66 kB
Progress (3): 0.4/2.8 MB | 352/497 kB | 32/66 kB
Progress (3): 0.4/2.8 MB | 352/497 kB | 32/66 kB
Progress (3): 0.4/2.8 MB | 356/497 kB | 32/66 kB
Progress (3): 0.4/2.8 MB | 360/497 kB | 32/66 kB
Progress (3): 0.4/2.8 MB | 360/497 kB | 36/66 kB
Progress (3): 0.4/2.8 MB | 360/497 kB | 40/66 kB
Progress (3): 0.4/2.8 MB | 360/497 kB | 40/66 kB
Progress (3): 0.4/2.8 MB | 364/497 kB | 40/66 kB
Progress (3): 0.4/2.8 MB | 364/497 kB | 45/66 kB
Progress (3): 0.4/2.8 MB | 368/497 kB | 45/66 kB
Progress (3): 0.4/2.8 MB | 368/497 kB | 49/66 kB
Progress (3): 0.4/2.8 MB | 372/497 kB | 49/66 kB
Progress (3): 0.4/2.8 MB | 376/497 kB | 49/66 kB
Progress (3): 0.5/2.8 MB | 376/497 kB | 49/66 kB
Progress (3): 0.5/2.8 MB | 376/497 kB | 53/66 kB
Progress (3): 0.5/2.8 MB | 376/497 kB | 57/66 kB
Progress (3): 0.5/2.8 MB | 380/497 kB | 57/66 kB
Progress (3): 0.5/2.8 MB | 380/497 kB | 61/66 kB
Progress (3): 0.5/2.8 MB | 384/497 kB | 61/66 kB
Progress (3): 0.5/2.8 MB | 384/497 kB | 65/66 kB
Progress (3): 0.5/2.8 MB | 384/497 kB | 65/66 kB
Progress (3): 0.5/2.8 MB | 384/497 kB | 66 kB   
Progress (3): 0.5/2.8 MB | 389/497 kB | 66 kB
Progress (3): 0.5/2.8 MB | 393/497 kB | 66 kB
Progress (3): 0.5/2.8 MB | 393/497 kB | 66 kB
Progress (3): 0.5/2.8 MB | 397/497 kB | 66 kB
Progress (3): 0.5/2.8 MB | 401/497 kB | 66 kB
Progress (3): 0.5/2.8 MB | 405/497 kB | 66 kB
Progress (3): 0.5/2.8 MB | 409/497 kB | 66 kB
Progress (3): 0.5/2.8 MB | 409/497 kB | 66 kB
Progress (3): 0.5/2.8 MB | 413/497 kB | 66 kB
Progress (3): 0.5/2.8 MB | 417/497 kB | 66 kB
Progress (3): 0.5/2.8 MB | 421/497 kB | 66 kB
Progress (3): 0.5/2.8 MB | 421/497 kB | 66 kB
Progress (3): 0.5/2.8 MB | 425/497 kB | 66 kB
Progress (3): 0.5/2.8 MB | 430/497 kB | 66 kB
Progress (3): 0.5/2.8 MB | 430/497 kB | 66 kB
Progress (3): 0.5/2.8 MB | 434/497 kB | 66 kB
Progress (3): 0.5/2.8 MB | 438/497 kB | 66 kB
Progress (3): 0.5/2.8 MB | 442/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 442/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 446/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 450/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 454/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 458/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 458/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 462/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 466/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 471/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 471/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 475/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 479/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 479/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 483/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 487/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 491/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 495/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 495/497 kB | 66 kB
Progress (3): 0.6/2.8 MB | 497 kB | 66 kB    
Progress (3): 0.6/2.8 MB | 497 kB | 66 kB
Progress (3): 0.7/2.8 MB | 497 kB | 66 kB
Progress (3): 0.7/2.8 MB | 497 kB | 66 kB
Progress (3): 0.7/2.8 MB | 497 kB | 66 kB
Progress (3): 0.7/2.8 MB | 497 kB | 66 kB
Progress (3): 0.7/2.8 MB | 497 kB | 66 kB
Progress (3): 0.7/2.8 MB | 497 kB | 66 kB
Progress (3): 0.8/2.8 MB | 497 kB | 66 kB
Progress (4): 0.8/2.8 MB | 497 kB | 66 kB | 4.1/33 kB
Progress (4): 0.8/2.8 MB | 497 kB | 66 kB | 7.7/33 kB
Progress (4): 0.8/2.8 MB | 497 kB | 66 kB | 12/33 kB 
Progress (4): 0.8/2.8 MB | 497 kB | 66 kB | 16/33 kB
Progress (4): 0.8/2.8 MB | 497 kB | 66 kB | 16/33 kB
Progress (4): 0.8/2.8 MB | 497 kB | 66 kB | 16/33 kB
Progress (4): 0.8/2.8 MB | 497 kB | 66 kB | 20/33 kB
Progress (4): 0.8/2.8 MB | 497 kB | 66 kB | 24/33 kB
Progress (4): 0.8/2.8 MB | 497 kB | 66 kB | 28/33 kB
Progress (4): 0.8/2.8 MB | 497 kB | 66 kB | 32/33 kB
Progress (4): 0.8/2.8 MB | 497 kB | 66 kB | 32/33 kB
Progress (4): 0.8/2.8 MB | 497 kB | 66 kB | 33 kB   
Progress (4): 0.8/2.8 MB | 497 kB | 66 kB | 33 kB
Progress (4): 0.8/2.8 MB | 497 kB | 66 kB | 33 kB
Progress (4): 0.9/2.8 MB | 497 kB | 66 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.8 MB/s)
18:18:36 Progress (4): 0.9/2.8 MB | 66 kB | 33 kB | 4.1/46 kB
Progress (4): 0.9/2.8 MB | 66 kB | 33 kB | 4.1/46 kB
Progress (4): 0.9/2.8 MB | 66 kB | 33 kB | 7.7/46 kB
                                                    
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:18:36 Progress (4): 0.9/2.8 MB | 66 kB | 33 kB | 12/46 kB
Progress (4): 0.9/2.8 MB | 66 kB | 33 kB | 12/46 kB
Progress (4): 0.9/2.8 MB | 66 kB | 33 kB | 16/46 kB
Progress (4): 0.9/2.8 MB | 66 kB | 33 kB | 20/46 kB
Progress (4): 0.9/2.8 MB | 66 kB | 33 kB | 20/46 kB
Progress (4): 0.9/2.8 MB | 66 kB | 33 kB | 24/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 242 kB/s)
18:18:36 Progress (3): 0.9/2.8 MB | 33 kB | 24/46 kB
Progress (3): 0.9/2.8 MB | 33 kB | 28/46 kB
                                           
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:18:36 Progress (3): 0.9/2.8 MB | 33 kB | 32/46 kB
Progress (3): 0.9/2.8 MB | 33 kB | 32/46 kB
Progress (3): 0.9/2.8 MB | 33 kB | 36/46 kB
Progress (3): 0.9/2.8 MB | 33 kB | 40/46 kB
Progress (3): 0.9/2.8 MB | 33 kB | 45/46 kB
Progress (3): 0.9/2.8 MB | 33 kB | 45/46 kB
Progress (3): 0.9/2.8 MB | 33 kB | 46 kB   
Progress (3): 1.0/2.8 MB | 33 kB | 46 kB
Progress (3): 1.0/2.8 MB | 33 kB | 46 kB
Progress (3): 1.0/2.8 MB | 33 kB | 46 kB
Progress (3): 1.0/2.8 MB | 33 kB | 46 kB
Progress (3): 1.0/2.8 MB | 33 kB | 46 kB
Progress (3): 1.0/2.8 MB | 33 kB | 46 kB
Progress (3): 1.1/2.8 MB | 33 kB | 46 kB
Progress (3): 1.1/2.8 MB | 33 kB | 46 kB
Progress (3): 1.1/2.8 MB | 33 kB | 46 kB
Progress (3): 1.1/2.8 MB | 33 kB | 46 kB
Progress (3): 1.1/2.8 MB | 33 kB | 46 kB
Progress (3): 1.1/2.8 MB | 33 kB | 46 kB
Progress (3): 1.2/2.8 MB | 33 kB | 46 kB
Progress (3): 1.2/2.8 MB | 33 kB | 46 kB
Progress (3): 1.2/2.8 MB | 33 kB | 46 kB
Progress (3): 1.2/2.8 MB | 33 kB | 46 kB
Progress (3): 1.2/2.8 MB | 33 kB | 46 kB
Progress (3): 1.2/2.8 MB | 33 kB | 46 kB
Progress (3): 1.3/2.8 MB | 33 kB | 46 kB
Progress (3): 1.3/2.8 MB | 33 kB | 46 kB
Progress (3): 1.3/2.8 MB | 33 kB | 46 kB
Progress (3): 1.3/2.8 MB | 33 kB | 46 kB
Progress (3): 1.3/2.8 MB | 33 kB | 46 kB
Progress (3): 1.3/2.8 MB | 33 kB | 46 kB
Progress (3): 1.4/2.8 MB | 33 kB | 46 kB
Progress (3): 1.4/2.8 MB | 33 kB | 46 kB
Progress (3): 1.4/2.8 MB | 33 kB | 46 kB
Progress (3): 1.4/2.8 MB | 33 kB | 46 kB
Progress (3): 1.4/2.8 MB | 33 kB | 46 kB
Progress (3): 1.4/2.8 MB | 33 kB | 46 kB
Progress (3): 1.5/2.8 MB | 33 kB | 46 kB
Progress (3): 1.5/2.8 MB | 33 kB | 46 kB
Progress (3): 1.5/2.8 MB | 33 kB | 46 kB
Progress (3): 1.5/2.8 MB | 33 kB | 46 kB
Progress (3): 1.5/2.8 MB | 33 kB | 46 kB
Progress (3): 1.5/2.8 MB | 33 kB | 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 155 kB/s)
18:18:36 Progress (2): 1.6/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 110 kB/s)
18:18:36 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:18:36 Progress (2): 1.6/2.8 MB | 4.1/46 kB
Progress (2): 1.6/2.8 MB | 4.1/46 kB
                                    
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:18:36 Progress (2): 1.6/2.8 MB | 7.7/46 kB
Progress (2): 1.6/2.8 MB | 12/46 kB 
Progress (2): 1.6/2.8 MB | 16/46 kB
Progress (2): 1.6/2.8 MB | 20/46 kB
Progress (2): 1.6/2.8 MB | 24/46 kB
Progress (2): 1.6/2.8 MB | 28/46 kB
Progress (2): 1.6/2.8 MB | 32/46 kB
Progress (2): 1.6/2.8 MB | 36/46 kB
Progress (2): 1.6/2.8 MB | 40/46 kB
Progress (2): 1.6/2.8 MB | 45/46 kB
Progress (2): 1.6/2.8 MB | 46 kB   
Progress (2): 1.6/2.8 MB | 46 kB
Progress (3): 1.6/2.8 MB | 46 kB | 4.1/160 kB
Progress (3): 1.6/2.8 MB | 46 kB | 7.7/160 kB
Progress (3): 1.6/2.8 MB | 46 kB | 12/160 kB 
Progress (3): 1.6/2.8 MB | 46 kB | 16/160 kB
Progress (3): 1.6/2.8 MB | 46 kB | 16/160 kB
Progress (3): 1.6/2.8 MB | 46 kB | 20/160 kB
Progress (4): 1.6/2.8 MB | 46 kB | 20/160 kB | 4.1/54 kB
Progress (4): 1.6/2.8 MB | 46 kB | 20/160 kB | 4.1/54 kB
Progress (4): 1.6/2.8 MB | 46 kB | 24/160 kB | 4.1/54 kB
Progress (4): 1.6/2.8 MB | 46 kB | 24/160 kB | 7.7/54 kB
Progress (4): 1.6/2.8 MB | 46 kB | 28/160 kB | 7.7/54 kB
Progress (4): 1.6/2.8 MB | 46 kB | 28/160 kB | 12/54 kB 
Progress (4): 1.6/2.8 MB | 46 kB | 32/160 kB | 12/54 kB
Progress (4): 1.6/2.8 MB | 46 kB | 32/160 kB | 12/54 kB
Progress (4): 1.6/2.8 MB | 46 kB | 32/160 kB | 16/54 kB
Progress (4): 1.6/2.8 MB | 46 kB | 36/160 kB | 16/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 36/160 kB | 16/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 36/160 kB | 20/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 40/160 kB | 20/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 40/160 kB | 24/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 45/160 kB | 24/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 45/160 kB | 28/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 49/160 kB | 28/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 49/160 kB | 28/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 49/160 kB | 32/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 53/160 kB | 32/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 53/160 kB | 32/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 53/160 kB | 36/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 57/160 kB | 36/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 57/160 kB | 40/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 61/160 kB | 40/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 61/160 kB | 45/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 61/160 kB | 45/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 65/160 kB | 45/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 65/160 kB | 49/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 65/160 kB | 53/54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 65/160 kB | 54 kB   
Progress (4): 1.7/2.8 MB | 46 kB | 65/160 kB | 54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 69/160 kB | 54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 73/160 kB | 54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 77/160 kB | 54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 77/160 kB | 54 kB
Progress (4): 1.7/2.8 MB | 46 kB | 81/160 kB | 54 kB
Progress (4): 1.8/2.8 MB | 46 kB | 81/160 kB | 54 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 133 kB/s)
18:18:36 Progress (3): 1.8/2.8 MB | 85/160 kB | 54 kB
Progress (3): 1.8/2.8 MB | 85/160 kB | 54 kB
Progress (3): 1.8/2.8 MB | 90/160 kB | 54 kB
Progress (3): 1.8/2.8 MB | 94/160 kB | 54 kB
Progress (3): 1.8/2.8 MB | 98/160 kB | 54 kB
Progress (3): 1.8/2.8 MB | 98/160 kB | 54 kB
Progress (3): 1.8/2.8 MB | 102/160 kB | 54 kB
Progress (3): 1.8/2.8 MB | 106/160 kB | 54 kB
Progress (3): 1.8/2.8 MB | 106/160 kB | 54 kB
Progress (3): 1.8/2.8 MB | 110/160 kB | 54 kB
Progress (3): 1.8/2.8 MB | 114/160 kB | 54 kB
Progress (3): 1.8/2.8 MB | 114/160 kB | 54 kB
Progress (3): 1.8/2.8 MB | 118/160 kB | 54 kB
Progress (3): 1.8/2.8 MB | 122/160 kB | 54 kB
Progress (3): 1.8/2.8 MB | 126/160 kB | 54 kB
Progress (3): 1.8/2.8 MB | 126/160 kB | 54 kB
Progress (3): 1.8/2.8 MB | 131/160 kB | 54 kB
Progress (3): 1.8/2.8 MB | 135/160 kB | 54 kB
Progress (3): 1.9/2.8 MB | 135/160 kB | 54 kB
Progress (3): 1.9/2.8 MB | 139/160 kB | 54 kB
Progress (3): 1.9/2.8 MB | 143/160 kB | 54 kB
Progress (3): 1.9/2.8 MB | 147/160 kB | 54 kB
Progress (3): 1.9/2.8 MB | 147/160 kB | 54 kB
Progress (3): 1.9/2.8 MB | 151/160 kB | 54 kB
Progress (3): 1.9/2.8 MB | 155/160 kB | 54 kB
Progress (3): 1.9/2.8 MB | 159/160 kB | 54 kB
Progress (3): 1.9/2.8 MB | 159/160 kB | 54 kB
Progress (3): 1.9/2.8 MB | 160 kB | 54 kB    
Progress (3): 1.9/2.8 MB | 160 kB | 54 kB
Progress (3): 1.9/2.8 MB | 160 kB | 54 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 153 kB/s)
18:18:36 Progress (2): 1.9/2.8 MB | 160 kB
Progress (2): 1.9/2.8 MB | 160 kB
Progress (2): 2.0/2.8 MB | 160 kB
Progress (2): 2.0/2.8 MB | 160 kB
Progress (2): 2.0/2.8 MB | 160 kB
Progress (2): 2.0/2.8 MB | 160 kB
Progress (2): 2.0/2.8 MB | 160 kB
Progress (2): 2.0/2.8 MB | 160 kB
Progress (2): 2.1/2.8 MB | 160 kB
Progress (2): 2.1/2.8 MB | 160 kB
Progress (2): 2.1/2.8 MB | 160 kB
Progress (2): 2.1/2.8 MB | 160 kB
Progress (2): 2.1/2.8 MB | 160 kB
Progress (2): 2.1/2.8 MB | 160 kB
Progress (3): 2.1/2.8 MB | 160 kB | 4.1/136 kB
Progress (3): 2.1/2.8 MB | 160 kB | 7.7/136 kB
Progress (3): 2.2/2.8 MB | 160 kB | 7.7/136 kB
Progress (3): 2.2/2.8 MB | 160 kB | 12/136 kB 
Progress (3): 2.2/2.8 MB | 160 kB | 16/136 kB
Progress (3): 2.2/2.8 MB | 160 kB | 16/136 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 443 kB/s)
18:18:36 Progress (2): 2.2/2.8 MB | 16/136 kB
Progress (2): 2.2/2.8 MB | 20/136 kB
Progress (2): 2.2/2.8 MB | 24/136 kB
Progress (2): 2.2/2.8 MB | 28/136 kB
Progress (2): 2.2/2.8 MB | 32/136 kB
Progress (2): 2.2/2.8 MB | 32/136 kB
Progress (2): 2.2/2.8 MB | 32/136 kB
Progress (2): 2.2/2.8 MB | 36/136 kB
Progress (2): 2.2/2.8 MB | 40/136 kB
Progress (2): 2.2/2.8 MB | 45/136 kB
Progress (2): 2.2/2.8 MB | 45/136 kB
Progress (2): 2.2/2.8 MB | 49/136 kB
Progress (2): 2.3/2.8 MB | 49/136 kB
Progress (2): 2.3/2.8 MB | 53/136 kB
Progress (2): 2.3/2.8 MB | 57/136 kB
Progress (2): 2.3/2.8 MB | 57/136 kB
Progress (2): 2.3/2.8 MB | 61/136 kB
Progress (2): 2.3/2.8 MB | 65/136 kB
Progress (2): 2.3/2.8 MB | 65/136 kB
Progress (2): 2.3/2.8 MB | 69/136 kB
Progress (2): 2.3/2.8 MB | 69/136 kB
Progress (2): 2.3/2.8 MB | 73/136 kB
Progress (2): 2.3/2.8 MB | 77/136 kB
Progress (2): 2.3/2.8 MB | 81/136 kB
Progress (2): 2.3/2.8 MB | 81/136 kB
Progress (2): 2.3/2.8 MB | 81/136 kB
Progress (2): 2.3/2.8 MB | 85/136 kB
Progress (2): 2.3/2.8 MB | 90/136 kB
Progress (2): 2.3/2.8 MB | 94/136 kB
Progress (2): 2.3/2.8 MB | 98/136 kB
Progress (2): 2.4/2.8 MB | 98/136 kB
Progress (2): 2.4/2.8 MB | 98/136 kB
Progress (2): 2.4/2.8 MB | 102/136 kB
Progress (2): 2.4/2.8 MB | 106/136 kB
Progress (2): 2.4/2.8 MB | 110/136 kB
Progress (2): 2.4/2.8 MB | 110/136 kB
Progress (2): 2.4/2.8 MB | 114/136 kB
Progress (2): 2.4/2.8 MB | 114/136 kB
Progress (2): 2.4/2.8 MB | 118/136 kB
Progress (2): 2.4/2.8 MB | 122/136 kB
Progress (2): 2.4/2.8 MB | 122/136 kB
Progress (2): 2.4/2.8 MB | 126/136 kB
Progress (2): 2.4/2.8 MB | 131/136 kB
Progress (2): 2.4/2.8 MB | 135/136 kB
Progress (2): 2.4/2.8 MB | 135/136 kB
Progress (2): 2.4/2.8 MB | 136 kB    
Progress (2): 2.5/2.8 MB | 136 kB
Progress (2): 2.5/2.8 MB | 136 kB
Progress (2): 2.5/2.8 MB | 136 kB
Progress (2): 2.5/2.8 MB | 136 kB
Progress (2): 2.5/2.8 MB | 136 kB
Progress (2): 2.5/2.8 MB | 136 kB
Progress (2): 2.6/2.8 MB | 136 kB
Progress (2): 2.6/2.8 MB | 136 kB
Progress (2): 2.6/2.8 MB | 136 kB
Progress (2): 2.6/2.8 MB | 136 kB
Progress (2): 2.6/2.8 MB | 136 kB
Progress (2): 2.6/2.8 MB | 136 kB
Progress (2): 2.7/2.8 MB | 136 kB
Progress (2): 2.7/2.8 MB | 136 kB
Progress (2): 2.7/2.8 MB | 136 kB
Progress (2): 2.7/2.8 MB | 136 kB
Progress (2): 2.7/2.8 MB | 136 kB
Progress (2): 2.7/2.8 MB | 136 kB
Progress (2): 2.8/2.8 MB | 136 kB
Progress (2): 2.8/2.8 MB | 136 kB
Progress (2): 2.8/2.8 MB | 136 kB
Progress (2): 2.8/2.8 MB | 136 kB
Progress (2): 2.8/2.8 MB | 136 kB
Progress (2): 2.8/2.8 MB | 136 kB
Progress (2): 2.8 MB | 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 348 kB/s)
18:18:36 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 6.2 MB/s)
18:18:36 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:18:36 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:18:36 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:18:36 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:18:38 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 11 MB/s)
18:18:38 [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:18:38 [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:18:41 [INFO] 
18:18:41 [INFO] --- build-helper-maven-plugin:1.9.1:add-test-resource (add-js-test-resource) @ org.eclipse.scout.rt.ui.html.test ---
18:18:41 [INFO] 
18:18:41 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.test ---
18:18:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:18:41 [INFO] Copying 11 resources
18:18:41 [INFO] Copying 95 resources
18:18:41 [INFO] 
18:18:41 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.test ---
18:18:41 [INFO] Changes detected - recompiling the module!
18:18:41 [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:18:41 [INFO] 
18:18:41 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.ui.html.test ---
18:18:41 [INFO] 
18:18:41 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.ui.html.test ---
18:18:41 [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:18:41 
18:18:41 -------------------------------------------------------
18:18:41  T E S T S
18:18:41 -------------------------------------------------------
18:18:41 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:18:41 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:18:42 Running org.eclipse.scout.rt.client.ui.form.fields.ModelVariantTest
18:18:42 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.form.fields.ModelVariantTest
18:18:42 Running org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest
18:18:42 22:18:42,707 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
18:18:42 22:18:42,708 |-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:18:42 22:18:42,834 |-INFO in ch.qos.logback.core.joran.util.ConfigurationWatchListUtil@2f20f7ad - 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:18:42 22:18:42,834 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@45e617c4 - 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:18:42 22:18:42,841 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
18:18:42 22:18:42,845 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
18:18:42 22:18:42,869 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
18:18:42 22:18:42,904 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
18:18:42 22:18:42,904 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDERR]
18:18:42 22:18:42,905 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
18:18:42 22:18:42,906 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
18:18:42 22:18:42,906 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
18:18:42 22:18:42,907 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDERR] to Logger[ROOT]
18:18:42 22:18:42,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.quartz] to WARN
18:18:42 22:18:42,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.scout.rt.ui.html] to DEBUG
18:18:42 22:18:42,908 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
18:18:42 22:18:42,910 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@1a9ec80e - Registering current configuration as safe fallback point
18:18:43 2020-04-12 22:18:42,999 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:18:43 2020-04-12 22:18:42,999 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:18:43 2020-04-12 22:18:43,073 INFO  [main] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished preparation of jandex class inventory in 43.877213 ms - MDC[]
18:18:43 2020-04-12 22:18:43,400 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:18:43 2020-04-12 22:18:43,429 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
18:18:43 2020-04-12 22:18:43,430 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Successfully installed java.net.CookieManager@6a6e9289 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@ff4b223) - MDC[]
18:18:43 2020-04-12 22:18:43,431 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:18:43 2020-04-12 22:18:43,442 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:18:43 2020-04-12 22:18:43,443 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
18:18:43 2020-04-12 22:18:43,443 INFO  [Thread-1] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Don't overriding already installed MultiSessionCookieStore cookie handler from same deployment: java.net.CookieManager@6a6e9289 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@ff4b223) - MDC[]
18:18:43 2020-04-12 22:18:43,443 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:18:43 2020-04-12 22:18:43,474 INFO  [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles - Pre-building of web resources is enabled - MDC[]
18:18:43 2020-04-12 22:18:43,474 INFO  [Thread-1] org.eclipse.scout.rt.ui.html.res.PrebuildFiles - Pre-building of web resources is enabled - MDC[]
18:18:43 2020-04-12 22:18:43,475 INFO  [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles - Finished pre-building of 0 web resources 0.070168 ms - MDC[]
18:18:43 2020-04-12 22:18:43,475 INFO  [Thread-1] org.eclipse.scout.rt.ui.html.res.PrebuildFiles - Finished pre-building of 0 web resources 0.026361 ms - MDC[]
18:18:43 2020-04-12 22:18:43,695 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:18:43 2020-04-12 22:18:43,757 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:3q1v715ho2njco1a68sh86ls8l - MDC[]
18:18:43 2020-04-12 22:18:43,873 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@1dda4f4[id = d2bf3521-9713-4bd9-9fb2-fa71250c4340], user=null] - MDC[jobName=Starting ClientSession [sessionId=d2bf3521-9713-4bd9-9fb2-fa71250c4340]]
18:18:43 2020-04-12 22:18:43,875 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=d2bf3521-9713-4bd9-9fb2-fa71250c4340, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:18:43 2020-04-12 22:18:43,878 INFO  [main] org.eclipse.scout.rt.ui.html.UiThemeUtility - UI theme configured in config.properties: default - MDC[]
18:18:43 2020-04-12 22:18:43,878 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:18:43 2020-04-12 22:18:43,888 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.JsonObjectFactory@2bf03bf8] - MDC[jobName=Starting JsonClientSession]
18:18:43 2020-04-12 22:18:43,909 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@209b4b35 - MDC[]
18:18:43 2020-04-12 22:18:43,930 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:3q1v715ho2njco1a68sh86ls8l initialized - MDC[]
18:18:43 protocol: Session stopping
18:18:43 2020-04-12 22:18:43,933 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:3q1v715ho2njco1a68sh86ls8l [clientSessionId=d2bf3521-9713-4bd9-9fb2-fa71250c4340, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
18:18:43 2020-04-12 22:18:43,933 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:3q1v715ho2njco1a68sh86ls8l... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
18:18:43 2020-04-12 22:18:43,934 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:3q1v715ho2njco1a68sh86ls8l from store (clientSessionId=d2bf3521-9713-4bd9-9fb2-fa71250c4340) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
18:18:43 2020-04-12 22:18:43,934 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session d2bf3521-9713-4bd9-9fb2-fa71250c4340 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
18:18:43 2020-04-12 22:18:43,934 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID d2bf3521-9713-4bd9-9fb2-fa71250c4340 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
18:18:43 2020-04-12 22:18:43,936 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:3q1v715ho2njco1a68sh86ls8l - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
18:18:43 protocol: Before MessageBoxInStore
18:18:43 2020-04-12 22:18:43,947 WARN  [scout-model-thread-24] 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:18:43 java.lang.IllegalStateException: null
18:18:43 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:338)
18:18:43 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:313)
18:18:43 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execStoreSession(ClientSessionWithBlockingConditionInterruptionTest.java:404)
18:18:43 	at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execStoreSession(AbstractClientSession.java:607)
18:18:43 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:40)
18:18:43 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:1)
18:18:43 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:122)
18:18:43 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain.execStoreSession(ClientSessionChains.java:43)
18:18:43 	at org.eclipse.scout.rt.client.AbstractClientSession.interceptStoreSession(AbstractClientSession.java:620)
18:18:43 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:454)
18:18:43 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:18:43 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:18:43 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:18:43 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:18:43 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:18:43 	at java.lang.reflect.Method.invoke(Method.java:498)
18:18:43 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:18:43 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:18:43 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:18:43 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:18:43 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:18:43 	at com.sun.proxy.$Proxy24.closeFromUI(Unknown Source)
18:18:43 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14.run(ClientSessionWithBlockingConditionInterruptionTest.java:273)
18:18:43 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:18:43 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:18:43 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:18:43 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:18:43 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:18:43 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:18:43 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:18:43 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:18:43 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:18:43 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:18:43 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:18:43 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:18:43 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:18:43 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:18:43 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:18:43 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:18:43 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:18:43 	at java.lang.Thread.run(Thread.java:748)
18:18:43 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:18:43 protocol: After MessageBoxInStore 2
18:18:43 2020-04-12 22:18:43,952 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@1dda4f4[id = d2bf3521-9713-4bd9-9fb2-fa71250c4340], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$14]
18:18:43 protocol: All session jobs terminated
18:18:44 2020-04-12 22:18:44,937 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session d2bf3521-9713-4bd9-9fb2-fa71250c4340 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID d2bf3521-9713-4bd9-9fb2-fa71250c4340]
18:18:44 2020-04-12 22:18:44,937 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID d2bf3521-9713-4bd9-9fb2-fa71250c4340 from session store - MDC[jobName=Performing session housekeeping for client session with ID d2bf3521-9713-4bd9-9fb2-fa71250c4340]
18:18:44 2020-04-12 22:18:44,938 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 d2bf3521-9713-4bd9-9fb2-fa71250c4340]
18:18:44 2020-04-12 22:18:44,938 INFO  [scout-thread-24] 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 d2bf3521-9713-4bd9-9fb2-fa71250c4340]
18:18:44 2020-04-12 22:18:44,939 INFO  [scout-thread-24] 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 d2bf3521-9713-4bd9-9fb2-fa71250c4340]
18:18:44 2020-04-12 22:18:44,941 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:18:44 2020-04-12 22:18:44,942 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:s3gni8so1m22st2hg9tuvd31of - MDC[]
18:18:44 2020-04-12 22:18:44,944 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@1440e430[id = ef9c1d87-f17c-4411-80ac-3c02c5bd0927], user=null] - MDC[jobName=Starting ClientSession [sessionId=ef9c1d87-f17c-4411-80ac-3c02c5bd0927]]
18:18:44 2020-04-12 22:18:44,945 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=ef9c1d87-f17c-4411-80ac-3c02c5bd0927, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:18:44 2020-04-12 22:18:44,946 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:18:44 2020-04-12 22:18:44,949 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@209b4b35 - MDC[]
18:18:44 2020-04-12 22:18:44,950 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:s3gni8so1m22st2hg9tuvd31of initialized - MDC[]
18:18:44 protocol: Session stopping
18:18:44 2020-04-12 22:18:44,952 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:s3gni8so1m22st2hg9tuvd31of [clientSessionId=ef9c1d87-f17c-4411-80ac-3c02c5bd0927, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
18:18:44 2020-04-12 22:18:44,952 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:s3gni8so1m22st2hg9tuvd31of... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
18:18:44 2020-04-12 22:18:44,952 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:s3gni8so1m22st2hg9tuvd31of from store (clientSessionId=ef9c1d87-f17c-4411-80ac-3c02c5bd0927) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
18:18:44 2020-04-12 22:18:44,952 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session ef9c1d87-f17c-4411-80ac-3c02c5bd0927 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
18:18:44 2020-04-12 22:18:44,952 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID ef9c1d87-f17c-4411-80ac-3c02c5bd0927 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
18:18:44 2020-04-12 22:18:44,953 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:s3gni8so1m22st2hg9tuvd31of - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
18:18:45 protocol: Before Form.start
18:18:45 protocol: Form.execLoad
18:18:45 protocol: Form error ProcessingException There is no desktop or it is not open in the UI. [severity=ERROR]
18:18:45 2020-04-12 22:18:45,045 ERROR [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Failed to store the client session. - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
18:18:45 org.eclipse.scout.rt.platform.exception.ProcessingException: There is no desktop or it is not open in the UI. [severity=ERROR]
18:18:45 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$5.run(AbstractForm.java:1042)
18:18:45 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:18:45 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:18:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:18:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:18:45 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:18:45 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
18:18:45 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
18:18:45 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:992)
18:18:45 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:985)
18:18:45 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureForm.start(ClientSessionWithBlockingConditionInterruptionTest.java:494)
18:18:45 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execStoreSession(ClientSessionWithBlockingConditionInterruptionTest.java:416)
18:18:45 	at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execStoreSession(AbstractClientSession.java:607)
18:18:45 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:40)
18:18:45 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:1)
18:18:45 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:122)
18:18:45 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain.execStoreSession(ClientSessionChains.java:43)
18:18:45 	at org.eclipse.scout.rt.client.AbstractClientSession.interceptStoreSession(AbstractClientSession.java:620)
18:18:45 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:454)
18:18:45 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:18:45 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:18:45 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:18:45 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:18:45 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:18:45 	at java.lang.reflect.Method.invoke(Method.java:498)
18:18:45 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:18:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:18:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:18:45 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:18:45 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:18:45 	at com.sun.proxy.$Proxy24.closeFromUI(Unknown Source)
18:18:45 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15.run(ClientSessionWithBlockingConditionInterruptionTest.java:316)
18:18:45 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:18:45 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:18:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:18:45 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:18:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:18:45 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:18:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:18:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:18:45 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:18:45 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:18:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:18:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:18:45 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:18:45 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:18:45 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:18:45 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:18:45 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:18:45 	at java.lang.Thread.run(Thread.java:748)
18:18:45 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:18:45 2020-04-12 22:18:45,047 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 FixtureForm] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
18:18:45 2020-04-12 22:18:45,047 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@1440e430[id = ef9c1d87-f17c-4411-80ac-3c02c5bd0927], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$15]
18:18:45 protocol: All session jobs terminated
18:18:45 2020-04-12 22:18:45,954 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session ef9c1d87-f17c-4411-80ac-3c02c5bd0927 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID ef9c1d87-f17c-4411-80ac-3c02c5bd0927]
18:18:45 2020-04-12 22:18:45,954 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID ef9c1d87-f17c-4411-80ac-3c02c5bd0927 from session store - MDC[jobName=Performing session housekeeping for client session with ID ef9c1d87-f17c-4411-80ac-3c02c5bd0927]
18:18:45 2020-04-12 22:18:45,954 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 ef9c1d87-f17c-4411-80ac-3c02c5bd0927]
18:18:45 2020-04-12 22:18:45,955 INFO  [scout-thread-24] 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 ef9c1d87-f17c-4411-80ac-3c02c5bd0927]
18:18:45 2020-04-12 22:18:45,955 INFO  [scout-thread-24] 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 ef9c1d87-f17c-4411-80ac-3c02c5bd0927]
18:18:45 2020-04-12 22:18:45,957 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:18:45 2020-04-12 22:18:45,958 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:mntcsatgguf4o50efp0hdsof7h - MDC[]
18:18:45 2020-04-12 22:18:45,961 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@2a91db9e[id = 54c1bdd8-0488-461c-84fc-c1e0ed2d15f4], user=null] - MDC[jobName=Starting ClientSession [sessionId=54c1bdd8-0488-461c-84fc-c1e0ed2d15f4]]
18:18:45 2020-04-12 22:18:45,961 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=54c1bdd8-0488-461c-84fc-c1e0ed2d15f4, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:18:45 2020-04-12 22:18:45,962 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:18:45 protocol: Before MessageBox
18:18:46 2020-04-12 22:18:46,036 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@209b4b35 - MDC[]
18:18:46 2020-04-12 22:18:46,037 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:mntcsatgguf4o50efp0hdsof7h initialized - MDC[]
18:18:46 protocol: MessageBox is open
18:18:46 protocol: Session stopping
18:18:46 2020-04-12 22:18:46,040 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:mntcsatgguf4o50efp0hdsof7h [clientSessionId=54c1bdd8-0488-461c-84fc-c1e0ed2d15f4, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
18:18:46 2020-04-12 22:18:46,040 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:mntcsatgguf4o50efp0hdsof7h... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
18:18:46 2020-04-12 22:18:46,040 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:mntcsatgguf4o50efp0hdsof7h from store (clientSessionId=54c1bdd8-0488-461c-84fc-c1e0ed2d15f4) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
18:18:46 2020-04-12 22:18:46,040 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 54c1bdd8-0488-461c-84fc-c1e0ed2d15f4 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
18:18:46 2020-04-12 22:18:46,040 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 54c1bdd8-0488-461c-84fc-c1e0ed2d15f4 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
18:18:46 2020-04-12 22:18:46,041 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:mntcsatgguf4o50efp0hdsof7h - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
18:18:46 2020-04-12 22:18:46,043 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@2a91db9e[id = 54c1bdd8-0488-461c-84fc-c1e0ed2d15f4], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
18:18:46 protocol: Interrupted MessageBox
18:18:46 protocol: All session jobs terminated
18:18:47 2020-04-12 22:18:47,042 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 54c1bdd8-0488-461c-84fc-c1e0ed2d15f4 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 54c1bdd8-0488-461c-84fc-c1e0ed2d15f4]
18:18:47 2020-04-12 22:18:47,042 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 54c1bdd8-0488-461c-84fc-c1e0ed2d15f4 from session store - MDC[jobName=Performing session housekeeping for client session with ID 54c1bdd8-0488-461c-84fc-c1e0ed2d15f4]
18:18:47 2020-04-12 22:18:47,042 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 54c1bdd8-0488-461c-84fc-c1e0ed2d15f4]
18:18:47 2020-04-12 22:18:47,043 INFO  [scout-thread-24] 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 54c1bdd8-0488-461c-84fc-c1e0ed2d15f4]
18:18:47 2020-04-12 22:18:47,043 INFO  [scout-thread-24] 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 54c1bdd8-0488-461c-84fc-c1e0ed2d15f4]
18:18:47 2020-04-12 22:18:47,046 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:18:47 2020-04-12 22:18:47,047 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:l7rpbqmabr6icq59aq2suugm6k - MDC[]
18:18:47 2020-04-12 22:18:47,051 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@2b378b55[id = 981b2024-4d7e-4d4e-8317-2cc77faca2f4], user=null] - MDC[jobName=Starting ClientSession [sessionId=981b2024-4d7e-4d4e-8317-2cc77faca2f4]]
18:18:47 2020-04-12 22:18:47,051 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=981b2024-4d7e-4d4e-8317-2cc77faca2f4, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:18:47 2020-04-12 22:18:47,052 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:18:47 2020-04-12 22:18:47,055 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@209b4b35 - MDC[]
18:18:47 2020-04-12 22:18:47,056 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:l7rpbqmabr6icq59aq2suugm6k initialized - MDC[]
18:18:47 protocol: Form.execLoad
18:18:47 2020-04-12 22:18:47,084 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.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureDesktop@52521fb6 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10]
18:18:47 protocol: Before Form.waitFor
18:18:47 protocol: Form is open
18:18:47 protocol: Session stopping
18:18:47 2020-04-12 22:18:47,086 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:l7rpbqmabr6icq59aq2suugm6k [clientSessionId=981b2024-4d7e-4d4e-8317-2cc77faca2f4, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
18:18:47 2020-04-12 22:18:47,086 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:l7rpbqmabr6icq59aq2suugm6k... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
18:18:47 2020-04-12 22:18:47,086 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:l7rpbqmabr6icq59aq2suugm6k from store (clientSessionId=981b2024-4d7e-4d4e-8317-2cc77faca2f4) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
18:18:47 2020-04-12 22:18:47,086 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 981b2024-4d7e-4d4e-8317-2cc77faca2f4 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
18:18:47 2020-04-12 22:18:47,086 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 981b2024-4d7e-4d4e-8317-2cc77faca2f4 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
18:18:47 2020-04-12 22:18:47,088 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:l7rpbqmabr6icq59aq2suugm6k - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
18:18:47 protocol: Form.execFinally
18:18:47 protocol: Form.dispose
18:18:47 2020-04-12 22:18:47,093 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@2b378b55[id = 981b2024-4d7e-4d4e-8317-2cc77faca2f4], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
18:18:47 protocol: Interrupted Form
18:18:47 protocol: All session jobs terminated
18:18:48 2020-04-12 22:18:48,086 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 981b2024-4d7e-4d4e-8317-2cc77faca2f4 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 981b2024-4d7e-4d4e-8317-2cc77faca2f4]
18:18:48 2020-04-12 22:18:48,086 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 981b2024-4d7e-4d4e-8317-2cc77faca2f4 from session store - MDC[jobName=Performing session housekeeping for client session with ID 981b2024-4d7e-4d4e-8317-2cc77faca2f4]
18:18:48 2020-04-12 22:18:48,086 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 981b2024-4d7e-4d4e-8317-2cc77faca2f4]
18:18:48 2020-04-12 22:18:48,087 INFO  [scout-thread-24] 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 981b2024-4d7e-4d4e-8317-2cc77faca2f4]
18:18:48 2020-04-12 22:18:48,087 INFO  [scout-thread-24] 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 981b2024-4d7e-4d4e-8317-2cc77faca2f4]
18:18:48 2020-04-12 22:18:48,089 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:18:48 2020-04-12 22:18:48,090 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:c8dhg8u8ed3s8dbkikcdfslt82 - MDC[]
18:18:48 protocol: Before MessageBoxInLoad
18:18:48 2020-04-12 22:18:48,093 WARN  [scout-model-thread-24] 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=6f640a17-4516-4de4-975f-10fd1dd0adcc]]
18:18:48 java.lang.IllegalStateException: null
18:18:48 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:338)
18:18:48 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:313)
18:18:48 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execLoadSession(ClientSessionWithBlockingConditionInterruptionTest.java:373)
18:18:48 	at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execLoadSession(AbstractClientSession.java:612)
18:18:48 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain$1.callMethod(ClientSessionChains.java:57)
18:18:48 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain$1.callMethod(ClientSessionChains.java:1)
18:18:48 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:122)
18:18:48 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain.execLoadSession(ClientSessionChains.java:60)
18:18:48 	at org.eclipse.scout.rt.client.AbstractClientSession.interceptLoadSession(AbstractClientSession.java:626)
18:18:48 	at org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325)
18:18:48 	at org.eclipse.scout.rt.client.session.ClientSessionProvider$1$1.call(ClientSessionProvider.java:81)
18:18:48 	at org.eclipse.scout.rt.client.session.ClientSessionProvider$1$1.call(ClientSessionProvider.java:1)
18:18:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:18:48 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:18:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:18:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:18:48 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:18:48 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:18:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:18:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:18:48 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:18:48 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:18:48 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:18:48 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:18:48 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:18:48 	at java.lang.Thread.run(Thread.java:748)
18:18:48 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:18:48 protocol: After MessageBoxInLoad 2
18:18:48 2020-04-12 22:18:48,094 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@6f541162[id = 6f640a17-4516-4de4-975f-10fd1dd0adcc], user=null] - MDC[jobName=Starting ClientSession [sessionId=6f640a17-4516-4de4-975f-10fd1dd0adcc]]
18:18:48 2020-04-12 22:18:48,094 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=6f640a17-4516-4de4-975f-10fd1dd0adcc, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:18:48 2020-04-12 22:18:48,095 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:18:48 2020-04-12 22:18:48,098 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@209b4b35 - MDC[]
18:18:48 2020-04-12 22:18:48,098 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:c8dhg8u8ed3s8dbkikcdfslt82 initialized - MDC[]
18:18:48 protocol: Session stopping
18:18:48 2020-04-12 22:18:48,100 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:c8dhg8u8ed3s8dbkikcdfslt82 [clientSessionId=6f640a17-4516-4de4-975f-10fd1dd0adcc, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
18:18:48 2020-04-12 22:18:48,100 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:c8dhg8u8ed3s8dbkikcdfslt82... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
18:18:48 2020-04-12 22:18:48,100 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:c8dhg8u8ed3s8dbkikcdfslt82 from store (clientSessionId=6f640a17-4516-4de4-975f-10fd1dd0adcc) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
18:18:48 2020-04-12 22:18:48,100 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 6f640a17-4516-4de4-975f-10fd1dd0adcc - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
18:18:48 2020-04-12 22:18:48,101 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 6f640a17-4516-4de4-975f-10fd1dd0adcc - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
18:18:48 2020-04-12 22:18:48,101 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:c8dhg8u8ed3s8dbkikcdfslt82 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
18:18:48 2020-04-12 22:18:48,102 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@6f541162[id = 6f640a17-4516-4de4-975f-10fd1dd0adcc], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$13]
18:18:48 protocol: All session jobs terminated
18:18:49 2020-04-12 22:18:49,102 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 6f640a17-4516-4de4-975f-10fd1dd0adcc is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 6f640a17-4516-4de4-975f-10fd1dd0adcc]
18:18:49 2020-04-12 22:18:49,102 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 6f640a17-4516-4de4-975f-10fd1dd0adcc from session store - MDC[jobName=Performing session housekeeping for client session with ID 6f640a17-4516-4de4-975f-10fd1dd0adcc]
18:18:49 2020-04-12 22:18:49,102 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 6f640a17-4516-4de4-975f-10fd1dd0adcc]
18:18:49 2020-04-12 22:18:49,102 INFO  [scout-thread-24] 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 6f640a17-4516-4de4-975f-10fd1dd0adcc]
18:18:49 2020-04-12 22:18:49,103 INFO  [scout-thread-24] 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 6f640a17-4516-4de4-975f-10fd1dd0adcc]
18:18:49 2020-04-12 22:18:49,105 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:18:49 2020-04-12 22:18:49,106 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:42iomtf6i0pfdv4gdguolb1iut - MDC[]
18:18:49 2020-04-12 22:18:49,110 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:42iomtf6i0pfdv4gdguolb1iut... - MDC[]
18:18:49 2020-04-12 22:18:49,110 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:42iomtf6i0pfdv4gdguolb1iut from store (clientSessionId=null) - MDC[]
18:18:49 2020-04-12 22:18:49,110 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session null - MDC[]
18:18:49 2020-04-12 22:18:49,112 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Successfully uninstalled java.net.CookieManager@6a6e9289 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@ff4b223) - MDC[]
18:18:49 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.441 sec - in org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest
18:18:49 Running org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest
18:18:49 2020-04-12 22:18:49,113 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
18:18:49 2020-04-12 22:18:49,119 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
18:18:49 2020-04-12 22:18:49,119 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. - MDC[]
18:18:49 2020-04-12 22:18:49,120 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Successfully installed java.net.CookieManager@384b3fe7 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@4889fbba) - MDC[]
18:18:49 2020-04-12 22:18:49,120 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No config.properties found. Running with empty configuration. - MDC[]
18:18:49 2020-04-12 22:18:49,122 INFO  [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles - Pre-building of web resources is enabled - MDC[]
18:18:49 2020-04-12 22:18:49,122 INFO  [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles - Finished pre-building of 0 web resources 0.013030 ms - MDC[]
18:18:49 2020-04-12 22:18:49,129 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:18:49 2020-04-12 22:18:49,131 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:18:49 2020-04-12 22:18:49,137 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true} - MDC[]
18:18:49 2020-04-12 22:18:49,138 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:18:49 2020-04-12 22:18:49,139 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
18:18:49 2020-04-12 22:18:49,139 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.init'  - MDC[]
18:18:49 2020-04-12 22:18:49,139 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
18:18:49 2020-04-12 22:18:49,139 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:a81ka6hf4dce4i850m91cn7343 - MDC[]
18:18:49 2020-04-12 22:18:49,141 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execLoadSession'  - MDC[jobName=Starting ClientSession [sessionId=01da44d3-acbe-46a9-829c-51e97ccb9d7a]]
18:18:49 2020-04-12 22:18:49,143 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@2a7a9779[id = 01da44d3-acbe-46a9-829c-51e97ccb9d7a], user=null] - MDC[jobName=Starting ClientSession [sessionId=01da44d3-acbe-46a9-829c-51e97ccb9d7a]]
18:18:49 2020-04-12 22:18:49,143 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=01da44d3-acbe-46a9-829c-51e97ccb9d7a, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:18:49 2020-04-12 22:18:49,144 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:18:49 2020-04-12 22:18:49,145 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execOpened'  - MDC[jobName=Starting Desktop]
18:18:49 2020-04-12 22:18:49,145 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiAttached'  - MDC[jobName=Starting Desktop]
18:18:49 2020-04-12 22:18:49,146 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.JsonObjectFactory@3eaa0352] - MDC[jobName=Starting JsonClientSession]
18:18:49 2020-04-12 22:18:49,147 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@672f69f7 - MDC[]
18:18:49 2020-04-12 22:18:49,148 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:a81ka6hf4dce4i850m91cn7343 initialized - MDC[]
18:18:49 2020-04-12 22:18:49,148 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:a81ka6hf4dce4i850m91cn7343 in store (clientSessionId=01da44d3-acbe-46a9-829c-51e97ccb9d7a) - MDC[]
18:18:49 2020-04-12 22:18:49,148 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:a81ka6hf4dce4i850m91cn7343 in 9.357721 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
18:18:49 2020-04-12 22:18:49,166 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:18:49 2020-04-12 22:18:49,166 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
18:18:49 2020-04-12 22:18:49,168 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:a81ka6hf4dce4i850m91cn7343","clientSessionId":"01da44d3-acbe-46a9-829c-51e97ccb9d7a","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:18:49 2020-04-12 22:18:49,168 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 37.288553 ms - MDC[]
18:18:49 2020-04-12 22:18:49,169 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:a81ka6hf4dce4i850m91cn7343 (requested by UI) - MDC[]
18:18:49 2020-04-12 22:18:49,170 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.dispose'  - MDC[]
18:18:49 2020-04-12 22:18:49,171 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:a81ka6hf4dce4i850m91cn7343... - MDC[]
18:18:49 2020-04-12 22:18:49,171 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:a81ka6hf4dce4i850m91cn7343 from store (clientSessionId=01da44d3-acbe-46a9-829c-51e97ccb9d7a) - MDC[]
18:18:49 2020-04-12 22:18:49,171 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 01da44d3-acbe-46a9-829c-51e97ccb9d7a - MDC[]
18:18:49 2020-04-12 22:18:49,171 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 01da44d3-acbe-46a9-829c-51e97ccb9d7a - MDC[]
18:18:49 2020-04-12 22:18:49,171 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiDetached'  - MDC[jobName=Detaching Gui]
18:18:51 2020-04-12 22:18:51,171 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'SessionStore.doHousekeeping'  - MDC[jobName=Performing session housekeeping for client session with ID 01da44d3-acbe-46a9-829c-51e97ccb9d7a]
18:18:51 2020-04-12 22:18:51,171 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 01da44d3-acbe-46a9-829c-51e97ccb9d7a referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 01da44d3-acbe-46a9-829c-51e97ccb9d7a]
18:18:51 2020-04-12 22:18:51,171 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 01da44d3-acbe-46a9-829c-51e97ccb9d7a because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 01da44d3-acbe-46a9-829c-51e97ccb9d7a]
18:18:51 2020-04-12 22:18:51,173 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 01da44d3-acbe-46a9-829c-51e97ccb9d7a to shut down... - MDC[jobName=Force shutting down client session 01da44d3-acbe-46a9-829c-51e97ccb9d7a by session housekeeping]
18:18:51 2020-04-12 22:18:51,173 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopping'  - MDC[jobName=Force shutting down client session 01da44d3-acbe-46a9-829c-51e97ccb9d7a by session housekeeping]
18:18:51 2020-04-12 22:18:51,173 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execStoreSession'  - MDC[jobName=Force shutting down client session 01da44d3-acbe-46a9-829c-51e97ccb9d7a by session housekeeping]
18:18:51 2020-04-12 22:18:51,174 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execClosing'  - MDC[jobName=Force shutting down client session 01da44d3-acbe-46a9-829c-51e97ccb9d7a by session housekeeping]
18:18:51 2020-04-12 22:18:51,174 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@2a7a9779[id = 01da44d3-acbe-46a9-829c-51e97ccb9d7a], user=null] - MDC[jobName=Force shutting down client session 01da44d3-acbe-46a9-829c-51e97ccb9d7a by session housekeeping]
18:18:51 2020-04-12 22:18:51,174 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopped'  - MDC[jobName=Force shutting down client session 01da44d3-acbe-46a9-829c-51e97ccb9d7a by session housekeeping]
18:18:51 2020-04-12 22:18:51,174 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 01da44d3-acbe-46a9-829c-51e97ccb9d7a terminated. - MDC[jobName=Force shutting down client session 01da44d3-acbe-46a9-829c-51e97ccb9d7a by session housekeeping]
18:18:51 2020-04-12 22:18:51,174 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 01da44d3-acbe-46a9-829c-51e97ccb9d7a from session store - MDC[jobName=Performing session housekeeping for client session with ID 01da44d3-acbe-46a9-829c-51e97ccb9d7a]
18:18:51 2020-04-12 22:18:51,175 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 01da44d3-acbe-46a9-829c-51e97ccb9d7a]
18:18:51 2020-04-12 22:18:51,175 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 01da44d3-acbe-46a9-829c-51e97ccb9d7a]
18:18:51 2020-04-12 22:18:51,175 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 01da44d3-acbe-46a9-829c-51e97ccb9d7a]
18:18:51 2020-04-12 22:18:51,177 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:18:51 2020-04-12 22:18:51,178 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:18:51 2020-04-12 22:18:51,178 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true} - MDC[]
18:18:51 2020-04-12 22:18:51,178 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:18:51 2020-04-12 22:18:51,178 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
18:18:51 2020-04-12 22:18:51,178 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.init'  - MDC[]
18:18:51 2020-04-12 22:18:51,179 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
18:18:51 2020-04-12 22:18:51,179 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:gahg91icuc28rqrr09sjb6mohj - MDC[]
18:18:51 2020-04-12 22:18:51,180 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execLoadSession'  - MDC[jobName=Starting ClientSession [sessionId=5218e220-0a61-4edf-87b1-66453929229e]]
18:18:51 2020-04-12 22:18:51,181 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@6d9bab8c[id = 5218e220-0a61-4edf-87b1-66453929229e], user=null] - MDC[jobName=Starting ClientSession [sessionId=5218e220-0a61-4edf-87b1-66453929229e]]
18:18:51 2020-04-12 22:18:51,182 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=5218e220-0a61-4edf-87b1-66453929229e, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:18:51 2020-04-12 22:18:51,182 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:18:51 2020-04-12 22:18:51,183 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execOpened'  - MDC[jobName=Starting Desktop]
18:18:51 2020-04-12 22:18:51,183 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiAttached'  - MDC[jobName=Starting Desktop]
18:18:51 2020-04-12 22:18:51,185 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@672f69f7 - MDC[]
18:18:51 2020-04-12 22:18:51,185 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:gahg91icuc28rqrr09sjb6mohj initialized - MDC[]
18:18:51 2020-04-12 22:18:51,185 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:gahg91icuc28rqrr09sjb6mohj in store (clientSessionId=5218e220-0a61-4edf-87b1-66453929229e) - MDC[]
18:18:51 2020-04-12 22:18:51,185 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:gahg91icuc28rqrr09sjb6mohj in 7.029884 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
18:18:51 2020-04-12 22:18:51,187 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:18:51 2020-04-12 22:18:51,188 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
18:18:51 2020-04-12 22:18:51,188 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:gahg91icuc28rqrr09sjb6mohj","clientSessionId":"5218e220-0a61-4edf-87b1-66453929229e","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:18:51 2020-04-12 22:18:51,188 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 10.553419 ms - MDC[]
18:18:51 2020-04-12 22:18:51,189 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:18:51 2020-04-12 22:18:51,190 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true, "clientSessionId":"5218e220-0a61-4edf-87b1-66453929229e"} - MDC[]
18:18:51 2020-04-12 22:18:51,190 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:18:51 2020-04-12 22:18:51,190 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
18:18:51 2020-04-12 22:18:51,190 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.init'  - MDC[]
18:18:51 2020-04-12 22:18:51,190 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
18:18:51 2020-04-12 22:18:51,190 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:dbde73ae9bun0mud95j3ufn81b - MDC[]
18:18:51 2020-04-12 22:18:51,190 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Using cached client session [clientSessionId=5218e220-0a61-4edf-87b1-66453929229e] - MDC[]
18:18:51 2020-04-12 22:18:51,191 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:18:51 2020-04-12 22:18:51,193 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@672f69f7 - MDC[]
18:18:51 2020-04-12 22:18:51,194 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:dbde73ae9bun0mud95j3ufn81b initialized - MDC[]
18:18:51 2020-04-12 22:18:51,194 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:dbde73ae9bun0mud95j3ufn81b in store (clientSessionId=5218e220-0a61-4edf-87b1-66453929229e) - MDC[]
18:18:51 2020-04-12 22:18:51,194 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:dbde73ae9bun0mud95j3ufn81b in 3.840424 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
18:18:51 2020-04-12 22:18:51,196 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:18:51 2020-04-12 22:18:51,196 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
18:18:51 2020-04-12 22:18:51,196 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:dbde73ae9bun0mud95j3ufn81b","clientSessionId":"5218e220-0a61-4edf-87b1-66453929229e","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:18:51 2020-04-12 22:18:51,196 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 7.024349 ms - MDC[]
18:18:51 2020-04-12 22:18:51,197 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:gahg91icuc28rqrr09sjb6mohj (requested by UI) - MDC[]
18:18:51 2020-04-12 22:18:51,198 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.dispose'  - MDC[]
18:18:51 2020-04-12 22:18:51,198 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:gahg91icuc28rqrr09sjb6mohj... - MDC[]
18:18:51 2020-04-12 22:18:51,198 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:gahg91icuc28rqrr09sjb6mohj from store (clientSessionId=5218e220-0a61-4edf-87b1-66453929229e) - MDC[]
18:18:51 2020-04-12 22:18:51,198 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 1 UI sessions and 0 preregistered UI session remaining for client session 5218e220-0a61-4edf-87b1-66453929229e - MDC[]
18:18:51 2020-04-12 22:18:51,199 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:dbde73ae9bun0mud95j3ufn81b (requested by UI) - MDC[]
18:18:51 2020-04-12 22:18:51,199 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.dispose'  - MDC[]
18:18:51 2020-04-12 22:18:51,199 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:dbde73ae9bun0mud95j3ufn81b... - MDC[]
18:18:51 2020-04-12 22:18:51,199 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:dbde73ae9bun0mud95j3ufn81b from store (clientSessionId=5218e220-0a61-4edf-87b1-66453929229e) - MDC[]
18:18:51 2020-04-12 22:18:51,199 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 5218e220-0a61-4edf-87b1-66453929229e - MDC[]
18:18:51 2020-04-12 22:18:51,199 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 5218e220-0a61-4edf-87b1-66453929229e - MDC[]
18:18:51 2020-04-12 22:18:51,200 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiDetached'  - MDC[jobName=Detaching Gui]
18:18:53 2020-04-12 22:18:53,199 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'SessionStore.doHousekeeping'  - MDC[jobName=Performing session housekeeping for client session with ID 5218e220-0a61-4edf-87b1-66453929229e]
18:18:53 2020-04-12 22:18:53,199 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 5218e220-0a61-4edf-87b1-66453929229e referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 5218e220-0a61-4edf-87b1-66453929229e]
18:18:53 2020-04-12 22:18:53,199 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 5218e220-0a61-4edf-87b1-66453929229e because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 5218e220-0a61-4edf-87b1-66453929229e]
18:18:53 2020-04-12 22:18:53,201 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 5218e220-0a61-4edf-87b1-66453929229e to shut down... - MDC[jobName=Force shutting down client session 5218e220-0a61-4edf-87b1-66453929229e by session housekeeping]
18:18:53 2020-04-12 22:18:53,202 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopping'  - MDC[jobName=Force shutting down client session 5218e220-0a61-4edf-87b1-66453929229e by session housekeeping]
18:18:53 2020-04-12 22:18:53,202 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execStoreSession'  - MDC[jobName=Force shutting down client session 5218e220-0a61-4edf-87b1-66453929229e by session housekeeping]
18:18:53 2020-04-12 22:18:53,202 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execClosing'  - MDC[jobName=Force shutting down client session 5218e220-0a61-4edf-87b1-66453929229e by session housekeeping]
18:18:53 2020-04-12 22:18:53,203 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@6d9bab8c[id = 5218e220-0a61-4edf-87b1-66453929229e], user=null] - MDC[jobName=Force shutting down client session 5218e220-0a61-4edf-87b1-66453929229e by session housekeeping]
18:18:53 2020-04-12 22:18:53,203 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopped'  - MDC[jobName=Force shutting down client session 5218e220-0a61-4edf-87b1-66453929229e by session housekeeping]
18:18:53 2020-04-12 22:18:53,203 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 5218e220-0a61-4edf-87b1-66453929229e terminated. - MDC[jobName=Force shutting down client session 5218e220-0a61-4edf-87b1-66453929229e by session housekeeping]
18:18:53 2020-04-12 22:18:53,203 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 5218e220-0a61-4edf-87b1-66453929229e from session store - MDC[jobName=Performing session housekeeping for client session with ID 5218e220-0a61-4edf-87b1-66453929229e]
18:18:53 2020-04-12 22:18:53,203 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 5218e220-0a61-4edf-87b1-66453929229e]
18:18:53 2020-04-12 22:18:53,203 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 5218e220-0a61-4edf-87b1-66453929229e]
18:18:53 2020-04-12 22:18:53,204 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 5218e220-0a61-4edf-87b1-66453929229e]
18:18:53 2020-04-12 22:18:53,205 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:18:53 2020-04-12 22:18:53,206 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:18:53 2020-04-12 22:18:53,206 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true} - MDC[]
18:18:53 2020-04-12 22:18:53,206 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:18:53 2020-04-12 22:18:53,206 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
18:18:53 2020-04-12 22:18:53,206 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.init'  - MDC[]
18:18:53 2020-04-12 22:18:53,207 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
18:18:53 2020-04-12 22:18:53,207 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:3momrbijg30dg3t7ltmuvn4bgn - MDC[]
18:18:53 2020-04-12 22:18:53,208 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execLoadSession'  - MDC[jobName=Starting ClientSession [sessionId=c66ad83c-31e6-41e6-9ec7-802cf83cfa44]]
18:18:53 2020-04-12 22:18:53,209 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@2bce21b1[id = c66ad83c-31e6-41e6-9ec7-802cf83cfa44], user=null] - MDC[jobName=Starting ClientSession [sessionId=c66ad83c-31e6-41e6-9ec7-802cf83cfa44]]
18:18:53 2020-04-12 22:18:53,209 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=c66ad83c-31e6-41e6-9ec7-802cf83cfa44, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:18:53 2020-04-12 22:18:53,210 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:18:53 2020-04-12 22:18:53,210 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execOpened'  - MDC[jobName=Starting Desktop]
18:18:53 2020-04-12 22:18:53,211 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiAttached'  - MDC[jobName=Starting Desktop]
18:18:53 2020-04-12 22:18:53,213 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@672f69f7 - MDC[]
18:18:53 2020-04-12 22:18:53,213 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:3momrbijg30dg3t7ltmuvn4bgn initialized - MDC[]
18:18:53 2020-04-12 22:18:53,213 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:3momrbijg30dg3t7ltmuvn4bgn in store (clientSessionId=c66ad83c-31e6-41e6-9ec7-802cf83cfa44) - MDC[]
18:18:53 2020-04-12 22:18:53,213 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:3momrbijg30dg3t7ltmuvn4bgn in 6.877033 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
18:18:53 2020-04-12 22:18:53,215 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:18:53 2020-04-12 22:18:53,215 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
18:18:53 2020-04-12 22:18:53,216 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:3momrbijg30dg3t7ltmuvn4bgn","clientSessionId":"c66ad83c-31e6-41e6-9ec7-802cf83cfa44","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:18:53 2020-04-12 22:18:53,216 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 10.247604 ms - MDC[]
18:18:53 2020-04-12 22:18:53,217 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:3momrbijg30dg3t7ltmuvn4bgn (requested by UI) - MDC[]
18:18:53 2020-04-12 22:18:53,218 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.dispose'  - MDC[]
18:18:53 2020-04-12 22:18:53,218 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:3momrbijg30dg3t7ltmuvn4bgn... - MDC[]
18:18:53 2020-04-12 22:18:53,218 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:3momrbijg30dg3t7ltmuvn4bgn from store (clientSessionId=c66ad83c-31e6-41e6-9ec7-802cf83cfa44) - MDC[]
18:18:53 2020-04-12 22:18:53,218 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session c66ad83c-31e6-41e6-9ec7-802cf83cfa44 - MDC[]
18:18:53 2020-04-12 22:18:53,218 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID c66ad83c-31e6-41e6-9ec7-802cf83cfa44 - MDC[]
18:18:53 2020-04-12 22:18:53,219 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiDetached'  - MDC[jobName=Detaching Gui]
18:18:53 2020-04-12 22:18:53,221 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:18:53 2020-04-12 22:18:53,221 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true, "clientSessionId":"c66ad83c-31e6-41e6-9ec7-802cf83cfa44"} - MDC[]
18:18:53 2020-04-12 22:18:53,221 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:18:53 2020-04-12 22:18:53,221 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
18:18:53 2020-04-12 22:18:53,221 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.init'  - MDC[]
18:18:53 2020-04-12 22:18:53,222 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
18:18:53 2020-04-12 22:18:53,222 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:c377is40d07k3rjt3pc6o0mm9v - MDC[]
18:18:53 2020-04-12 22:18:53,222 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID c66ad83c-31e6-41e6-9ec7-802cf83cfa44 reserved for use - session housekeeping cancelled! - MDC[]
18:18:53 2020-04-12 22:18:53,222 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Using cached client session [clientSessionId=c66ad83c-31e6-41e6-9ec7-802cf83cfa44] - MDC[]
18:18:53 2020-04-12 22:18:53,222 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:18:53 2020-04-12 22:18:53,223 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiAttached'  - MDC[jobName=Starting Desktop]
18:18:53 2020-04-12 22:18:53,225 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@672f69f7 - MDC[]
18:18:53 2020-04-12 22:18:53,225 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:c377is40d07k3rjt3pc6o0mm9v initialized - MDC[]
18:18:53 2020-04-12 22:18:53,225 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:c377is40d07k3rjt3pc6o0mm9v in store (clientSessionId=c66ad83c-31e6-41e6-9ec7-802cf83cfa44) - MDC[]
18:18:53 2020-04-12 22:18:53,225 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:c377is40d07k3rjt3pc6o0mm9v in 3.808748 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
18:18:53 2020-04-12 22:18:53,227 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:18:53 2020-04-12 22:18:53,227 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
18:18:53 2020-04-12 22:18:53,228 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:c377is40d07k3rjt3pc6o0mm9v","clientSessionId":"c66ad83c-31e6-41e6-9ec7-802cf83cfa44","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:18:53 2020-04-12 22:18:53,228 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 7.032240 ms - MDC[]
18:18:53 2020-04-12 22:18:53,229 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:c377is40d07k3rjt3pc6o0mm9v (requested by UI) - MDC[]
18:18:53 2020-04-12 22:18:53,229 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.dispose'  - MDC[]
18:18:53 2020-04-12 22:18:53,229 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:c377is40d07k3rjt3pc6o0mm9v... - MDC[]
18:18:53 2020-04-12 22:18:53,229 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:c377is40d07k3rjt3pc6o0mm9v from store (clientSessionId=c66ad83c-31e6-41e6-9ec7-802cf83cfa44) - MDC[]
18:18:53 2020-04-12 22:18:53,229 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session c66ad83c-31e6-41e6-9ec7-802cf83cfa44 - MDC[]
18:18:53 2020-04-12 22:18:53,229 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID c66ad83c-31e6-41e6-9ec7-802cf83cfa44 - MDC[]
18:18:53 2020-04-12 22:18:53,230 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiDetached'  - MDC[jobName=Detaching Gui]
18:18:55 2020-04-12 22:18:55,231 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'SessionStore.doHousekeeping'  - MDC[jobName=Performing session housekeeping for client session with ID c66ad83c-31e6-41e6-9ec7-802cf83cfa44]
18:18:55 2020-04-12 22:18:55,232 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session c66ad83c-31e6-41e6-9ec7-802cf83cfa44 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID c66ad83c-31e6-41e6-9ec7-802cf83cfa44]
18:18:55 2020-04-12 22:18:55,232 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID c66ad83c-31e6-41e6-9ec7-802cf83cfa44 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID c66ad83c-31e6-41e6-9ec7-802cf83cfa44]
18:18:55 2020-04-12 22:18:55,233 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID c66ad83c-31e6-41e6-9ec7-802cf83cfa44 to shut down... - MDC[jobName=Force shutting down client session c66ad83c-31e6-41e6-9ec7-802cf83cfa44 by session housekeeping]
18:18:55 2020-04-12 22:18:55,234 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopping'  - MDC[jobName=Force shutting down client session c66ad83c-31e6-41e6-9ec7-802cf83cfa44 by session housekeeping]
18:18:55 2020-04-12 22:18:55,234 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execStoreSession'  - MDC[jobName=Force shutting down client session c66ad83c-31e6-41e6-9ec7-802cf83cfa44 by session housekeeping]
18:18:55 2020-04-12 22:18:55,234 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execClosing'  - MDC[jobName=Force shutting down client session c66ad83c-31e6-41e6-9ec7-802cf83cfa44 by session housekeeping]
18:18:55 2020-04-12 22:18:55,235 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@2bce21b1[id = c66ad83c-31e6-41e6-9ec7-802cf83cfa44], user=null] - MDC[jobName=Force shutting down client session c66ad83c-31e6-41e6-9ec7-802cf83cfa44 by session housekeeping]
18:18:55 2020-04-12 22:18:55,235 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopped'  - MDC[jobName=Force shutting down client session c66ad83c-31e6-41e6-9ec7-802cf83cfa44 by session housekeeping]
18:18:55 2020-04-12 22:18:55,235 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID c66ad83c-31e6-41e6-9ec7-802cf83cfa44 terminated. - MDC[jobName=Force shutting down client session c66ad83c-31e6-41e6-9ec7-802cf83cfa44 by session housekeeping]
18:18:55 2020-04-12 22:18:55,236 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID c66ad83c-31e6-41e6-9ec7-802cf83cfa44 from session store - MDC[jobName=Performing session housekeeping for client session with ID c66ad83c-31e6-41e6-9ec7-802cf83cfa44]
18:18:55 2020-04-12 22:18:55,236 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 c66ad83c-31e6-41e6-9ec7-802cf83cfa44]
18:18:55 2020-04-12 22:18:55,236 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 c66ad83c-31e6-41e6-9ec7-802cf83cfa44]
18:18:55 2020-04-12 22:18:55,237 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 c66ad83c-31e6-41e6-9ec7-802cf83cfa44]
18:18:55 2020-04-12 22:18:55,238 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:18:55 2020-04-12 22:18:55,239 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:18:55 2020-04-12 22:18:55,240 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true} - MDC[]
18:18:55 2020-04-12 22:18:55,240 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:18:55 2020-04-12 22:18:55,240 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
18:18:55 2020-04-12 22:18:55,240 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.init'  - MDC[]
18:18:55 2020-04-12 22:18:55,240 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
18:18:55 2020-04-12 22:18:55,241 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:lllv617u6e4ljsc7flpmep71c3 - MDC[]
18:18:55 2020-04-12 22:18:55,242 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execLoadSession'  - MDC[jobName=Starting ClientSession [sessionId=71f63917-6ca0-47b3-9734-dac3ed6eed0c]]
18:18:55 2020-04-12 22:18:55,244 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@37744d3f[id = 71f63917-6ca0-47b3-9734-dac3ed6eed0c], user=null] - MDC[jobName=Starting ClientSession [sessionId=71f63917-6ca0-47b3-9734-dac3ed6eed0c]]
18:18:55 2020-04-12 22:18:55,244 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=71f63917-6ca0-47b3-9734-dac3ed6eed0c, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:18:55 2020-04-12 22:18:55,245 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:18:55 2020-04-12 22:18:55,245 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execOpened'  - MDC[jobName=Starting Desktop]
18:18:55 2020-04-12 22:18:55,246 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiAttached'  - MDC[jobName=Starting Desktop]
18:18:55 2020-04-12 22:18:55,248 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@672f69f7 - MDC[]
18:18:55 2020-04-12 22:18:55,248 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:lllv617u6e4ljsc7flpmep71c3 initialized - MDC[]
18:18:55 2020-04-12 22:18:55,248 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:lllv617u6e4ljsc7flpmep71c3 in store (clientSessionId=71f63917-6ca0-47b3-9734-dac3ed6eed0c) - MDC[]
18:18:55 2020-04-12 22:18:55,248 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:lllv617u6e4ljsc7flpmep71c3 in 8.346763 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
18:18:55 2020-04-12 22:18:55,250 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:18:55 2020-04-12 22:18:55,251 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
18:18:55 2020-04-12 22:18:55,251 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:lllv617u6e4ljsc7flpmep71c3","clientSessionId":"71f63917-6ca0-47b3-9734-dac3ed6eed0c","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:18:55 2020-04-12 22:18:55,251 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 11.862276 ms - MDC[]
18:18:55 2020-04-12 22:18:55,252 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:18:55 2020-04-12 22:18:55,253 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true, "clientSessionId":"71f63917-6ca0-47b3-9734-dac3ed6eed0c"} - MDC[]
18:18:55 2020-04-12 22:18:55,253 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:18:55 2020-04-12 22:18:55,253 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
18:18:55 2020-04-12 22:18:55,254 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.init'  - MDC[]
18:18:55 2020-04-12 22:18:55,254 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
18:18:55 2020-04-12 22:18:55,254 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:ebhq0d0a6l5sa2j8c4cvdcgfco - MDC[]
18:18:55 2020-04-12 22:18:55,254 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Using cached client session [clientSessionId=71f63917-6ca0-47b3-9734-dac3ed6eed0c] - MDC[]
18:18:55 2020-04-12 22:18:55,254 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:18:55 2020-04-12 22:18:55,257 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@672f69f7 - MDC[]
18:18:55 2020-04-12 22:18:55,258 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:ebhq0d0a6l5sa2j8c4cvdcgfco initialized - MDC[]
18:18:55 2020-04-12 22:18:55,258 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:ebhq0d0a6l5sa2j8c4cvdcgfco in store (clientSessionId=71f63917-6ca0-47b3-9734-dac3ed6eed0c) - MDC[]
18:18:55 2020-04-12 22:18:55,258 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:ebhq0d0a6l5sa2j8c4cvdcgfco in 4.540472 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
18:18:55 2020-04-12 22:18:55,259 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:18:55 2020-04-12 22:18:55,260 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
18:18:55 2020-04-12 22:18:55,260 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:ebhq0d0a6l5sa2j8c4cvdcgfco","clientSessionId":"71f63917-6ca0-47b3-9734-dac3ed6eed0c","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:18:55 2020-04-12 22:18:55,260 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 7.805476 ms - MDC[]
18:18:55 2020-04-12 22:18:55,261 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:lllv617u6e4ljsc7flpmep71c3 (requested by UI) - MDC[]
18:18:55 2020-04-12 22:18:55,261 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.dispose'  - MDC[]
18:18:55 2020-04-12 22:18:55,262 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:lllv617u6e4ljsc7flpmep71c3... - MDC[]
18:18:55 2020-04-12 22:18:55,262 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:lllv617u6e4ljsc7flpmep71c3 from store (clientSessionId=71f63917-6ca0-47b3-9734-dac3ed6eed0c) - MDC[]
18:18:55 2020-04-12 22:18:55,262 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 1 UI sessions and 0 preregistered UI session remaining for client session 71f63917-6ca0-47b3-9734-dac3ed6eed0c - MDC[]
18:18:55 2020-04-12 22:18:55,263 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler - Unloading UI session with ID 0:ebhq0d0a6l5sa2j8c4cvdcgfco (requested by UI) - MDC[]
18:18:55 2020-04-12 22:18:55,264 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.dispose'  - MDC[]
18:18:55 2020-04-12 22:18:55,264 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:ebhq0d0a6l5sa2j8c4cvdcgfco... - MDC[]
18:18:55 2020-04-12 22:18:55,264 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:ebhq0d0a6l5sa2j8c4cvdcgfco from store (clientSessionId=71f63917-6ca0-47b3-9734-dac3ed6eed0c) - MDC[]
18:18:55 2020-04-12 22:18:55,264 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 71f63917-6ca0-47b3-9734-dac3ed6eed0c - MDC[]
18:18:55 2020-04-12 22:18:55,264 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 71f63917-6ca0-47b3-9734-dac3ed6eed0c - MDC[]
18:18:55 2020-04-12 22:18:55,264 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiDetached'  - MDC[jobName=Detaching Gui]
18:18:57 2020-04-12 22:18:57,265 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'SessionStore.doHousekeeping'  - MDC[jobName=Performing session housekeeping for client session with ID 71f63917-6ca0-47b3-9734-dac3ed6eed0c]
18:18:57 2020-04-12 22:18:57,265 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 71f63917-6ca0-47b3-9734-dac3ed6eed0c referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 71f63917-6ca0-47b3-9734-dac3ed6eed0c]
18:18:57 2020-04-12 22:18:57,265 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 71f63917-6ca0-47b3-9734-dac3ed6eed0c because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 71f63917-6ca0-47b3-9734-dac3ed6eed0c]
18:18:57 2020-04-12 22:18:57,266 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 71f63917-6ca0-47b3-9734-dac3ed6eed0c to shut down... - MDC[jobName=Force shutting down client session 71f63917-6ca0-47b3-9734-dac3ed6eed0c by session housekeeping]
18:18:57 2020-04-12 22:18:57,266 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopping'  - MDC[jobName=Force shutting down client session 71f63917-6ca0-47b3-9734-dac3ed6eed0c by session housekeeping]
18:18:57 2020-04-12 22:18:57,266 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execStoreSession'  - MDC[jobName=Force shutting down client session 71f63917-6ca0-47b3-9734-dac3ed6eed0c by session housekeeping]
18:18:57 2020-04-12 22:18:57,266 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execClosing'  - MDC[jobName=Force shutting down client session 71f63917-6ca0-47b3-9734-dac3ed6eed0c by session housekeeping]
18:18:57 2020-04-12 22:18:57,267 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@37744d3f[id = 71f63917-6ca0-47b3-9734-dac3ed6eed0c], user=null] - MDC[jobName=Force shutting down client session 71f63917-6ca0-47b3-9734-dac3ed6eed0c by session housekeeping]
18:18:57 2020-04-12 22:18:57,267 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopped'  - MDC[jobName=Force shutting down client session 71f63917-6ca0-47b3-9734-dac3ed6eed0c by session housekeeping]
18:18:57 2020-04-12 22:18:57,267 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 71f63917-6ca0-47b3-9734-dac3ed6eed0c terminated. - MDC[jobName=Force shutting down client session 71f63917-6ca0-47b3-9734-dac3ed6eed0c by session housekeeping]
18:18:57 2020-04-12 22:18:57,267 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 71f63917-6ca0-47b3-9734-dac3ed6eed0c from session store - MDC[jobName=Performing session housekeeping for client session with ID 71f63917-6ca0-47b3-9734-dac3ed6eed0c]
18:18:57 2020-04-12 22:18:57,267 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 71f63917-6ca0-47b3-9734-dac3ed6eed0c]
18:18:57 2020-04-12 22:18:57,267 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 71f63917-6ca0-47b3-9734-dac3ed6eed0c]
18:18:57 2020-04-12 22:18:57,267 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 71f63917-6ca0-47b3-9734-dac3ed6eed0c]
18:18:57 2020-04-12 22:18:57,269 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:18:57 2020-04-12 22:18:57,269 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:18:57 2020-04-12 22:18:57,270 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Received: {"startup":true} - MDC[]
18:18:57 2020-04-12 22:18:57,270 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request started - MDC[]
18:18:57 2020-04-12 22:18:57,270 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Creating new UI session.... - MDC[]
18:18:57 2020-04-12 22:18:57,270 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.init'  - MDC[]
18:18:57 2020-04-12 22:18:57,270 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
18:18:57 2020-04-12 22:18:57,270 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:7r1b9b4ol7ej5ou4jj4rkoa6s8 - MDC[]
18:18:57 2020-04-12 22:18:57,272 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execLoadSession'  - MDC[jobName=Starting ClientSession [sessionId=07e7ea53-eff1-4e20-9900-c58cc4f8d9a6]]
18:18:57 2020-04-12 22:18:57,273 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@4081c2dc[id = 07e7ea53-eff1-4e20-9900-c58cc4f8d9a6], user=null] - MDC[jobName=Starting ClientSession [sessionId=07e7ea53-eff1-4e20-9900-c58cc4f8d9a6]]
18:18:57 2020-04-12 22:18:57,273 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=07e7ea53-eff1-4e20-9900-c58cc4f8d9a6, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:18:57 2020-04-12 22:18:57,273 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:18:57 2020-04-12 22:18:57,274 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execOpened'  - MDC[jobName=Starting Desktop]
18:18:57 2020-04-12 22:18:57,274 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiAttached'  - MDC[jobName=Starting Desktop]
18:18:57 2020-04-12 22:18:57,276 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@672f69f7 - MDC[]
18:18:57 2020-04-12 22:18:57,276 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:7r1b9b4ol7ej5ou4jj4rkoa6s8 initialized - MDC[]
18:18:57 2020-04-12 22:18:57,276 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:7r1b9b4ol7ej5ou4jj4rkoa6s8 in store (clientSessionId=07e7ea53-eff1-4e20-9900-c58cc4f8d9a6) - MDC[]
18:18:57 2020-04-12 22:18:57,276 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - Created new UI session with ID 0:7r1b9b4ol7ej5ou4jj4rkoa6s8 in 6.163846 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
18:18:57 2020-04-12 22:18:57,278 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:18:57 2020-04-12 22:18:57,278 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Adapter count after request: 3 - MDC[]
18:18:57 2020-04-12 22:18:57,279 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper - Returned: {"startupData":{"uiSessionId":"0:7r1b9b4ol7ej5ou4jj4rkoa6s8","clientSessionId":"07e7ea53-eff1-4e20-9900-c58cc4f8d9a6","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:18:57 2020-04-12 22:18:57,279 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler - JSON request completed in 9.288458 ms - MDC[]
18:18:57 2020-04-12 22:18:57,280 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopping'  - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
18:18:57 2020-04-12 22:18:57,280 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:7r1b9b4ol7ej5ou4jj4rkoa6s8 [clientSessionId=07e7ea53-eff1-4e20-9900-c58cc4f8d9a6, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
18:18:57 2020-04-12 22:18:57,281 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'UiSession.dispose'  - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
18:18:57 2020-04-12 22:18:57,281 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:7r1b9b4ol7ej5ou4jj4rkoa6s8... - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
18:18:57 2020-04-12 22:18:57,281 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:7r1b9b4ol7ej5ou4jj4rkoa6s8 from store (clientSessionId=07e7ea53-eff1-4e20-9900-c58cc4f8d9a6) - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
18:18:57 2020-04-12 22:18:57,281 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 07e7ea53-eff1-4e20-9900-c58cc4f8d9a6 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
18:18:57 2020-04-12 22:18:57,281 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 07e7ea53-eff1-4e20-9900-c58cc4f8d9a6 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
18:18:57 2020-04-12 22:18:57,281 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:7r1b9b4ol7ej5ou4jj4rkoa6s8 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
18:18:57 2020-04-12 22:18:57,281 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.execStoreSession'  - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
18:18:57 2020-04-12 22:18:57,281 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execGuiDetached'  - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
18:18:57 2020-04-12 22:18:57,281 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'Desktop.execClosing'  - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
18:18:57 2020-04-12 22:18:57,282 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@4081c2dc[id = 07e7ea53-eff1-4e20-9900-c58cc4f8d9a6], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
18:18:57 2020-04-12 22:18:57,282 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'ClientSession.stopped'  - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
18:18:59 2020-04-12 22:18:59,282 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest - New protocol entry: 'SessionStore.doHousekeeping'  - MDC[jobName=Performing session housekeeping for client session with ID 07e7ea53-eff1-4e20-9900-c58cc4f8d9a6]
18:18:59 2020-04-12 22:18:59,282 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 07e7ea53-eff1-4e20-9900-c58cc4f8d9a6 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 07e7ea53-eff1-4e20-9900-c58cc4f8d9a6]
18:18:59 2020-04-12 22:18:59,282 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 07e7ea53-eff1-4e20-9900-c58cc4f8d9a6 from session store - MDC[jobName=Performing session housekeeping for client session with ID 07e7ea53-eff1-4e20-9900-c58cc4f8d9a6]
18:18:59 2020-04-12 22:18:59,282 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 07e7ea53-eff1-4e20-9900-c58cc4f8d9a6]
18:18:59 2020-04-12 22:18:59,282 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 07e7ea53-eff1-4e20-9900-c58cc4f8d9a6]
18:18:59 2020-04-12 22:18:59,282 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 07e7ea53-eff1-4e20-9900-c58cc4f8d9a6]
18:18:59 2020-04-12 22:18:59,286 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller - Successfully uninstalled java.net.CookieManager@384b3fe7 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@4889fbba) - MDC[]
18:18:59 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.174 sec - in org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest
18:18:59 Running org.eclipse.scout.rt.ui.html.UiSessionTest
18:18:59 2020-04-12 22:18:59,290 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:18:59 2020-04-12 22:18:59,291 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:5p87ctiluo8ih14irc5b0h0vt0 - MDC[]
18:18:59 2020-04-12 22:18:59,300 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3a7c60e2[id = df59aa4c-35e1-4741-bcc4-e7782c73a9a6], user=default] - MDC[jobName=Starting ClientSession [sessionId=df59aa4c-35e1-4741-bcc4-e7782c73a9a6]]
18:18:59 2020-04-12 22:18:59,300 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=df59aa4c-35e1-4741-bcc4-e7782c73a9a6, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:18:59 2020-04-12 22:18:59,301 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:18:59 2020-04-12 22:18:59,302 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.JsonObjectFactory@906f8b6] - MDC[jobName=Starting JsonClientSession]
18:18:59 2020-04-12 22:18:59,303 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5d782a4a - MDC[]
18:18:59 2020-04-12 22:18:59,304 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:5p87ctiluo8ih14irc5b0h0vt0 initialized - MDC[]
18:18:59 2020-04-12 22:18:59,304 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:5p87ctiluo8ih14irc5b0h0vt0 in store (clientSessionId=df59aa4c-35e1-4741-bcc4-e7782c73a9a6) - MDC[]
18:18:59 2020-04-12 22:18:59,304 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:18:59 2020-04-12 22:18:59,305 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Waiting for 1 client sessions to stop... - MDC[]
18:18:59 2020-04-12 22:18:59,305 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Shutting down client session with ID df59aa4c-35e1-4741-bcc4-e7782c73a9a6 due to invalidation of HTTP session - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,305 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID df59aa4c-35e1-4741-bcc4-e7782c73a9a6 to shut down... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,306 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:5p87ctiluo8ih14irc5b0h0vt0 [clientSessionId=df59aa4c-35e1-4741-bcc4-e7782c73a9a6, processingJsonRequest=false] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,306 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:5p87ctiluo8ih14irc5b0h0vt0... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,306 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:5p87ctiluo8ih14irc5b0h0vt0 from store (clientSessionId=df59aa4c-35e1-4741-bcc4-e7782c73a9a6) - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,306 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session df59aa4c-35e1-4741-bcc4-e7782c73a9a6 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,306 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID df59aa4c-35e1-4741-bcc4-e7782c73a9a6 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,306 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:5p87ctiluo8ih14irc5b0h0vt0 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,306 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session df59aa4c-35e1-4741-bcc4-e7782c73a9a6 is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID df59aa4c-35e1-4741-bcc4-e7782c73a9a6]
18:18:59 2020-04-12 22:18:59,307 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID df59aa4c-35e1-4741-bcc4-e7782c73a9a6 from session store - MDC[jobName=Performing session housekeeping for client session with ID df59aa4c-35e1-4741-bcc4-e7782c73a9a6]
18:18:59 2020-04-12 22:18:59,307 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 df59aa4c-35e1-4741-bcc4-e7782c73a9a6]
18:18:59 2020-04-12 22:18:59,307 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3a7c60e2[id = df59aa4c-35e1-4741-bcc4-e7782c73a9a6], user=default] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,307 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID df59aa4c-35e1-4741-bcc4-e7782c73a9a6 terminated. - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,307 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID df59aa4c-35e1-4741-bcc4-e7782c73a9a6 from session store - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,307 DEBUG [scout-model-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=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,307 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Session shutdown complete. - MDC[]
18:18:59 2020-04-12 22:18:59,431 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:18:59 2020-04-12 22:18:59,432 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:h78nakc0c3l72tprht60ioor1c - MDC[]
18:18:59 2020-04-12 22:18:59,435 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@21aab593[id = 5f632e4e-0883-4bd8-b5ed-23677ce7329a], user=default] - MDC[jobName=Starting ClientSession [sessionId=5f632e4e-0883-4bd8-b5ed-23677ce7329a]]
18:18:59 2020-04-12 22:18:59,435 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=5f632e4e-0883-4bd8-b5ed-23677ce7329a, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:18:59 2020-04-12 22:18:59,435 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:18:59 2020-04-12 22:18:59,437 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5d782a4a - MDC[]
18:18:59 2020-04-12 22:18:59,438 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:h78nakc0c3l72tprht60ioor1c initialized - MDC[]
18:18:59 2020-04-12 22:18:59,438 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:h78nakc0c3l72tprht60ioor1c in store (clientSessionId=5f632e4e-0883-4bd8-b5ed-23677ce7329a) - MDC[]
18:18:59 2020-04-12 22:18:59,456 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.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6eb91e85 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$8]
18:18:59 2020-04-12 22:18:59,457 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:18:59 2020-04-12 22:18:59,457 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Waiting for 1 client sessions to stop... - MDC[]
18:18:59 2020-04-12 22:18:59,457 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Shutting down client session with ID 5f632e4e-0883-4bd8-b5ed-23677ce7329a due to invalidation of HTTP session - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,457 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 5f632e4e-0883-4bd8-b5ed-23677ce7329a to shut down... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,458 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:h78nakc0c3l72tprht60ioor1c [clientSessionId=5f632e4e-0883-4bd8-b5ed-23677ce7329a, processingJsonRequest=false] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,458 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:h78nakc0c3l72tprht60ioor1c... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,458 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:h78nakc0c3l72tprht60ioor1c from store (clientSessionId=5f632e4e-0883-4bd8-b5ed-23677ce7329a) - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,458 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 5f632e4e-0883-4bd8-b5ed-23677ce7329a - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,458 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 5f632e4e-0883-4bd8-b5ed-23677ce7329a - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,458 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 5f632e4e-0883-4bd8-b5ed-23677ce7329a is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 5f632e4e-0883-4bd8-b5ed-23677ce7329a]
18:18:59 2020-04-12 22:18:59,459 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:h78nakc0c3l72tprht60ioor1c - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:18:59 2020-04-12 22:18:59,459 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 5f632e4e-0883-4bd8-b5ed-23677ce7329a from session store - MDC[jobName=Performing session housekeeping for client session with ID 5f632e4e-0883-4bd8-b5ed-23677ce7329a]
18:18:59 2020-04-12 22:18:59,459 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 5f632e4e-0883-4bd8-b5ed-23677ce7329a]
18:19:00 2020-04-12 22:19:00,459 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:19:00 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:19:00 	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateTimeoutException(JobExceptionTranslator.java:56)
18:19:00 	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:177)
18:19:00 	at org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:569)
18:19:00 	at org.eclipse.scout.rt.ui.html.json.testing.JsonTestUtility$1.answer(JsonTestUtility.java:80)
18:19:00 	at org.eclipse.scout.rt.ui.html.json.testing.JsonTestUtility$1.answer(JsonTestUtility.java:1)
18:19:00 	at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34)
18:19:00 	at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91)
18:19:00 	at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29)
18:19:00 	at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38)
18:19:00 	at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59)
18:19:00 	at $javax.servlet.http.HttpSession$$EnhancerByMockitoWithCGLIB$$7e14359e.invalidate(<generated>)
18:19:00 	at org.eclipse.scout.rt.ui.html.UiSessionTest.doTestSessionTimeoutWithBlockingModelDisposal(UiSessionTest.java:320)
18:19:00 	at org.eclipse.scout.rt.ui.html.UiSessionTest.testSessionTimeoutOpenFormThatWaitsOnJob(UiSessionTest.java:280)
18:19:00 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:19:00 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:19:00 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:19:00 	at java.lang.reflect.Method.invoke(Method.java:498)
18:19:00 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:19:00 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:19:00 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:19:00 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:19:00 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
18:19:00 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
18:19:00 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:19:00 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:19:00 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:19:00 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:19:00 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:19:00 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:19:00 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:19:00 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:19:00 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:19:00 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:19:00 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:19:00 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:19:00 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:19:00 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:19:00 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:19:00 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:19:00 Caused by: java.util.concurrent.TimeoutException: null
18:19:00 	at org.eclipse.scout.rt.platform.job.internal.FutureSet.awaitDone(FutureSet.java:197)
18:19:00 	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:174)
18:19:00 	... 37 common frames omitted
18:19:00 2020-04-12 22:19:00,460 ERROR [scout-model-thread-25] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop - Exception while closing forms - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:00 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while waiting for a job to complete [calling-thread=scout-model-thread-25, job=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm$1, form=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm]
18:19:00 	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateInterruptedException(JobExceptionTranslator.java:49)
18:19:00 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:340)
18:19:00 	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:72)
18:19:00 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1923)
18:19:00 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2039)
18:19:00 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
18:19:00 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462)
18:19:00 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:19:00 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:19:00 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:19:00 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:19:00 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:19:00 	at java.lang.reflect.Method.invoke(Method.java:498)
18:19:00 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:19:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:00 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:19:00 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:19:00 	at com.sun.proxy.$Proxy24.closeFromUI(Unknown Source)
18:19:00 	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
18:19:00 	at org.eclipse.scout.rt.ui.html.SessionStore$3.run(SessionStore.java:539)
18:19:00 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:19:00 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:19:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:00 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:19:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:19:00 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:19:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:00 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:19:00 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:19:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:19:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:00 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:19:00 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:19:00 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:19:00 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:19:00 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:19:00 	at java.lang.Thread.run(Thread.java:748)
18:19:00 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:19:00 Caused by: java.lang.InterruptedException: null
18:19:00 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
18:19:00 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
18:19:00 	at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:164)
18:19:00 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:333)
18:19:00 	... 38 common frames omitted
18:19:00 2020-04-12 22:19:00,461 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@21aab593[id = 5f632e4e-0883-4bd8-b5ed-23677ce7329a], user=default] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:00 2020-04-12 22:19:00,461 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 5f632e4e-0883-4bd8-b5ed-23677ce7329a terminated. - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:00 2020-04-12 22:19:00,461 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 5f632e4e-0883-4bd8-b5ed-23677ce7329a from session store - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:00 2020-04-12 22:19:00,461 DEBUG [scout-model-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=Closing desktop due to HTTP session invalidation]
18:19:00 2020-04-12 22:19:00,660 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:19:00 2020-04-12 22:19:00,661 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:80mof8maht5l8ggirl8cg1cdmv - MDC[]
18:19:00 2020-04-12 22:19:00,663 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1b08b844[id = 112cc91c-e805-451b-9166-5e414696f6ef], user=default] - MDC[jobName=Starting ClientSession [sessionId=112cc91c-e805-451b-9166-5e414696f6ef]]
18:19:00 2020-04-12 22:19:00,664 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=112cc91c-e805-451b-9166-5e414696f6ef, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:19:00 2020-04-12 22:19:00,664 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:19:00 2020-04-12 22:19:00,666 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5d782a4a - MDC[]
18:19:00 2020-04-12 22:19:00,666 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:80mof8maht5l8ggirl8cg1cdmv initialized - MDC[]
18:19:00 2020-04-12 22:19:00,667 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:80mof8maht5l8ggirl8cg1cdmv in store (clientSessionId=112cc91c-e805-451b-9166-5e414696f6ef) - MDC[]
18:19:00 2020-04-12 22:19:00,670 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.client.testenvironment.ui.desktop.TestEnvironmentDesktop@2352a07c - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
18:19:00 2020-04-12 22:19:00,671 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:80mof8maht5l8ggirl8cg1cdmv [clientSessionId=112cc91c-e805-451b-9166-5e414696f6ef, processingJsonRequest=false] - MDC[]
18:19:00 2020-04-12 22:19:00,671 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:80mof8maht5l8ggirl8cg1cdmv... - MDC[]
18:19:00 2020-04-12 22:19:00,671 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:80mof8maht5l8ggirl8cg1cdmv from store (clientSessionId=112cc91c-e805-451b-9166-5e414696f6ef) - MDC[]
18:19:00 2020-04-12 22:19:00,671 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 112cc91c-e805-451b-9166-5e414696f6ef - MDC[]
18:19:00 2020-04-12 22:19:00,671 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 112cc91c-e805-451b-9166-5e414696f6ef - MDC[]
18:19:00 2020-04-12 22:19:00,672 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 112cc91c-e805-451b-9166-5e414696f6ef referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 112cc91c-e805-451b-9166-5e414696f6ef]
18:19:00 2020-04-12 22:19:00,672 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 112cc91c-e805-451b-9166-5e414696f6ef because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 112cc91c-e805-451b-9166-5e414696f6ef]
18:19:00 2020-04-12 22:19:00,672 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:80mof8maht5l8ggirl8cg1cdmv - MDC[]
18:19:00 2020-04-12 22:19:00,673 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 112cc91c-e805-451b-9166-5e414696f6ef to shut down... - MDC[jobName=Force shutting down client session 112cc91c-e805-451b-9166-5e414696f6ef by session housekeeping]
18:19:00 2020-04-12 22:19:00,872 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:19:01 2020-04-12 22:19:01,672 WARN  [scout-thread-25] 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 112cc91c-e805-451b-9166-5e414696f6ef]
18:19:01 2020-04-12 22:19:01,673 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 112cc91c-e805-451b-9166-5e414696f6ef from session store - MDC[jobName=Performing session housekeeping for client session with ID 112cc91c-e805-451b-9166-5e414696f6ef]
18:19:01 2020-04-12 22:19:01,673 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 112cc91c-e805-451b-9166-5e414696f6ef]
18:19:01 2020-04-12 22:19:01,674 ERROR [scout-model-thread-22] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop - Exception while closing forms - MDC[jobName=Force shutting down client session 112cc91c-e805-451b-9166-5e414696f6ef by session housekeeping]
18:19:01 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:19:01 	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateInterruptedException(JobExceptionTranslator.java:49)
18:19:01 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:340)
18:19:01 	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:72)
18:19:01 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1923)
18:19:01 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2039)
18:19:01 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
18:19:01 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462)
18:19:01 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:19:01 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:19:01 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:19:01 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:19:01 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:19:01 	at java.lang.reflect.Method.invoke(Method.java:498)
18:19:01 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:19:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:01 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:19:01 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:19:01 	at com.sun.proxy.$Proxy24.closeFromUI(Unknown Source)
18:19:01 	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
18:19:01 	at org.eclipse.scout.rt.ui.html.SessionStore$2.run(SessionStore.java:411)
18:19:01 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:19:01 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:19:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:01 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:19:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:19:01 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:19:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:01 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:19:01 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:19:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:19:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:01 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:19:01 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:19:01 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:19:01 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:19:01 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:19:01 	at java.lang.Thread.run(Thread.java:748)
18:19:01 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:19:01 Caused by: java.lang.InterruptedException: null
18:19:01 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
18:19:01 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
18:19:01 	at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:164)
18:19:01 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:333)
18:19:01 	... 38 common frames omitted
18:19:01 2020-04-12 22:19:01,675 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1b08b844[id = 112cc91c-e805-451b-9166-5e414696f6ef], user=default] - MDC[jobName=Force shutting down client session 112cc91c-e805-451b-9166-5e414696f6ef by session housekeeping]
18:19:01 2020-04-12 22:19:01,675 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 112cc91c-e805-451b-9166-5e414696f6ef terminated. - MDC[jobName=Force shutting down client session 112cc91c-e805-451b-9166-5e414696f6ef by session housekeeping]
18:19:01 2020-04-12 22:19:01,874 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:19:01 2020-04-12 22:19:01,875 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:pqqicm7tkcgrkjhn2t29nvo6tv - MDC[]
18:19:01 2020-04-12 22:19:01,877 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@7267501e[id = 6d88d8fc-58dd-430f-b530-9d9da3920518], user=default] - MDC[jobName=Starting ClientSession [sessionId=6d88d8fc-58dd-430f-b530-9d9da3920518]]
18:19:01 2020-04-12 22:19:01,877 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=6d88d8fc-58dd-430f-b530-9d9da3920518, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:19:01 2020-04-12 22:19:01,878 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:19:01 2020-04-12 22:19:01,880 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5d782a4a - MDC[]
18:19:01 2020-04-12 22:19:01,880 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:pqqicm7tkcgrkjhn2t29nvo6tv initialized - MDC[]
18:19:01 2020-04-12 22:19:01,880 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:pqqicm7tkcgrkjhn2t29nvo6tv in store (clientSessionId=6d88d8fc-58dd-430f-b530-9d9da3920518) - MDC[]
18:19:01 2020-04-12 22:19:01,883 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@43dfa236 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
18:19:01 2020-04-12 22:19:01,883 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:pqqicm7tkcgrkjhn2t29nvo6tv [clientSessionId=6d88d8fc-58dd-430f-b530-9d9da3920518, processingJsonRequest=false] - MDC[]
18:19:01 2020-04-12 22:19:01,884 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:pqqicm7tkcgrkjhn2t29nvo6tv... - MDC[]
18:19:01 2020-04-12 22:19:01,884 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:pqqicm7tkcgrkjhn2t29nvo6tv from store (clientSessionId=6d88d8fc-58dd-430f-b530-9d9da3920518) - MDC[]
18:19:01 2020-04-12 22:19:01,884 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 6d88d8fc-58dd-430f-b530-9d9da3920518 - MDC[]
18:19:01 2020-04-12 22:19:01,884 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 6d88d8fc-58dd-430f-b530-9d9da3920518 - MDC[]
18:19:01 2020-04-12 22:19:01,884 DEBUG [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 6d88d8fc-58dd-430f-b530-9d9da3920518 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 6d88d8fc-58dd-430f-b530-9d9da3920518]
18:19:01 2020-04-12 22:19:01,884 INFO  [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 6d88d8fc-58dd-430f-b530-9d9da3920518 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 6d88d8fc-58dd-430f-b530-9d9da3920518]
18:19:01 2020-04-12 22:19:01,884 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:pqqicm7tkcgrkjhn2t29nvo6tv - MDC[]
18:19:01 2020-04-12 22:19:01,885 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 6d88d8fc-58dd-430f-b530-9d9da3920518 to shut down... - MDC[jobName=Force shutting down client session 6d88d8fc-58dd-430f-b530-9d9da3920518 by session housekeeping]
18:19:01 2020-04-12 22:19:01,886 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 6d88d8fc-58dd-430f-b530-9d9da3920518 by session housekeeping]
18:19:01 java.lang.IllegalStateException: null
18:19:01 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:338)
18:19:01 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:313)
18:19:01 	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:64)
18:19:01 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1923)
18:19:01 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2039)
18:19:01 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
18:19:01 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462)
18:19:01 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:19:01 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:19:01 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:19:01 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:19:01 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:19:01 	at java.lang.reflect.Method.invoke(Method.java:498)
18:19:01 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:19:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:01 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:19:01 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:19:01 	at com.sun.proxy.$Proxy24.closeFromUI(Unknown Source)
18:19:01 	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
18:19:01 	at org.eclipse.scout.rt.ui.html.SessionStore$2.run(SessionStore.java:411)
18:19:01 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:19:01 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:19:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:01 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:19:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:19:01 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:19:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:01 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:19:01 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:19:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:19:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:01 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:19:01 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:19:01 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:19:01 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:19:01 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:19:01 	at java.lang.Thread.run(Thread.java:748)
18:19:01 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:19:01 2020-04-12 22:19:01,886 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@7267501e[id = 6d88d8fc-58dd-430f-b530-9d9da3920518], user=default] - MDC[jobName=Force shutting down client session 6d88d8fc-58dd-430f-b530-9d9da3920518 by session housekeeping]
18:19:01 2020-04-12 22:19:01,887 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 6d88d8fc-58dd-430f-b530-9d9da3920518 terminated. - MDC[jobName=Force shutting down client session 6d88d8fc-58dd-430f-b530-9d9da3920518 by session housekeeping]
18:19:01 2020-04-12 22:19:01,887 DEBUG [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 6d88d8fc-58dd-430f-b530-9d9da3920518 from session store - MDC[jobName=Performing session housekeeping for client session with ID 6d88d8fc-58dd-430f-b530-9d9da3920518]
18:19:01 2020-04-12 22:19:01,887 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 6d88d8fc-58dd-430f-b530-9d9da3920518]
18:19:01 2020-04-12 22:19:01,887 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 6d88d8fc-58dd-430f-b530-9d9da3920518]
18:19:01 2020-04-12 22:19:01,887 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 6d88d8fc-58dd-430f-b530-9d9da3920518]
18:19:02 2020-04-12 22:19:02,085 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:19:02 2020-04-12 22:19:02,086 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:tfuj2ppgo9ffnc27lco4dvf92b - MDC[]
18:19:02 2020-04-12 22:19:02,090 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2d1cac5a[id = 5ba730a4-a0fe-4734-bb67-da956c632652], user=default] - MDC[jobName=Starting ClientSession [sessionId=5ba730a4-a0fe-4734-bb67-da956c632652]]
18:19:02 2020-04-12 22:19:02,090 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=5ba730a4-a0fe-4734-bb67-da956c632652, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:19:02 2020-04-12 22:19:02,091 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:19:02 2020-04-12 22:19:02,093 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5d782a4a - MDC[]
18:19:02 2020-04-12 22:19:02,093 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:tfuj2ppgo9ffnc27lco4dvf92b initialized - MDC[]
18:19:02 2020-04-12 22:19:02,093 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:tfuj2ppgo9ffnc27lco4dvf92b in store (clientSessionId=5ba730a4-a0fe-4734-bb67-da956c632652) - MDC[]
18:19:02 2020-04-12 22:19:02,096 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@3a764011 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$8]
18:19:02 2020-04-12 22:19:02,096 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:19:02 2020-04-12 22:19:02,096 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Waiting for 1 client sessions to stop... - MDC[]
18:19:02 2020-04-12 22:19:02,096 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Shutting down client session with ID 5ba730a4-a0fe-4734-bb67-da956c632652 due to invalidation of HTTP session - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,097 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 5ba730a4-a0fe-4734-bb67-da956c632652 to shut down... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,097 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:tfuj2ppgo9ffnc27lco4dvf92b [clientSessionId=5ba730a4-a0fe-4734-bb67-da956c632652, processingJsonRequest=false] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,097 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:tfuj2ppgo9ffnc27lco4dvf92b... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,097 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:tfuj2ppgo9ffnc27lco4dvf92b from store (clientSessionId=5ba730a4-a0fe-4734-bb67-da956c632652) - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,097 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 5ba730a4-a0fe-4734-bb67-da956c632652 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,097 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 5ba730a4-a0fe-4734-bb67-da956c632652 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,098 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 5ba730a4-a0fe-4734-bb67-da956c632652 is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 5ba730a4-a0fe-4734-bb67-da956c632652]
18:19:02 2020-04-12 22:19:02,098 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 5ba730a4-a0fe-4734-bb67-da956c632652 from session store - MDC[jobName=Performing session housekeeping for client session with ID 5ba730a4-a0fe-4734-bb67-da956c632652]
18:19:02 2020-04-12 22:19:02,098 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:tfuj2ppgo9ffnc27lco4dvf92b - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,098 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 5ba730a4-a0fe-4734-bb67-da956c632652]
18:19:02 2020-04-12 22:19:02,099 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:19:02 java.lang.IllegalStateException: null
18:19:02 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:338)
18:19:02 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:313)
18:19:02 	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:64)
18:19:02 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1923)
18:19:02 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2039)
18:19:02 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
18:19:02 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462)
18:19:02 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:19:02 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:19:02 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:19:02 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:19:02 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:19:02 	at java.lang.reflect.Method.invoke(Method.java:498)
18:19:02 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:19:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:02 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:19:02 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:19:02 	at com.sun.proxy.$Proxy24.closeFromUI(Unknown Source)
18:19:02 	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
18:19:02 	at org.eclipse.scout.rt.ui.html.SessionStore$3.run(SessionStore.java:539)
18:19:02 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:19:02 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:19:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:02 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:19:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:19:02 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:19:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:02 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:19:02 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:19:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:19:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:02 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:19:02 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:19:02 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:19:02 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:19:02 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:19:02 	at java.lang.Thread.run(Thread.java:748)
18:19:02 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:19:02 2020-04-12 22:19:02,099 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2d1cac5a[id = 5ba730a4-a0fe-4734-bb67-da956c632652], user=default] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,099 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 5ba730a4-a0fe-4734-bb67-da956c632652 terminated. - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,099 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 5ba730a4-a0fe-4734-bb67-da956c632652 from session store - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,100 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:19:02 2020-04-12 22:19:02,100 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Session shutdown complete. - MDC[]
18:19:02 2020-04-12 22:19:02,101 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:19:02 2020-04-12 22:19:02,101 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:mdf61jj53m7fvennlgjl3j79m2 - MDC[]
18:19:02 2020-04-12 22:19:02,103 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1b1ce019[id = 6e87ff18-a799-409a-a49e-d0357884dd39], user=default] - MDC[jobName=Starting ClientSession [sessionId=6e87ff18-a799-409a-a49e-d0357884dd39]]
18:19:02 2020-04-12 22:19:02,103 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=6e87ff18-a799-409a-a49e-d0357884dd39, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:19:02 2020-04-12 22:19:02,104 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:19:02 2020-04-12 22:19:02,106 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5d782a4a - MDC[]
18:19:02 2020-04-12 22:19:02,106 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:mdf61jj53m7fvennlgjl3j79m2 initialized - MDC[]
18:19:02 2020-04-12 22:19:02,106 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:mdf61jj53m7fvennlgjl3j79m2 in store (clientSessionId=6e87ff18-a799-409a-a49e-d0357884dd39) - MDC[]
18:19:02 2020-04-12 22:19:02,109 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@38725b1c - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$8]
18:19:02 2020-04-12 22:19:02,109 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:19:02 2020-04-12 22:19:02,109 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Waiting for 1 client sessions to stop... - MDC[]
18:19:02 2020-04-12 22:19:02,110 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Shutting down client session with ID 6e87ff18-a799-409a-a49e-d0357884dd39 due to invalidation of HTTP session - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,110 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 6e87ff18-a799-409a-a49e-d0357884dd39 to shut down... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,110 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:mdf61jj53m7fvennlgjl3j79m2 [clientSessionId=6e87ff18-a799-409a-a49e-d0357884dd39, processingJsonRequest=false] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,110 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:mdf61jj53m7fvennlgjl3j79m2... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,110 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:mdf61jj53m7fvennlgjl3j79m2 from store (clientSessionId=6e87ff18-a799-409a-a49e-d0357884dd39) - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,110 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 6e87ff18-a799-409a-a49e-d0357884dd39 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,110 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 6e87ff18-a799-409a-a49e-d0357884dd39 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,111 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 6e87ff18-a799-409a-a49e-d0357884dd39 is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 6e87ff18-a799-409a-a49e-d0357884dd39]
18:19:02 2020-04-12 22:19:02,111 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 6e87ff18-a799-409a-a49e-d0357884dd39 from session store - MDC[jobName=Performing session housekeeping for client session with ID 6e87ff18-a799-409a-a49e-d0357884dd39]
18:19:02 2020-04-12 22:19:02,111 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:mdf61jj53m7fvennlgjl3j79m2 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:02 2020-04-12 22:19:02,111 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 6e87ff18-a799-409a-a49e-d0357884dd39]
18:19:03 2020-04-12 22:19:03,112 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:19:03 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:19:03 	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateTimeoutException(JobExceptionTranslator.java:56)
18:19:03 	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:177)
18:19:03 	at org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:569)
18:19:03 	at org.eclipse.scout.rt.ui.html.json.testing.JsonTestUtility$1.answer(JsonTestUtility.java:80)
18:19:03 	at org.eclipse.scout.rt.ui.html.json.testing.JsonTestUtility$1.answer(JsonTestUtility.java:1)
18:19:03 	at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34)
18:19:03 	at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91)
18:19:03 	at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29)
18:19:03 	at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38)
18:19:03 	at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59)
18:19:03 	at $javax.servlet.http.HttpSession$$EnhancerByMockitoWithCGLIB$$7e14359e.invalidate(<generated>)
18:19:03 	at org.eclipse.scout.rt.ui.html.UiSessionTest.doTestSessionTimeoutWithBlockingModelDisposal(UiSessionTest.java:320)
18:19:03 	at org.eclipse.scout.rt.ui.html.UiSessionTest.testSessionTimeoutOpenFormThatWaitsOnLoop(UiSessionTest.java:285)
18:19:03 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:19:03 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:19:03 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:19:03 	at java.lang.reflect.Method.invoke(Method.java:498)
18:19:03 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:19:03 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:19:03 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:19:03 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:19:03 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
18:19:03 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
18:19:03 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:19:03 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:19:03 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:19:03 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:19:03 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:19:03 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:19:03 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:19:03 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:19:03 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:19:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:19:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:19:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:19:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:19:03 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:19:03 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:19:03 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:19:03 Caused by: java.util.concurrent.TimeoutException: null
18:19:03 	at org.eclipse.scout.rt.platform.job.internal.FutureSet.awaitDone(FutureSet.java:197)
18:19:03 	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:174)
18:19:03 	... 37 common frames omitted
18:19:03 2020-04-12 22:19:03,316 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:19:03 2020-04-12 22:19:03,317 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:2p807k7haebvsmujvrjnnv85c4 - MDC[]
18:19:03 2020-04-12 22:19:03,321 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@708d50b2[id = 8b42c051-838d-4f94-9b57-3e9e1497e9f4], user=default] - MDC[jobName=Starting ClientSession [sessionId=8b42c051-838d-4f94-9b57-3e9e1497e9f4]]
18:19:03 2020-04-12 22:19:03,321 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=8b42c051-838d-4f94-9b57-3e9e1497e9f4, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:19:03 2020-04-12 22:19:03,321 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:19:03 2020-04-12 22:19:03,323 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5d782a4a - MDC[]
18:19:03 2020-04-12 22:19:03,324 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:2p807k7haebvsmujvrjnnv85c4 initialized - MDC[]
18:19:03 2020-04-12 22:19:03,324 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:2p807k7haebvsmujvrjnnv85c4 in store (clientSessionId=8b42c051-838d-4f94-9b57-3e9e1497e9f4) - MDC[]
18:19:03 2020-04-12 22:19:03,327 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@41374278 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
18:19:03 2020-04-12 22:19:03,327 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:2p807k7haebvsmujvrjnnv85c4 [clientSessionId=8b42c051-838d-4f94-9b57-3e9e1497e9f4, processingJsonRequest=false] - MDC[]
18:19:03 2020-04-12 22:19:03,328 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:2p807k7haebvsmujvrjnnv85c4... - MDC[]
18:19:03 2020-04-12 22:19:03,328 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:2p807k7haebvsmujvrjnnv85c4 from store (clientSessionId=8b42c051-838d-4f94-9b57-3e9e1497e9f4) - MDC[]
18:19:03 2020-04-12 22:19:03,328 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 8b42c051-838d-4f94-9b57-3e9e1497e9f4 - MDC[]
18:19:03 2020-04-12 22:19:03,328 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 8b42c051-838d-4f94-9b57-3e9e1497e9f4 - MDC[]
18:19:03 2020-04-12 22:19:03,328 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 8b42c051-838d-4f94-9b57-3e9e1497e9f4 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 8b42c051-838d-4f94-9b57-3e9e1497e9f4]
18:19:03 2020-04-12 22:19:03,328 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 8b42c051-838d-4f94-9b57-3e9e1497e9f4 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 8b42c051-838d-4f94-9b57-3e9e1497e9f4]
18:19:03 2020-04-12 22:19:03,328 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:2p807k7haebvsmujvrjnnv85c4 - MDC[]
18:19:03 2020-04-12 22:19:03,329 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 8b42c051-838d-4f94-9b57-3e9e1497e9f4 to shut down... - MDC[jobName=Force shutting down client session 8b42c051-838d-4f94-9b57-3e9e1497e9f4 by session housekeeping]
18:19:03 2020-04-12 22:19:03,333 ERROR [scout-model-thread-25] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop - Exception while closing forms - MDC[jobName=Force shutting down client session 8b42c051-838d-4f94-9b57-3e9e1497e9f4 by session housekeeping]
18:19:03 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:19:03 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$5.run(AbstractForm.java:1042)
18:19:03 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:19:03 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:03 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:19:03 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
18:19:03 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
18:19:03 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:992)
18:19:03 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:985)
18:19:03 	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:57)
18:19:03 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1923)
18:19:03 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2039)
18:19:03 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
18:19:03 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462)
18:19:03 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:19:03 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:19:03 	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
18:19:03 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:19:03 	at java.lang.reflect.Method.invoke(Method.java:498)
18:19:03 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:03 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:19:03 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:19:03 	at com.sun.proxy.$Proxy24.closeFromUI(Unknown Source)
18:19:03 	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
18:19:03 	at org.eclipse.scout.rt.ui.html.SessionStore$2.run(SessionStore.java:411)
18:19:03 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:19:03 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:03 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:19:03 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:03 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:19:03 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:03 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:19:03 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:19:03 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:19:03 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:19:03 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:19:03 	at java.lang.Thread.run(Thread.java:748)
18:19:03 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:19:03 2020-04-12 22:19:03,333 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@708d50b2[id = 8b42c051-838d-4f94-9b57-3e9e1497e9f4], user=default] - MDC[jobName=Force shutting down client session 8b42c051-838d-4f94-9b57-3e9e1497e9f4 by session housekeeping]
18:19:03 2020-04-12 22:19:03,333 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 8b42c051-838d-4f94-9b57-3e9e1497e9f4 terminated. - MDC[jobName=Force shutting down client session 8b42c051-838d-4f94-9b57-3e9e1497e9f4 by session housekeeping]
18:19:03 2020-04-12 22:19:03,333 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 8b42c051-838d-4f94-9b57-3e9e1497e9f4 from session store - MDC[jobName=Performing session housekeeping for client session with ID 8b42c051-838d-4f94-9b57-3e9e1497e9f4]
18:19:03 2020-04-12 22:19:03,334 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 8b42c051-838d-4f94-9b57-3e9e1497e9f4]
18:19:03 2020-04-12 22:19:03,334 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 8b42c051-838d-4f94-9b57-3e9e1497e9f4]
18:19:03 2020-04-12 22:19:03,334 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 8b42c051-838d-4f94-9b57-3e9e1497e9f4]
18:19:03 2020-04-12 22:19:03,729 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:19:03 2020-04-12 22:19:03,730 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:eavd403e6c23u4dfp276078ec0 - MDC[]
18:19:03 2020-04-12 22:19:03,732 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1ed4bf08[id = c6ecd2d7-de64-4335-8f92-d9e59ec955a5], user=default] - MDC[jobName=Starting ClientSession [sessionId=c6ecd2d7-de64-4335-8f92-d9e59ec955a5]]
18:19:03 2020-04-12 22:19:03,732 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=c6ecd2d7-de64-4335-8f92-d9e59ec955a5, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:19:03 2020-04-12 22:19:03,732 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:19:03 2020-04-12 22:19:03,734 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5d782a4a - MDC[]
18:19:03 2020-04-12 22:19:03,734 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:eavd403e6c23u4dfp276078ec0 initialized - MDC[]
18:19:03 2020-04-12 22:19:03,734 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:eavd403e6c23u4dfp276078ec0 in store (clientSessionId=c6ecd2d7-de64-4335-8f92-d9e59ec955a5) - MDC[]
18:19:03 2020-04-12 22:19:03,737 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@197071cf - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
18:19:03 2020-04-12 22:19:03,737 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:eavd403e6c23u4dfp276078ec0 [clientSessionId=c6ecd2d7-de64-4335-8f92-d9e59ec955a5, processingJsonRequest=false] - MDC[]
18:19:03 2020-04-12 22:19:03,738 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:eavd403e6c23u4dfp276078ec0... - MDC[]
18:19:03 2020-04-12 22:19:03,738 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:eavd403e6c23u4dfp276078ec0 from store (clientSessionId=c6ecd2d7-de64-4335-8f92-d9e59ec955a5) - MDC[]
18:19:03 2020-04-12 22:19:03,738 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session c6ecd2d7-de64-4335-8f92-d9e59ec955a5 - MDC[]
18:19:03 2020-04-12 22:19:03,738 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID c6ecd2d7-de64-4335-8f92-d9e59ec955a5 - MDC[]
18:19:03 2020-04-12 22:19:03,738 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session c6ecd2d7-de64-4335-8f92-d9e59ec955a5 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID c6ecd2d7-de64-4335-8f92-d9e59ec955a5]
18:19:03 2020-04-12 22:19:03,738 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:eavd403e6c23u4dfp276078ec0 - MDC[]
18:19:03 2020-04-12 22:19:03,738 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID c6ecd2d7-de64-4335-8f92-d9e59ec955a5 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID c6ecd2d7-de64-4335-8f92-d9e59ec955a5]
18:19:03 2020-04-12 22:19:03,738 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID c6ecd2d7-de64-4335-8f92-d9e59ec955a5 to shut down... - MDC[jobName=Force shutting down client session c6ecd2d7-de64-4335-8f92-d9e59ec955a5 by session housekeeping]
18:19:03 2020-04-12 22:19:03,739 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1ed4bf08[id = c6ecd2d7-de64-4335-8f92-d9e59ec955a5], user=default] - MDC[jobName=Force shutting down client session c6ecd2d7-de64-4335-8f92-d9e59ec955a5 by session housekeeping]
18:19:03 2020-04-12 22:19:03,739 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID c6ecd2d7-de64-4335-8f92-d9e59ec955a5 terminated. - MDC[jobName=Force shutting down client session c6ecd2d7-de64-4335-8f92-d9e59ec955a5 by session housekeeping]
18:19:03 2020-04-12 22:19:03,740 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID c6ecd2d7-de64-4335-8f92-d9e59ec955a5 from session store - MDC[jobName=Performing session housekeeping for client session with ID c6ecd2d7-de64-4335-8f92-d9e59ec955a5]
18:19:03 2020-04-12 22:19:03,740 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 c6ecd2d7-de64-4335-8f92-d9e59ec955a5]
18:19:03 2020-04-12 22:19:03,740 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 c6ecd2d7-de64-4335-8f92-d9e59ec955a5]
18:19:03 2020-04-12 22:19:03,740 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 c6ecd2d7-de64-4335-8f92-d9e59ec955a5]
18:19:03 2020-04-12 22:19:03,939 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:19:03 2020-04-12 22:19:03,940 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:ir2jnnep1f9qi2t7bss5nd3v14 - MDC[]
18:19:03 2020-04-12 22:19:03,941 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@29427155[id = 2cb0c7a7-e923-48cc-9615-f7569b980091], user=default] - MDC[jobName=Starting ClientSession [sessionId=2cb0c7a7-e923-48cc-9615-f7569b980091]]
18:19:03 2020-04-12 22:19:03,942 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=2cb0c7a7-e923-48cc-9615-f7569b980091, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:19:03 2020-04-12 22:19:03,942 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:19:03 2020-04-12 22:19:03,944 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5d782a4a - MDC[]
18:19:03 2020-04-12 22:19:03,944 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:ir2jnnep1f9qi2t7bss5nd3v14 initialized - MDC[]
18:19:03 2020-04-12 22:19:03,944 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:ir2jnnep1f9qi2t7bss5nd3v14 in store (clientSessionId=2cb0c7a7-e923-48cc-9615-f7569b980091) - MDC[]
18:19:03 2020-04-12 22:19:03,947 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@77c34152 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$8]
18:19:03 2020-04-12 22:19:03,947 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:19:03 2020-04-12 22:19:03,947 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Waiting for 1 client sessions to stop... - MDC[]
18:19:03 2020-04-12 22:19:03,947 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Shutting down client session with ID 2cb0c7a7-e923-48cc-9615-f7569b980091 due to invalidation of HTTP session - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:03 2020-04-12 22:19:03,947 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 2cb0c7a7-e923-48cc-9615-f7569b980091 to shut down... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:03 2020-04-12 22:19:03,947 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:ir2jnnep1f9qi2t7bss5nd3v14 [clientSessionId=2cb0c7a7-e923-48cc-9615-f7569b980091, processingJsonRequest=false] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:03 2020-04-12 22:19:03,947 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:ir2jnnep1f9qi2t7bss5nd3v14... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:03 2020-04-12 22:19:03,948 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:ir2jnnep1f9qi2t7bss5nd3v14 from store (clientSessionId=2cb0c7a7-e923-48cc-9615-f7569b980091) - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:03 2020-04-12 22:19:03,948 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 2cb0c7a7-e923-48cc-9615-f7569b980091 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:03 2020-04-12 22:19:03,948 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 2cb0c7a7-e923-48cc-9615-f7569b980091 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:03 2020-04-12 22:19:03,948 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 2cb0c7a7-e923-48cc-9615-f7569b980091 is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 2cb0c7a7-e923-48cc-9615-f7569b980091]
18:19:03 2020-04-12 22:19:03,948 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 2cb0c7a7-e923-48cc-9615-f7569b980091 from session store - MDC[jobName=Performing session housekeeping for client session with ID 2cb0c7a7-e923-48cc-9615-f7569b980091]
18:19:03 2020-04-12 22:19:03,948 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:ir2jnnep1f9qi2t7bss5nd3v14 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:03 2020-04-12 22:19:03,948 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 2cb0c7a7-e923-48cc-9615-f7569b980091]
18:19:03 2020-04-12 22:19:03,951 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:19:03 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:19:03 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$5.run(AbstractForm.java:1042)
18:19:03 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:19:03 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:03 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:19:03 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:101)
18:19:03 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:72)
18:19:03 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:992)
18:19:03 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:985)
18:19:03 	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:57)
18:19:03 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1923)
18:19:03 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2039)
18:19:03 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
18:19:03 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462)
18:19:03 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:19:03 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:19:03 	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
18:19:03 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:19:03 	at java.lang.reflect.Method.invoke(Method.java:498)
18:19:03 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:03 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:19:03 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:19:03 	at com.sun.proxy.$Proxy24.closeFromUI(Unknown Source)
18:19:03 	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
18:19:03 	at org.eclipse.scout.rt.ui.html.SessionStore$3.run(SessionStore.java:539)
18:19:03 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:19:03 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:03 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:19:03 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:03 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:19:03 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:19:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:03 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:19:03 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:19:03 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:19:03 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:19:03 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:19:03 	at java.lang.Thread.run(Thread.java:748)
18:19:03 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:19:03 2020-04-12 22:19:03,951 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@29427155[id = 2cb0c7a7-e923-48cc-9615-f7569b980091], user=default] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:03 2020-04-12 22:19:03,951 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 2cb0c7a7-e923-48cc-9615-f7569b980091 terminated. - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:03 2020-04-12 22:19:03,951 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 2cb0c7a7-e923-48cc-9615-f7569b980091 from session store - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:03 2020-04-12 22:19:03,951 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:19:03 2020-04-12 22:19:03,952 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Session shutdown complete. - MDC[]
18:19:04 2020-04-12 22:19:04,153 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:19:04 2020-04-12 22:19:04,154 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:pptfta2nmva1htouoeo437tcuo - MDC[]
18:19:04 2020-04-12 22:19:04,156 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5074430f[id = 5d1aed54-1099-48a6-81a1-a8da3bcda980], user=default] - MDC[jobName=Starting ClientSession [sessionId=5d1aed54-1099-48a6-81a1-a8da3bcda980]]
18:19:04 2020-04-12 22:19:04,156 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=5d1aed54-1099-48a6-81a1-a8da3bcda980, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:19:04 2020-04-12 22:19:04,156 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:19:04 2020-04-12 22:19:04,158 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5d782a4a - MDC[]
18:19:04 2020-04-12 22:19:04,158 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:pptfta2nmva1htouoeo437tcuo initialized - MDC[]
18:19:04 2020-04-12 22:19:04,158 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:pptfta2nmva1htouoeo437tcuo... - MDC[]
18:19:04 2020-04-12 22:19:04,158 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:pptfta2nmva1htouoeo437tcuo from store (clientSessionId=5d1aed54-1099-48a6-81a1-a8da3bcda980) - MDC[]
18:19:04 2020-04-12 22:19:04,158 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 5d1aed54-1099-48a6-81a1-a8da3bcda980 - MDC[]
18:19:04 2020-04-12 22:19:04,159 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 5d1aed54-1099-48a6-81a1-a8da3bcda980 - MDC[]
18:19:04 2020-04-12 22:19:04,159 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 5d1aed54-1099-48a6-81a1-a8da3bcda980 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 5d1aed54-1099-48a6-81a1-a8da3bcda980]
18:19:04 2020-04-12 22:19:04,251 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID 5d1aed54-1099-48a6-81a1-a8da3bcda980 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 5d1aed54-1099-48a6-81a1-a8da3bcda980]
18:19:04 2020-04-12 22:19:04,252 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID 5d1aed54-1099-48a6-81a1-a8da3bcda980 to shut down... - MDC[jobName=Force shutting down client session 5d1aed54-1099-48a6-81a1-a8da3bcda980 by session housekeeping]
18:19:04 2020-04-12 22:19:04,253 INFO  [scout-model-thread-20] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5074430f[id = 5d1aed54-1099-48a6-81a1-a8da3bcda980], user=default] - MDC[jobName=Force shutting down client session 5d1aed54-1099-48a6-81a1-a8da3bcda980 by session housekeeping]
18:19:04 2020-04-12 22:19:04,253 INFO  [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 5d1aed54-1099-48a6-81a1-a8da3bcda980 terminated. - MDC[jobName=Force shutting down client session 5d1aed54-1099-48a6-81a1-a8da3bcda980 by session housekeeping]
18:19:04 2020-04-12 22:19:04,253 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 5d1aed54-1099-48a6-81a1-a8da3bcda980 from session store - MDC[jobName=Performing session housekeeping for client session with ID 5d1aed54-1099-48a6-81a1-a8da3bcda980]
18:19:04 2020-04-12 22:19:04,253 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 5d1aed54-1099-48a6-81a1-a8da3bcda980]
18:19:04 2020-04-12 22:19:04,253 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 5d1aed54-1099-48a6-81a1-a8da3bcda980]
18:19:04 2020-04-12 22:19:04,253 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 5d1aed54-1099-48a6-81a1-a8da3bcda980]
18:19:04 2020-04-12 22:19:04,302 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:19:04 2020-04-12 22:19:04,303 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:pkh3pnacccvcpsductg0m0b3cc - MDC[]
18:19:04 2020-04-12 22:19:04,305 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@14758846[id = 61f22f69-4017-484b-be18-393869642750], user=default] - MDC[jobName=Starting ClientSession [sessionId=61f22f69-4017-484b-be18-393869642750]]
18:19:04 2020-04-12 22:19:04,305 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=61f22f69-4017-484b-be18-393869642750, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:19:04 2020-04-12 22:19:04,306 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:19:04 2020-04-12 22:19:04,307 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5d782a4a - MDC[]
18:19:04 2020-04-12 22:19:04,308 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:pkh3pnacccvcpsductg0m0b3cc initialized - MDC[]
18:19:04 2020-04-12 22:19:04,309 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:pkh3pnacccvcpsductg0m0b3cc [clientSessionId=61f22f69-4017-484b-be18-393869642750, processingJsonRequest=false] - MDC[]
18:19:04 2020-04-12 22:19:04,309 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:pkh3pnacccvcpsductg0m0b3cc... - MDC[]
18:19:04 2020-04-12 22:19:04,309 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:pkh3pnacccvcpsductg0m0b3cc from store (clientSessionId=61f22f69-4017-484b-be18-393869642750) - MDC[]
18:19:04 2020-04-12 22:19:04,309 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session 61f22f69-4017-484b-be18-393869642750 - MDC[]
18:19:04 2020-04-12 22:19:04,309 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID 61f22f69-4017-484b-be18-393869642750 - MDC[]
18:19:04 2020-04-12 22:19:04,309 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session 61f22f69-4017-484b-be18-393869642750 is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 61f22f69-4017-484b-be18-393869642750]
18:19:04 2020-04-12 22:19:04,309 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:pkh3pnacccvcpsductg0m0b3cc - MDC[]
18:19:04 2020-04-12 22:19:04,309 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 61f22f69-4017-484b-be18-393869642750 from session store - MDC[jobName=Performing session housekeeping for client session with ID 61f22f69-4017-484b-be18-393869642750]
18:19:04 2020-04-12 22:19:04,310 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 61f22f69-4017-484b-be18-393869642750]
18:19:04 2020-04-12 22:19:04,310 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 61f22f69-4017-484b-be18-393869642750]
18:19:04 2020-04-12 22:19:04,310 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 61f22f69-4017-484b-be18-393869642750]
18:19:04 2020-04-12 22:19:04,310 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@14758846[id = 61f22f69-4017-484b-be18-393869642750], user=default] - MDC[]
18:19:04 2020-04-12 22:19:04,311 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:19:04 2020-04-12 22:19:04,311 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:3flkubvj0evcpmoi88he8ebudn - MDC[]
18:19:04 2020-04-12 22:19:04,313 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3bb03585[id = de9290ee-ff47-4979-9b2e-74e3193ea5c7], user=default] - MDC[jobName=Starting ClientSession [sessionId=de9290ee-ff47-4979-9b2e-74e3193ea5c7]]
18:19:04 2020-04-12 22:19:04,313 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=de9290ee-ff47-4979-9b2e-74e3193ea5c7, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:19:04 2020-04-12 22:19:04,313 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:19:04 2020-04-12 22:19:04,315 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5d782a4a - MDC[]
18:19:04 2020-04-12 22:19:04,315 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:3flkubvj0evcpmoi88he8ebudn initialized - MDC[]
18:19:04 2020-04-12 22:19:04,315 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:3flkubvj0evcpmoi88he8ebudn in store (clientSessionId=de9290ee-ff47-4979-9b2e-74e3193ea5c7) - MDC[]
18:19:04 2020-04-12 22:19:04,329 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.client.testenvironment.ui.desktop.TestEnvironmentDesktop@7f7ce2fb - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$8]
18:19:04 2020-04-12 22:19:04,329 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:19:04 2020-04-12 22:19:04,330 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Waiting for 1 client sessions to stop... - MDC[]
18:19:04 2020-04-12 22:19:04,330 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Shutting down client session with ID de9290ee-ff47-4979-9b2e-74e3193ea5c7 due to invalidation of HTTP session - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:04 2020-04-12 22:19:04,330 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID de9290ee-ff47-4979-9b2e-74e3193ea5c7 to shut down... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:04 2020-04-12 22:19:04,330 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:3flkubvj0evcpmoi88he8ebudn [clientSessionId=de9290ee-ff47-4979-9b2e-74e3193ea5c7, processingJsonRequest=false] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:04 2020-04-12 22:19:04,330 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:3flkubvj0evcpmoi88he8ebudn... - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:04 2020-04-12 22:19:04,330 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:3flkubvj0evcpmoi88he8ebudn from store (clientSessionId=de9290ee-ff47-4979-9b2e-74e3193ea5c7) - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:04 2020-04-12 22:19:04,330 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session de9290ee-ff47-4979-9b2e-74e3193ea5c7 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:04 2020-04-12 22:19:04,330 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID de9290ee-ff47-4979-9b2e-74e3193ea5c7 - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:04 2020-04-12 22:19:04,331 INFO  [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session de9290ee-ff47-4979-9b2e-74e3193ea5c7 is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID de9290ee-ff47-4979-9b2e-74e3193ea5c7]
18:19:04 2020-04-12 22:19:04,331 DEBUG [scout-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID de9290ee-ff47-4979-9b2e-74e3193ea5c7 from session store - MDC[jobName=Performing session housekeeping for client session with ID de9290ee-ff47-4979-9b2e-74e3193ea5c7]
18:19:04 2020-04-12 22:19:04,331 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:3flkubvj0evcpmoi88he8ebudn - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:04 2020-04-12 22:19:04,331 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 de9290ee-ff47-4979-9b2e-74e3193ea5c7]
18:19:04 2020-04-12 22:19:04,331 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3bb03585[id = de9290ee-ff47-4979-9b2e-74e3193ea5c7], user=default] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:04 2020-04-12 22:19:04,332 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID de9290ee-ff47-4979-9b2e-74e3193ea5c7 terminated. - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:04 2020-04-12 22:19:04,332 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID de9290ee-ff47-4979-9b2e-74e3193ea5c7 from session store - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:04 2020-04-12 22:19:04,332 DEBUG [scout-model-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=Closing desktop due to HTTP session invalidation]
18:19:04 2020-04-12 22:19:04,332 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore - Session shutdown complete. - MDC[]
18:19:04 2020-04-12 22:19:04,333 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper - Created new session store for HTTP session with ID null - MDC[]
18:19:04 2020-04-12 22:19:04,334 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Pre-register UI session with ID 0:ia1539ba67oqb3ajog7hrae77m - MDC[]
18:19:04 2020-04-12 22:19:04,336 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@40641302[id = a4888527-48bf-4234-9aa6-ec206319ae42], user=default] - MDC[jobName=Starting ClientSession [sessionId=a4888527-48bf-4234-9aa6-ec206319ae42]]
18:19:04 2020-04-12 22:19:04,336 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Created new client session [clientSessionId=a4888527-48bf-4234-9aa6-ec206319ae42, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
18:19:04 2020-04-12 22:19:04,336 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - UI theme model=default current=default reloadPage=false - MDC[]
18:19:04 2020-04-12 22:19:04,338 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@5d782a4a - MDC[]
18:19:04 2020-04-12 22:19:04,338 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - UiSession with ID 0:ia1539ba67oqb3ajog7hrae77m initialized - MDC[]
18:19:04 2020-04-12 22:19:04,339 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Register UI session with ID 0:ia1539ba67oqb3ajog7hrae77m in store (clientSessionId=a4888527-48bf-4234-9aa6-ec206319ae42) - MDC[]
18:19:04 2020-04-12 22:19:04,341 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.client.testenvironment.ui.desktop.TestEnvironmentDesktop@1d836685 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
18:19:04 2020-04-12 22:19:04,341 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logging out from UI session with ID 0:ia1539ba67oqb3ajog7hrae77m [clientSessionId=a4888527-48bf-4234-9aa6-ec206319ae42, processingJsonRequest=false] - MDC[]
18:19:04 2020-04-12 22:19:04,342 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Disposing UI session with ID 0:ia1539ba67oqb3ajog7hrae77m... - MDC[]
18:19:04 2020-04-12 22:19:04,342 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Unregister UI session with ID 0:ia1539ba67oqb3ajog7hrae77m from store (clientSessionId=a4888527-48bf-4234-9aa6-ec206319ae42) - MDC[]
18:19:04 2020-04-12 22:19:04,342 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - 0 UI sessions and 0 preregistered UI session remaining for client session a4888527-48bf-4234-9aa6-ec206319ae42 - MDC[]
18:19:04 2020-04-12 22:19:04,342 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Schedule job for client session with ID a4888527-48bf-4234-9aa6-ec206319ae42 - MDC[]
18:19:04 2020-04-12 22:19:04,342 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Client session a4888527-48bf-4234-9aa6-ec206319ae42 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID a4888527-48bf-4234-9aa6-ec206319ae42]
18:19:04 2020-04-12 22:19:04,342 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Session housekeeping: Shutting down client session with ID a4888527-48bf-4234-9aa6-ec206319ae42 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID a4888527-48bf-4234-9aa6-ec206319ae42]
18:19:04 2020-04-12 22:19:04,342 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession - Logged out successfully from UI session with ID 0:ia1539ba67oqb3ajog7hrae77m - MDC[]
18:19:04 2020-04-12 22:19:04,343 DEBUG [scout-model-thread-20] org.eclipse.scout.rt.ui.html.SessionStore - Forcing session with ID a4888527-48bf-4234-9aa6-ec206319ae42 to shut down... - MDC[jobName=Force shutting down client session a4888527-48bf-4234-9aa6-ec206319ae42 by session housekeeping]
18:19:04 2020-04-12 22:19:04,542 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:19:05 2020-04-12 22:19:05,343 WARN  [scout-thread-25] 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 a4888527-48bf-4234-9aa6-ec206319ae42]
18:19:05 2020-04-12 22:19:05,343 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID a4888527-48bf-4234-9aa6-ec206319ae42 from session store - MDC[jobName=Performing session housekeeping for client session with ID a4888527-48bf-4234-9aa6-ec206319ae42]
18:19:05 2020-04-12 22:19:05,343 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 a4888527-48bf-4234-9aa6-ec206319ae42]
18:19:05 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.257 sec - in org.eclipse.scout.rt.ui.html.UiSessionTest
18:19:05 Running org.eclipse.scout.rt.ui.html.cache.HttpCacheControlTest
18:19:05 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.eclipse.scout.rt.ui.html.cache.HttpCacheControlTest
18:19:05 Running org.eclipse.scout.rt.ui.html.cache.HttpCacheKeyTest
18:19:05 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.eclipse.scout.rt.ui.html.cache.HttpCacheKeyTest
18:19:05 Running org.eclipse.scout.rt.ui.html.cache.HttpCacheObjectTest
18:19:05 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.cache.HttpCacheObjectTest
18:19:05 Running org.eclipse.scout.rt.ui.html.cache.HttpResourceCacheTest
18:19:05 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.cache.HttpResourceCacheTest
18:19:05 Running org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapterTest
18:19:05 2020-04-12 22:19:05,636 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache - Failed to register session for notifications. - MDC[principal=default]
18:19:05 2020-04-12 22:19:05,637 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=default]
18:19:05 2020-04-12 22:19:05,639 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@275d4884[id = 51752f49-8c02-42f9-b8e2-04f98bc700a5], user=default] - MDC[principal=default, jobName=Starting ClientSession [sessionId=51752f49-8c02-42f9-b8e2-04f98bc700a5]]
18:19:05 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapterTest
18:19:05 Running org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserverTest
18:19:05 2020-04-12 22:19:05,660 DEBUG [scout-model-thread-23] 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:19:05 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserverTest
18:19:05 Running org.eclipse.scout.rt.ui.html.json.DefaultValuesFilterTest
18:19:05 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in org.eclipse.scout.rt.ui.html.json.DefaultValuesFilterTest
18:19:05 Running org.eclipse.scout.rt.ui.html.json.JsonAdapterRegistryTest
18:19:05 2020-04-12 22:19:05,748 DEBUG [scout-model-thread-21] 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:19:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.scout.rt.ui.html.json.JsonAdapterRegistryTest
18:19:05 Running org.eclipse.scout.rt.ui.html.json.JsonBeanTest
18:19:05 2020-04-12 22:19:05,753 INFO  [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@324402c1, org.eclipse.scout.rt.ui.html.JsonObjectFactory@d2b47c3] - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:05 2020-04-12 22:19:05,762 INFO  [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@324402c1, org.eclipse.scout.rt.ui.html.JsonObjectFactory@2c7045c9] - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:05 2020-04-12 22:19:05,766 INFO  [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@324402c1, org.eclipse.scout.rt.ui.html.JsonObjectFactory@40fdc403] - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:05 2020-04-12 22:19:05,769 INFO  [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@324402c1, org.eclipse.scout.rt.ui.html.JsonObjectFactory@776ddbdb] - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:05 2020-04-12 22:19:05,831 INFO  [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@324402c1, org.eclipse.scout.rt.ui.html.JsonObjectFactory@15e60303] - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:05 2020-04-12 22:19:05,835 INFO  [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@324402c1, org.eclipse.scout.rt.ui.html.JsonObjectFactory@2fac0eb3] - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:05 2020-04-12 22:19:05,838 INFO  [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@324402c1, org.eclipse.scout.rt.ui.html.JsonObjectFactory@c184500] - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:05 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in org.eclipse.scout.rt.ui.html.json.JsonBeanTest
18:19:05 Running org.eclipse.scout.rt.ui.html.json.JsonByteArrayTest
18:19:05 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.ui.html.json.JsonByteArrayTest
18:19:05 Running org.eclipse.scout.rt.ui.html.json.JsonDateTest
18:19:05 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.ui.html.json.JsonDateTest
18:19:05 Running org.eclipse.scout.rt.ui.html.json.JsonEventTest
18:19:05 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.ui.html.json.JsonEventTest
18:19:05 Running org.eclipse.scout.rt.ui.html.json.JsonObjectUtilityTest
18:19:05 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.JsonObjectUtilityTest
18:19:05 Running org.eclipse.scout.rt.ui.html.json.JsonResponseTest
18:19:05 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.ui.html.json.JsonResponseTest
18:19:05 Running org.eclipse.scout.rt.ui.html.json.JsonStatusTest
18:19:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.JsonStatusTest
18:19:05 Running org.eclipse.scout.rt.ui.html.json.JsonUtilityTest
18:19:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.JsonUtilityTest
18:19:05 Running org.eclipse.scout.rt.ui.html.json.PropertyEventFilterTest
18:19:05 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.eclipse.scout.rt.ui.html.json.PropertyEventFilterTest
18:19:05 Running org.eclipse.scout.rt.ui.html.json.basic.filechooser.JsonFileChooserAcceptAttributeBuilderTest
18:19:05 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.basic.filechooser.JsonFileChooserAcceptAttributeBuilderTest
18:19:05 Running org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest
18:19:05 2020-04-12 22:19:05,962 DEBUG [scout-model-thread-21] 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:19:05 2020-04-12 22:19:05,964 DEBUG [scout-model-thread-21] 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@8e5f77d - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:05 2020-04-12 22:19:05,964 DEBUG [scout-model-thread-21] 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@8e5f77d - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:05 2020-04-12 22:19:05,965 DEBUG [scout-model-thread-21] 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@8e5f77d - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:05 2020-04-12 22:19:05,965 DEBUG [scout-model-thread-21] 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@8e5f77d - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest
18:19:05 Running org.eclipse.scout.rt.ui.html.json.desktop.DownloadHandlerStorageTest
18:19:06 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec - in org.eclipse.scout.rt.ui.html.json.desktop.DownloadHandlerStorageTest
18:19:06 Running org.eclipse.scout.rt.ui.html.json.desktop.JsonDesktopTest
18:19:06 2020-04-12 22:19:06,269 WARN  [scout-model-thread-21] 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:19:06 2020-04-12 22:19:06,352 DEBUG [scout-model-thread-21] 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@5dd4bdc2 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:06 2020-04-12 22:19:06,560 DEBUG [scout-model-thread-21] 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@4c33eb33 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:06 2020-04-12 22:19:06,562 DEBUG [scout-model-thread-21] 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:19:06 2020-04-12 22:19:06,735 DEBUG [scout-model-thread-21] 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@18c7d0d3 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:06 2020-04-12 22:19:06,735 DEBUG [scout-model-thread-21] 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:19:06 2020-04-12 22:19:06,740 DEBUG [scout-model-thread-21] 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:19:06 2020-04-12 22:19:06,740 DEBUG [scout-model-thread-21] 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@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:06 2020-04-12 22:19:06,740 DEBUG [scout-model-thread-21] 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@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:06 2020-04-12 22:19:06,747 DEBUG [scout-model-thread-21] 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@10255b0d - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:06 2020-04-12 22:19:06,749 DEBUG [scout-model-thread-21] 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:19:06 2020-04-12 22:19:06,749 DEBUG [scout-model-thread-21] 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@10255b0d - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:06 2020-04-12 22:19:06,767 DEBUG [scout-model-thread-21] 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@36594b8a - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:06 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 sec - in org.eclipse.scout.rt.ui.html.json.desktop.JsonDesktopTest
18:19:06 Running org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineTest
18:19:06 2020-04-12 22:19:06,939 DEBUG [scout-model-thread-21] 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@46a9d7ea - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:06 2020-04-12 22:19:06,939 DEBUG [scout-model-thread-21] 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@46a9d7ea - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:06 2020-04-12 22:19:06,950 DEBUG [scout-model-thread-21] 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@6db0b97f - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:06 2020-04-12 22:19:06,951 DEBUG [scout-model-thread-21] 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@6f269af7 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,130 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:19:07 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedException: Interrupted while waiting for jobs to complete [calling-thread=scout-model-thread-22]
18:19:07 	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateInterruptedException(JobExceptionTranslator.java:49)
18:19:07 	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:181)
18:19:07 	at org.eclipse.scout.rt.client.AbstractClientSession.cancelRunningJobs(AbstractClientSession.java:496)
18:19:07 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:471)
18:19:07 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:422)
18:19:07 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2429)
18:19:07 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:19:07 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:19:07 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:19:07 	at java.lang.reflect.Method.invoke(Method.java:498)
18:19:07 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
18:19:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:07 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:19:07 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
18:19:07 	at com.sun.proxy.$Proxy24.closeFromUI(Unknown Source)
18:19:07 	at org.eclipse.scout.rt.ui.html.SessionStore.forceClientSessionShutdown(SessionStore.java:500)
18:19:07 	at org.eclipse.scout.rt.ui.html.SessionStore$3.run(SessionStore.java:539)
18:19:07 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:37)
18:19:07 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
18:19:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:07 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
18:19:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:19:07 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
18:19:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:185)
18:19:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:07 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:121)
18:19:07 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
18:19:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:180)
18:19:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:135)
18:19:07 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:100)
18:19:07 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
18:19:07 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:160)
18:19:07 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
18:19:07 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
18:19:07 	at java.lang.Thread.run(Thread.java:748)
18:19:07 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62)
18:19:07 Caused by: java.lang.InterruptedException: null
18:19:07 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220)
18:19:07 	at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lockInterruptibly(ReentrantReadWriteLock.java:998)
18:19:07 	at org.eclipse.scout.rt.platform.job.internal.FutureSet.awaitDone(FutureSet.java:189)
18:19:07 	at org.eclipse.scout.rt.platform.job.internal.JobManager.awaitDone(JobManager.java:174)
18:19:07 	... 35 common frames omitted
18:19:07 2020-04-12 22:19:07,130 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1b1ce019[id = 6e87ff18-a799-409a-a49e-d0357884dd39], user=default] - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:07 2020-04-12 22:19:07,131 INFO  [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Client session with ID 6e87ff18-a799-409a-a49e-d0357884dd39 terminated. - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:07 2020-04-12 22:19:07,131 DEBUG [scout-model-thread-22] org.eclipse.scout.rt.ui.html.SessionStore - Remove client session with ID 6e87ff18-a799-409a-a49e-d0357884dd39 from session store - MDC[jobName=Closing desktop due to HTTP session invalidation]
18:19:07 2020-04-12 22:19:07,131 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:19:07 2020-04-12 22:19:07,138 DEBUG [scout-model-thread-21] 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@14a2dc23 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,160 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,161 DEBUG [scout-model-thread-21] 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:19:07 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 sec - in org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineTest
18:19:07 Running org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineViewButtonTest
18:19:07 2020-04-12 22:19:07,249 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'outline: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineWithOneNode@38634d65' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@6346d406 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,250 DEBUG [scout-model-thread-21] 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@6346d406 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,251 DEBUG [scout-model-thread-21] 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@6346d406 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,252 DEBUG [scout-model-thread-21] 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@6346d406 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,259 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'outline: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineWithOneNode@30deddd4' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@383f398d - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,259 DEBUG [scout-model-thread-21] 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@383f398d - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec - in org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineViewButtonTest
18:19:07 Running org.eclipse.scout.rt.ui.html.json.form.JsonFormMenuTest
18:19:07 2020-04-12 22:19:07,272 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,272 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 2 and reference 8. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,272 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,273 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 2 and reference 8. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.ui.html.json.form.JsonFormMenuTest
18:19:07 Running org.eclipse.scout.rt.ui.html.json.form.JsonFormTest
18:19:07 2020-04-12 22:19:07,278 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,328 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,329 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 2 and reference 13. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,329 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 2 and reference 13. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,334 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,335 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 2 and reference 18. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,335 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,335 DEBUG [scout-model-thread-21] 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@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,335 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 2 and reference 18. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,336 DEBUG [scout-model-thread-21] 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@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,341 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,341 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 2 and reference 23. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,342 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,342 DEBUG [scout-model-thread-21] 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@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,342 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,342 DEBUG [scout-model-thread-21] 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@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,343 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 2 and reference 23. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,343 DEBUG [scout-model-thread-21] 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@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,343 DEBUG [scout-model-thread-21] 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@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,348 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,349 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,349 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 2 and reference 28. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,349 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,349 DEBUG [scout-model-thread-21] 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@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,349 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,349 DEBUG [scout-model-thread-21] 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@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,350 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 2 and reference 28. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,350 DEBUG [scout-model-thread-21] 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@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,350 DEBUG [scout-model-thread-21] 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@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,367 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formShow' for Desktop with id 2 and reference 33. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,368 DEBUG [scout-model-thread-21] 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@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,368 DEBUG [scout-model-thread-21] 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@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,368 DEBUG [scout-model-thread-21] 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@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,368 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter - Added action event 'formHide' for Desktop with id 2 and reference 33. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,369 DEBUG [scout-model-thread-21] 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@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,369 DEBUG [scout-model-thread-21] 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@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,369 DEBUG [scout-model-thread-21] 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@782a4c8e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec - in org.eclipse.scout.rt.ui.html.json.form.JsonFormTest
18:19:07 Running org.eclipse.scout.rt.ui.html.json.form.fields.JsonAdapterPropertyConfigBuilderTest
18:19:07 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:19:07 Running org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest
18:19:07 2020-04-12 22:19:07,374 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,374 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,431 DEBUG [scout-model-thread-21] 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:19:07 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest
18:19:07 Running org.eclipse.scout.rt.ui.html.json.form.fields.browserfield.JsonBrowserFieldTest
18:19:07 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:19:07 Running org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest
18:19:07 2020-04-12 22:19:07,445 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,450 DEBUG [scout-model-thread-21] 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:19:07 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest
18:19:07 Running org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest
18:19:07 2020-04-12 22:19:07,460 WARN  [main] org.eclipse.scout.rt.client.job.ModelJobs -  - MDC[]
18:19:07 org.eclipse.scout.rt.client.job.ModelJobs$WrongThreadException: Only the model thread is allowed to update the UI model.
18:19:07 	at org.eclipse.scout.rt.client.job.ModelJobs.warnIfNotModelThread(ModelJobs.java:324)
18:19:07 	at org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver$P_PropertyChangeListener.propertyChange(AbstractJsonPropertyObserver.java:236)
18:19:07 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.firePropertyChangeImpl(BasicPropertySupport.java:517)
18:19:07 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.firePropertyChangeImpl(BasicPropertySupport.java:469)
18:19:07 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.setProperty(BasicPropertySupport.java:281)
18:19:07 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.setProperty(BasicPropertySupport.java:258)
18:19:07 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.setPropertyString(BasicPropertySupport.java:175)
18:19:07 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setDisplayText(AbstractValueField.java:603)
18:19:07 	at org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest.testToImageByBinaryResourceReplacement(JsonHtmlFieldTest.java:49)
18:19:07 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:19:07 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:19:07 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:19:07 	at java.lang.reflect.Method.invoke(Method.java:498)
18:19:07 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:19:07 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:19:07 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:19:07 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:19:07 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
18:19:07 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:19:07 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:19:07 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:19:07 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:19:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:19:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:19:07 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:19:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:19:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:19:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:19:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:19:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:19:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:19:07 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:19:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:19:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:19:07 2020-04-12 22:19:07,461 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:19:07 2020-04-12 22:19:07,462 WARN  [main] org.eclipse.scout.rt.client.job.ModelJobs -  - MDC[]
18:19:07 org.eclipse.scout.rt.client.job.ModelJobs$WrongThreadException: Only the model thread is allowed to update the UI model.
18:19:07 	at org.eclipse.scout.rt.client.job.ModelJobs.warnIfNotModelThread(ModelJobs.java:324)
18:19:07 	at org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver$P_PropertyChangeListener.propertyChange(AbstractJsonPropertyObserver.java:236)
18:19:07 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.firePropertyChangeImpl(BasicPropertySupport.java:517)
18:19:07 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.firePropertyChangeImpl(BasicPropertySupport.java:469)
18:19:07 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.setProperty(BasicPropertySupport.java:281)
18:19:07 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.setProperty(BasicPropertySupport.java:258)
18:19:07 	at org.eclipse.scout.rt.platform.reflect.BasicPropertySupport.setPropertyString(BasicPropertySupport.java:175)
18:19:07 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setDisplayText(AbstractValueField.java:603)
18:19:07 	at org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest.testToImageByIconIdReplacement(JsonHtmlFieldTest.java:41)
18:19:07 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:19:07 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:19:07 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:19:07 	at java.lang.reflect.Method.invoke(Method.java:498)
18:19:07 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
18:19:07 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
18:19:07 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
18:19:07 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
18:19:07 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
18:19:07 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
18:19:07 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
18:19:07 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
18:19:07 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
18:19:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
18:19:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
18:19:07 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
18:19:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
18:19:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
18:19:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
18:19:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
18:19:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
18:19:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
18:19:07 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
18:19:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
18:19:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
18:19:07 2020-04-12 22:19:07,464 WARN  [main] org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtility - iconId 'test_icon' could not be resolved - MDC[]
18:19:07 2020-04-12 22:19:07,464 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:19:07 2020-04-12 22:19:07,464 WARN  [main] org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtility - iconId 'test_icon' could not be resolved - MDC[]
18:19:07 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest
18:19:07 Running org.eclipse.scout.rt.ui.html.json.form.fields.listbox.JsonListBoxTest
18:19:07 2020-04-12 22:19:07,541 DEBUG [scout-model-thread-21] 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@1430b8a - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,541 DEBUG [scout-model-thread-21] 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@1430b8a - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,543 DEBUG [scout-model-thread-21] 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@1430b8a - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,543 DEBUG [scout-model-thread-21] 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@1430b8a - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,543 DEBUG [scout-model-thread-21] 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@1430b8a - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.listbox.JsonListBoxTest
18:19:07 Running org.eclipse.scout.rt.ui.html.json.form.fields.stringfield.JsonStringFieldTest
18:19:07 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:19:07 Running org.eclipse.scout.rt.ui.html.json.form.fields.tabbox.JsonTabBoxTest
18:19:07 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.tabbox.JsonTabBoxTest
18:19:07 Running org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.JsonTableFieldTest
18:19:07 2020-04-12 22:19:07,655 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.TablePage$Table@6c77b430' 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:19:07 2020-04-12 22:19:07,656 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,656 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@246be712' 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:19:07 2020-04-12 22:19:07,661 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.TablePage$Table@55b5bab0' 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:19:07 2020-04-12 22:19:07,661 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,666 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@5a02d69a' 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:19:07 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.JsonTableFieldTest
18:19:07 Running org.eclipse.scout.rt.ui.html.json.menu.JsonMenuTest
18:19:07 2020-04-12 22:19:07,672 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,672 DEBUG [scout-model-thread-21] 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@69c596d4 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 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:19:07 Running org.eclipse.scout.rt.ui.html.json.table.JsonCellToJsonTest
18:19:07 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.eclipse.scout.rt.ui.html.json.table.JsonCellToJsonTest
18:19:07 Running org.eclipse.scout.rt.ui.html.json.table.JsonTableTest
18:19:07 2020-04-12 22:19:07,756 DEBUG [scout-model-thread-21] 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@19c2be11 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,760 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@11204f15]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@18a7ceb8 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,760 DEBUG [scout-model-thread-21] 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@18a7ceb8 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,765 DEBUG [scout-model-thread-21] 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@e259c80 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,765 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,837 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,876 DEBUG [scout-model-thread-21] 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@75bed2bb - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,930 DEBUG [scout-model-thread-21] 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@75bed2bb - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,939 DEBUG [scout-model-thread-21] 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@40a50f40 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,939 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,944 DEBUG [scout-model-thread-21] 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@21ff989 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,944 DEBUG [scout-model-thread-21] 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@21ff989 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,947 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,954 DEBUG [scout-model-thread-21] 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@6a401f9c - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,954 DEBUG [scout-model-thread-21] 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@6a401f9c - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,954 DEBUG [scout-model-thread-21] 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@6a401f9c - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,959 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,962 DEBUG [scout-model-thread-21] 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@17620888 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,967 DEBUG [scout-model-thread-21] 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@6207c1a3 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,967 DEBUG [scout-model-thread-21] 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@6207c1a3 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,967 DEBUG [scout-model-thread-21] 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:19:07 2020-04-12 22:19:07,971 DEBUG [scout-model-thread-21] 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@64d4ba89 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:07 2020-04-12 22:19:07,974 DEBUG [scout-model-thread-21] 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@c2969eb - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,037 DEBUG [scout-model-thread-21] 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:19:08 2020-04-12 22:19:08,038 DEBUG [scout-model-thread-21] 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@5cbec0c3 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,042 DEBUG [scout-model-thread-21] 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:19:08 2020-04-12 22:19:08,052 DEBUG [scout-model-thread-21] 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@499ba431 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,058 DEBUG [scout-model-thread-21] 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@471c5853 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,064 DEBUG [scout-model-thread-21] 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:19:08 2020-04-12 22:19:08,065 DEBUG [scout-model-thread-21] 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@51b30650 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,065 DEBUG [scout-model-thread-21] 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@51b30650 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,065 DEBUG [scout-model-thread-21] 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@51b30650 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,130 DEBUG [scout-model-thread-21] 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@4ea09f7a - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,130 DEBUG [scout-model-thread-21] 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@4ea09f7a - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,130 DEBUG [scout-model-thread-21] 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@4ea09f7a - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,268 DEBUG [scout-model-thread-21] 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@43b77e20 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,278 DEBUG [scout-model-thread-21] 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@747f6755 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,279 DEBUG [scout-model-thread-21] 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@747f6755 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,279 DEBUG [scout-model-thread-21] 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@747f6755 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,286 DEBUG [scout-model-thread-21] 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@6aaec7e8 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,289 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@57a540fc]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@3b4fe848 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,289 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@57a540fc, org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@4337cfb4]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@3b4fe848 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,289 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@4337cfb4]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@3b4fe848 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,294 DEBUG [scout-model-thread-21] 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@7ac335e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,294 DEBUG [scout-model-thread-21] 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@7ac335e - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 sec - in org.eclipse.scout.rt.ui.html.json.table.JsonTableTest
18:19:08 Running org.eclipse.scout.rt.ui.html.json.table.control.JsonFormTableControlTest
18:19:08 2020-04-12 22:19:08,299 DEBUG [scout-model-thread-21] 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:19:08 2020-04-12 22:19:08,304 DEBUG [scout-model-thread-21] 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@72bb17b7 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,304 DEBUG [scout-model-thread-21] 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@72bb17b7 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,305 DEBUG [scout-model-thread-21] 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:19:08 2020-04-12 22:19:08,337 DEBUG [scout-model-thread-21] 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@2979aaa7 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,338 DEBUG [scout-model-thread-21] 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:19:08 2020-04-12 22:19:08,342 DEBUG [scout-model-thread-21] 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@5db59de2 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,342 DEBUG [scout-model-thread-21] 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@5db59de2 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,342 DEBUG [scout-model-thread-21] 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:19:08 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.eclipse.scout.rt.ui.html.json.table.control.JsonFormTableControlTest
18:19:08 Running org.eclipse.scout.rt.ui.html.json.tree.JsonTreeTest
18:19:08 2020-04-12 22:19:08,349 DEBUG [scout-model-thread-21] 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@47f2bc03 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,353 DEBUG [scout-model-thread-21] 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@660340c1 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,360 DEBUG [scout-model-thread-21] 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@19c20295 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,362 DEBUG [scout-model-thread-21] 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:19:08 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:19:08 2020-04-12 22:19:08,363 DEBUG [scout-model-thread-21] 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@6d6dba93 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 Response #2: {"#":1,"events":[{"target":"2","type":"nodesDeleted","commonParentNodeId":"5","nodeIds":["6"]}]}
18:19:08 2020-04-12 22:19:08,366 DEBUG [scout-model-thread-21] 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:19:08 Response #1: {"startupData":{},"adapterData":{"2":{"id":"2","objectType":"Tree","autoToggleBreadcrumbStyle":false,"dropType":0,"displayStyle":"default","dropMaximumSize":52428800,"scrollToSelection":false}}}
18:19:08 Response #2: {"#":1}
18:19:08 2020-04-12 22:19:08,368 DEBUG [scout-model-thread-21] 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@1b564d2a - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,371 DEBUG [scout-model-thread-21] 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@f2771ac - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,380 DEBUG [scout-model-thread-21] 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@49159543 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,383 DEBUG [scout-model-thread-21] 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@35ed92c1 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,543 DEBUG [scout-model-thread-21] 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:19:08 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:19:08 2020-04-12 22:19:08,543 DEBUG [scout-model-thread-21] 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@35e9cb5c - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,543 DEBUG [scout-model-thread-21] 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@35e9cb5c - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 2020-04-12 22:19:08,543 DEBUG [scout-model-thread-21] 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@35e9cb5c - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 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:19:08 2020-04-12 22:19:08,544 DEBUG [scout-model-thread-21] 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@35e9cb5c - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 Response #3: {"#":2,"events":[{"target":"2","type":"nodeExpanded","nodeId":"4","expanded":false,"expandedLazy":false,"recursive":true}]}
18:19:08 2020-04-12 22:19:08,550 DEBUG [scout-model-thread-21] 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@7737abe7 - MDC[principal=default, jobName=Running JUnit test in model job]
18:19:08 Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 sec - in org.eclipse.scout.rt.ui.html.json.tree.JsonTreeTest
18:19:08 Running org.eclipse.scout.rt.ui.html.res.BrowserInfoTest
18:19:08 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec - in org.eclipse.scout.rt.ui.html.res.BrowserInfoTest
18:19:08 Running org.eclipse.scout.rt.ui.html.res.loader.DynamicResourceLoaderTest
18:19:08 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.ui.html.res.loader.DynamicResourceLoaderTest
18:19:08 
18:19:08 Results :
18:19:08 
18:19:08 Tests run: 253, Failures: 0, Errors: 0, Skipped: 0
18:19:08 
18:19:08 [INFO] 
18:19:08 [INFO] --- jasmine-maven-plugin:2.0:test (default) @ org.eclipse.scout.rt.ui.html.test ---
18:19:08 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:19:08 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:19: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-resources/1.0.1/plexus-resources-1.0.1.pom
18:19:09 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:19:09 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 36 kB/s)
18:19:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
18:19:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
18:19: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/commons/commons-lang3/3.4/commons-lang3-3.4.pom
18:19:09 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:19:09 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 822 kB/s)
18:19:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/37/commons-parent-37.pom
18:19:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-parent/37/commons-parent-37.pom
18:19: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/commons/commons-parent/37/commons-parent-37.pom
18:19:09 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:19:09 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 2.3 MB/s)
18:19:09 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
18:19:09 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
18:19:09 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:19:10 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:19:10 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 620 kB/s)
18:19:10 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:19:10 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:19: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-java/2.45.0/selenium-java-2.45.0.pom
18:19:10 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:19:10 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 73 kB/s)
18:19:10 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:19:11 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:19: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-parent/2.45.0/selenium-parent-2.45.0.pom
18:19:11 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:19:11 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 102 kB/s)
18:19:11 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:19:11 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:19: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-chrome-driver/2.45.0/selenium-chrome-driver-2.45.0.pom
18:19:11 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:19:11 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 22 kB/s)
18:19:11 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:19:11 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:19: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-remote-driver/2.45.0/selenium-remote-driver-2.45.0.pom
18:19:12 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:19:12 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 38 kB/s)
18:19:12 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.pom
18:19:12 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.pom
18:19:12 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:19:12 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:19:12 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 3.1 kB/s)
18:19:12 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:19:12 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:19:12 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:19:13 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:19:13 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 84 kB/s)
18:19:13 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:19:13 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:19: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/seleniumhq/selenium/selenium-api/2.45.0/selenium-api-2.45.0.pom
18:19:13 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:19:14 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 11 kB/s)
18:19:14 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom
18:19:14 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom
18:19: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/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom
18:19:14 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:19:14 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 260 kB/s)
18:19:14 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:19:14 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:19: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/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.pom
18:19:14 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:19:14 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 570 kB/s)
18:19:14 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/project/7/project-7.pom
18:19:14 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/project/7/project-7.pom
18:19: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/httpcomponents/project/7/project-7.pom
18:19:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom
18:19:15 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:19:15 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom
18:19:15 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom
18:19: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/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom
18:19:15 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:19:15 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 184 kB/s)
18:19:15 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:19:15 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:19: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/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.3.3.pom
18:19:15 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:19:15 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 528 kB/s)
18:19:15 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:19:15 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:19:15 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:19:16 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:19:16 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 918 kB/s)
18:19:16 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-exec/1.1/commons-exec-1.1.pom
18:19:16 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-exec/1.1/commons-exec-1.1.pom
18:19: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/commons/commons-exec/1.1/commons-exec-1.1.pom
18:19:16 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:19: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/org/apache/commons/commons-exec/1.1/commons-exec-1.1.pom (11 kB at 175 kB/s)
18:19:16 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:19:16 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:19:16 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:19:16 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:19:17 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 58 kB/s)
18:19:17 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:19:17 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:19:17 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:19:17 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:19:17 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:19:17 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:19:17 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:19: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/seleniumhq/selenium/selenium-htmlunit-driver/2.45.0/selenium-htmlunit-driver-2.45.0.pom
18:19:17 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:19:17 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 21 kB/s)
18:19:17 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/htmlunit/htmlunit/2.15/htmlunit-2.15.pom
18:19:17 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/htmlunit/htmlunit/2.15/htmlunit-2.15.pom
18:19:17 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:19:18 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:19: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): 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 412 kB/s)
18:19:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xalan/xalan/2.7.1/xalan-2.7.1.pom
18:19:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xalan/xalan/2.7.1/xalan-2.7.1.pom
18:19:18 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:19:18 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:19:18 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 19 kB/s)
18:19:18 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xalan/serializer/2.7.1/serializer-2.7.1.pom
18:19:18 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xalan/serializer/2.7.1/serializer-2.7.1.pom
18:19:18 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:19:19 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:19:19 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 21 kB/s)
18:19:19 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:19:19 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:19: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-lang3/3.3.2/commons-lang3-3.3.2.pom
18:19:19 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:19: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.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 168 kB/s)
18:19:19 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.pom
18:19:19 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.pom
18:19: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/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.pom
18:19:19 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:19:19 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 91 kB/s)
18:19:19 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:19:19 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:19: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/httpcomponents/httpcomponents-client/4.3.3/httpcomponents-client-4.3.3.pom
18:19:20 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:19:20 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 226 kB/s)
18:19:20 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
18:19:20 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
18:19: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/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
18:19:20 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:19:20 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 78 kB/s)
18:19:20 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:19:20 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:19: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/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
18:19:21 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:19:21 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 289 kB/s)
18:19:21 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpmime/4.3.3/httpmime-4.3.3.pom
18:19:21 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpmime/4.3.3/httpmime-4.3.3.pom
18:19: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/httpmime/4.3.3/httpmime-4.3.3.pom
18:19:21 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:19:21 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 62 kB/s)
18:19:21 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
18:19:22 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
18:19:22 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:19:23 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:19: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/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 361 kB/s)
18:19:23 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:19:23 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:19:23 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:19:23 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:19:23 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 3.8 kB/s)
18:19:23 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom
18:19:23 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom
18:19:23 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:19:24 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:19:24 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 56 kB/s)
18:19:24 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:19:24 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:19:24 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:19:24 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:19:24 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 68 kB/s)
18:19:24 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/nekohtml/nekohtml/1.9.21/nekohtml-1.9.21.pom
18:19:24 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/nekohtml/nekohtml/1.9.21/nekohtml-1.9.21.pom
18:19:24 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:19:25 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:19:25 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 29 kB/s)
18:19:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/cssparser/cssparser/0.9.14/cssparser-0.9.14.pom
18:19:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/cssparser/cssparser/0.9.14/cssparser-0.9.14.pom
18:19: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/sourceforge/cssparser/cssparser/0.9.14/cssparser-0.9.14.pom
18:19:25 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:19: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/net/sourceforge/cssparser/cssparser/0.9.14/cssparser-0.9.14.pom (12 kB at 161 kB/s)
18:19:25 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/w3c/css/sac/1.3/sac-1.3.pom
18:19:25 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/w3c/css/sac/1.3/sac-1.3.pom
18:19: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/w3c/css/sac/1.3/sac-1.3.pom
18:19:26 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:19:26 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 32 kB/s)
18:19:26 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:19:27 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:19: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/eclipse/jetty/jetty-websocket/8.1.15.v20140411/jetty-websocket-8.1.15.v20140411.pom
18:19:27 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:19: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/eclipse/jetty/jetty-websocket/8.1.15.v20140411/jetty-websocket-8.1.15.v20140411.pom (4.1 kB at 41 kB/s)
18:19:27 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:19:27 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:19: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/eclipse/jetty/jetty-project/8.1.15.v20140411/jetty-project-8.1.15.v20140411.pom
18:19:27 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:19: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): 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 284 kB/s)
18:19:28 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-parent/20/jetty-parent-20.pom
18:19:28 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-parent/20/jetty-parent-20.pom
18:19: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/eclipse/jetty/jetty-parent/20/jetty-parent-20.pom
18:19:28 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:19: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): 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 136 kB/s)
18:19:28 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:19:28 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:19: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/eclipse/jetty/jetty-util/8.1.15.v20140411/jetty-util-8.1.15.v20140411.pom
18:19:28 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:19:28 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 54 kB/s)
18:19:28 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:19:29 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:19: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/eclipse/jetty/jetty-io/8.1.15.v20140411/jetty-io-8.1.15.v20140411.pom
18:19:29 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:19:29 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 39 kB/s)
18:19:29 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:19:29 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:19: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/eclipse/jetty/jetty-http/8.1.15.v20140411/jetty-http-8.1.15.v20140411.pom
18:19:29 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:19:29 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 59 kB/s)
18:19:29 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:19:29 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:19: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/seleniumhq/selenium/selenium-firefox-driver/2.45.0/selenium-firefox-driver-2.45.0.pom
18:19:30 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:19:30 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 29 kB/s)
18:19:30 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:19:30 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:19: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/seleniumhq/selenium/selenium-ie-driver/2.45.0/selenium-ie-driver-2.45.0.pom
18:19:30 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:19:30 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 39 kB/s)
18:19:30 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:19:30 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:19: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/seleniumhq/selenium/selenium-safari-driver/2.45.0/selenium-safari-driver-2.45.0.pom
18:19:31 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:19:31 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 33 kB/s)
18:19:31 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/webbitserver/webbit/0.4.14/webbit-0.4.14.pom
18:19:31 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/webbitserver/webbit/0.4.14/webbit-0.4.14.pom
18:19: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/webbitserver/webbit/0.4.14/webbit-0.4.14.pom
18:19:31 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:19:31 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 104 kB/s)
18:19:31 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:19:31 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:19:31 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:19:31 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:19: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): 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 356 kB/s)
18:19:31 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:19:31 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:19: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/seleniumhq/selenium/selenium-support/2.45.0/selenium-support-2.45.0.pom
18:19:32 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:19:32 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 43 kB/s)
18:19:32 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:19:32 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:19: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/seleniumhq/selenium/selenium-leg-rc/2.45.0/selenium-leg-rc-2.45.0.pom
18:19:32 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:19:32 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 28 kB/s)
18:19:32 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:19:32 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:19: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/seleniumhq/selenium/selenium-server/2.45.0/selenium-server-2.45.0.pom
18:19:33 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:19:33 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:19:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom
18:19:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom
18:19: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/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom
18:19:33 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:19:33 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 22 kB/s)
18:19:33 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom
18:19:33 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom
18:19: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/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom
18:19:34 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:19:34 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 32 kB/s)
18:19:34 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/mx4j/mx4j-tools/3.0.1/mx4j-tools-3.0.1.pom
18:19:34 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/mx4j/mx4j-tools/3.0.1/mx4j-tools-3.0.1.pom
18:19:34 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:19:34 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:19:34 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.5 kB/s)
18:19:34 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:19:34 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:19: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/seleniumhq/selenium/jetty-repacked/7.6.1/jetty-repacked-7.6.1.pom
18:19:34 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:19:35 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 88 kB/s)
18:19:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/jetty-rc-repacked/5/jetty-rc-repacked-5.pom
18:19:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/jetty-rc-repacked/5/jetty-rc-repacked-5.pom
18:19: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/seleniumhq/selenium/jetty-rc-repacked/5/jetty-rc-repacked-5.pom
18:19:35 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:19:35 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 59 kB/s)
18:19:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
18:19:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
18:19:35 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:19:35 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:19:35 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 26 kB/s)
18:19:35 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/yaml/snakeyaml/1.8/snakeyaml-1.8.pom
18:19:35 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/yaml/snakeyaml/1.8/snakeyaml-1.8.pom
18:19: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/yaml/snakeyaml/1.8/snakeyaml-1.8.pom
18:19:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.8/snakeyaml-1.8.pom
18:19:36 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 293 kB/s)
18:19:36 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/antlr/ST4/4.0.8/ST4-4.0.8.pom
18:19:36 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/antlr/ST4/4.0.8/ST4-4.0.8.pom
18:19: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/antlr/ST4/4.0.8/ST4-4.0.8.pom
18:19:36 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:19:36 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 371 kB/s)
18:19:36 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:19:36 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:19: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/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom
18:19:37 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:19:37 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:19:37 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:19:37 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:19: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/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom
18:19:37 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:19: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/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom (12 kB at 315 kB/s)
18:19:37 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:19:37 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:19: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/eclipse/jetty/jetty-server/8.1.14.v20131031/jetty-server-8.1.14.v20131031.pom
18:19:37 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:19:37 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 51 kB/s)
18:19:37 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:19:37 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:19: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/eclipse/jetty/jetty-project/8.1.14.v20131031/jetty-project-8.1.14.v20131031.pom
18:19:38 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:19: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): 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 327 kB/s)
18:19:38 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:19:38 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:19: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/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.pom
18:19:38 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:19:38 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 5.8 kB/s)
18:19:38 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/orbit/jetty-orbit/1/jetty-orbit-1.pom
18:19:38 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/orbit/jetty-orbit/1/jetty-orbit-1.pom
18:19: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/eclipse/jetty/orbit/jetty-orbit/1/jetty-orbit-1.pom
18:19:39 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:19:39 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 59 kB/s)
18:19:39 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
18:19:39 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
18:19: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/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
18:19:39 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:19:39 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:19:39 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:19:39 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:19: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/eclipse/jetty/jetty-continuation/8.1.14.v20131031/jetty-continuation-8.1.14.v20131031.pom
18:19:39 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:19:39 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 18 kB/s)
18:19:40 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:19:40 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:19: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/eclipse/jetty/jetty-http/8.1.14.v20131031/jetty-http-8.1.14.v20131031.pom
18:19:40 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:19:40 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 59 kB/s)
18:19:40 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:19:40 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:19: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/eclipse/jetty/jetty-io/8.1.14.v20131031/jetty-io-8.1.14.v20131031.pom
18:19:41 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:19:41 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 49 kB/s)
18:19: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.pom
18:19: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.pom
18:19: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/eclipse/jetty/jetty-util/8.1.14.v20131031/jetty-util-8.1.14.v20131031.pom
18:19:41 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:19:41 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 54 kB/s)
18:19:41 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.pom
18:19:41 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.pom
18:19:41 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:19:41 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:19:41 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 42 kB/s)
18:19:41 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:19:41 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:19: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.44.0/selenium-java-2.44.0.pom
18:19:42 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:19:42 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 123 kB/s)
18:19:42 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:19:42 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:19: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-parent/2.44.0/selenium-parent-2.44.0.pom
18:19:42 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:19:42 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 135 kB/s)
18:19:42 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:19:42 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:19: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-chrome-driver/2.44.0/selenium-chrome-driver-2.44.0.pom
18:19:43 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:19:43 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 33 kB/s)
18:19:43 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:19:43 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:19: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-remote-driver/2.44.0/selenium-remote-driver-2.44.0.pom
18:19:43 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:19:43 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 32 kB/s)
18:19:43 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/gson/gson/2.3/gson-2.3.pom
18:19:43 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/google/code/gson/gson/2.3/gson-2.3.pom
18:19: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/gson-2.3.pom
18:19:43 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:19:44 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 176 kB/s)
18:19:44 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:19:44 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:19: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/seleniumhq/selenium/selenium-api/2.44.0/selenium-api-2.44.0.pom
18:19:44 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:19:44 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 103 kB/s)
18:19:44 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.3.4/httpclient-4.3.4.pom
18:19:44 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpclient/4.3.4/httpclient-4.3.4.pom
18:19: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/httpclient/4.3.4/httpclient-4.3.4.pom
18:19:44 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:19: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/apache/httpcomponents/httpclient/4.3.4/httpclient-4.3.4.pom (5.2 kB at 6.9 kB/s)
18:19:45 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:19:45 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:19: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/httpcomponents/httpcomponents-client/4.3.4/httpcomponents-client-4.3.4.pom
18:19:45 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:19:46 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 167 kB/s)
18:19:46 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:19:46 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:19: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/seleniumhq/selenium/selenium-htmlunit-driver/2.44.0/selenium-htmlunit-driver-2.44.0.pom
18:19:46 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:19:46 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 5.5 kB/s)
18:19:46 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:19:46 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:19: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/seleniumhq/selenium/selenium-firefox-driver/2.44.0/selenium-firefox-driver-2.44.0.pom
18:19:47 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:19:47 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 45 kB/s)
18:19:47 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:19:47 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:19: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/seleniumhq/selenium/selenium-ie-driver/2.44.0/selenium-ie-driver-2.44.0.pom
18:19:47 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:19:47 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 57 kB/s)
18:19:47 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:19:47 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:19: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/seleniumhq/selenium/selenium-safari-driver/2.44.0/selenium-safari-driver-2.44.0.pom
18:19:47 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:19:48 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 31 kB/s)
18:19:48 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:19:48 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:19: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/seleniumhq/selenium/selenium-support/2.44.0/selenium-support-2.44.0.pom
18:19:48 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:19:48 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 59 kB/s)
18:19:48 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/webjars/webjars-locator/0.21/webjars-locator-0.21.pom
18:19:48 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/webjars/webjars-locator/0.21/webjars-locator-0.21.pom
18:19: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/webjars/webjars-locator/0.21/webjars-locator-0.21.pom
18:19:48 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:19:48 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 78 kB/s)
18:19:48 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:19:48 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:19: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-databind/2.3.3/jackson-databind-2.3.3.pom
18:19:49 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:19:49 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 67 kB/s)
18:19:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/oss-parent/12/oss-parent-12.pom
18:19:49 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/oss-parent/12/oss-parent-12.pom
18:19: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/oss-parent/12/oss-parent-12.pom
18:19:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom
18:19: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): 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 584 kB/s)
18:19:49 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:19:49 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:19: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/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom
18:19:49 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:19:49 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 35 kB/s)
18:19:49 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/oss-parent/11/oss-parent-11.pom
18:19:50 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/fasterxml/oss-parent/11/oss-parent-11.pom
18:19: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/fasterxml/oss-parent/11/oss-parent-11.pom
18:19:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom
18:19: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): 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 662 kB/s)
18:19:50 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:19:50 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:19: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/fasterxml/jackson/core/jackson-core/2.3.3/jackson-core-2.3.3.pom
18:19:50 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:19:50 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 119 kB/s)
18:19:50 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/webjars/bower/jasmine/2.3.0/jasmine-2.3.0.pom
18:19:50 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/webjars/bower/jasmine/2.3.0/jasmine-2.3.0.pom
18:19: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/webjars/bower/jasmine/2.3.0/jasmine-2.3.0.pom
18:19:51 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:19:51 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 21 kB/s)
18:19:51 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/htmlunit/htmlunit/2.14/htmlunit-2.14.pom
18:19:51 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/htmlunit/htmlunit/2.14/htmlunit-2.14.pom
18:19:51 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:19:51 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:19: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): 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 442 kB/s)
18:19:51 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:19:51 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:19: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/commons/commons-lang3/3.2.1/commons-lang3-3.2.1.pom
18:19:52 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:19:52 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 225 kB/s)
18:19:52 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.3.2/httpclient-4.3.2.pom
18:19:52 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpclient/4.3.2/httpclient-4.3.2.pom
18:19: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.3.2/httpclient-4.3.2.pom
18:19:52 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:19:52 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 76 kB/s)
18:19:52 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:19:52 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:19: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.3.2/httpcomponents-client-4.3.2.pom
18:19:52 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:19:53 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 269 kB/s)
18:19:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.3.1/httpcore-4.3.1.pom
18:19:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcore/4.3.1/httpcore-4.3.1.pom
18:19: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.3.1/httpcore-4.3.1.pom
18:19:53 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:19:53 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 72 kB/s)
18:19:53 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:19:53 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:19: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.3.1/httpcomponents-core-4.3.1.pom
18:19:53 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:19:53 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 196 kB/s)
18:19:53 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpmime/4.3.2/httpmime-4.3.2.pom
18:19:53 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpmime/4.3.2/httpmime-4.3.2.pom
18:19: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/httpmime/4.3.2/httpmime-4.3.2.pom
18:19:54 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:19:54 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 112 kB/s)
18:19:54 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:19:54 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:19:54 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:19:54 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:19:54 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 12 kB/s)
18:19:54 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/nekohtml/nekohtml/1.9.20/nekohtml-1.9.20.pom
18:19:54 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/nekohtml/nekohtml/1.9.20/nekohtml-1.9.20.pom
18:19:54 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:19:55 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:19:55 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 32 kB/s)
18:19:55 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/cssparser/cssparser/0.9.13/cssparser-0.9.13.pom
18:19:55 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/cssparser/cssparser/0.9.13/cssparser-0.9.13.pom
18:19:55 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:19:55 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:19: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/net/sourceforge/cssparser/cssparser/0.9.13/cssparser-0.9.13.pom (12 kB at 153 kB/s)
18:19:55 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:19:55 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:19: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/eclipse/jetty/jetty-websocket/8.1.14.v20131031/jetty-websocket-8.1.14.v20131031.pom
18:19:55 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:19:56 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 25 kB/s)
18:19:56 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:19:56 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:19: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/github/klieber/phantomjs-maven-core/0.6/phantomjs-maven-core-0.6.pom
18:19:57 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:19:57 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 33 kB/s)
18:19:57 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/klieber/phantomjs-root/0.6/phantomjs-root-0.6.pom
18:19:57 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/github/klieber/phantomjs-root/0.6/phantomjs-root-0.6.pom
18:19: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/github/klieber/phantomjs-root/0.6/phantomjs-root-0.6.pom
18:19:57 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:19:57 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 154 kB/s)
18:19:57 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:19:57 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:19:57 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:19:58 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:19:58 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 66 kB/s)
18:19:58 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:19:58 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:19:58 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:19:58 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:19:58 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 30 kB/s)
18:19:58 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/schlichtherle/truezip/truezip/7.7.6/truezip-7.7.6.pom
18:19:58 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/de/schlichtherle/truezip/truezip/7.7.6/truezip-7.7.6.pom
18:19:58 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:19:58 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:19:59 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 282 kB/s)
18:19:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/java/truecommons/truecommons-parent/73/truecommons-parent-73.pom
18:19:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/java/truecommons/truecommons-parent/73/truecommons-parent-73.pom
18:19:59 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:19:59 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:19: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): 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 348 kB/s)
18:19:59 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:19:59 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:19:59 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:19:59 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:19:59 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 43 kB/s)
18:19:59 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.7/commons-compress-1.7.pom
18:19:59 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-compress/1.7/commons-compress-1.7.pom
18:19: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-compress/1.7/commons-compress-1.7.pom
18:20:00 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:20: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-compress/1.7/commons-compress-1.7.pom (11 kB at 149 kB/s)
18:20:00 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.pom
18:20:00 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.pom
18:20: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/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.pom
18:20:00 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:20:00 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 13 kB/s)
18:20:00 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:20:00 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:20:00 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:20:01 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:20:01 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 43 kB/s)
18:20:01 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:20:01 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:20:01 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:20:01 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:20:01 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 68 kB/s)
18:20:01 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.4/xz-1.4.pom
18:20:01 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/tukaani/xz/1.4/xz-1.4.pom
18:20: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/tukaani/xz/1.4/xz-1.4.pom
18:20:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.4/xz-1.4.pom
18:20:01 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 16 kB/s)
18:20:01 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:20:01 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:20:02 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:20:02 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:20:02 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 72 kB/s)
18:20:02 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:20:02 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:20:02 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:20:02 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:20:02 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 35 kB/s)
18:20:02 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:20:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
18:20:02 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:20:02 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:20:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
18:20:02 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:20:02 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:20:02 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:20:02 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:20:02 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:20:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/webbitserver/webbit/0.4.14/webbit-0.4.14.jar
18:20:02 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:20:02 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:20:02 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:20:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar
18:20:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar
18:20:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/mx4j/mx4j-tools/3.0.1/mx4j-tools-3.0.1.jar
18:20:02 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:20:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/jetty-rc-repacked/5/jetty-rc-repacked-5.jar
18:20:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
18:20:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/yaml/snakeyaml/1.8/snakeyaml-1.8.jar
18:20:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
18:20:02 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:20:02 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.jar
18:20:03 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:20:03 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:20:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar
18:20:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar
18:20:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar
18:20:03 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:20:03 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:20:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
18:20:03 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:20:03 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:20:03 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:20:03 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:20:03 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:20:03 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:20:03 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:20:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.jar
18:20:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/webjars/webjars-locator/0.21/webjars-locator-0.21.jar
18:20:03 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:20:03 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:20:03 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:20:03 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:20:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/webjars/bower/jasmine/2.3.0/jasmine-2.3.0.jar
18:20:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/htmlunit/htmlunit/2.14/htmlunit-2.14.jar
18:20:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xalan/xalan/2.7.1/xalan-2.7.1.jar
18:20:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xalan/serializer/2.7.1/serializer-2.7.1.jar
18:20:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpmime/4.3.2/httpmime-4.3.2.jar
18:20:03 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:20:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
18:20:03 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:20:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/nekohtml/nekohtml/1.9.20/nekohtml-1.9.20.jar
18:20:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/cssparser/cssparser/0.9.13/cssparser-0.9.13.jar
18:20:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/w3c/css/sac/1.3/sac-1.3.jar
18:20:03 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:20:03 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:20:03 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:20:03 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:20:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.7/commons-compress-1.7.jar
18:20:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar
18:20:03 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:20:03 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:20:03 Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.4/xz-1.4.jar
18:20:03 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:20:03 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:20:03 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:20:03 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:20:03 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:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
18:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
18:20:03 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:20:03 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:20:03 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:20:03 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:20:03 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:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/webbitserver/webbit/0.4.14/webbit-0.4.14.jar
18:20:03 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:20:03 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:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar
18:20:03 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:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar
18:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/mx4j/mx4j-tools/3.0.1/mx4j-tools-3.0.1.jar
18:20:03 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:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/seleniumhq/selenium/jetty-rc-repacked/5/jetty-rc-repacked-5.jar
18:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
18:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/yaml/snakeyaml/1.8/snakeyaml-1.8.jar
18:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
18:20:03 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:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.jar
18:20:03 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:20:03 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:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar
18:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar
18:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar
18:20:03 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:20:03 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:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
18:20:03 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:20:03 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:20:03 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:20:03 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:20:03 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:20:03 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:20:03 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:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.jar
18:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/webjars/webjars-locator/0.21/webjars-locator-0.21.jar
18:20:03 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:20:03 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:20:03 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:20:03 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:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/webjars/bower/jasmine/2.3.0/jasmine-2.3.0.jar
18:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/htmlunit/htmlunit/2.14/htmlunit-2.14.jar
18:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xalan/xalan/2.7.1/xalan-2.7.1.jar
18:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xalan/serializer/2.7.1/serializer-2.7.1.jar
18:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/httpcomponents/httpmime/4.3.2/httpmime-4.3.2.jar
18:20:03 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:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
18:20:03 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:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/nekohtml/nekohtml/1.9.20/nekohtml-1.9.20.jar
18:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/net/sourceforge/cssparser/cssparser/0.9.13/cssparser-0.9.13.jar
18:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/w3c/css/sac/1.3/sac-1.3.jar
18:20:03 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:20:03 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:20:03 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:20:03 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:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/apache/commons/commons-compress/1.7/commons-compress-1.7.jar
18:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar
18:20:03 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:20:03 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:20:03 Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/tukaani/xz/1.4/xz-1.4.jar
18:20:03 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:20:03 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:20: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/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar
18:20: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/seleniumhq/selenium/selenium-chrome-driver/2.45.0/selenium-chrome-driver-2.45.0.jar
18:20: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/seleniumhq/selenium/selenium-java/2.45.0/selenium-java-2.45.0.jar
18:20:03 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:20: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/commons/commons-lang3/3.4/commons-lang3-3.4.jar
18:20: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/seleniumhq/selenium/selenium-htmlunit-driver/2.45.0/selenium-htmlunit-driver-2.45.0.jar
18:20: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/seleniumhq/selenium/selenium-firefox-driver/2.45.0/selenium-firefox-driver-2.45.0.jar
18:20: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/seleniumhq/selenium/selenium-ie-driver/2.45.0/selenium-ie-driver-2.45.0.jar
18:20: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/seleniumhq/selenium/selenium-safari-driver/2.45.0/selenium-safari-driver-2.45.0.jar
18:20: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/seleniumhq/selenium/selenium-support/2.45.0/selenium-support-2.45.0.jar
18:20: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/webbitserver/webbit/0.4.14/webbit-0.4.14.jar
18:20:04 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:20: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/seleniumhq/selenium/selenium-leg-rc/2.45.0/selenium-leg-rc-2.45.0.jar
18:20: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/seleniumhq/selenium/selenium-server/2.45.0/selenium-server-2.45.0.jar
18:20: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/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar
18:20: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/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar
18:20:04 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:20: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/seleniumhq/selenium/jetty-repacked/7.6.1/jetty-repacked-7.6.1.jar
18:20: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/seleniumhq/selenium/jetty-rc-repacked/5/jetty-rc-repacked-5.jar
18:20:04 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:20: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/yaml/snakeyaml/1.8/snakeyaml-1.8.jar
18:20:05 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:20: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/seleniumhq/selenium/selenium-remote-driver/2.45.0/selenium-remote-driver-2.45.0.jar
18:20:05 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:20: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/code/gson/gson/2.3.1/gson-2.3.1.jar
18:20: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/seleniumhq/selenium/selenium-api/2.45.0/selenium-api-2.45.0.jar
18:20: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/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar
18:20: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/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar
18:20: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/commons/commons-exec/1.1/commons-exec-1.1.jar
18:20: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/java/dev/jna/jna/3.4.0/jna-3.4.0.jar
18:20: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/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
18:20: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/antlr/ST4/4.0.8/ST4-4.0.8.jar
18:20: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/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
18:20: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/eclipse/jetty/jetty-server/8.1.14.v20131031/jetty-server-8.1.14.v20131031.jar
18:20: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/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.jar
18:20: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/eclipse/jetty/jetty-continuation/8.1.14.v20131031/jetty-continuation-8.1.14.v20131031.jar
18:20: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/eclipse/jetty/jetty-http/8.1.14.v20131031/jetty-http-8.1.14.v20131031.jar
18:20: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/eclipse/jetty/jetty-io/8.1.14.v20131031/jetty-io-8.1.14.v20131031.jar
18:20: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/eclipse/jetty/jetty-util/8.1.14.v20131031/jetty-util-8.1.14.v20131031.jar
18:20: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/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.jar
18:20: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/webjars/webjars-locator/0.21/webjars-locator-0.21.jar
18:20: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/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
18:20: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/fasterxml/jackson/core/jackson-databind/2.3.3/jackson-databind-2.3.3.jar
18:20: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/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.jar
18:20: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/fasterxml/jackson/core/jackson-core/2.3.3/jackson-core-2.3.3.jar
18:20: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/webjars/bower/jasmine/2.3.0/jasmine-2.3.0.jar
18:20: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/htmlunit/htmlunit/2.14/htmlunit-2.14.jar
18:20:07 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:20:07 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:20: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/httpcomponents/httpmime/4.3.2/httpmime-4.3.2.jar
18:20:07 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:20:07 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:20:07 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:20:07 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:20:07 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:20: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.jar
18:20: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.14.v20131031/jetty-websocket-8.1.14.v20131031.jar
18:20: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.6/phantomjs-maven-core-0.6.jar
18:20:07 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:20:07 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:20: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/commons/commons-compress/1.7/commons-compress-1.7.jar
18:20: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/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar
18:20:07 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:20:07 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:20: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/tukaani/xz/1.4/xz-1.4.jar
18:20:07 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:20:07 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:20:08 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:20:08 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:20:08 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:20:08 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:20:08 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:20:08 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 (1): 85/435 kB
Progress (1): 90/435 kB
Progress (1): 94/435 kB
Progress (1): 98/435 kB
Progress (1): 102/435 kB
Progress (1): 106/435 kB
Progress (1): 110/435 kB
Progress (1): 114/435 kB
Progress (1): 118/435 kB
Progress (1): 122/435 kB
Progress (1): 126/435 kB
Progress (1): 131/435 kB
Progress (1): 135/435 kB
Progress (1): 139/435 kB
Progress (1): 143/435 kB
Progress (1): 147/435 kB
Progress (1): 151/435 kB
Progress (1): 155/435 kB
Progress (1): 159/435 kB
Progress (1): 163/435 kB
Progress (1): 167/435 kB
Progress (1): 171/435 kB
Progress (1): 176/435 kB
Progress (1): 180/435 kB
Progress (1): 184/435 kB
Progress (1): 188/435 kB
Progress (1): 192/435 kB
Progress (1): 196/435 kB
Progress (1): 200/435 kB
Progress (1): 204/435 kB
Progress (1): 208/435 kB
Progress (1): 212/435 kB
Progress (1): 217/435 kB
Progress (1): 221/435 kB
Progress (1): 225/435 kB
Progress (1): 229/435 kB
Progress (1): 233/435 kB
Progress (1): 237/435 kB
Progress (1): 241/435 kB
Progress (1): 245/435 kB
Progress (1): 249/435 kB
Progress (1): 253/435 kB
Progress (1): 258/435 kB
Progress (1): 262/435 kB
Progress (1): 266/435 kB
Progress (1): 270/435 kB
Progress (1): 274/435 kB
Progress (1): 278/435 kB
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 (2): 311/435 kB | 4.1/62 kB
Progress (2): 315/435 kB | 4.1/62 kB
Progress (2): 315/435 kB | 7.7/62 kB
Progress (2): 319/435 kB | 7.7/62 kB
Progress (2): 319/435 kB | 12/62 kB 
Progress (2): 323/435 kB | 12/62 kB
Progress (2): 323/435 kB | 16/62 kB
Progress (2): 327/435 kB | 16/62 kB
Progress (2): 327/435 kB | 20/62 kB
Progress (2): 331/435 kB | 20/62 kB
Progress (2): 331/435 kB | 24/62 kB
Progress (2): 335/435 kB | 24/62 kB
Progress (2): 335/435 kB | 28/62 kB
Progress (2): 339/435 kB | 28/62 kB
Progress (2): 339/435 kB | 32/62 kB
Progress (2): 344/435 kB | 32/62 kB
Progress (2): 344/435 kB | 36/62 kB
Progress (2): 348/435 kB | 36/62 kB
Progress (2): 348/435 kB | 40/62 kB
Progress (2): 352/435 kB | 40/62 kB
Progress (2): 352/435 kB | 45/62 kB
Progress (2): 356/435 kB | 45/62 kB
Progress (2): 356/435 kB | 49/62 kB
Progress (2): 360/435 kB | 49/62 kB
Progress (2): 360/435 kB | 53/62 kB
Progress (2): 360/435 kB | 57/62 kB
Progress (2): 364/435 kB | 57/62 kB
Progress (2): 364/435 kB | 61/62 kB
Progress (2): 368/435 kB | 61/62 kB
Progress (2): 368/435 kB | 62 kB   
Progress (2): 372/435 kB | 62 kB
Progress (2): 376/435 kB | 62 kB
Progress (2): 380/435 kB | 62 kB
Progress (2): 384/435 kB | 62 kB
Progress (2): 389/435 kB | 62 kB
Progress (2): 393/435 kB | 62 kB
Progress (2): 397/435 kB | 62 kB
Progress (2): 401/435 kB | 62 kB
Progress (2): 405/435 kB | 62 kB
Progress (2): 409/435 kB | 62 kB
Progress (2): 413/435 kB | 62 kB
Progress (2): 417/435 kB | 62 kB
Progress (2): 421/435 kB | 62 kB
Progress (2): 425/435 kB | 62 kB
Progress (2): 430/435 kB | 62 kB
Progress (2): 434/435 kB | 62 kB
Progress (2): 435 kB | 62 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 11 MB/s)
18:20:08 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:20:08 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 1.2 MB/s)
18:20:08 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:20:08 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 | 2.1 kB
Progress (3): 22 kB | 2.1 kB | 4.1/9.5 kB
Progress (3): 22 kB | 2.1 kB | 7.7/9.5 kB
Progress (3): 22 kB | 2.1 kB | 9.5 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 277 kB/s)
18:20:08 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:20:08 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 113 kB/s)
18:20:08 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:20:08 Progress (2): 2.1 kB | 0/2.6 MB
Progress (2): 2.1 kB | 0/2.6 MB
Progress (2): 2.1 kB | 0/2.6 MB
Progress (2): 2.1 kB | 0.1/2.6 MB
Progress (2): 2.1 kB | 0.1/2.6 MB
Progress (2): 2.1 kB | 0.1/2.6 MB
Progress (2): 2.1 kB | 0.1/2.6 MB
Progress (2): 2.1 kB | 0.1/2.6 MB
Progress (2): 2.1 kB | 0.1/2.6 MB
                                 
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 16 kB/s)
18:20:08 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:20:08 Progress (2): 0.1/2.6 MB | 4.1/59 kB
Progress (2): 0.1/2.6 MB | 7.7/59 kB
Progress (2): 0.1/2.6 MB | 12/59 kB 
Progress (2): 0.1/2.6 MB | 16/59 kB
Progress (2): 0.1/2.6 MB | 20/59 kB
Progress (2): 0.1/2.6 MB | 24/59 kB
Progress (2): 0.1/2.6 MB | 28/59 kB
Progress (2): 0.1/2.6 MB | 32/59 kB
Progress (2): 0.1/2.6 MB | 36/59 kB
Progress (2): 0.1/2.6 MB | 40/59 kB
Progress (2): 0.1/2.6 MB | 45/59 kB
Progress (2): 0.1/2.6 MB | 49/59 kB
Progress (2): 0.1/2.6 MB | 53/59 kB
Progress (2): 0.1/2.6 MB | 57/59 kB
Progress (2): 0.1/2.6 MB | 59 kB   
Progress (2): 0.2/2.6 MB | 59 kB
Progress (2): 0.2/2.6 MB | 59 kB
Progress (2): 0.2/2.6 MB | 59 kB
Progress (2): 0.2/2.6 MB | 59 kB
Progress (2): 0.2/2.6 MB | 59 kB
Progress (2): 0.2/2.6 MB | 59 kB
Progress (2): 0.3/2.6 MB | 59 kB
Progress (2): 0.3/2.6 MB | 59 kB
Progress (2): 0.3/2.6 MB | 59 kB
Progress (2): 0.3/2.6 MB | 59 kB
Progress (2): 0.3/2.6 MB | 59 kB
Progress (2): 0.3/2.6 MB | 59 kB
Progress (2): 0.4/2.6 MB | 59 kB
Progress (2): 0.4/2.6 MB | 59 kB
Progress (2): 0.4/2.6 MB | 59 kB
Progress (2): 0.4/2.6 MB | 59 kB
Progress (2): 0.4/2.6 MB | 59 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.jar (59 kB at 374 kB/s)
18:20:08 Progress (1): 0.4/2.6 MB
                        
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:20:08 Progress (1): 0.5/2.6 MB
Progress (1): 0.5/2.6 MB
Progress (1): 0.5/2.6 MB
Progress (1): 0.5/2.6 MB
Progress (1): 0.5/2.6 MB
Progress (1): 0.5/2.6 MB
Progress (1): 0.6/2.6 MB
Progress (1): 0.6/2.6 MB
Progress (1): 0.6/2.6 MB
Progress (1): 0.6/2.6 MB
Progress (1): 0.6/2.6 MB
Progress (1): 0.6/2.6 MB
Progress (1): 0.7/2.6 MB
Progress (1): 0.7/2.6 MB
Progress (1): 0.7/2.6 MB
Progress (1): 0.7/2.6 MB
Progress (1): 0.7/2.6 MB
Progress (1): 0.7/2.6 MB
Progress (1): 0.8/2.6 MB
Progress (1): 0.8/2.6 MB
Progress (1): 0.8/2.6 MB
Progress (1): 0.8/2.6 MB
Progress (1): 0.8/2.6 MB
Progress (1): 0.8/2.6 MB
Progress (1): 0.9/2.6 MB
Progress (1): 0.9/2.6 MB
Progress (1): 0.9/2.6 MB
Progress (1): 0.9/2.6 MB
Progress (1): 0.9/2.6 MB
Progress (1): 0.9/2.6 MB
Progress (1): 0.9/2.6 MB
Progress (1): 1.0/2.6 MB
Progress (1): 1.0/2.6 MB
Progress (1): 1.0/2.6 MB
Progress (1): 1.0/2.6 MB
Progress (1): 1.0/2.6 MB
Progress (1): 1.0/2.6 MB
Progress (1): 1.1/2.6 MB
Progress (1): 1.1/2.6 MB
Progress (1): 1.1/2.6 MB
Progress (1): 1.1/2.6 MB
Progress (1): 1.1/2.6 MB
Progress (1): 1.1/2.6 MB
Progress (1): 1.2/2.6 MB
Progress (1): 1.2/2.6 MB
Progress (1): 1.2/2.6 MB
Progress (1): 1.2/2.6 MB
Progress (1): 1.2/2.6 MB
Progress (1): 1.2/2.6 MB
Progress (1): 1.3/2.6 MB
Progress (1): 1.3/2.6 MB
Progress (1): 1.3/2.6 MB
Progress (1): 1.3/2.6 MB
Progress (1): 1.3/2.6 MB
Progress (1): 1.3/2.6 MB
Progress (2): 1.3/2.6 MB | 4.1/136 kB
Progress (2): 1.4/2.6 MB | 4.1/136 kB
Progress (2): 1.4/2.6 MB | 7.7/136 kB
Progress (2): 1.4/2.6 MB | 12/136 kB 
Progress (2): 1.4/2.6 MB | 16/136 kB
Progress (2): 1.4/2.6 MB | 16/136 kB
Progress (2): 1.4/2.6 MB | 20/136 kB
Progress (2): 1.4/2.6 MB | 20/136 kB
Progress (2): 1.4/2.6 MB | 24/136 kB
Progress (2): 1.4/2.6 MB | 28/136 kB
Progress (2): 1.4/2.6 MB | 32/136 kB
Progress (2): 1.4/2.6 MB | 32/136 kB
Progress (2): 1.4/2.6 MB | 36/136 kB
Progress (2): 1.4/2.6 MB | 36/136 kB
Progress (2): 1.4/2.6 MB | 40/136 kB
Progress (2): 1.4/2.6 MB | 45/136 kB
Progress (2): 1.4/2.6 MB | 49/136 kB
Progress (2): 1.4/2.6 MB | 49/136 kB
Progress (2): 1.4/2.6 MB | 53/136 kB
Progress (2): 1.5/2.6 MB | 53/136 kB
Progress (2): 1.5/2.6 MB | 57/136 kB
Progress (2): 1.5/2.6 MB | 61/136 kB
Progress (2): 1.5/2.6 MB | 65/136 kB
Progress (2): 1.5/2.6 MB | 65/136 kB
Progress (2): 1.5/2.6 MB | 69/136 kB
Progress (2): 1.5/2.6 MB | 73/136 kB
Progress (2): 1.5/2.6 MB | 73/136 kB
Progress (2): 1.5/2.6 MB | 77/136 kB
Progress (2): 1.5/2.6 MB | 81/136 kB
Progress (2): 1.5/2.6 MB | 81/136 kB
Progress (2): 1.5/2.6 MB | 85/136 kB
Progress (2): 1.5/2.6 MB | 90/136 kB
Progress (2): 1.5/2.6 MB | 90/136 kB
Progress (2): 1.5/2.6 MB | 94/136 kB
Progress (2): 1.5/2.6 MB | 98/136 kB
Progress (2): 1.5/2.6 MB | 98/136 kB
Progress (2): 1.5/2.6 MB | 102/136 kB
Progress (2): 1.5/2.6 MB | 106/136 kB
Progress (2): 1.5/2.6 MB | 110/136 kB
Progress (2): 1.6/2.6 MB | 110/136 kB
Progress (2): 1.6/2.6 MB | 114/136 kB
Progress (2): 1.6/2.6 MB | 114/136 kB
Progress (2): 1.6/2.6 MB | 118/136 kB
Progress (2): 1.6/2.6 MB | 122/136 kB
Progress (2): 1.6/2.6 MB | 126/136 kB
Progress (2): 1.6/2.6 MB | 131/136 kB
Progress (2): 1.6/2.6 MB | 131/136 kB
Progress (2): 1.6/2.6 MB | 135/136 kB
Progress (2): 1.6/2.6 MB | 136 kB    
Progress (2): 1.6/2.6 MB | 136 kB
Progress (2): 1.6/2.6 MB | 136 kB
Progress (2): 1.6/2.6 MB | 136 kB
Progress (2): 1.7/2.6 MB | 136 kB
Progress (2): 1.7/2.6 MB | 136 kB
Progress (2): 1.7/2.6 MB | 136 kB
Progress (2): 1.7/2.6 MB | 136 kB
Progress (2): 1.7/2.6 MB | 136 kB
Progress (2): 1.7/2.6 MB | 136 kB
Progress (2): 1.8/2.6 MB | 136 kB
Progress (2): 1.8/2.6 MB | 136 kB
Progress (2): 1.8/2.6 MB | 136 kB
Progress (2): 1.8/2.6 MB | 136 kB
Progress (2): 1.8/2.6 MB | 136 kB
Progress (2): 1.8/2.6 MB | 136 kB
Progress (2): 1.9/2.6 MB | 136 kB
Progress (2): 1.9/2.6 MB | 136 kB
Progress (2): 1.9/2.6 MB | 136 kB
Progress (2): 1.9/2.6 MB | 136 kB
Progress (2): 1.9/2.6 MB | 136 kB
Progress (2): 1.9/2.6 MB | 136 kB
Progress (2): 1.9/2.6 MB | 136 kB
Progress (2): 2.0/2.6 MB | 136 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.jar (136 kB at 642 kB/s)
18:20:08 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:20:08 Progress (1): 2.0/2.6 MB
Progress (1): 2.0/2.6 MB
Progress (1): 2.0/2.6 MB
Progress (1): 2.0/2.6 MB
Progress (1): 2.0/2.6 MB
Progress (1): 2.1/2.6 MB
Progress (1): 2.1/2.6 MB
Progress (1): 2.1/2.6 MB
Progress (1): 2.1/2.6 MB
Progress (1): 2.1/2.6 MB
Progress (1): 2.1/2.6 MB
Progress (1): 2.2/2.6 MB
Progress (1): 2.2/2.6 MB
Progress (1): 2.2/2.6 MB
Progress (1): 2.2/2.6 MB
Progress (1): 2.2/2.6 MB
Progress (1): 2.2/2.6 MB
Progress (1): 2.3/2.6 MB
Progress (1): 2.3/2.6 MB
Progress (1): 2.3/2.6 MB
Progress (1): 2.3/2.6 MB
Progress (1): 2.3/2.6 MB
Progress (1): 2.3/2.6 MB
Progress (1): 2.4/2.6 MB
Progress (2): 2.4/2.6 MB | 4.1/12 kB
Progress (2): 2.4/2.6 MB | 7.7/12 kB
Progress (2): 2.4/2.6 MB | 12 kB    
Progress (2): 2.4/2.6 MB | 12 kB
Progress (2): 2.4/2.6 MB | 12 kB
Progress (2): 2.4/2.6 MB | 12 kB
Progress (2): 2.4/2.6 MB | 12 kB
Progress (3): 2.4/2.6 MB | 12 kB | 4.1/165 kB
Progress (3): 2.4/2.6 MB | 12 kB | 7.7/165 kB
Progress (3): 2.4/2.6 MB | 12 kB | 12/165 kB 
Progress (3): 2.4/2.6 MB | 12 kB | 16/165 kB
Progress (3): 2.4/2.6 MB | 12 kB | 16/165 kB
Progress (3): 2.4/2.6 MB | 12 kB | 20/165 kB
Progress (4): 2.4/2.6 MB | 12 kB | 20/165 kB | 4.1/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 20/165 kB | 4.1/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 20/165 kB | 7.7/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 24/165 kB | 7.7/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 24/165 kB | 12/304 kB 
Progress (4): 2.5/2.6 MB | 12 kB | 28/165 kB | 12/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 28/165 kB | 16/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 28/165 kB | 16/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 32/165 kB | 16/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 32/165 kB | 20/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 36/165 kB | 20/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 36/165 kB | 24/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 36/165 kB | 24/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 36/165 kB | 28/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 40/165 kB | 28/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 40/165 kB | 32/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 45/165 kB | 32/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 49/165 kB | 32/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 49/165 kB | 32/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 49/165 kB | 36/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 49/165 kB | 40/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 53/165 kB | 40/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 53/165 kB | 45/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 53/165 kB | 45/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 57/165 kB | 45/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 57/165 kB | 49/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 61/165 kB | 49/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 65/165 kB | 49/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 65/165 kB | 49/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 65/165 kB | 53/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 65/165 kB | 57/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 69/165 kB | 57/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 69/165 kB | 61/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 73/165 kB | 61/304 kB
Progress (4): 2.5/2.6 MB | 12 kB | 73/165 kB | 65/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 73/165 kB | 65/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 77/165 kB | 65/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 81/165 kB | 65/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 81/165 kB | 69/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 81/165 kB | 73/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 81/165 kB | 73/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 81/165 kB | 77/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 85/165 kB | 77/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 85/165 kB | 81/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 90/165 kB | 81/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 94/165 kB | 81/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 94/165 kB | 81/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 98/165 kB | 81/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 98/165 kB | 85/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 98/165 kB | 90/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 98/165 kB | 94/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 102/165 kB | 94/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 102/165 kB | 98/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 102/165 kB | 98/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 106/165 kB | 98/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 110/165 kB | 98/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 114/165 kB | 98/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 114/165 kB | 102/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 114/165 kB | 102/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 114/165 kB | 106/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 114/165 kB | 110/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 118/165 kB | 110/304 kB
Progress (4): 2.6/2.6 MB | 12 kB | 118/165 kB | 114/304 kB
Progress (4): 2.6 MB | 12 kB | 118/165 kB | 114/304 kB    
Progress (4): 2.6 MB | 12 kB | 122/165 kB | 114/304 kB
Progress (4): 2.6 MB | 12 kB | 126/165 kB | 114/304 kB
Progress (4): 2.6 MB | 12 kB | 131/165 kB | 114/304 kB
Progress (4): 2.6 MB | 12 kB | 131/165 kB | 118/304 kB
Progress (4): 2.6 MB | 12 kB | 131/165 kB | 122/304 kB
Progress (4): 2.6 MB | 12 kB | 131/165 kB | 126/304 kB
Progress (4): 2.6 MB | 12 kB | 135/165 kB | 126/304 kB
Progress (4): 2.6 MB | 12 kB | 135/165 kB | 131/304 kB
Progress (4): 2.6 MB | 12 kB | 139/165 kB | 131/304 kB
Progress (4): 2.6 MB | 12 kB | 143/165 kB | 131/304 kB
Progress (4): 2.6 MB | 12 kB | 147/165 kB | 131/304 kB
Progress (4): 2.6 MB | 12 kB | 147/165 kB | 135/304 kB
Progress (4): 2.6 MB | 12 kB | 147/165 kB | 139/304 kB
Progress (4): 2.6 MB | 12 kB | 147/165 kB | 143/304 kB
Progress (4): 2.6 MB | 12 kB | 151/165 kB | 143/304 kB
Progress (4): 2.6 MB | 12 kB | 151/165 kB | 147/304 kB
Progress (4): 2.6 MB | 12 kB | 155/165 kB | 147/304 kB
Progress (4): 2.6 MB | 12 kB | 159/165 kB | 147/304 kB
Progress (4): 2.6 MB | 12 kB | 163/165 kB | 147/304 kB
Progress (4): 2.6 MB | 12 kB | 163/165 kB | 151/304 kB
Progress (4): 2.6 MB | 12 kB | 165 kB | 151/304 kB    
Progress (4): 2.6 MB | 12 kB | 165 kB | 155/304 kB
Progress (4): 2.6 MB | 12 kB | 165 kB | 159/304 kB
Progress (4): 2.6 MB | 12 kB | 165 kB | 163/304 kB
Progress (4): 2.6 MB | 12 kB | 165 kB | 167/304 kB
Progress (4): 2.6 MB | 12 kB | 165 kB | 171/304 kB
Progress (4): 2.6 MB | 12 kB | 165 kB | 176/304 kB
Progress (4): 2.6 MB | 12 kB | 165 kB | 180/304 kB
Progress (4): 2.6 MB | 12 kB | 165 kB | 184/304 kB
Progress (4): 2.6 MB | 12 kB | 165 kB | 188/304 kB
Progress (4): 2.6 MB | 12 kB | 165 kB | 192/304 kB
Progress (4): 2.6 MB | 12 kB | 165 kB | 196/304 kB
Progress (5): 2.6 MB | 12 kB | 165 kB | 196/304 kB | 0/1.1 MB
Progress (5): 2.6 MB | 12 kB | 165 kB | 196/304 kB | 0/1.1 MB
Progress (5): 2.6 MB | 12 kB | 165 kB | 200/304 kB | 0/1.1 MB
Progress (5): 2.6 MB | 12 kB | 165 kB | 204/304 kB | 0/1.1 MB
Progress (5): 2.6 MB | 12 kB | 165 kB | 208/304 kB | 0/1.1 MB
Progress (5): 2.6 MB | 12 kB | 165 kB | 212/304 kB | 0/1.1 MB
Progress (5): 2.6 MB | 12 kB | 165 kB | 212/304 kB | 0/1.1 MB
                                                             
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 47 kB/s)
18:20:08 Progress (4): 2.6 MB | 165 kB | 212/304 kB | 0/1.1 MB
Progress (4): 2.6 MB | 165 kB | 217/304 kB | 0/1.1 MB
                                                     
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:20:08 Progress (4): 2.6 MB | 165 kB | 221/304 kB | 0/1.1 MB
Progress (4): 2.6 MB | 165 kB | 225/304 kB | 0/1.1 MB
Progress (4): 2.6 MB | 165 kB | 225/304 kB | 0/1.1 MB
Progress (4): 2.6 MB | 165 kB | 229/304 kB | 0/1.1 MB
Progress (4): 2.6 MB | 165 kB | 229/304 kB | 0/1.1 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 11 MB/s)
18:20:08 Progress (3): 165 kB | 233/304 kB | 0/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:20:08 Progress (3): 165 kB | 233/304 kB | 0.1/1.1 MB
Progress (3): 165 kB | 237/304 kB | 0.1/1.1 MB
Progress (3): 165 kB | 237/304 kB | 0.1/1.1 MB
Progress (3): 165 kB | 241/304 kB | 0.1/1.1 MB
Progress (3): 165 kB | 245/304 kB | 0.1/1.1 MB
Progress (3): 165 kB | 249/304 kB | 0.1/1.1 MB
Progress (3): 165 kB | 249/304 kB | 0.1/1.1 MB
Progress (3): 165 kB | 253/304 kB | 0.1/1.1 MB
Progress (3): 165 kB | 253/304 kB | 0.1/1.1 MB
Progress (3): 165 kB | 258/304 kB | 0.1/1.1 MB
                                              
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 666 kB/s)
18:20:08 Progress (2): 258/304 kB | 0.1/1.1 MB
Progress (2): 262/304 kB | 0.1/1.1 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:20:08 Progress (2): 262/304 kB | 0.1/1.1 MB
Progress (2): 266/304 kB | 0.1/1.1 MB
Progress (2): 270/304 kB | 0.1/1.1 MB
Progress (2): 274/304 kB | 0.1/1.1 MB
Progress (2): 278/304 kB | 0.1/1.1 MB
Progress (2): 278/304 kB | 0.1/1.1 MB
Progress (2): 278/304 kB | 0.1/1.1 MB
Progress (2): 282/304 kB | 0.1/1.1 MB
Progress (2): 286/304 kB | 0.1/1.1 MB
Progress (2): 290/304 kB | 0.1/1.1 MB
Progress (2): 294/304 kB | 0.1/1.1 MB
Progress (2): 294/304 kB | 0.1/1.1 MB
Progress (2): 298/304 kB | 0.1/1.1 MB
Progress (2): 298/304 kB | 0.1/1.1 MB
Progress (2): 303/304 kB | 0.1/1.1 MB
Progress (2): 304 kB | 0.1/1.1 MB    
Progress (2): 304 kB | 0.1/1.1 MB
Progress (2): 304 kB | 0.1/1.1 MB
                                 
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.2 MB/s)
18:20:08 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:20:08 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 (2): 0.4/1.1 MB | 0/1.9 MB
Progress (2): 0.4/1.1 MB | 0/1.9 MB
Progress (2): 0.4/1.1 MB | 0/1.9 MB
Progress (2): 0.4/1.1 MB | 0/1.9 MB
Progress (2): 0.4/1.1 MB | 0/1.9 MB
Progress (2): 0.4/1.1 MB | 0/1.9 MB
Progress (2): 0.4/1.1 MB | 0/1.9 MB
Progress (2): 0.4/1.1 MB | 0/1.9 MB
Progress (2): 0.4/1.1 MB | 0/1.9 MB
Progress (2): 0.5/1.1 MB | 0/1.9 MB
Progress (2): 0.5/1.1 MB | 0/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.5/1.1 MB | 0.1/1.9 MB
Progress (2): 0.6/1.1 MB | 0.1/1.9 MB
Progress (2): 0.6/1.1 MB | 0.1/1.9 MB
Progress (2): 0.6/1.1 MB | 0.1/1.9 MB
Progress (2): 0.6/1.1 MB | 0.1/1.9 MB
Progress (2): 0.6/1.1 MB | 0.1/1.9 MB
Progress (2): 0.6/1.1 MB | 0.1/1.9 MB
Progress (2): 0.6/1.1 MB | 0.1/1.9 MB
Progress (2): 0.6/1.1 MB | 0.1/1.9 MB
Progress (2): 0.6/1.1 MB | 0.1/1.9 MB
Progress (2): 0.6/1.1 MB | 0.1/1.9 MB
Progress (2): 0.6/1.1 MB | 0.1/1.9 MB
Progress (2): 0.6/1.1 MB | 0.1/1.9 MB
Progress (2): 0.7/1.1 MB | 0.1/1.9 MB
Progress (2): 0.7/1.1 MB | 0.1/1.9 MB
Progress (2): 0.7/1.1 MB | 0.1/1.9 MB
Progress (2): 0.7/1.1 MB | 0.1/1.9 MB
Progress (2): 0.7/1.1 MB | 0.1/1.9 MB
Progress (2): 0.7/1.1 MB | 0.1/1.9 MB
Progress (2): 0.7/1.1 MB | 0.1/1.9 MB
Progress (2): 0.7/1.1 MB | 0.1/1.9 MB
Progress (2): 0.7/1.1 MB | 0.1/1.9 MB
Progress (2): 0.7/1.1 MB | 0.1/1.9 MB
Progress (2): 0.7/1.1 MB | 0.1/1.9 MB
Progress (2): 0.7/1.1 MB | 0.1/1.9 MB
Progress (2): 0.8/1.1 MB | 0.1/1.9 MB
Progress (2): 0.8/1.1 MB | 0.1/1.9 MB
Progress (2): 0.8/1.1 MB | 0.1/1.9 MB
Progress (2): 0.8/1.1 MB | 0.1/1.9 MB
Progress (2): 0.8/1.1 MB | 0.1/1.9 MB
Progress (2): 0.8/1.1 MB | 0.1/1.9 MB
Progress (2): 0.8/1.1 MB | 0.1/1.9 MB
Progress (2): 0.8/1.1 MB | 0.1/1.9 MB
Progress (2): 0.8/1.1 MB | 0.1/1.9 MB
Progress (2): 0.8/1.1 MB | 0.1/1.9 MB
Progress (2): 0.8/1.1 MB | 0.2/1.9 MB
Progress (2): 0.8/1.1 MB | 0.2/1.9 MB
Progress (2): 0.8/1.1 MB | 0.2/1.9 MB
Progress (2): 0.8/1.1 MB | 0.2/1.9 MB
Progress (2): 0.8/1.1 MB | 0.2/1.9 MB
Progress (2): 0.8/1.1 MB | 0.2/1.9 MB
Progress (2): 0.8/1.1 MB | 0.2/1.9 MB
Progress (2): 0.8/1.1 MB | 0.2/1.9 MB
Progress (2): 0.8/1.1 MB | 0.2/1.9 MB
Progress (2): 0.8/1.1 MB | 0.2/1.9 MB
Progress (2): 0.8/1.1 MB | 0.2/1.9 MB
Progress (2): 0.8/1.1 MB | 0.2/1.9 MB
Progress (2): 0.8/1.1 MB | 0.2/1.9 MB
Progress (2): 0.8/1.1 MB | 0.2/1.9 MB
Progress (2): 0.8/1.1 MB | 0.2/1.9 MB
Progress (2): 0.8/1.1 MB | 0.3/1.9 MB
Progress (2): 0.8/1.1 MB | 0.3/1.9 MB
Progress (2): 0.8/1.1 MB | 0.3/1.9 MB
Progress (2): 0.8/1.1 MB | 0.3/1.9 MB
Progress (2): 0.8/1.1 MB | 0.3/1.9 MB
Progress (2): 0.8/1.1 MB | 0.3/1.9 MB
Progress (3): 0.8/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.8/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.3/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 0.9/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 1.0/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 1.0/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 1.0/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 1.0/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 1.0/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 1.0/1.1 MB | 0.4/1.9 MB | 0/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.5/1.9 MB | 0.1/2.3 MB
Progress (3): 1.0/1.1 MB | 0.6/1.9 MB | 0.1/2.3 MB
Progress (3): 1.1/1.1 MB | 0.6/1.9 MB | 0.1/2.3 MB
Progress (3): 1.1/1.1 MB | 0.6/1.9 MB | 0.1/2.3 MB
Progress (3): 1.1/1.1 MB | 0.6/1.9 MB | 0.1/2.3 MB
Progress (3): 1.1/1.1 MB | 0.6/1.9 MB | 0.1/2.3 MB
Progress (3): 1.1/1.1 MB | 0.6/1.9 MB | 0.1/2.3 MB
Progress (3): 1.1/1.1 MB | 0.6/1.9 MB | 0.1/2.3 MB
Progress (3): 1.1/1.1 MB | 0.6/1.9 MB | 0.1/2.3 MB
Progress (3): 1.1/1.1 MB | 0.6/1.9 MB | 0.1/2.3 MB
Progress (3): 1.1/1.1 MB | 0.6/1.9 MB | 0.1/2.3 MB
Progress (3): 1.1/1.1 MB | 0.6/1.9 MB | 0.1/2.3 MB
Progress (3): 1.1/1.1 MB | 0.6/1.9 MB | 0.1/2.3 MB
Progress (3): 1.1/1.1 MB | 0.6/1.9 MB | 0.1/2.3 MB
Progress (3): 1.1/1.1 MB | 0.6/1.9 MB | 0.1/2.3 MB
Progress (3): 1.1/1.1 MB | 0.6/1.9 MB | 0.1/2.3 MB
Progress (4): 1.1/1.1 MB | 0.6/1.9 MB | 0.1/2.3 MB | 4.1/585 kB
Progress (4): 1.1/1.1 MB | 0.6/1.9 MB | 0.2/2.3 MB | 4.1/585 kB
Progress (4): 1.1/1.1 MB | 0.6/1.9 MB | 0.2/2.3 MB | 7.7/585 kB
Progress (4): 1.1/1.1 MB | 0.6/1.9 MB | 0.2/2.3 MB | 7.7/585 kB
Progress (4): 1.1/1.1 MB | 0.6/1.9 MB | 0.2/2.3 MB | 7.7/585 kB
Progress (4): 1.1/1.1 MB | 0.6/1.9 MB | 0.2/2.3 MB | 12/585 kB 
Progress (4): 1.1/1.1 MB | 0.6/1.9 MB | 0.2/2.3 MB | 12/585 kB
Progress (4): 1.1/1.1 MB | 0.6/1.9 MB | 0.2/2.3 MB | 12/585 kB
Progress (4): 1.1/1.1 MB | 0.6/1.9 MB | 0.2/2.3 MB | 16/585 kB
Progress (4): 1.1/1.1 MB | 0.6/1.9 MB | 0.2/2.3 MB | 16/585 kB
Progress (4): 1.1 MB | 0.6/1.9 MB | 0.2/2.3 MB | 16/585 kB    
Progress (4): 1.1 MB | 0.6/1.9 MB | 0.2/2.3 MB | 20/585 kB
Progress (4): 1.1 MB | 0.6/1.9 MB | 0.2/2.3 MB | 20/585 kB
Progress (4): 1.1 MB | 0.6/1.9 MB | 0.2/2.3 MB | 24/585 kB
Progress (4): 1.1 MB | 0.6/1.9 MB | 0.2/2.3 MB | 24/585 kB
Progress (4): 1.1 MB | 0.6/1.9 MB | 0.2/2.3 MB | 28/585 kB
Progress (4): 1.1 MB | 0.6/1.9 MB | 0.2/2.3 MB | 28/585 kB
Progress (4): 1.1 MB | 0.6/1.9 MB | 0.2/2.3 MB | 32/585 kB
Progress (4): 1.1 MB | 0.6/1.9 MB | 0.2/2.3 MB | 32/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 32/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 32/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 32/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 32/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 32/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 32/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 36/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 36/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 40/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 40/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 45/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 45/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 49/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 49/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 53/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 53/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 57/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 57/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 61/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 65/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.2/2.3 MB | 65/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.3/2.3 MB | 65/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.3/2.3 MB | 65/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.3/2.3 MB | 69/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.3/2.3 MB | 73/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.3/2.3 MB | 77/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.3/2.3 MB | 77/585 kB
Progress (4): 1.1 MB | 0.7/1.9 MB | 0.3/2.3 MB | 81/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 81/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 81/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 85/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 85/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 90/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 90/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 94/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 94/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 98/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 98/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 98/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 102/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 106/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 106/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 110/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 110/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 114/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 114/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 118/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 118/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 118/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 122/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 122/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 126/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 131/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 131/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 131/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 131/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 135/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 139/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.3/2.3 MB | 143/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.4/2.3 MB | 143/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.4/2.3 MB | 143/585 kB
Progress (4): 1.1 MB | 0.8/1.9 MB | 0.4/2.3 MB | 147/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 147/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 151/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 151/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 151/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 155/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 155/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 159/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 163/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 163/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 163/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 163/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 167/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 171/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 176/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 176/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 180/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 180/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 180/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 184/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 184/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 188/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 188/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 192/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 196/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 196/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 196/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 196/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 200/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 204/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 208/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 212/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 212/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 217/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 217/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 221/585 kB
Progress (4): 1.1 MB | 0.9/1.9 MB | 0.4/2.3 MB | 225/585 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.jar (1.1 MB at 2.6 MB/s)
18:20:08 Progress (3): 0.9/1.9 MB | 0.4/2.3 MB | 225/585 kB
                                                  
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:20:08 Progress (3): 1.0/1.9 MB | 0.4/2.3 MB | 225/585 kB
Progress (4): 1.0/1.9 MB | 0.4/2.3 MB | 225/585 kB | 4.1/407 kB
Progress (4): 1.0/1.9 MB | 0.4/2.3 MB | 229/585 kB | 4.1/407 kB
Progress (4): 1.0/1.9 MB | 0.4/2.3 MB | 229/585 kB | 7.7/407 kB
Progress (4): 1.0/1.9 MB | 0.4/2.3 MB | 229/585 kB | 7.7/407 kB
Progress (4): 1.0/1.9 MB | 0.4/2.3 MB | 229/585 kB | 12/407 kB 
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 229/585 kB | 12/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 229/585 kB | 16/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 233/585 kB | 16/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 237/585 kB | 16/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 237/585 kB | 16/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 241/585 kB | 16/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 241/585 kB | 16/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 241/585 kB | 20/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 241/585 kB | 20/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 245/585 kB | 20/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 245/585 kB | 24/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 245/585 kB | 24/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 245/585 kB | 28/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 245/585 kB | 28/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 249/585 kB | 28/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 249/585 kB | 32/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 253/585 kB | 32/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 253/585 kB | 32/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 258/585 kB | 32/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 258/585 kB | 32/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 262/585 kB | 32/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 262/585 kB | 32/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 262/585 kB | 36/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 262/585 kB | 40/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 266/585 kB | 40/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 266/585 kB | 40/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 266/585 kB | 40/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 270/585 kB | 40/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 270/585 kB | 45/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 274/585 kB | 45/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 274/585 kB | 45/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 278/585 kB | 45/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 278/585 kB | 49/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 278/585 kB | 49/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 282/585 kB | 49/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 286/585 kB | 49/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 286/585 kB | 49/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 290/585 kB | 49/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 290/585 kB | 49/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 290/585 kB | 53/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 290/585 kB | 53/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 294/585 kB | 53/407 kB
Progress (4): 1.0/1.9 MB | 0.5/2.3 MB | 294/585 kB | 57/407 kB
Progress (4): 1.1/1.9 MB | 0.5/2.3 MB | 294/585 kB | 57/407 kB
Progress (4): 1.1/1.9 MB | 0.5/2.3 MB | 294/585 kB | 61/407 kB
Progress (4): 1.1/1.9 MB | 0.5/2.3 MB | 294/585 kB | 61/407 kB
Progress (4): 1.1/1.9 MB | 0.5/2.3 MB | 294/585 kB | 65/407 kB
Progress (4): 1.1/1.9 MB | 0.5/2.3 MB | 298/585 kB | 65/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 298/585 kB | 65/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 303/585 kB | 65/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 307/585 kB | 65/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 311/585 kB | 65/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 311/585 kB | 65/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 311/585 kB | 69/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 311/585 kB | 69/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 315/585 kB | 69/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 315/585 kB | 73/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 319/585 kB | 73/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 319/585 kB | 73/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 323/585 kB | 73/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 323/585 kB | 77/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 327/585 kB | 77/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 327/585 kB | 77/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 327/585 kB | 81/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 327/585 kB | 81/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 331/585 kB | 81/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 331/585 kB | 81/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 335/585 kB | 81/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 339/585 kB | 81/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 344/585 kB | 81/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 344/585 kB | 85/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 344/585 kB | 85/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 344/585 kB | 90/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 348/585 kB | 90/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 348/585 kB | 90/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 352/585 kB | 90/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 352/585 kB | 90/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 352/585 kB | 94/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 356/585 kB | 94/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 356/585 kB | 94/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 356/585 kB | 98/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 356/585 kB | 98/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 360/585 kB | 98/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 360/585 kB | 98/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 364/585 kB | 98/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 368/585 kB | 98/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 368/585 kB | 98/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 368/585 kB | 102/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 368/585 kB | 102/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 372/585 kB | 102/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 372/585 kB | 102/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 372/585 kB | 106/407 kB
Progress (4): 1.1/1.9 MB | 0.6/2.3 MB | 376/585 kB | 106/407 kB
Progress (4): 1.2/1.9 MB | 0.6/2.3 MB | 376/585 kB | 106/407 kB
Progress (4): 1.2/1.9 MB | 0.6/2.3 MB | 376/585 kB | 110/407 kB
Progress (4): 1.2/1.9 MB | 0.6/2.3 MB | 376/585 kB | 110/407 kB
Progress (4): 1.2/1.9 MB | 0.6/2.3 MB | 376/585 kB | 114/407 kB
Progress (4): 1.2/1.9 MB | 0.6/2.3 MB | 380/585 kB | 114/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 380/585 kB | 114/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 384/585 kB | 114/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 389/585 kB | 114/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 393/585 kB | 114/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 393/585 kB | 118/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 393/585 kB | 118/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 393/585 kB | 122/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 393/585 kB | 122/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 393/585 kB | 122/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 393/585 kB | 126/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 397/585 kB | 126/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 397/585 kB | 131/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 397/585 kB | 131/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 401/585 kB | 131/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 401/585 kB | 131/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 401/585 kB | 131/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 405/585 kB | 131/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 409/585 kB | 131/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 409/585 kB | 135/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 409/585 kB | 139/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 409/585 kB | 139/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 413/585 kB | 139/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 413/585 kB | 143/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 417/585 kB | 143/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 417/585 kB | 143/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 417/585 kB | 143/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 421/585 kB | 143/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 421/585 kB | 147/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 425/585 kB | 147/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 425/585 kB | 147/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 430/585 kB | 147/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 430/585 kB | 147/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 434/585 kB | 147/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 434/585 kB | 147/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 434/585 kB | 151/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 438/585 kB | 151/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 438/585 kB | 155/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 442/585 kB | 155/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 442/585 kB | 159/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 442/585 kB | 159/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 442/585 kB | 159/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 446/585 kB | 159/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 446/585 kB | 163/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 450/585 kB | 163/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 450/585 kB | 163/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 454/585 kB | 163/407 kB
Progress (4): 1.2/1.9 MB | 0.7/2.3 MB | 458/585 kB | 163/407 kB
Progress (4): 1.2/1.9 MB | 0.8/2.3 MB | 458/585 kB | 163/407 kB
Progress (4): 1.2/1.9 MB | 0.8/2.3 MB | 458/585 kB | 167/407 kB
Progress (4): 1.2/1.9 MB | 0.8/2.3 MB | 458/585 kB | 171/407 kB
Progress (4): 1.2/1.9 MB | 0.8/2.3 MB | 462/585 kB | 171/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 462/585 kB | 171/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 466/585 kB | 171/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 466/585 kB | 176/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 471/585 kB | 176/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 471/585 kB | 176/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 475/585 kB | 176/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 475/585 kB | 180/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 475/585 kB | 180/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 479/585 kB | 180/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 479/585 kB | 180/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 483/585 kB | 180/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 483/585 kB | 180/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 483/585 kB | 184/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 487/585 kB | 184/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 487/585 kB | 188/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 487/585 kB | 188/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 487/585 kB | 192/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 491/585 kB | 192/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 491/585 kB | 196/407 kB
Progress (4): 1.3/1.9 MB | 0.8/2.3 MB | 491/585 kB | 196/407 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 491/585 kB | 196/407 kB | 4.1/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 495/585 kB | 196/407 kB | 4.1/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 495/585 kB | 196/407 kB | 4.1/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 499/585 kB | 196/407 kB | 4.1/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 499/585 kB | 196/407 kB | 7.7/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 499/585 kB | 200/407 kB | 7.7/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 499/585 kB | 200/407 kB | 7.7/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 499/585 kB | 204/407 kB | 7.7/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 499/585 kB | 204/407 kB | 7.7/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 499/585 kB | 204/407 kB | 12/497 kB 
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 503/585 kB | 204/407 kB | 12/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 503/585 kB | 204/407 kB | 16/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 503/585 kB | 204/407 kB | 16/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 503/585 kB | 208/407 kB | 16/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 503/585 kB | 212/407 kB | 16/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 503/585 kB | 217/407 kB | 16/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 503/585 kB | 221/407 kB | 16/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 503/585 kB | 225/407 kB | 16/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 503/585 kB | 229/407 kB | 16/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 503/585 kB | 233/407 kB | 16/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 503/585 kB | 237/407 kB | 16/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 503/585 kB | 241/407 kB | 16/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 503/585 kB | 245/407 kB | 16/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 503/585 kB | 249/407 kB | 16/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 503/585 kB | 253/407 kB | 16/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 503/585 kB | 258/407 kB | 16/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 503/585 kB | 262/407 kB | 16/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 503/585 kB | 262/407 kB | 16/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 507/585 kB | 262/407 kB | 16/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 507/585 kB | 262/407 kB | 20/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 507/585 kB | 262/407 kB | 20/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 507/585 kB | 262/407 kB | 24/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 507/585 kB | 266/407 kB | 24/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 507/585 kB | 266/407 kB | 28/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 507/585 kB | 266/407 kB | 28/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 507/585 kB | 266/407 kB | 28/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 511/585 kB | 266/407 kB | 28/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 511/585 kB | 266/407 kB | 32/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 511/585 kB | 270/407 kB | 32/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 511/585 kB | 270/407 kB | 32/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 516/585 kB | 270/407 kB | 32/497 kB
Progress (5): 1.3/1.9 MB | 0.8/2.3 MB | 516/585 kB | 270/407 kB | 32/497 kB
Progress (5): 1.3/1.9 MB | 0.9/2.3 MB | 516/585 kB | 270/407 kB | 32/497 kB
Progress (5): 1.3/1.9 MB | 0.9/2.3 MB | 516/585 kB | 274/407 kB | 32/497 kB
Progress (5): 1.3/1.9 MB | 0.9/2.3 MB | 516/585 kB | 274/407 kB | 36/497 kB
Progress (5): 1.3/1.9 MB | 0.9/2.3 MB | 520/585 kB | 274/407 kB | 36/497 kB
Progress (5): 1.3/1.9 MB | 0.9/2.3 MB | 520/585 kB | 274/407 kB | 40/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 520/585 kB | 274/407 kB | 40/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 520/585 kB | 278/407 kB | 40/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 520/585 kB | 278/407 kB | 40/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 520/585 kB | 278/407 kB | 40/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 520/585 kB | 278/407 kB | 45/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 524/585 kB | 278/407 kB | 45/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 524/585 kB | 282/407 kB | 45/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 524/585 kB | 282/407 kB | 49/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 524/585 kB | 286/407 kB | 49/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 524/585 kB | 286/407 kB | 49/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 528/585 kB | 286/407 kB | 49/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 528/585 kB | 290/407 kB | 49/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 528/585 kB | 290/407 kB | 49/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 528/585 kB | 294/407 kB | 49/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 532/585 kB | 294/407 kB | 49/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 532/585 kB | 294/407 kB | 53/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 532/585 kB | 294/407 kB | 53/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 532/585 kB | 294/407 kB | 57/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 536/585 kB | 294/407 kB | 57/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 536/585 kB | 294/407 kB | 57/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 536/585 kB | 294/407 kB | 61/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 536/585 kB | 298/407 kB | 61/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 536/585 kB | 298/407 kB | 65/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 536/585 kB | 298/407 kB | 65/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 540/585 kB | 298/407 kB | 65/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 540/585 kB | 298/407 kB | 65/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 540/585 kB | 303/407 kB | 65/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 540/585 kB | 303/407 kB | 65/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 540/585 kB | 307/407 kB | 65/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 544/585 kB | 307/407 kB | 65/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 544/585 kB | 307/407 kB | 69/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 548/585 kB | 307/407 kB | 69/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 548/585 kB | 311/407 kB | 69/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 548/585 kB | 311/407 kB | 69/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 548/585 kB | 311/407 kB | 69/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 552/585 kB | 311/407 kB | 69/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 552/585 kB | 315/407 kB | 69/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 552/585 kB | 315/407 kB | 73/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 552/585 kB | 319/407 kB | 73/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 557/585 kB | 319/407 kB | 73/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 557/585 kB | 319/407 kB | 73/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 557/585 kB | 319/407 kB | 73/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 557/585 kB | 323/407 kB | 73/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 557/585 kB | 323/407 kB | 77/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 557/585 kB | 323/407 kB | 77/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 557/585 kB | 327/407 kB | 77/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 561/585 kB | 327/407 kB | 77/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 561/585 kB | 327/407 kB | 77/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 561/585 kB | 327/407 kB | 81/497 kB
Progress (5): 1.4/1.9 MB | 0.9/2.3 MB | 561/585 kB | 331/407 kB | 81/497 kB
Progress (5): 1.4/1.9 MB | 1.0/2.3 MB | 561/585 kB | 331/407 kB | 81/497 kB
Progress (5): 1.4/1.9 MB | 1.0/2.3 MB | 565/585 kB | 331/407 kB | 81/497 kB
Progress (5): 1.4/1.9 MB | 1.0/2.3 MB | 565/585 kB | 335/407 kB | 81/497 kB
Progress (5): 1.4/1.9 MB | 1.0/2.3 MB | 565/585 kB | 335/407 kB | 81/497 kB
Progress (5): 1.4/1.9 MB | 1.0/2.3 MB | 569/585 kB | 335/407 kB | 81/497 kB
Progress (5): 1.4/1.9 MB | 1.0/2.3 MB | 569/585 kB | 335/407 kB | 81/497 kB
Progress (5): 1.4/1.9 MB | 1.0/2.3 MB | 569/585 kB | 339/407 kB | 81/497 kB
Progress (5): 1.4/1.9 MB | 1.0/2.3 MB | 569/585 kB | 339/407 kB | 85/497 kB
Progress (5): 1.4/1.9 MB | 1.0/2.3 MB | 569/585 kB | 344/407 kB | 85/497 kB
Progress (5): 1.4/1.9 MB | 1.0/2.3 MB | 569/585 kB | 344/407 kB | 85/497 kB
Progress (5): 1.4/1.9 MB | 1.0/2.3 MB | 573/585 kB | 344/407 kB | 85/497 kB
Progress (5): 1.4/1.9 MB | 1.0/2.3 MB | 573/585 kB | 344/407 kB | 85/497 kB
Progress (5): 1.4/1.9 MB | 1.0/2.3 MB | 573/585 kB | 344/407 kB | 90/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 573/585 kB | 344/407 kB | 90/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 573/585 kB | 348/407 kB | 90/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 573/585 kB | 348/407 kB | 94/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 577/585 kB | 348/407 kB | 94/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 577/585 kB | 348/407 kB | 98/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 577/585 kB | 348/407 kB | 98/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 577/585 kB | 352/407 kB | 98/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 577/585 kB | 352/407 kB | 98/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 581/585 kB | 352/407 kB | 98/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 581/585 kB | 352/407 kB | 98/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 581/585 kB | 352/407 kB | 102/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 581/585 kB | 356/407 kB | 102/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 581/585 kB | 356/407 kB | 102/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 581/585 kB | 356/407 kB | 106/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 356/407 kB | 106/497 kB    
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 356/407 kB | 110/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 356/407 kB | 110/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 360/407 kB | 110/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 360/407 kB | 110/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 360/407 kB | 114/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 360/407 kB | 114/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 364/407 kB | 114/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 368/407 kB | 114/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 372/407 kB | 114/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 372/407 kB | 118/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 372/407 kB | 118/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 372/407 kB | 122/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 376/407 kB | 122/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 376/407 kB | 126/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 376/407 kB | 126/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 376/407 kB | 126/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 380/407 kB | 126/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 380/407 kB | 131/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 384/407 kB | 131/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 384/407 kB | 131/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 389/407 kB | 131/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 389/407 kB | 131/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 393/407 kB | 131/497 kB
Progress (5): 1.5/1.9 MB | 1.0/2.3 MB | 585 kB | 393/407 kB | 135/497 kB
Progress (5): 1.5/1.9 MB | 1.1/2.3 MB | 585 kB | 393/407 kB | 135/497 kB
Progress (5): 1.5/1.9 MB | 1.1/2.3 MB | 585 kB | 393/407 kB | 139/497 kB
Progress (5): 1.5/1.9 MB | 1.1/2.3 MB | 585 kB | 393/407 kB | 139/497 kB
Progress (5): 1.5/1.9 MB | 1.1/2.3 MB | 585 kB | 397/407 kB | 139/497 kB
Progress (5): 1.5/1.9 MB | 1.1/2.3 MB | 585 kB | 397/407 kB | 139/497 kB
Progress (5): 1.5/1.9 MB | 1.1/2.3 MB | 585 kB | 397/407 kB | 143/497 kB
Progress (5): 1.5/1.9 MB | 1.1/2.3 MB | 585 kB | 401/407 kB | 143/497 kB
Progress (5): 1.5/1.9 MB | 1.1/2.3 MB | 585 kB | 401/407 kB | 143/497 kB
Progress (5): 1.5/1.9 MB | 1.1/2.3 MB | 585 kB | 401/407 kB | 147/497 kB
Progress (5): 1.5/1.9 MB | 1.1/2.3 MB | 585 kB | 401/407 kB | 147/497 kB
Progress (5): 1.5/1.9 MB | 1.1/2.3 MB | 585 kB | 405/407 kB | 147/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 405/407 kB | 147/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 147/497 kB    
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 151/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 151/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 155/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 155/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 159/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 159/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 163/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 163/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 163/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 167/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 167/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 171/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 176/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 176/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 180/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 180/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 180/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 184/497 kB
Progress (5): 1.6/1.9 MB | 1.1/2.3 MB | 585 kB | 407 kB | 184/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 1.1 MB/s)
18:20:08 Progress (4): 1.6/1.9 MB | 1.1/2.3 MB | 407 kB | 188/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:20:08 Progress (4): 1.6/1.9 MB | 1.1/2.3 MB | 407 kB | 188/497 kB
Progress (4): 1.6/1.9 MB | 1.2/2.3 MB | 407 kB | 188/497 kB
Progress (4): 1.6/1.9 MB | 1.2/2.3 MB | 407 kB | 192/497 kB
Progress (4): 1.6/1.9 MB | 1.2/2.3 MB | 407 kB | 192/497 kB
Progress (4): 1.6/1.9 MB | 1.2/2.3 MB | 407 kB | 196/497 kB
Progress (4): 1.6/1.9 MB | 1.2/2.3 MB | 407 kB | 196/497 kB
Progress (4): 1.6/1.9 MB | 1.2/2.3 MB | 407 kB | 200/497 kB
Progress (4): 1.6/1.9 MB | 1.2/2.3 MB | 407 kB | 200/497 kB
Progress (4): 1.6/1.9 MB | 1.2/2.3 MB | 407 kB | 204/497 kB
Progress (4): 1.6/1.9 MB | 1.2/2.3 MB | 407 kB | 204/497 kB
Progress (4): 1.6/1.9 MB | 1.2/2.3 MB | 407 kB | 208/497 kB
Progress (4): 1.6/1.9 MB | 1.2/2.3 MB | 407 kB | 212/497 kB
Progress (4): 1.6/1.9 MB | 1.2/2.3 MB | 407 kB | 212/497 kB
Progress (4): 1.6/1.9 MB | 1.2/2.3 MB | 407 kB | 212/497 kB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 407 kB | 212/497 kB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 407 kB | 217/497 kB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 407 kB | 221/497 kB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 407 kB | 221/497 kB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 407 kB | 225/497 kB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 407 kB | 225/497 kB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 407 kB | 229/497 kB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 407 kB | 229/497 kB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 407 kB | 229/497 kB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 407 kB | 233/497 kB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 407 kB | 237/497 kB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 407 kB | 237/497 kB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 407 kB | 241/497 kB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 407 kB | 241/497 kB
Progress (5): 1.7/1.9 MB | 1.2/2.3 MB | 407 kB | 241/497 kB | 0/1.0 MB
                                                                      
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 652 kB/s)
18:20:08 Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 245/497 kB | 0/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:20:08 Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 245/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 245/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 245/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 245/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 249/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 253/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 253/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 258/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.2/2.3 MB | 258/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 258/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 262/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 262/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 262/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 262/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 262/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 266/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 266/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 270/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 270/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 274/497 kB | 0/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 274/497 kB | 0.1/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 278/497 kB | 0.1/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 278/497 kB | 0.1/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 278/497 kB | 0.1/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 278/497 kB | 0.1/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 282/497 kB | 0.1/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 282/497 kB | 0.1/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 286/497 kB | 0.1/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 286/497 kB | 0.1/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 290/497 kB | 0.1/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 290/497 kB | 0.1/1.0 MB
Progress (4): 1.7/1.9 MB | 1.3/2.3 MB | 294/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 294/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 294/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 294/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 294/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 298/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 303/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 303/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 303/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 307/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 307/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 307/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 307/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 311/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 311/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 311/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 311/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 311/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 315/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 315/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 315/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 315/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 319/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 319/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 323/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 323/497 kB | 0.1/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 323/497 kB | 0.2/1.0 MB
Progress (4): 1.8/1.9 MB | 1.3/2.3 MB | 327/497 kB | 0.2/1.0 MB
Progress (4): 1.8/1.9 MB | 1.4/2.3 MB | 327/497 kB | 0.2/1.0 MB
Progress (4): 1.8/1.9 MB | 1.4/2.3 MB | 327/497 kB | 0.2/1.0 MB
Progress (4): 1.8/1.9 MB | 1.4/2.3 MB | 327/497 kB | 0.2/1.0 MB
Progress (4): 1.8/1.9 MB | 1.4/2.3 MB | 327/497 kB | 0.2/1.0 MB
Progress (4): 1.8/1.9 MB | 1.4/2.3 MB | 327/497 kB | 0.2/1.0 MB
Progress (4): 1.8/1.9 MB | 1.4/2.3 MB | 331/497 kB | 0.2/1.0 MB
Progress (4): 1.8/1.9 MB | 1.4/2.3 MB | 331/497 kB | 0.2/1.0 MB
Progress (4): 1.8/1.9 MB | 1.4/2.3 MB | 331/497 kB | 0.2/1.0 MB
Progress (4): 1.8/1.9 MB | 1.4/2.3 MB | 331/497 kB | 0.2/1.0 MB
Progress (4): 1.8/1.9 MB | 1.4/2.3 MB | 335/497 kB | 0.2/1.0 MB
Progress (4): 1.8/1.9 MB | 1.4/2.3 MB | 335/497 kB | 0.2/1.0 MB
Progress (4): 1.8/1.9 MB | 1.4/2.3 MB | 339/497 kB | 0.2/1.0 MB
Progress (4): 1.8/1.9 MB | 1.4/2.3 MB | 339/497 kB | 0.2/1.0 MB
Progress (4): 1.8/1.9 MB | 1.4/2.3 MB | 344/497 kB | 0.2/1.0 MB
Progress (4): 1.8/1.9 MB | 1.4/2.3 MB | 344/497 kB | 0.2/1.0 MB
Progress (4): 1.8/1.9 MB | 1.4/2.3 MB | 344/497 kB | 0.2/1.0 MB
Progress (4): 1.8/1.9 MB | 1.4/2.3 MB | 344/497 kB | 0.2/1.0 MB
Progress (4): 1.9/1.9 MB | 1.4/2.3 MB | 344/497 kB | 0.2/1.0 MB
Progress (4): 1.9/1.9 MB | 1.4/2.3 MB | 348/497 kB | 0.2/1.0 MB
Progress (4): 1.9/1.9 MB | 1.4/2.3 MB | 348/497 kB | 0.2/1.0 MB
Progress (4): 1.9/1.9 MB | 1.4/2.3 MB | 352/497 kB | 0.2/1.0 MB
Progress (4): 1.9/1.9 MB | 1.4/2.3 MB | 352/497 kB | 0.2/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 352/497 kB | 0.2/1.0 MB    
Progress (4): 1.9 MB | 1.4/2.3 MB | 352/497 kB | 0.2/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 356/497 kB | 0.2/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 356/497 kB | 0.2/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 360/497 kB | 0.2/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 360/497 kB | 0.2/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 364/497 kB | 0.2/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 364/497 kB | 0.2/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 368/497 kB | 0.2/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 368/497 kB | 0.2/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 372/497 kB | 0.2/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 372/497 kB | 0.2/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 376/497 kB | 0.2/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 376/497 kB | 0.2/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 380/497 kB | 0.2/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 380/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 384/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 384/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 389/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.4/2.3 MB | 393/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 393/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 393/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 397/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 397/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 401/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 405/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 409/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 409/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 409/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 409/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 413/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 417/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 421/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 425/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 425/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 425/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 425/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 430/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 434/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 434/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 438/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 438/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 442/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 442/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 442/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 446/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 446/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 450/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 454/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 458/497 kB | 0.3/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 458/497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 458/497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 458/497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 462/497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 466/497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 471/497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 475/497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 475/497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 475/497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 475/497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 479/497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 483/497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 483/497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 487/497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 487/497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.5/2.3 MB | 491/497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.6/2.3 MB | 491/497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.6/2.3 MB | 495/497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.6/2.3 MB | 497 kB | 0.4/1.0 MB    
Progress (4): 1.9 MB | 1.6/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.6/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.6/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (4): 1.9 MB | 1.6/2.3 MB | 497 kB | 0.4/1.0 MB
Progress (5): 1.9 MB | 1.6/2.3 MB | 497 kB | 0.4/1.0 MB | 4.1/749 kB
Progress (5): 1.9 MB | 1.6/2.3 MB | 497 kB | 0.4/1.0 MB | 4.1/749 kB
Progress (5): 1.9 MB | 1.6/2.3 MB | 497 kB | 0.4/1.0 MB | 7.7/749 kB
Progress (5): 1.9 MB | 1.6/2.3 MB | 497 kB | 0.4/1.0 MB | 12/749 kB 
Progress (5): 1.9 MB | 1.6/2.3 MB | 497 kB | 0.4/1.0 MB | 16/749 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.jar (1.9 MB at 2.9 MB/s)
18:20:08 Progress (4): 1.6/2.3 MB | 497 kB | 0.4/1.0 MB | 20/749 kB
Progress (4): 1.6/2.3 MB | 497 kB | 0.4/1.0 MB | 20/749 kB
Progress (4): 1.6/2.3 MB | 497 kB | 0.4/1.0 MB | 24/749 kB
                                                          
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:20:08 Progress (4): 1.6/2.3 MB | 497 kB | 0.4/1.0 MB | 28/749 kB
Progress (4): 1.6/2.3 MB | 497 kB | 0.4/1.0 MB | 32/749 kB
Progress (4): 1.6/2.3 MB | 497 kB | 0.4/1.0 MB | 32/749 kB
Progress (4): 1.6/2.3 MB | 497 kB | 0.4/1.0 MB | 36/749 kB
Progress (4): 1.6/2.3 MB | 497 kB | 0.4/1.0 MB | 40/749 kB
Progress (4): 1.6/2.3 MB | 497 kB | 0.4/1.0 MB | 45/749 kB
Progress (4): 1.6/2.3 MB | 497 kB | 0.4/1.0 MB | 49/749 kB
Progress (5): 1.6/2.3 MB | 497 kB | 0.4/1.0 MB | 49/749 kB | 2.3 kB
Progress (5): 1.7/2.3 MB | 497 kB | 0.4/1.0 MB | 49/749 kB | 2.3 kB
Progress (5): 1.7/2.3 MB | 497 kB | 0.4/1.0 MB | 53/749 kB | 2.3 kB
Progress (5): 1.7/2.3 MB | 497 kB | 0.4/1.0 MB | 57/749 kB | 2.3 kB
Progress (5): 1.7/2.3 MB | 497 kB | 0.4/1.0 MB | 61/749 kB | 2.3 kB
Progress (5): 1.7/2.3 MB | 497 kB | 0.4/1.0 MB | 65/749 kB | 2.3 kB
Progress (5): 1.7/2.3 MB | 497 kB | 0.4/1.0 MB | 65/749 kB | 2.3 kB
Progress (5): 1.7/2.3 MB | 497 kB | 0.4/1.0 MB | 69/749 kB | 2.3 kB
Progress (5): 1.7/2.3 MB | 497 kB | 0.4/1.0 MB | 73/749 kB | 2.3 kB
Progress (5): 1.7/2.3 MB | 497 kB | 0.4/1.0 MB | 77/749 kB | 2.3 kB
Progress (5): 1.7/2.3 MB | 497 kB | 0.4/1.0 MB | 81/749 kB | 2.3 kB
Progress (5): 1.7/2.3 MB | 497 kB | 0.4/1.0 MB | 81/749 kB | 2.3 kB
Progress (5): 1.7/2.3 MB | 497 kB | 0.4/1.0 MB | 85/749 kB | 2.3 kB
Progress (5): 1.7/2.3 MB | 497 kB | 0.4/1.0 MB | 90/749 kB | 2.3 kB
Progress (5): 1.7/2.3 MB | 497 kB | 0.4/1.0 MB | 90/749 kB | 2.3 kB
Progress (5): 1.7/2.3 MB | 497 kB | 0.4/1.0 MB | 94/749 kB | 2.3 kB
                                                                   
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 759 kB/s)
18:20:08 Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 98/749 kB | 2.3 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.8/snakeyaml-1.8.jar
18:20:09 Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 102/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 106/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 110/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 114/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 118/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 122/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 126/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 131/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 135/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 139/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 143/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 147/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 151/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 155/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 159/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 163/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 167/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 171/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 176/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 180/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 184/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 188/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 192/749 kB | 2.3 kB
Progress (4): 1.7/2.3 MB | 0.4/1.0 MB | 196/749 kB | 2.3 kB
Progress (5): 1.7/2.3 MB | 0.4/1.0 MB | 196/749 kB | 2.3 kB | 4.1/258 kB
Progress (5): 1.7/2.3 MB | 0.4/1.0 MB | 200/749 kB | 2.3 kB | 4.1/258 kB
Progress (5): 1.7/2.3 MB | 0.4/1.0 MB | 200/749 kB | 2.3 kB | 4.1/258 kB
Progress (5): 1.7/2.3 MB | 0.4/1.0 MB | 204/749 kB | 2.3 kB | 4.1/258 kB
Progress (5): 1.7/2.3 MB | 0.4/1.0 MB | 204/749 kB | 2.3 kB | 7.7/258 kB
Progress (5): 1.7/2.3 MB | 0.4/1.0 MB | 208/749 kB | 2.3 kB | 7.7/258 kB
Progress (5): 1.7/2.3 MB | 0.4/1.0 MB | 208/749 kB | 2.3 kB | 12/258 kB 
Progress (5): 1.7/2.3 MB | 0.4/1.0 MB | 212/749 kB | 2.3 kB | 12/258 kB
Progress (5): 1.7/2.3 MB | 0.4/1.0 MB | 212/749 kB | 2.3 kB | 16/258 kB
Progress (5): 1.7/2.3 MB | 0.4/1.0 MB | 212/749 kB | 2.3 kB | 16/258 kB
Progress (5): 1.7/2.3 MB | 0.4/1.0 MB | 217/749 kB | 2.3 kB | 16/258 kB
Progress (5): 1.7/2.3 MB | 0.4/1.0 MB | 217/749 kB | 2.3 kB | 20/258 kB
Progress (5): 1.7/2.3 MB | 0.4/1.0 MB | 221/749 kB | 2.3 kB | 20/258 kB
Progress (5): 1.7/2.3 MB | 0.4/1.0 MB | 221/749 kB | 2.3 kB | 24/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 221/749 kB | 2.3 kB | 24/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 225/749 kB | 2.3 kB | 24/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 225/749 kB | 2.3 kB | 28/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 229/749 kB | 2.3 kB | 28/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 229/749 kB | 2.3 kB | 32/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 229/749 kB | 2.3 kB | 32/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 229/749 kB | 2.3 kB | 36/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 233/749 kB | 2.3 kB | 36/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 233/749 kB | 2.3 kB | 40/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 237/749 kB | 2.3 kB | 40/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 237/749 kB | 2.3 kB | 45/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 241/749 kB | 2.3 kB | 45/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 241/749 kB | 2.3 kB | 45/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 245/749 kB | 2.3 kB | 45/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 245/749 kB | 2.3 kB | 49/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 249/749 kB | 2.3 kB | 49/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 253/749 kB | 2.3 kB | 49/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 253/749 kB | 2.3 kB | 49/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 253/749 kB | 2.3 kB | 53/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 258/749 kB | 2.3 kB | 53/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 258/749 kB | 2.3 kB | 57/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 262/749 kB | 2.3 kB | 57/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 262/749 kB | 2.3 kB | 61/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 262/749 kB | 2.3 kB | 61/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 262/749 kB | 2.3 kB | 65/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 266/749 kB | 2.3 kB | 65/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 270/749 kB | 2.3 kB | 65/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 274/749 kB | 2.3 kB | 65/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 274/749 kB | 2.3 kB | 69/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 274/749 kB | 2.3 kB | 69/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 278/749 kB | 2.3 kB | 69/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 278/749 kB | 2.3 kB | 73/258 kB
Progress (5): 1.8/2.3 MB | 0.4/1.0 MB | 278/749 kB | 2.3 kB | 77/258 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 3.1 kB/s)
18:20:09 Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 278/749 kB | 77/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 282/749 kB | 77/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 282/749 kB | 81/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 286/749 kB | 81/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:20:09 Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 286/749 kB | 85/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 286/749 kB | 85/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 290/749 kB | 85/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 290/749 kB | 90/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 294/749 kB | 90/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 294/749 kB | 94/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 294/749 kB | 98/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 294/749 kB | 98/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 298/749 kB | 98/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 303/749 kB | 98/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 307/749 kB | 98/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 311/749 kB | 98/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 311/749 kB | 102/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 311/749 kB | 102/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 311/749 kB | 106/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 315/749 kB | 106/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 315/749 kB | 110/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 319/749 kB | 110/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 319/749 kB | 114/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 319/749 kB | 114/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 323/749 kB | 114/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 327/749 kB | 114/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 327/749 kB | 118/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 331/749 kB | 118/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 331/749 kB | 118/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 335/749 kB | 118/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 335/749 kB | 122/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 335/749 kB | 126/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 335/749 kB | 126/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 339/749 kB | 126/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 339/749 kB | 131/258 kB
Progress (4): 1.9/2.3 MB | 0.4/1.0 MB | 344/749 kB | 131/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 344/749 kB | 131/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 348/749 kB | 131/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 348/749 kB | 135/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 352/749 kB | 135/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 352/749 kB | 139/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 356/749 kB | 139/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 356/749 kB | 139/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 356/749 kB | 143/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 360/749 kB | 143/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 360/749 kB | 147/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 360/749 kB | 147/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 364/749 kB | 147/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 368/749 kB | 147/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 368/749 kB | 151/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 372/749 kB | 151/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 372/749 kB | 155/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 376/749 kB | 155/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 376/749 kB | 155/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 376/749 kB | 159/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 376/749 kB | 163/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 380/749 kB | 163/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 384/749 kB | 163/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 389/749 kB | 163/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 389/749 kB | 163/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 393/749 kB | 163/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 393/749 kB | 167/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 393/749 kB | 171/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 393/749 kB | 171/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 397/749 kB | 171/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 401/749 kB | 171/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 405/749 kB | 171/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 409/749 kB | 171/258 kB
Progress (4): 2.0/2.3 MB | 0.4/1.0 MB | 409/749 kB | 176/258 kB
Progress (4): 2.1/2.3 MB | 0.4/1.0 MB | 409/749 kB | 176/258 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 409/749 kB | 176/258 kB | 4.1/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 413/749 kB | 176/258 kB | 4.1/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 413/749 kB | 180/258 kB | 4.1/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 417/749 kB | 180/258 kB | 4.1/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 417/749 kB | 180/258 kB | 7.7/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 421/749 kB | 180/258 kB | 7.7/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 421/749 kB | 180/258 kB | 7.7/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 425/749 kB | 180/258 kB | 7.7/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 425/749 kB | 184/258 kB | 7.7/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 425/749 kB | 184/258 kB | 12/264 kB 
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 425/749 kB | 188/258 kB | 12/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 425/749 kB | 188/258 kB | 16/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 425/749 kB | 188/258 kB | 16/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 425/749 kB | 192/258 kB | 16/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 425/749 kB | 196/258 kB | 16/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 430/749 kB | 196/258 kB | 16/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 430/749 kB | 196/258 kB | 20/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 430/749 kB | 196/258 kB | 20/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 434/749 kB | 196/258 kB | 20/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 434/749 kB | 196/258 kB | 24/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 434/749 kB | 200/258 kB | 24/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 434/749 kB | 200/258 kB | 28/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 438/749 kB | 200/258 kB | 28/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 438/749 kB | 200/258 kB | 28/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 438/749 kB | 200/258 kB | 32/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 438/749 kB | 204/258 kB | 32/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 442/749 kB | 204/258 kB | 32/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 442/749 kB | 208/258 kB | 32/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 442/749 kB | 208/258 kB | 36/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 442/749 kB | 212/258 kB | 36/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 446/749 kB | 212/258 kB | 36/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 450/749 kB | 212/258 kB | 36/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 454/749 kB | 212/258 kB | 36/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 458/749 kB | 212/258 kB | 36/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 458/749 kB | 212/258 kB | 40/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 458/749 kB | 212/258 kB | 40/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 462/749 kB | 212/258 kB | 40/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 462/749 kB | 212/258 kB | 45/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 462/749 kB | 212/258 kB | 45/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 462/749 kB | 212/258 kB | 49/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 462/749 kB | 217/258 kB | 49/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 466/749 kB | 217/258 kB | 49/264 kB
Progress (5): 2.1/2.3 MB | 0.4/1.0 MB | 466/749 kB | 221/258 kB | 49/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 466/749 kB | 221/258 kB | 49/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 466/749 kB | 221/258 kB | 49/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 466/749 kB | 225/258 kB | 49/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 466/749 kB | 225/258 kB | 53/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 471/749 kB | 225/258 kB | 53/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 471/749 kB | 225/258 kB | 57/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 471/749 kB | 229/258 kB | 57/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 471/749 kB | 229/258 kB | 61/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 471/749 kB | 229/258 kB | 61/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 475/749 kB | 229/258 kB | 61/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 475/749 kB | 229/258 kB | 61/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 475/749 kB | 233/258 kB | 61/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 475/749 kB | 233/258 kB | 65/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 479/749 kB | 233/258 kB | 65/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 479/749 kB | 237/258 kB | 65/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 479/749 kB | 237/258 kB | 65/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 479/749 kB | 237/258 kB | 69/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 479/749 kB | 241/258 kB | 69/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 479/749 kB | 241/258 kB | 69/264 kB
Progress (5): 2.2/2.3 MB | 0.4/1.0 MB | 483/749 kB | 241/258 kB | 69/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 483/749 kB | 241/258 kB | 69/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 483/749 kB | 245/258 kB | 69/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 483/749 kB | 245/258 kB | 73/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 483/749 kB | 245/258 kB | 77/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 483/749 kB | 245/258 kB | 77/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 487/749 kB | 245/258 kB | 77/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 487/749 kB | 249/258 kB | 77/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 487/749 kB | 249/258 kB | 81/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 487/749 kB | 249/258 kB | 81/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 487/749 kB | 249/258 kB | 81/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 487/749 kB | 249/258 kB | 85/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 487/749 kB | 253/258 kB | 85/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 487/749 kB | 258/258 kB | 85/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 487/749 kB | 258 kB | 85/264 kB    
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 487/749 kB | 258 kB | 85/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 491/749 kB | 258 kB | 85/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 491/749 kB | 258 kB | 90/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 491/749 kB | 258 kB | 90/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 491/749 kB | 258 kB | 90/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 491/749 kB | 258 kB | 94/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 495/749 kB | 258 kB | 94/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 495/749 kB | 258 kB | 98/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 495/749 kB | 258 kB | 98/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 499/749 kB | 258 kB | 98/264 kB
Progress (5): 2.2/2.3 MB | 0.5/1.0 MB | 499/749 kB | 258 kB | 98/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 499/749 kB | 258 kB | 98/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 499/749 kB | 258 kB | 102/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 503/749 kB | 258 kB | 102/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 503/749 kB | 258 kB | 106/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 503/749 kB | 258 kB | 106/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 507/749 kB | 258 kB | 106/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 507/749 kB | 258 kB | 106/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 507/749 kB | 258 kB | 110/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 507/749 kB | 258 kB | 110/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 511/749 kB | 258 kB | 110/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 511/749 kB | 258 kB | 114/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 516/749 kB | 258 kB | 114/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 516/749 kB | 258 kB | 114/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 520/749 kB | 258 kB | 114/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 520/749 kB | 258 kB | 114/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 520/749 kB | 258 kB | 118/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 520/749 kB | 258 kB | 118/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 520/749 kB | 258 kB | 122/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 524/749 kB | 258 kB | 122/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 524/749 kB | 258 kB | 122/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 524/749 kB | 258 kB | 126/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 524/749 kB | 258 kB | 126/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 528/749 kB | 258 kB | 126/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 528/749 kB | 258 kB | 131/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 532/749 kB | 258 kB | 131/264 kB
Progress (5): 2.3/2.3 MB | 0.5/1.0 MB | 532/749 kB | 258 kB | 131/264 kB
Progress (5): 2.3 MB | 0.5/1.0 MB | 532/749 kB | 258 kB | 131/264 kB    
Progress (5): 2.3 MB | 0.5/1.0 MB | 532/749 kB | 258 kB | 135/264 kB
Progress (5): 2.3 MB | 0.5/1.0 MB | 536/749 kB | 258 kB | 135/264 kB
Progress (5): 2.3 MB | 0.5/1.0 MB | 536/749 kB | 258 kB | 135/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 536/749 kB | 258 kB | 135/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 536/749 kB | 258 kB | 139/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 540/749 kB | 258 kB | 139/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 540/749 kB | 258 kB | 143/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 540/749 kB | 258 kB | 147/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 540/749 kB | 258 kB | 147/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 544/749 kB | 258 kB | 147/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 544/749 kB | 258 kB | 147/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 544/749 kB | 258 kB | 151/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 548/749 kB | 258 kB | 151/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 548/749 kB | 258 kB | 155/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 552/749 kB | 258 kB | 155/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 552/749 kB | 258 kB | 159/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 557/749 kB | 258 kB | 159/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 557/749 kB | 258 kB | 159/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 557/749 kB | 258 kB | 163/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 557/749 kB | 258 kB | 163/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 561/749 kB | 258 kB | 163/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 565/749 kB | 258 kB | 163/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 565/749 kB | 258 kB | 167/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 569/749 kB | 258 kB | 167/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 569/749 kB | 258 kB | 167/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 569/749 kB | 258 kB | 171/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 569/749 kB | 258 kB | 171/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 573/749 kB | 258 kB | 171/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 573/749 kB | 258 kB | 176/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 573/749 kB | 258 kB | 180/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 573/749 kB | 258 kB | 180/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 577/749 kB | 258 kB | 180/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 577/749 kB | 258 kB | 180/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 577/749 kB | 258 kB | 184/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 581/749 kB | 258 kB | 184/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 581/749 kB | 258 kB | 188/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 585/749 kB | 258 kB | 188/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 585/749 kB | 258 kB | 192/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 585/749 kB | 258 kB | 192/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 585/749 kB | 258 kB | 196/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 589/749 kB | 258 kB | 196/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 589/749 kB | 258 kB | 196/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 589/749 kB | 258 kB | 200/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 589/749 kB | 258 kB | 204/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 589/749 kB | 258 kB | 208/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 593/749 kB | 258 kB | 208/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 593/749 kB | 258 kB | 212/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 593/749 kB | 258 kB | 212/264 kB
Progress (5): 2.3 MB | 0.6/1.0 MB | 597/749 kB | 258 kB | 212/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 597/749 kB | 258 kB | 212/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 597/749 kB | 258 kB | 217/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 602/749 kB | 258 kB | 217/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 602/749 kB | 258 kB | 221/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 602/749 kB | 258 kB | 221/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 606/749 kB | 258 kB | 221/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 606/749 kB | 258 kB | 221/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 606/749 kB | 258 kB | 225/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 606/749 kB | 258 kB | 229/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 610/749 kB | 258 kB | 229/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 614/749 kB | 258 kB | 229/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 614/749 kB | 258 kB | 229/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 614/749 kB | 258 kB | 233/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 618/749 kB | 258 kB | 233/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 618/749 kB | 258 kB | 237/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 618/749 kB | 258 kB | 237/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 618/749 kB | 258 kB | 241/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 622/749 kB | 258 kB | 241/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 622/749 kB | 258 kB | 245/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 622/749 kB | 258 kB | 245/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 626/749 kB | 258 kB | 245/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 626/749 kB | 258 kB | 245/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 626/749 kB | 258 kB | 249/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 630/749 kB | 258 kB | 249/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 630/749 kB | 258 kB | 253/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 634/749 kB | 258 kB | 253/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 634/749 kB | 258 kB | 258/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 638/749 kB | 258 kB | 258/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 638/749 kB | 258 kB | 258/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 638/749 kB | 258 kB | 262/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 638/749 kB | 258 kB | 262/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 643/749 kB | 258 kB | 262/264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 643/749 kB | 258 kB | 264 kB    
Progress (5): 2.3 MB | 0.7/1.0 MB | 647/749 kB | 258 kB | 264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 647/749 kB | 258 kB | 264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 651/749 kB | 258 kB | 264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 651/749 kB | 258 kB | 264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 655/749 kB | 258 kB | 264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 659/749 kB | 258 kB | 264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 659/749 kB | 258 kB | 264 kB
Progress (5): 2.3 MB | 0.7/1.0 MB | 663/749 kB | 258 kB | 264 kB
Progress (5): 2.3 MB | 0.8/1.0 MB | 663/749 kB | 258 kB | 264 kB
Progress (5): 2.3 MB | 0.8/1.0 MB | 667/749 kB | 258 kB | 264 kB
Progress (5): 2.3 MB | 0.8/1.0 MB | 671/749 kB | 258 kB | 264 kB
Progress (5): 2.3 MB | 0.8/1.0 MB | 671/749 kB | 258 kB | 264 kB
Progress (5): 2.3 MB | 0.8/1.0 MB | 675/749 kB | 258 kB | 264 kB
Progress (5): 2.3 MB | 0.8/1.0 MB | 675/749 kB | 258 kB | 264 kB
Progress (5): 2.3 MB | 0.8/1.0 MB | 675/749 kB | 258 kB | 264 kB
Progress (5): 2.3 MB | 0.8/1.0 MB | 675/749 kB | 258 kB | 264 kB
Progress (5): 2.3 MB | 0.8/1.0 MB | 679/749 kB | 258 kB | 264 kB
Progress (5): 2.3 MB | 0.8/1.0 MB | 683/749 kB | 258 kB | 264 kB
Progress (5): 2.3 MB | 0.8/1.0 MB | 683/749 kB | 258 kB | 264 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (264 kB at 286 kB/s)
18:20:09 Progress (4): 2.3 MB | 0.8/1.0 MB | 688/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:20:09 Progress (4): 2.3 MB | 0.8/1.0 MB | 692/749 kB | 258 kB
Progress (4): 2.3 MB | 0.8/1.0 MB | 692/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.5 MB/s)
18:20:09 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 278 kB/s)
18:20:09 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:20:09 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:20:09 Progress (2): 0.8/1.0 MB | 692/749 kB
Progress (2): 0.8/1.0 MB | 696/749 kB
Progress (2): 0.8/1.0 MB | 696/749 kB
Progress (2): 0.8/1.0 MB | 700/749 kB
Progress (2): 0.8/1.0 MB | 704/749 kB
Progress (2): 0.8/1.0 MB | 704/749 kB
Progress (2): 0.8/1.0 MB | 704/749 kB
Progress (2): 0.8/1.0 MB | 708/749 kB
Progress (2): 0.8/1.0 MB | 712/749 kB
Progress (2): 0.8/1.0 MB | 716/749 kB
Progress (2): 0.8/1.0 MB | 716/749 kB
Progress (2): 0.8/1.0 MB | 720/749 kB
Progress (2): 0.9/1.0 MB | 720/749 kB
Progress (2): 0.9/1.0 MB | 724/749 kB
Progress (2): 0.9/1.0 MB | 729/749 kB
Progress (2): 0.9/1.0 MB | 729/749 kB
Progress (2): 0.9/1.0 MB | 733/749 kB
Progress (2): 0.9/1.0 MB | 733/749 kB
Progress (2): 0.9/1.0 MB | 737/749 kB
Progress (2): 0.9/1.0 MB | 741/749 kB
Progress (2): 0.9/1.0 MB | 741/749 kB
Progress (2): 0.9/1.0 MB | 745/749 kB
Progress (2): 0.9/1.0 MB | 745/749 kB
Progress (2): 0.9/1.0 MB | 749/749 kB
Progress (2): 0.9/1.0 MB | 749 kB    
Progress (2): 0.9/1.0 MB | 749 kB
Progress (2): 0.9/1.0 MB | 749 kB
Progress (2): 0.9/1.0 MB | 749 kB
Progress (2): 0.9/1.0 MB | 749 kB
Progress (2): 0.9/1.0 MB | 749 kB
Progress (2): 0.9/1.0 MB | 749 kB
Progress (2): 0.9/1.0 MB | 749 kB
Progress (2): 0.9/1.0 MB | 749 kB
Progress (2): 1.0/1.0 MB | 749 kB
Progress (2): 1.0/1.0 MB | 749 kB
Progress (2): 1.0/1.0 MB | 749 kB
Progress (2): 1.0/1.0 MB | 749 kB
Progress (2): 1.0/1.0 MB | 749 kB
Progress (2): 1.0/1.0 MB | 749 kB
Progress (2): 1.0/1.0 MB | 749 kB
Progress (2): 1.0/1.0 MB | 749 kB
Progress (2): 1.0 MB | 749 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.jar (749 kB at 797 kB/s)
18:20:09 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:20:09 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.1 MB/s)
18:20:09 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:20:09 Progress (1): 4.1/230 kB
Progress (1): 7.7/230 kB
Progress (1): 12/230 kB 
Progress (1): 16/230 kB
Progress (1): 20/230 kB
Progress (2): 20/230 kB | 4.1/592 kB
Progress (2): 24/230 kB | 4.1/592 kB
Progress (2): 24/230 kB | 7.7/592 kB
Progress (2): 28/230 kB | 7.7/592 kB
Progress (2): 28/230 kB | 12/592 kB 
Progress (2): 28/230 kB | 16/592 kB
Progress (2): 32/230 kB | 16/592 kB
Progress (2): 32/230 kB | 20/592 kB
Progress (2): 36/230 kB | 20/592 kB
Progress (2): 36/230 kB | 24/592 kB
Progress (2): 40/230 kB | 24/592 kB
Progress (2): 40/230 kB | 28/592 kB
Progress (2): 45/230 kB | 28/592 kB
Progress (2): 45/230 kB | 32/592 kB
Progress (2): 49/230 kB | 32/592 kB
Progress (2): 53/230 kB | 32/592 kB
Progress (2): 53/230 kB | 36/592 kB
Progress (2): 57/230 kB | 36/592 kB
Progress (2): 57/230 kB | 40/592 kB
Progress (2): 61/230 kB | 40/592 kB
Progress (2): 61/230 kB | 45/592 kB
Progress (2): 65/230 kB | 45/592 kB
Progress (2): 65/230 kB | 49/592 kB
Progress (2): 69/230 kB | 49/592 kB
Progress (2): 69/230 kB | 53/592 kB
Progress (2): 73/230 kB | 53/592 kB
Progress (2): 73/230 kB | 57/592 kB
Progress (2): 77/230 kB | 57/592 kB
Progress (2): 77/230 kB | 61/592 kB
Progress (2): 81/230 kB | 61/592 kB
Progress (2): 81/230 kB | 65/592 kB
Progress (2): 85/230 kB | 65/592 kB
Progress (2): 85/230 kB | 69/592 kB
Progress (2): 90/230 kB | 69/592 kB
Progress (2): 90/230 kB | 73/592 kB
Progress (2): 94/230 kB | 73/592 kB
Progress (2): 94/230 kB | 77/592 kB
Progress (2): 98/230 kB | 77/592 kB
Progress (2): 98/230 kB | 81/592 kB
Progress (2): 102/230 kB | 81/592 kB
Progress (2): 102/230 kB | 85/592 kB
Progress (2): 106/230 kB | 85/592 kB
Progress (2): 106/230 kB | 90/592 kB
Progress (2): 110/230 kB | 90/592 kB
Progress (2): 110/230 kB | 94/592 kB
Progress (2): 114/230 kB | 94/592 kB
Progress (2): 114/230 kB | 98/592 kB
Progress (2): 118/230 kB | 98/592 kB
Progress (2): 118/230 kB | 102/592 kB
Progress (2): 122/230 kB | 102/592 kB
Progress (2): 122/230 kB | 106/592 kB
Progress (2): 126/230 kB | 106/592 kB
Progress (2): 126/230 kB | 110/592 kB
Progress (2): 131/230 kB | 110/592 kB
Progress (2): 131/230 kB | 114/592 kB
Progress (3): 131/230 kB | 114/592 kB | 4.1/137 kB
Progress (3): 135/230 kB | 114/592 kB | 4.1/137 kB
Progress (3): 135/230 kB | 114/592 kB | 7.7/137 kB
Progress (3): 135/230 kB | 118/592 kB | 7.7/137 kB
Progress (3): 135/230 kB | 118/592 kB | 12/137 kB 
Progress (3): 139/230 kB | 118/592 kB | 12/137 kB
Progress (3): 139/230 kB | 118/592 kB | 16/137 kB
Progress (3): 139/230 kB | 122/592 kB | 16/137 kB
Progress (3): 143/230 kB | 122/592 kB | 16/137 kB
Progress (3): 143/230 kB | 126/592 kB | 16/137 kB
Progress (3): 147/230 kB | 126/592 kB | 16/137 kB
Progress (3): 147/230 kB | 131/592 kB | 16/137 kB
Progress (3): 151/230 kB | 131/592 kB | 16/137 kB
Progress (3): 151/230 kB | 131/592 kB | 20/137 kB
Progress (3): 151/230 kB | 135/592 kB | 20/137 kB
Progress (3): 151/230 kB | 135/592 kB | 24/137 kB
Progress (3): 155/230 kB | 135/592 kB | 24/137 kB
Progress (3): 155/230 kB | 135/592 kB | 28/137 kB
Progress (3): 155/230 kB | 139/592 kB | 28/137 kB
Progress (3): 155/230 kB | 139/592 kB | 32/137 kB
Progress (3): 159/230 kB | 139/592 kB | 32/137 kB
Progress (3): 159/230 kB | 143/592 kB | 32/137 kB
Progress (3): 163/230 kB | 143/592 kB | 32/137 kB
Progress (4): 163/230 kB | 143/592 kB | 32/137 kB | 4.1/211 kB
Progress (4): 163/230 kB | 147/592 kB | 32/137 kB | 4.1/211 kB
Progress (4): 163/230 kB | 147/592 kB | 32/137 kB | 7.7/211 kB
Progress (4): 163/230 kB | 147/592 kB | 32/137 kB | 12/211 kB 
Progress (4): 167/230 kB | 147/592 kB | 32/137 kB | 12/211 kB
Progress (4): 167/230 kB | 147/592 kB | 36/137 kB | 12/211 kB
Progress (4): 167/230 kB | 147/592 kB | 36/137 kB | 16/211 kB
Progress (4): 167/230 kB | 147/592 kB | 40/137 kB | 16/211 kB
Progress (4): 171/230 kB | 147/592 kB | 40/137 kB | 16/211 kB
Progress (4): 171/230 kB | 151/592 kB | 40/137 kB | 16/211 kB
Progress (4): 176/230 kB | 151/592 kB | 40/137 kB | 16/211 kB
Progress (4): 176/230 kB | 151/592 kB | 45/137 kB | 16/211 kB
Progress (4): 180/230 kB | 151/592 kB | 45/137 kB | 16/211 kB
Progress (4): 180/230 kB | 155/592 kB | 45/137 kB | 16/211 kB
Progress (4): 180/230 kB | 155/592 kB | 45/137 kB | 20/211 kB
Progress (4): 180/230 kB | 159/592 kB | 45/137 kB | 20/211 kB
Progress (4): 180/230 kB | 159/592 kB | 49/137 kB | 20/211 kB
Progress (4): 184/230 kB | 159/592 kB | 49/137 kB | 20/211 kB
Progress (4): 184/230 kB | 163/592 kB | 49/137 kB | 20/211 kB
Progress (4): 184/230 kB | 163/592 kB | 49/137 kB | 24/211 kB
Progress (4): 188/230 kB | 163/592 kB | 49/137 kB | 24/211 kB
Progress (4): 188/230 kB | 163/592 kB | 49/137 kB | 28/211 kB
Progress (4): 192/230 kB | 163/592 kB | 49/137 kB | 28/211 kB
Progress (4): 192/230 kB | 167/592 kB | 49/137 kB | 28/211 kB
Progress (4): 192/230 kB | 167/592 kB | 49/137 kB | 32/211 kB
Progress (4): 192/230 kB | 171/592 kB | 49/137 kB | 32/211 kB
Progress (4): 196/230 kB | 171/592 kB | 49/137 kB | 32/211 kB
Progress (4): 196/230 kB | 176/592 kB | 49/137 kB | 32/211 kB
Progress (4): 196/230 kB | 176/592 kB | 53/137 kB | 32/211 kB
Progress (4): 196/230 kB | 176/592 kB | 53/137 kB | 36/211 kB
Progress (4): 196/230 kB | 180/592 kB | 53/137 kB | 36/211 kB
Progress (4): 196/230 kB | 180/592 kB | 53/137 kB | 40/211 kB
Progress (4): 200/230 kB | 180/592 kB | 53/137 kB | 40/211 kB
Progress (4): 200/230 kB | 180/592 kB | 57/137 kB | 40/211 kB
Progress (4): 200/230 kB | 184/592 kB | 57/137 kB | 40/211 kB
Progress (4): 204/230 kB | 184/592 kB | 57/137 kB | 40/211 kB
Progress (4): 204/230 kB | 184/592 kB | 57/137 kB | 45/211 kB
Progress (4): 208/230 kB | 184/592 kB | 57/137 kB | 45/211 kB
Progress (4): 208/230 kB | 188/592 kB | 57/137 kB | 45/211 kB
Progress (4): 208/230 kB | 188/592 kB | 61/137 kB | 45/211 kB
Progress (4): 208/230 kB | 192/592 kB | 61/137 kB | 45/211 kB
Progress (4): 212/230 kB | 192/592 kB | 61/137 kB | 45/211 kB
Progress (4): 212/230 kB | 192/592 kB | 61/137 kB | 49/211 kB
Progress (4): 212/230 kB | 196/592 kB | 61/137 kB | 49/211 kB
Progress (4): 212/230 kB | 196/592 kB | 65/137 kB | 49/211 kB
Progress (4): 217/230 kB | 196/592 kB | 65/137 kB | 49/211 kB
Progress (4): 221/230 kB | 196/592 kB | 65/137 kB | 49/211 kB
Progress (4): 225/230 kB | 196/592 kB | 65/137 kB | 49/211 kB
Progress (4): 225/230 kB | 196/592 kB | 65/137 kB | 53/211 kB
Progress (4): 229/230 kB | 196/592 kB | 65/137 kB | 53/211 kB
Progress (4): 229/230 kB | 196/592 kB | 69/137 kB | 53/211 kB
Progress (4): 229/230 kB | 200/592 kB | 69/137 kB | 53/211 kB
Progress (4): 229/230 kB | 200/592 kB | 73/137 kB | 53/211 kB
Progress (4): 230 kB | 200/592 kB | 73/137 kB | 53/211 kB    
Progress (4): 230 kB | 200/592 kB | 73/137 kB | 57/211 kB
Progress (4): 230 kB | 200/592 kB | 77/137 kB | 57/211 kB
Progress (4): 230 kB | 204/592 kB | 77/137 kB | 57/211 kB
Progress (4): 230 kB | 204/592 kB | 81/137 kB | 57/211 kB
Progress (4): 230 kB | 204/592 kB | 81/137 kB | 61/211 kB
Progress (4): 230 kB | 208/592 kB | 81/137 kB | 61/211 kB
Progress (4): 230 kB | 208/592 kB | 81/137 kB | 65/211 kB
Progress (4): 230 kB | 212/592 kB | 81/137 kB | 65/211 kB
Progress (4): 230 kB | 212/592 kB | 85/137 kB | 65/211 kB
Progress (4): 230 kB | 212/592 kB | 85/137 kB | 69/211 kB
Progress (4): 230 kB | 217/592 kB | 85/137 kB | 69/211 kB
Progress (4): 230 kB | 217/592 kB | 90/137 kB | 69/211 kB
Progress (4): 230 kB | 221/592 kB | 90/137 kB | 69/211 kB
Progress (4): 230 kB | 221/592 kB | 90/137 kB | 73/211 kB
Progress (4): 230 kB | 225/592 kB | 90/137 kB | 73/211 kB
Progress (4): 230 kB | 225/592 kB | 94/137 kB | 73/211 kB
Progress (4): 230 kB | 229/592 kB | 94/137 kB | 73/211 kB
Progress (4): 230 kB | 229/592 kB | 94/137 kB | 77/211 kB
Progress (4): 230 kB | 229/592 kB | 98/137 kB | 77/211 kB
Progress (4): 230 kB | 229/592 kB | 98/137 kB | 81/211 kB
Progress (4): 230 kB | 233/592 kB | 98/137 kB | 81/211 kB
Progress (4): 230 kB | 237/592 kB | 98/137 kB | 81/211 kB
Progress (4): 230 kB | 241/592 kB | 98/137 kB | 81/211 kB
Progress (4): 230 kB | 245/592 kB | 98/137 kB | 81/211 kB
Progress (4): 230 kB | 245/592 kB | 102/137 kB | 81/211 kB
Progress (4): 230 kB | 245/592 kB | 102/137 kB | 85/211 kB
Progress (4): 230 kB | 245/592 kB | 106/137 kB | 85/211 kB
Progress (4): 230 kB | 249/592 kB | 106/137 kB | 85/211 kB
Progress (4): 230 kB | 249/592 kB | 106/137 kB | 90/211 kB
Progress (4): 230 kB | 253/592 kB | 106/137 kB | 90/211 kB
Progress (4): 230 kB | 253/592 kB | 110/137 kB | 90/211 kB
Progress (4): 230 kB | 258/592 kB | 110/137 kB | 90/211 kB
Progress (4): 230 kB | 258/592 kB | 110/137 kB | 94/211 kB
Progress (4): 230 kB | 262/592 kB | 110/137 kB | 94/211 kB
Progress (4): 230 kB | 262/592 kB | 114/137 kB | 94/211 kB
Progress (4): 230 kB | 262/592 kB | 114/137 kB | 98/211 kB
Progress (4): 230 kB | 266/592 kB | 114/137 kB | 98/211 kB
Progress (4): 230 kB | 270/592 kB | 114/137 kB | 98/211 kB
Progress (4): 230 kB | 270/592 kB | 114/137 kB | 102/211 kB
Progress (4): 230 kB | 274/592 kB | 114/137 kB | 102/211 kB
Progress (4): 230 kB | 274/592 kB | 118/137 kB | 102/211 kB
Progress (4): 230 kB | 274/592 kB | 118/137 kB | 106/211 kB
Progress (4): 230 kB | 274/592 kB | 122/137 kB | 106/211 kB
Progress (4): 230 kB | 278/592 kB | 122/137 kB | 106/211 kB
Progress (4): 230 kB | 278/592 kB | 126/137 kB | 106/211 kB
Progress (4): 230 kB | 278/592 kB | 126/137 kB | 110/211 kB
Progress (4): 230 kB | 278/592 kB | 131/137 kB | 110/211 kB
Progress (4): 230 kB | 282/592 kB | 131/137 kB | 110/211 kB
Progress (4): 230 kB | 282/592 kB | 131/137 kB | 114/211 kB
Progress (4): 230 kB | 286/592 kB | 131/137 kB | 114/211 kB
Progress (4): 230 kB | 286/592 kB | 135/137 kB | 114/211 kB
Progress (4): 230 kB | 290/592 kB | 135/137 kB | 114/211 kB
Progress (4): 230 kB | 290/592 kB | 135/137 kB | 118/211 kB
Progress (4): 230 kB | 290/592 kB | 137 kB | 118/211 kB    
Progress (4): 230 kB | 290/592 kB | 137 kB | 122/211 kB
Progress (4): 230 kB | 294/592 kB | 137 kB | 122/211 kB
Progress (4): 230 kB | 294/592 kB | 137 kB | 126/211 kB
Progress (4): 230 kB | 294/592 kB | 137 kB | 131/211 kB
Progress (4): 230 kB | 298/592 kB | 137 kB | 131/211 kB
Progress (4): 230 kB | 303/592 kB | 137 kB | 131/211 kB
Progress (4): 230 kB | 307/592 kB | 137 kB | 131/211 kB
Progress (4): 230 kB | 307/592 kB | 137 kB | 135/211 kB
Progress (4): 230 kB | 311/592 kB | 137 kB | 135/211 kB
Progress (4): 230 kB | 311/592 kB | 137 kB | 139/211 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.jar (230 kB at 223 kB/s)
18:20:09 Progress (3): 315/592 kB | 137 kB | 139/211 kB
Progress (3): 315/592 kB | 137 kB | 143/211 kB
Progress (3): 319/592 kB | 137 kB | 143/211 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:20:09 Progress (3): 323/592 kB | 137 kB | 143/211 kB
Progress (3): 323/592 kB | 137 kB | 147/211 kB
Progress (3): 327/592 kB | 137 kB | 147/211 kB
Progress (3): 327/592 kB | 137 kB | 151/211 kB
Progress (3): 331/592 kB | 137 kB | 151/211 kB
Progress (3): 331/592 kB | 137 kB | 155/211 kB
Progress (3): 335/592 kB | 137 kB | 155/211 kB
Progress (3): 335/592 kB | 137 kB | 159/211 kB
Progress (3): 339/592 kB | 137 kB | 159/211 kB
Progress (3): 339/592 kB | 137 kB | 163/211 kB
Progress (3): 344/592 kB | 137 kB | 163/211 kB
Progress (4): 344/592 kB | 137 kB | 163/211 kB | 4.1/283 kB
Progress (4): 344/592 kB | 137 kB | 163/211 kB | 7.7/283 kB
Progress (4): 348/592 kB | 137 kB | 163/211 kB | 7.7/283 kB
Progress (4): 348/592 kB | 137 kB | 167/211 kB | 7.7/283 kB
Progress (4): 348/592 kB | 137 kB | 171/211 kB | 7.7/283 kB
Progress (4): 352/592 kB | 137 kB | 171/211 kB | 7.7/283 kB
Progress (4): 352/592 kB | 137 kB | 171/211 kB | 12/283 kB 
Progress (4): 356/592 kB | 137 kB | 171/211 kB | 12/283 kB
Progress (4): 356/592 kB | 137 kB | 176/211 kB | 12/283 kB
Progress (4): 360/592 kB | 137 kB | 176/211 kB | 12/283 kB
Progress (4): 360/592 kB | 137 kB | 176/211 kB | 16/283 kB
Progress (4): 360/592 kB | 137 kB | 180/211 kB | 16/283 kB
Progress (4): 364/592 kB | 137 kB | 180/211 kB | 16/283 kB
Progress (4): 368/592 kB | 137 kB | 180/211 kB | 16/283 kB
Progress (4): 368/592 kB | 137 kB | 184/211 kB | 16/283 kB
Progress (4): 368/592 kB | 137 kB | 184/211 kB | 20/283 kB
Progress (4): 372/592 kB | 137 kB | 184/211 kB | 20/283 kB
Progress (4): 372/592 kB | 137 kB | 184/211 kB | 24/283 kB
Progress (4): 372/592 kB | 137 kB | 188/211 kB | 24/283 kB
Progress (4): 372/592 kB | 137 kB | 188/211 kB | 28/283 kB
Progress (4): 376/592 kB | 137 kB | 188/211 kB | 28/283 kB
Progress (4): 376/592 kB | 137 kB | 188/211 kB | 32/283 kB
Progress (4): 376/592 kB | 137 kB | 192/211 kB | 32/283 kB
Progress (4): 376/592 kB | 137 kB | 196/211 kB | 32/283 kB
Progress (4): 380/592 kB | 137 kB | 196/211 kB | 32/283 kB
Progress (4): 384/592 kB | 137 kB | 196/211 kB | 32/283 kB
Progress (4): 389/592 kB | 137 kB | 196/211 kB | 32/283 kB
Progress (4): 389/592 kB | 137 kB | 200/211 kB | 32/283 kB
Progress (4): 389/592 kB | 137 kB | 200/211 kB | 36/283 kB
Progress (4): 389/592 kB | 137 kB | 204/211 kB | 36/283 kB
Progress (4): 393/592 kB | 137 kB | 204/211 kB | 36/283 kB
Progress (4): 393/592 kB | 137 kB | 208/211 kB | 36/283 kB
Progress (4): 393/592 kB | 137 kB | 208/211 kB | 40/283 kB
Progress (4): 393/592 kB | 137 kB | 211 kB | 40/283 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 131 kB/s)
18:20:09 Progress (3): 397/592 kB | 211 kB | 40/283 kB
Progress (3): 397/592 kB | 211 kB | 45/283 kB
Progress (3): 401/592 kB | 211 kB | 45/283 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:20:09 Progress (3): 405/592 kB | 211 kB | 45/283 kB
Progress (3): 405/592 kB | 211 kB | 49/283 kB
Progress (3): 409/592 kB | 211 kB | 49/283 kB
Progress (3): 409/592 kB | 211 kB | 53/283 kB
Progress (3): 413/592 kB | 211 kB | 53/283 kB
Progress (3): 413/592 kB | 211 kB | 57/283 kB
Progress (3): 417/592 kB | 211 kB | 57/283 kB
Progress (3): 417/592 kB | 211 kB | 61/283 kB
Progress (3): 421/592 kB | 211 kB | 61/283 kB
Progress (3): 421/592 kB | 211 kB | 65/283 kB
Progress (3): 425/592 kB | 211 kB | 65/283 kB
Progress (3): 425/592 kB | 211 kB | 69/283 kB
Progress (3): 425/592 kB | 211 kB | 73/283 kB
Progress (3): 430/592 kB | 211 kB | 73/283 kB
Progress (3): 430/592 kB | 211 kB | 77/283 kB
Progress (3): 434/592 kB | 211 kB | 77/283 kB
Progress (3): 434/592 kB | 211 kB | 81/283 kB
Progress (3): 438/592 kB | 211 kB | 81/283 kB
Progress (3): 442/592 kB | 211 kB | 81/283 kB
Progress (3): 442/592 kB | 211 kB | 85/283 kB
Progress (3): 446/592 kB | 211 kB | 85/283 kB
Progress (3): 446/592 kB | 211 kB | 90/283 kB
Progress (3): 450/592 kB | 211 kB | 90/283 kB
Progress (3): 450/592 kB | 211 kB | 94/283 kB
Progress (3): 454/592 kB | 211 kB | 94/283 kB
Progress (3): 454/592 kB | 211 kB | 98/283 kB
Progress (3): 458/592 kB | 211 kB | 98/283 kB
Progress (3): 458/592 kB | 211 kB | 102/283 kB
Progress (3): 458/592 kB | 211 kB | 106/283 kB
Progress (3): 462/592 kB | 211 kB | 106/283 kB
Progress (3): 462/592 kB | 211 kB | 110/283 kB
Progress (3): 462/592 kB | 211 kB | 114/283 kB
Progress (3): 466/592 kB | 211 kB | 114/283 kB
Progress (3): 471/592 kB | 211 kB | 114/283 kB
Progress (3): 475/592 kB | 211 kB | 114/283 kB
Progress (3): 475/592 kB | 211 kB | 118/283 kB
Progress (3): 475/592 kB | 211 kB | 122/283 kB
Progress (3): 475/592 kB | 211 kB | 126/283 kB
Progress (3): 475/592 kB | 211 kB | 131/283 kB
Progress (3): 479/592 kB | 211 kB | 131/283 kB
Progress (3): 483/592 kB | 211 kB | 131/283 kB
Progress (3): 487/592 kB | 211 kB | 131/283 kB
Progress (3): 491/592 kB | 211 kB | 131/283 kB
Progress (3): 491/592 kB | 211 kB | 135/283 kB
Progress (3): 491/592 kB | 211 kB | 139/283 kB
Progress (3): 491/592 kB | 211 kB | 143/283 kB
Progress (3): 491/592 kB | 211 kB | 147/283 kB
Progress (3): 495/592 kB | 211 kB | 147/283 kB
Progress (3): 499/592 kB | 211 kB | 147/283 kB
Progress (3): 503/592 kB | 211 kB | 147/283 kB
Progress (3): 507/592 kB | 211 kB | 147/283 kB
Progress (3): 507/592 kB | 211 kB | 151/283 kB
Progress (3): 507/592 kB | 211 kB | 155/283 kB
Progress (3): 507/592 kB | 211 kB | 159/283 kB
Progress (3): 507/592 kB | 211 kB | 163/283 kB
Progress (3): 511/592 kB | 211 kB | 163/283 kB
Progress (3): 516/592 kB | 211 kB | 163/283 kB
Progress (3): 520/592 kB | 211 kB | 163/283 kB
Progress (3): 524/592 kB | 211 kB | 163/283 kB
Progress (3): 524/592 kB | 211 kB | 167/283 kB
Progress (3): 524/592 kB | 211 kB | 171/283 kB
Progress (3): 524/592 kB | 211 kB | 176/283 kB
Progress (3): 524/592 kB | 211 kB | 180/283 kB
Progress (3): 528/592 kB | 211 kB | 180/283 kB
Progress (3): 532/592 kB | 211 kB | 180/283 kB
Progress (3): 536/592 kB | 211 kB | 180/283 kB
Progress (3): 540/592 kB | 211 kB | 180/283 kB
Progress (3): 540/592 kB | 211 kB | 184/283 kB
Progress (3): 540/592 kB | 211 kB | 188/283 kB
Progress (3): 540/592 kB | 211 kB | 192/283 kB
Progress (4): 540/592 kB | 211 kB | 192/283 kB | 4.1/324 kB
Progress (4): 544/592 kB | 211 kB | 192/283 kB | 4.1/324 kB
Progress (4): 544/592 kB | 211 kB | 196/283 kB | 4.1/324 kB
Progress (4): 548/592 kB | 211 kB | 196/283 kB | 4.1/324 kB
Progress (4): 548/592 kB | 211 kB | 196/283 kB | 7.7/324 kB
Progress (4): 552/592 kB | 211 kB | 196/283 kB | 7.7/324 kB
Progress (4): 552/592 kB | 211 kB | 200/283 kB | 7.7/324 kB
Progress (4): 557/592 kB | 211 kB | 200/283 kB | 7.7/324 kB
Progress (4): 557/592 kB | 211 kB | 200/283 kB | 12/324 kB 
Progress (4): 557/592 kB | 211 kB | 204/283 kB | 12/324 kB
Progress (4): 557/592 kB | 211 kB | 204/283 kB | 16/324 kB
Progress (4): 557/592 kB | 211 kB | 208/283 kB | 16/324 kB
Progress (4): 561/592 kB | 211 kB | 208/283 kB | 16/324 kB
Progress (4): 561/592 kB | 211 kB | 212/283 kB | 16/324 kB
Progress (4): 565/592 kB | 211 kB | 212/283 kB | 16/324 kB
Progress (4): 565/592 kB | 211 kB | 212/283 kB | 20/324 kB
Progress (4): 569/592 kB | 211 kB | 212/283 kB | 20/324 kB
Progress (4): 569/592 kB | 211 kB | 212/283 kB | 24/324 kB
Progress (4): 569/592 kB | 211 kB | 217/283 kB | 24/324 kB
Progress (4): 573/592 kB | 211 kB | 217/283 kB | 24/324 kB
Progress (4): 573/592 kB | 211 kB | 221/283 kB | 24/324 kB
Progress (4): 573/592 kB | 211 kB | 221/283 kB | 28/324 kB
Progress (4): 573/592 kB | 211 kB | 225/283 kB | 28/324 kB
Progress (4): 573/592 kB | 211 kB | 225/283 kB | 32/324 kB
Progress (4): 577/592 kB | 211 kB | 225/283 kB | 32/324 kB
Progress (4): 577/592 kB | 211 kB | 229/283 kB | 32/324 kB
Progress (4): 581/592 kB | 211 kB | 229/283 kB | 32/324 kB
Progress (4): 585/592 kB | 211 kB | 229/283 kB | 32/324 kB
Progress (4): 585/592 kB | 211 kB | 229/283 kB | 36/324 kB
Progress (4): 589/592 kB | 211 kB | 229/283 kB | 36/324 kB
Progress (4): 589/592 kB | 211 kB | 229/283 kB | 40/324 kB
Progress (4): 592 kB | 211 kB | 229/283 kB | 40/324 kB    
Progress (4): 592 kB | 211 kB | 233/283 kB | 40/324 kB
Progress (4): 592 kB | 211 kB | 233/283 kB | 45/324 kB
Progress (4): 592 kB | 211 kB | 237/283 kB | 45/324 kB
Progress (4): 592 kB | 211 kB | 237/283 kB | 49/324 kB
Progress (4): 592 kB | 211 kB | 241/283 kB | 49/324 kB
Progress (4): 592 kB | 211 kB | 245/283 kB | 49/324 kB
Progress (4): 592 kB | 211 kB | 245/283 kB | 53/324 kB
Progress (4): 592 kB | 211 kB | 245/283 kB | 57/324 kB
Progress (4): 592 kB | 211 kB | 249/283 kB | 57/324 kB
Progress (4): 592 kB | 211 kB | 253/283 kB | 57/324 kB
Progress (4): 592 kB | 211 kB | 258/283 kB | 57/324 kB
Progress (4): 592 kB | 211 kB | 258/283 kB | 61/324 kB
Progress (4): 592 kB | 211 kB | 262/283 kB | 61/324 kB
Progress (4): 592 kB | 211 kB | 262/283 kB | 65/324 kB
Progress (4): 592 kB | 211 kB | 266/283 kB | 65/324 kB
Progress (4): 592 kB | 211 kB | 266/283 kB | 69/324 kB
Progress (4): 592 kB | 211 kB | 270/283 kB | 69/324 kB
Progress (4): 592 kB | 211 kB | 270/283 kB | 73/324 kB
Progress (4): 592 kB | 211 kB | 274/283 kB | 73/324 kB
Progress (4): 592 kB | 211 kB | 274/283 kB | 77/324 kB
Progress (4): 592 kB | 211 kB | 278/283 kB | 77/324 kB
Progress (4): 592 kB | 211 kB | 278/283 kB | 81/324 kB
Progress (4): 592 kB | 211 kB | 282/283 kB | 81/324 kB
Progress (4): 592 kB | 211 kB | 283 kB | 81/324 kB    
Progress (4): 592 kB | 211 kB | 283 kB | 85/324 kB
Progress (4): 592 kB | 211 kB | 283 kB | 90/324 kB
Progress (4): 592 kB | 211 kB | 283 kB | 94/324 kB
Progress (4): 592 kB | 211 kB | 283 kB | 98/324 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.jar (283 kB at 250 kB/s)
18:20:09 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:20:09 Progress (3): 592 kB | 211 kB | 102/324 kB
Progress (3): 592 kB | 211 kB | 106/324 kB
Progress (3): 592 kB | 211 kB | 110/324 kB
Progress (3): 592 kB | 211 kB | 114/324 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 186 kB/s)
18:20:09 Progress (3): 592 kB | 114/324 kB | 4.1/53 kB
Progress (3): 592 kB | 118/324 kB | 4.1/53 kB
Progress (3): 592 kB | 118/324 kB | 7.7/53 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 521 kB/s)
18:20:09 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:20:09 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:20:09 Progress (2): 118/324 kB | 12/53 kB
Progress (2): 122/324 kB | 12/53 kB
Progress (2): 122/324 kB | 16/53 kB
Progress (2): 126/324 kB | 16/53 kB
Progress (2): 126/324 kB | 20/53 kB
Progress (2): 131/324 kB | 20/53 kB
Progress (2): 131/324 kB | 24/53 kB
Progress (2): 131/324 kB | 28/53 kB
Progress (2): 131/324 kB | 32/53 kB
Progress (2): 135/324 kB | 32/53 kB
Progress (2): 139/324 kB | 32/53 kB
Progress (2): 143/324 kB | 32/53 kB
Progress (2): 143/324 kB | 36/53 kB
Progress (2): 147/324 kB | 36/53 kB
Progress (2): 147/324 kB | 40/53 kB
Progress (2): 147/324 kB | 45/53 kB
Progress (2): 147/324 kB | 49/53 kB
Progress (2): 147/324 kB | 53 kB   
Progress (2): 151/324 kB | 53 kB
Progress (2): 155/324 kB | 53 kB
Progress (2): 159/324 kB | 53 kB
Progress (2): 163/324 kB | 53 kB
Progress (2): 167/324 kB | 53 kB
Progress (2): 171/324 kB | 53 kB
Progress (2): 176/324 kB | 53 kB
Progress (2): 180/324 kB | 53 kB
Progress (2): 184/324 kB | 53 kB
Progress (2): 188/324 kB | 53 kB
Progress (2): 192/324 kB | 53 kB
Progress (2): 196/324 kB | 53 kB
Progress (2): 200/324 kB | 53 kB
Progress (2): 204/324 kB | 53 kB
Progress (2): 208/324 kB | 53 kB
Progress (2): 212/324 kB | 53 kB
Progress (2): 217/324 kB | 53 kB
Progress (2): 221/324 kB | 53 kB
Progress (2): 225/324 kB | 53 kB
Progress (2): 229/324 kB | 53 kB
Progress (2): 233/324 kB | 53 kB
Progress (2): 237/324 kB | 53 kB
Progress (2): 241/324 kB | 53 kB
Progress (2): 245/324 kB | 53 kB
Progress (2): 249/324 kB | 53 kB
Progress (2): 253/324 kB | 53 kB
Progress (2): 258/324 kB | 53 kB
Progress (2): 262/324 kB | 53 kB
Progress (2): 266/324 kB | 53 kB
Progress (2): 270/324 kB | 53 kB
Progress (2): 274/324 kB | 53 kB
Progress (2): 278/324 kB | 53 kB
Progress (2): 282/324 kB | 53 kB
Progress (2): 286/324 kB | 53 kB
Progress (2): 290/324 kB | 53 kB
Progress (2): 294/324 kB | 53 kB
Progress (2): 298/324 kB | 53 kB
Progress (2): 303/324 kB | 53 kB
Progress (2): 307/324 kB | 53 kB
Progress (2): 311/324 kB | 53 kB
Progress (2): 315/324 kB | 53 kB
Progress (2): 319/324 kB | 53 kB
Progress (2): 323/324 kB | 53 kB
Progress (2): 324 kB | 53 kB    
Progress (3): 324 kB | 53 kB | 4.1/240 kB
Progress (3): 324 kB | 53 kB | 7.7/240 kB
Progress (3): 324 kB | 53 kB | 12/240 kB 
Progress (3): 324 kB | 53 kB | 16/240 kB
Progress (3): 324 kB | 53 kB | 20/240 kB
Progress (3): 324 kB | 53 kB | 24/240 kB
Progress (3): 324 kB | 53 kB | 28/240 kB
Progress (3): 324 kB | 53 kB | 32/240 kB
Progress (3): 324 kB | 53 kB | 36/240 kB
Progress (3): 324 kB | 53 kB | 40/240 kB
Progress (3): 324 kB | 53 kB | 45/240 kB
Progress (3): 324 kB | 53 kB | 49/240 kB
Progress (3): 324 kB | 53 kB | 53/240 kB
Progress (3): 324 kB | 53 kB | 57/240 kB
Progress (3): 324 kB | 53 kB | 61/240 kB
Progress (3): 324 kB | 53 kB | 65/240 kB
Progress (3): 324 kB | 53 kB | 69/240 kB
Progress (3): 324 kB | 53 kB | 73/240 kB
Progress (3): 324 kB | 53 kB | 77/240 kB
Progress (3): 324 kB | 53 kB | 81/240 kB
Progress (3): 324 kB | 53 kB | 85/240 kB
Progress (3): 324 kB | 53 kB | 90/240 kB
Progress (3): 324 kB | 53 kB | 94/240 kB
Progress (3): 324 kB | 53 kB | 98/240 kB
Progress (3): 324 kB | 53 kB | 102/240 kB
Progress (3): 324 kB | 53 kB | 106/240 kB
Progress (3): 324 kB | 53 kB | 110/240 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 280 kB/s)
18:20:09 Progress (2): 53 kB | 114/240 kB
                                
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:20:09 Progress (2): 53 kB | 118/240 kB
Progress (2): 53 kB | 122/240 kB
Progress (2): 53 kB | 126/240 kB
Progress (2): 53 kB | 131/240 kB
Progress (2): 53 kB | 135/240 kB
Progress (2): 53 kB | 139/240 kB
Progress (2): 53 kB | 143/240 kB
Progress (2): 53 kB | 147/240 kB
Progress (2): 53 kB | 151/240 kB
Progress (2): 53 kB | 155/240 kB
Progress (2): 53 kB | 159/240 kB
Progress (2): 53 kB | 163/240 kB
Progress (2): 53 kB | 167/240 kB
Progress (2): 53 kB | 171/240 kB
Progress (2): 53 kB | 176/240 kB
Progress (2): 53 kB | 180/240 kB
Progress (2): 53 kB | 184/240 kB
Progress (2): 53 kB | 188/240 kB
Progress (2): 53 kB | 192/240 kB
Progress (2): 53 kB | 196/240 kB
Progress (2): 53 kB | 200/240 kB
Progress (2): 53 kB | 204/240 kB
Progress (2): 53 kB | 208/240 kB
Progress (2): 53 kB | 212/240 kB
Progress (2): 53 kB | 217/240 kB
Progress (2): 53 kB | 221/240 kB
Progress (2): 53 kB | 225/240 kB
Progress (2): 53 kB | 229/240 kB
Progress (2): 53 kB | 233/240 kB
Progress (2): 53 kB | 237/240 kB
Progress (2): 53 kB | 240 kB    
Progress (3): 53 kB | 240 kB | 4.1/168 kB
Progress (3): 53 kB | 240 kB | 7.7/168 kB
Progress (3): 53 kB | 240 kB | 12/168 kB 
Progress (3): 53 kB | 240 kB | 16/168 kB
Progress (3): 53 kB | 240 kB | 20/168 kB
Progress (3): 53 kB | 240 kB | 24/168 kB
Progress (3): 53 kB | 240 kB | 28/168 kB
Progress (3): 53 kB | 240 kB | 32/168 kB
Progress (3): 53 kB | 240 kB | 36/168 kB
Progress (3): 53 kB | 240 kB | 40/168 kB
Progress (3): 53 kB | 240 kB | 45/168 kB
Progress (3): 53 kB | 240 kB | 49/168 kB
Progress (3): 53 kB | 240 kB | 53/168 kB
Progress (3): 53 kB | 240 kB | 57/168 kB
Progress (3): 53 kB | 240 kB | 61/168 kB
Progress (3): 53 kB | 240 kB | 65/168 kB
Progress (3): 53 kB | 240 kB | 69/168 kB
Progress (3): 53 kB | 240 kB | 73/168 kB
Progress (3): 53 kB | 240 kB | 77/168 kB
Progress (3): 53 kB | 240 kB | 81/168 kB
Progress (3): 53 kB | 240 kB | 85/168 kB
Progress (3): 53 kB | 240 kB | 90/168 kB
Progress (3): 53 kB | 240 kB | 94/168 kB
Progress (3): 53 kB | 240 kB | 98/168 kB
Progress (3): 53 kB | 240 kB | 102/168 kB
Progress (3): 53 kB | 240 kB | 106/168 kB
Progress (3): 53 kB | 240 kB | 110/168 kB
Progress (3): 53 kB | 240 kB | 114/168 kB
Progress (3): 53 kB | 240 kB | 118/168 kB
Progress (3): 53 kB | 240 kB | 122/168 kB
Progress (3): 53 kB | 240 kB | 126/168 kB
Progress (3): 53 kB | 240 kB | 131/168 kB
Progress (3): 53 kB | 240 kB | 135/168 kB
Progress (3): 53 kB | 240 kB | 139/168 kB
Progress (3): 53 kB | 240 kB | 143/168 kB
Progress (3): 53 kB | 240 kB | 147/168 kB
Progress (3): 53 kB | 240 kB | 151/168 kB
Progress (3): 53 kB | 240 kB | 155/168 kB
Progress (3): 53 kB | 240 kB | 159/168 kB
Progress (3): 53 kB | 240 kB | 163/168 kB
Progress (3): 53 kB | 240 kB | 167/168 kB
Progress (3): 53 kB | 240 kB | 168 kB    
Progress (4): 53 kB | 240 kB | 168 kB | 7.7/913 kB
Progress (4): 53 kB | 240 kB | 168 kB | 16/913 kB 
Progress (4): 53 kB | 240 kB | 168 kB | 24/913 kB
Progress (4): 53 kB | 240 kB | 168 kB | 32/913 kB
Progress (4): 53 kB | 240 kB | 168 kB | 40/913 kB
Progress (4): 53 kB | 240 kB | 168 kB | 49/913 kB
Progress (4): 53 kB | 240 kB | 168 kB | 57/913 kB
Progress (4): 53 kB | 240 kB | 168 kB | 65/913 kB
Progress (4): 53 kB | 240 kB | 168 kB | 73/913 kB
Progress (4): 53 kB | 240 kB | 168 kB | 81/913 kB
Progress (4): 53 kB | 240 kB | 168 kB | 90/913 kB
Progress (4): 53 kB | 240 kB | 168 kB | 98/913 kB
Progress (4): 53 kB | 240 kB | 168 kB | 106/913 kB
Progress (4): 53 kB | 240 kB | 168 kB | 114/913 kB
Progress (4): 53 kB | 240 kB | 168 kB | 122/913 kB
Progress (4): 53 kB | 240 kB | 168 kB | 131/913 kB
Progress (4): 53 kB | 240 kB | 168 kB | 139/913 kB
Progress (4): 53 kB | 240 kB | 168 kB | 147/913 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:20:09 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:20:09 Progress (3): 240 kB | 168 kB | 155/913 kB
Progress (3): 240 kB | 168 kB | 163/913 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 202 kB/s)
18:20:09 Progress (2): 168 kB | 171/913 kB
Progress (2): 168 kB | 180/913 kB
Progress (2): 168 kB | 188/913 kB
Progress (2): 168 kB | 196/913 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 141 kB/s)
18:20:09 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:20:09 Progress (2): 196/913 kB | 0/1.0 MB
Progress (2): 196/913 kB | 0/1.0 MB
Progress (2): 196/913 kB | 0/1.0 MB
Progress (2): 196/913 kB | 0/1.0 MB
                                   
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:20:09 Progress (2): 196/913 kB | 0/1.0 MB
Progress (2): 196/913 kB | 0/1.0 MB
Progress (2): 204/913 kB | 0/1.0 MB
Progress (2): 212/913 kB | 0/1.0 MB
Progress (2): 212/913 kB | 0.1/1.0 MB
Progress (2): 212/913 kB | 0.1/1.0 MB
Progress (2): 221/913 kB | 0.1/1.0 MB
Progress (2): 229/913 kB | 0.1/1.0 MB
Progress (2): 229/913 kB | 0.1/1.0 MB
Progress (2): 229/913 kB | 0.1/1.0 MB
Progress (2): 237/913 kB | 0.1/1.0 MB
Progress (2): 245/913 kB | 0.1/1.0 MB
Progress (2): 245/913 kB | 0.1/1.0 MB
Progress (2): 245/913 kB | 0.1/1.0 MB
Progress (2): 253/913 kB | 0.1/1.0 MB
Progress (2): 262/913 kB | 0.1/1.0 MB
Progress (2): 262/913 kB | 0.1/1.0 MB
Progress (2): 262/913 kB | 0.1/1.0 MB
Progress (2): 270/913 kB | 0.1/1.0 MB
Progress (2): 278/913 kB | 0.1/1.0 MB
Progress (2): 278/913 kB | 0.1/1.0 MB
Progress (2): 278/913 kB | 0.1/1.0 MB
Progress (2): 286/913 kB | 0.1/1.0 MB
Progress (2): 294/913 kB | 0.1/1.0 MB
Progress (2): 294/913 kB | 0.1/1.0 MB
Progress (2): 294/913 kB | 0.1/1.0 MB
Progress (3): 294/913 kB | 0.1/1.0 MB | 4.1/358 kB
Progress (3): 294/913 kB | 0.1/1.0 MB | 7.7/358 kB
Progress (3): 294/913 kB | 0.1/1.0 MB | 12/358 kB 
Progress (3): 303/913 kB | 0.1/1.0 MB | 12/358 kB
Progress (3): 303/913 kB | 0.2/1.0 MB | 12/358 kB
Progress (3): 303/913 kB | 0.2/1.0 MB | 16/358 kB
Progress (3): 303/913 kB | 0.2/1.0 MB | 16/358 kB
Progress (3): 311/913 kB | 0.2/1.0 MB | 16/358 kB
Progress (3): 311/913 kB | 0.2/1.0 MB | 20/358 kB
Progress (3): 311/913 kB | 0.2/1.0 MB | 24/358 kB
Progress (3): 311/913 kB | 0.2/1.0 MB | 24/358 kB
Progress (3): 311/913 kB | 0.2/1.0 MB | 28/358 kB
Progress (3): 311/913 kB | 0.2/1.0 MB | 28/358 kB
Progress (3): 319/913 kB | 0.2/1.0 MB | 28/358 kB
Progress (3): 319/913 kB | 0.2/1.0 MB | 32/358 kB
Progress (3): 327/913 kB | 0.2/1.0 MB | 32/358 kB
Progress (3): 327/913 kB | 0.2/1.0 MB | 32/358 kB
Progress (3): 327/913 kB | 0.2/1.0 MB | 32/358 kB
Progress (3): 327/913 kB | 0.2/1.0 MB | 36/358 kB
Progress (3): 327/913 kB | 0.2/1.0 MB | 40/358 kB
Progress (3): 327/913 kB | 0.2/1.0 MB | 45/358 kB
Progress (3): 335/913 kB | 0.2/1.0 MB | 45/358 kB
Progress (3): 335/913 kB | 0.2/1.0 MB | 49/358 kB
Progress (3): 344/913 kB | 0.2/1.0 MB | 49/358 kB
Progress (3): 344/913 kB | 0.2/1.0 MB | 49/358 kB
Progress (3): 344/913 kB | 0.2/1.0 MB | 49/358 kB
Progress (3): 344/913 kB | 0.2/1.0 MB | 53/358 kB
Progress (3): 344/913 kB | 0.2/1.0 MB | 57/358 kB
Progress (3): 344/913 kB | 0.2/1.0 MB | 61/358 kB
Progress (3): 352/913 kB | 0.2/1.0 MB | 61/358 kB
Progress (3): 352/913 kB | 0.2/1.0 MB | 61/358 kB
Progress (3): 360/913 kB | 0.2/1.0 MB | 61/358 kB
Progress (3): 360/913 kB | 0.2/1.0 MB | 61/358 kB
Progress (3): 360/913 kB | 0.2/1.0 MB | 65/358 kB
Progress (3): 368/913 kB | 0.2/1.0 MB | 65/358 kB
Progress (3): 368/913 kB | 0.2/1.0 MB | 69/358 kB
Progress (3): 376/913 kB | 0.2/1.0 MB | 69/358 kB
Progress (3): 376/913 kB | 0.2/1.0 MB | 69/358 kB
Progress (3): 376/913 kB | 0.2/1.0 MB | 73/358 kB
Progress (3): 376/913 kB | 0.2/1.0 MB | 73/358 kB
Progress (3): 376/913 kB | 0.2/1.0 MB | 77/358 kB
Progress (3): 376/913 kB | 0.2/1.0 MB | 81/358 kB
Progress (3): 384/913 kB | 0.2/1.0 MB | 81/358 kB
Progress (3): 384/913 kB | 0.3/1.0 MB | 81/358 kB
Progress (3): 393/913 kB | 0.3/1.0 MB | 81/358 kB
Progress (3): 393/913 kB | 0.3/1.0 MB | 81/358 kB
Progress (3): 393/913 kB | 0.3/1.0 MB | 85/358 kB
Progress (3): 393/913 kB | 0.3/1.0 MB | 90/358 kB
Progress (3): 393/913 kB | 0.3/1.0 MB | 94/358 kB
Progress (3): 393/913 kB | 0.3/1.0 MB | 98/358 kB
Progress (3): 393/913 kB | 0.3/1.0 MB | 98/358 kB
Progress (3): 401/913 kB | 0.3/1.0 MB | 98/358 kB
Progress (3): 401/913 kB | 0.3/1.0 MB | 98/358 kB
Progress (3): 409/913 kB | 0.3/1.0 MB | 98/358 kB
Progress (3): 409/913 kB | 0.3/1.0 MB | 102/358 kB
Progress (3): 409/913 kB | 0.3/1.0 MB | 106/358 kB
Progress (3): 409/913 kB | 0.3/1.0 MB | 110/358 kB
Progress (3): 409/913 kB | 0.3/1.0 MB | 110/358 kB
Progress (3): 409/913 kB | 0.3/1.0 MB | 114/358 kB
Progress (3): 409/913 kB | 0.3/1.0 MB | 114/358 kB
Progress (3): 417/913 kB | 0.3/1.0 MB | 114/358 kB
Progress (3): 425/913 kB | 0.3/1.0 MB | 114/358 kB
Progress (3): 425/913 kB | 0.3/1.0 MB | 118/358 kB
Progress (3): 425/913 kB | 0.3/1.0 MB | 118/358 kB
Progress (3): 425/913 kB | 0.3/1.0 MB | 122/358 kB
Progress (3): 425/913 kB | 0.3/1.0 MB | 122/358 kB
Progress (3): 425/913 kB | 0.3/1.0 MB | 126/358 kB
Progress (3): 425/913 kB | 0.3/1.0 MB | 131/358 kB
Progress (3): 434/913 kB | 0.3/1.0 MB | 131/358 kB
Progress (3): 434/913 kB | 0.3/1.0 MB | 131/358 kB
Progress (3): 442/913 kB | 0.3/1.0 MB | 131/358 kB
Progress (3): 442/913 kB | 0.3/1.0 MB | 135/358 kB
Progress (3): 442/913 kB | 0.3/1.0 MB | 135/358 kB
Progress (3): 442/913 kB | 0.3/1.0 MB | 139/358 kB
Progress (3): 442/913 kB | 0.3/1.0 MB | 143/358 kB
Progress (3): 442/913 kB | 0.3/1.0 MB | 147/358 kB
Progress (3): 442/913 kB | 0.3/1.0 MB | 147/358 kB
Progress (3): 450/913 kB | 0.3/1.0 MB | 147/358 kB
Progress (3): 450/913 kB | 0.3/1.0 MB | 147/358 kB
Progress (3): 458/913 kB | 0.3/1.0 MB | 147/358 kB
Progress (3): 458/913 kB | 0.3/1.0 MB | 151/358 kB
Progress (3): 458/913 kB | 0.3/1.0 MB | 155/358 kB
Progress (3): 458/913 kB | 0.3/1.0 MB | 159/358 kB
Progress (3): 458/913 kB | 0.4/1.0 MB | 159/358 kB
Progress (3): 458/913 kB | 0.4/1.0 MB | 163/358 kB
Progress (3): 458/913 kB | 0.4/1.0 MB | 163/358 kB
Progress (3): 466/913 kB | 0.4/1.0 MB | 163/358 kB
Progress (3): 475/913 kB | 0.4/1.0 MB | 163/358 kB
Progress (3): 475/913 kB | 0.4/1.0 MB | 167/358 kB
Progress (3): 475/913 kB | 0.4/1.0 MB | 167/358 kB
Progress (3): 475/913 kB | 0.4/1.0 MB | 171/358 kB
Progress (3): 475/913 kB | 0.4/1.0 MB | 171/358 kB
Progress (3): 475/913 kB | 0.4/1.0 MB | 176/358 kB
Progress (3): 475/913 kB | 0.4/1.0 MB | 180/358 kB
Progress (3): 483/913 kB | 0.4/1.0 MB | 180/358 kB
Progress (3): 491/913 kB | 0.4/1.0 MB | 180/358 kB
Progress (3): 491/913 kB | 0.4/1.0 MB | 180/358 kB
Progress (3): 491/913 kB | 0.4/1.0 MB | 184/358 kB
Progress (3): 491/913 kB | 0.4/1.0 MB | 184/358 kB
Progress (3): 491/913 kB | 0.4/1.0 MB | 188/358 kB
Progress (3): 491/913 kB | 0.4/1.0 MB | 192/358 kB
Progress (3): 491/913 kB | 0.4/1.0 MB | 196/358 kB
Progress (3): 499/913 kB | 0.4/1.0 MB | 196/358 kB
Progress (3): 499/913 kB | 0.4/1.0 MB | 196/358 kB
Progress (3): 507/913 kB | 0.4/1.0 MB | 196/358 kB
Progress (3): 507/913 kB | 0.4/1.0 MB | 196/358 kB
Progress (3): 507/913 kB | 0.4/1.0 MB | 200/358 kB
Progress (3): 507/913 kB | 0.4/1.0 MB | 204/358 kB
Progress (3): 507/913 kB | 0.4/1.0 MB | 208/358 kB
Progress (3): 507/913 kB | 0.4/1.0 MB | 212/358 kB
Progress (3): 507/913 kB | 0.4/1.0 MB | 212/358 kB
Progress (3): 516/913 kB | 0.4/1.0 MB | 212/358 kB
Progress (3): 516/913 kB | 0.4/1.0 MB | 212/358 kB
Progress (3): 524/913 kB | 0.4/1.0 MB | 212/358 kB
Progress (3): 524/913 kB | 0.4/1.0 MB | 217/358 kB
Progress (3): 524/913 kB | 0.4/1.0 MB | 221/358 kB
Progress (3): 524/913 kB | 0.4/1.0 MB | 225/358 kB
Progress (3): 524/913 kB | 0.4/1.0 MB | 229/358 kB
Progress (3): 524/913 kB | 0.4/1.0 MB | 229/358 kB
Progress (3): 524/913 kB | 0.4/1.0 MB | 229/358 kB
Progress (3): 532/913 kB | 0.4/1.0 MB | 229/358 kB
Progress (3): 532/913 kB | 0.4/1.0 MB | 233/358 kB
Progress (3): 540/913 kB | 0.4/1.0 MB | 233/358 kB
Progress (3): 540/913 kB | 0.4/1.0 MB | 237/358 kB
Progress (3): 540/913 kB | 0.5/1.0 MB | 237/358 kB
Progress (3): 540/913 kB | 0.5/1.0 MB | 241/358 kB
Progress (3): 540/913 kB | 0.5/1.0 MB | 241/358 kB
Progress (3): 540/913 kB | 0.5/1.0 MB | 245/358 kB
Progress (3): 548/913 kB | 0.5/1.0 MB | 245/358 kB
Progress (3): 548/913 kB | 0.5/1.0 MB | 249/358 kB
Progress (3): 557/913 kB | 0.5/1.0 MB | 249/358 kB
Progress (3): 557/913 kB | 0.5/1.0 MB | 249/358 kB
Progress (3): 557/913 kB | 0.5/1.0 MB | 253/358 kB
Progress (3): 557/913 kB | 0.5/1.0 MB | 253/358 kB
Progress (3): 557/913 kB | 0.5/1.0 MB | 258/358 kB
Progress (3): 557/913 kB | 0.5/1.0 MB | 262/358 kB
Progress (3): 565/913 kB | 0.5/1.0 MB | 262/358 kB
Progress (3): 565/913 kB | 0.5/1.0 MB | 262/358 kB
Progress (3): 573/913 kB | 0.5/1.0 MB | 262/358 kB
Progress (3): 573/913 kB | 0.5/1.0 MB | 262/358 kB
Progress (3): 573/913 kB | 0.5/1.0 MB | 266/358 kB
Progress (3): 573/913 kB | 0.5/1.0 MB | 270/358 kB
Progress (3): 573/913 kB | 0.5/1.0 MB | 274/358 kB
Progress (3): 573/913 kB | 0.5/1.0 MB | 278/358 kB
Progress (3): 573/913 kB | 0.5/1.0 MB | 278/358 kB
Progress (3): 581/913 kB | 0.5/1.0 MB | 278/358 kB
Progress (3): 581/913 kB | 0.5/1.0 MB | 278/358 kB
Progress (3): 589/913 kB | 0.5/1.0 MB | 278/358 kB
Progress (3): 589/913 kB | 0.5/1.0 MB | 282/358 kB
Progress (3): 589/913 kB | 0.5/1.0 MB | 286/358 kB
Progress (3): 589/913 kB | 0.5/1.0 MB | 290/358 kB
Progress (3): 589/913 kB | 0.5/1.0 MB | 290/358 kB
Progress (3): 589/913 kB | 0.5/1.0 MB | 294/358 kB
Progress (3): 589/913 kB | 0.5/1.0 MB | 294/358 kB
Progress (3): 597/913 kB | 0.5/1.0 MB | 294/358 kB
Progress (3): 606/913 kB | 0.5/1.0 MB | 294/358 kB
Progress (3): 606/913 kB | 0.5/1.0 MB | 298/358 kB
Progress (3): 606/913 kB | 0.5/1.0 MB | 298/358 kB
Progress (3): 606/913 kB | 0.5/1.0 MB | 303/358 kB
Progress (3): 606/913 kB | 0.5/1.0 MB | 303/358 kB
Progress (3): 606/913 kB | 0.5/1.0 MB | 307/358 kB
Progress (3): 606/913 kB | 0.5/1.0 MB | 311/358 kB
Progress (3): 614/913 kB | 0.5/1.0 MB | 311/358 kB
Progress (3): 622/913 kB | 0.5/1.0 MB | 311/358 kB
Progress (3): 622/913 kB | 0.5/1.0 MB | 315/358 kB
Progress (3): 622/913 kB | 0.5/1.0 MB | 315/358 kB
Progress (3): 622/913 kB | 0.5/1.0 MB | 319/358 kB
Progress (3): 622/913 kB | 0.6/1.0 MB | 319/358 kB
Progress (3): 622/913 kB | 0.6/1.0 MB | 323/358 kB
Progress (3): 622/913 kB | 0.6/1.0 MB | 327/358 kB
Progress (3): 630/913 kB | 0.6/1.0 MB | 327/358 kB
Progress (3): 630/913 kB | 0.6/1.0 MB | 327/358 kB
Progress (3): 638/913 kB | 0.6/1.0 MB | 327/358 kB
Progress (3): 638/913 kB | 0.6/1.0 MB | 327/358 kB
Progress (3): 638/913 kB | 0.6/1.0 MB | 331/358 kB
Progress (3): 638/913 kB | 0.6/1.0 MB | 335/358 kB
Progress (3): 638/913 kB | 0.6/1.0 MB | 339/358 kB
Progress (3): 638/913 kB | 0.6/1.0 MB | 344/358 kB
Progress (3): 638/913 kB | 0.6/1.0 MB | 344/358 kB
Progress (3): 647/913 kB | 0.6/1.0 MB | 344/358 kB
Progress (3): 647/913 kB | 0.6/1.0 MB | 344/358 kB
Progress (3): 655/913 kB | 0.6/1.0 MB | 344/358 kB
Progress (3): 655/913 kB | 0.6/1.0 MB | 348/358 kB
Progress (3): 655/913 kB | 0.6/1.0 MB | 352/358 kB
Progress (3): 655/913 kB | 0.6/1.0 MB | 356/358 kB
Progress (3): 655/913 kB | 0.6/1.0 MB | 358 kB    
Progress (3): 655/913 kB | 0.6/1.0 MB | 358 kB
Progress (3): 655/913 kB | 0.6/1.0 MB | 358 kB
Progress (3): 663/913 kB | 0.6/1.0 MB | 358 kB
Progress (3): 671/913 kB | 0.6/1.0 MB | 358 kB
Progress (3): 671/913 kB | 0.6/1.0 MB | 358 kB
Progress (3): 671/913 kB | 0.6/1.0 MB | 358 kB
Progress (3): 679/913 kB | 0.6/1.0 MB | 358 kB
Progress (3): 688/913 kB | 0.6/1.0 MB | 358 kB
Progress (3): 688/913 kB | 0.6/1.0 MB | 358 kB
Progress (3): 688/913 kB | 0.6/1.0 MB | 358 kB
Progress (3): 696/913 kB | 0.6/1.0 MB | 358 kB
Progress (3): 696/913 kB | 0.6/1.0 MB | 358 kB
Progress (3): 704/913 kB | 0.6/1.0 MB | 358 kB
Progress (3): 704/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 712/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 712/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 720/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 720/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 729/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 729/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 737/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 737/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 745/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 745/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 753/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 753/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 761/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 761/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 770/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 770/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 778/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 778/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 786/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 786/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 794/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 794/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 802/913 kB | 0.7/1.0 MB | 358 kB
Progress (3): 802/913 kB | 0.8/1.0 MB | 358 kB
Progress (3): 810/913 kB | 0.8/1.0 MB | 358 kB
Progress (3): 810/913 kB | 0.8/1.0 MB | 358 kB
Progress (3): 819/913 kB | 0.8/1.0 MB | 358 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.jar (358 kB at 284 kB/s)
18:20:09 Progress (2): 819/913 kB | 0.8/1.0 MB
                                     
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:20:09 Progress (2): 827/913 kB | 0.8/1.0 MB
Progress (2): 827/913 kB | 0.8/1.0 MB
Progress (2): 835/913 kB | 0.8/1.0 MB
Progress (2): 835/913 kB | 0.8/1.0 MB
Progress (3): 835/913 kB | 0.8/1.0 MB | 4.1/21 kB
Progress (3): 835/913 kB | 0.8/1.0 MB | 7.7/21 kB
Progress (3): 835/913 kB | 0.8/1.0 MB | 7.7/21 kB
Progress (3): 835/913 kB | 0.8/1.0 MB | 12/21 kB 
Progress (3): 835/913 kB | 0.8/1.0 MB | 12/21 kB
Progress (4): 835/913 kB | 0.8/1.0 MB | 12/21 kB | 4.1/200 kB
Progress (4): 843/913 kB | 0.8/1.0 MB | 12/21 kB | 4.1/200 kB
Progress (4): 843/913 kB | 0.8/1.0 MB | 16/21 kB | 4.1/200 kB
Progress (4): 851/913 kB | 0.8/1.0 MB | 16/21 kB | 4.1/200 kB
Progress (4): 851/913 kB | 0.8/1.0 MB | 16/21 kB | 4.1/200 kB
Progress (4): 851/913 kB | 0.8/1.0 MB | 16/21 kB | 7.7/200 kB
Progress (4): 851/913 kB | 0.8/1.0 MB | 16/21 kB | 7.7/200 kB
Progress (4): 851/913 kB | 0.8/1.0 MB | 20/21 kB | 7.7/200 kB
Progress (4): 860/913 kB | 0.8/1.0 MB | 20/21 kB | 7.7/200 kB
Progress (4): 860/913 kB | 0.8/1.0 MB | 20/21 kB | 12/200 kB 
Progress (4): 868/913 kB | 0.8/1.0 MB | 20/21 kB | 12/200 kB
Progress (4): 868/913 kB | 0.8/1.0 MB | 21 kB | 12/200 kB   
Progress (4): 868/913 kB | 0.8/1.0 MB | 21 kB | 16/200 kB
Progress (4): 868/913 kB | 0.8/1.0 MB | 21 kB | 16/200 kB
Progress (4): 868/913 kB | 0.8/1.0 MB | 21 kB | 16/200 kB
Progress (4): 876/913 kB | 0.8/1.0 MB | 21 kB | 16/200 kB
Progress (4): 884/913 kB | 0.8/1.0 MB | 21 kB | 16/200 kB
Progress (4): 884/913 kB | 0.8/1.0 MB | 21 kB | 16/200 kB
Progress (4): 884/913 kB | 0.9/1.0 MB | 21 kB | 16/200 kB
Progress (4): 892/913 kB | 0.9/1.0 MB | 21 kB | 16/200 kB
Progress (4): 901/913 kB | 0.9/1.0 MB | 21 kB | 16/200 kB
Progress (4): 901/913 kB | 0.9/1.0 MB | 21 kB | 16/200 kB
Progress (4): 901/913 kB | 0.9/1.0 MB | 21 kB | 16/200 kB
Progress (4): 901/913 kB | 0.9/1.0 MB | 21 kB | 16/200 kB
Progress (4): 901/913 kB | 0.9/1.0 MB | 21 kB | 16/200 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 17 kB/s)
18:20:09 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:20:09 Progress (3): 909/913 kB | 0.9/1.0 MB | 16/200 kB
Progress (3): 909/913 kB | 0.9/1.0 MB | 16/200 kB
Progress (3): 909/913 kB | 0.9/1.0 MB | 20/200 kB
Progress (3): 913 kB | 0.9/1.0 MB | 20/200 kB    
Progress (3): 913 kB | 0.9/1.0 MB | 24/200 kB
Progress (4): 913 kB | 0.9/1.0 MB | 24/200 kB | 4.1/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 24/200 kB | 4.1/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 24/200 kB | 7.7/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 28/200 kB | 7.7/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 28/200 kB | 12/96 kB 
Progress (4): 913 kB | 0.9/1.0 MB | 32/200 kB | 12/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 32/200 kB | 12/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 32/200 kB | 16/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 32/200 kB | 16/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 32/200 kB | 20/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 36/200 kB | 20/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 36/200 kB | 20/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 36/200 kB | 24/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 36/200 kB | 24/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 40/200 kB | 24/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 40/200 kB | 28/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 45/200 kB | 28/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 45/200 kB | 32/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 49/200 kB | 32/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 49/200 kB | 32/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 49/200 kB | 32/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 49/200 kB | 36/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 49/200 kB | 40/96 kB
Progress (4): 913 kB | 0.9/1.0 MB | 49/200 kB | 45/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 49/200 kB | 45/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 53/200 kB | 45/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 53/200 kB | 45/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 53/200 kB | 49/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 57/200 kB | 49/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 61/200 kB | 49/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 65/200 kB | 49/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 65/200 kB | 49/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 65/200 kB | 53/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 65/200 kB | 53/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 65/200 kB | 57/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 65/200 kB | 61/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 65/200 kB | 65/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 69/200 kB | 65/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 69/200 kB | 65/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 73/200 kB | 65/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 73/200 kB | 65/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 77/200 kB | 65/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 77/200 kB | 69/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 81/200 kB | 69/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 81/200 kB | 69/96 kB
Progress (4): 913 kB | 1.0/1.0 MB | 81/200 kB | 73/96 kB
Progress (4): 913 kB | 1.0 MB | 81/200 kB | 73/96 kB    
Progress (4): 913 kB | 1.0 MB | 81/200 kB | 77/96 kB
Progress (4): 913 kB | 1.0 MB | 81/200 kB | 81/96 kB
Progress (4): 913 kB | 1.0 MB | 85/200 kB | 81/96 kB
Progress (4): 913 kB | 1.0 MB | 90/200 kB | 81/96 kB
Progress (4): 913 kB | 1.0 MB | 90/200 kB | 85/96 kB
Progress (4): 913 kB | 1.0 MB | 94/200 kB | 85/96 kB
Progress (4): 913 kB | 1.0 MB | 94/200 kB | 90/96 kB
Progress (4): 913 kB | 1.0 MB | 98/200 kB | 90/96 kB
Progress (4): 913 kB | 1.0 MB | 98/200 kB | 94/96 kB
Progress (4): 913 kB | 1.0 MB | 98/200 kB | 96 kB   
Progress (4): 913 kB | 1.0 MB | 102/200 kB | 96 kB
Progress (4): 913 kB | 1.0 MB | 106/200 kB | 96 kB
Progress (4): 913 kB | 1.0 MB | 110/200 kB | 96 kB
Progress (4): 913 kB | 1.0 MB | 114/200 kB | 96 kB
Progress (4): 913 kB | 1.0 MB | 118/200 kB | 96 kB
Progress (4): 913 kB | 1.0 MB | 122/200 kB | 96 kB
Progress (4): 913 kB | 1.0 MB | 126/200 kB | 96 kB
Progress (4): 913 kB | 1.0 MB | 131/200 kB | 96 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.jar (913 kB at 683 kB/s)
18:20:09 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:20:09 Progress (3): 1.0 MB | 135/200 kB | 96 kB
Progress (3): 1.0 MB | 139/200 kB | 96 kB
Progress (3): 1.0 MB | 143/200 kB | 96 kB
Progress (3): 1.0 MB | 147/200 kB | 96 kB
Progress (3): 1.0 MB | 151/200 kB | 96 kB
Progress (3): 1.0 MB | 155/200 kB | 96 kB
Progress (3): 1.0 MB | 159/200 kB | 96 kB
Progress (3): 1.0 MB | 163/200 kB | 96 kB
Progress (3): 1.0 MB | 167/200 kB | 96 kB
Progress (3): 1.0 MB | 171/200 kB | 96 kB
Progress (3): 1.0 MB | 176/200 kB | 96 kB
Progress (3): 1.0 MB | 180/200 kB | 96 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.jar (96 kB at 72 kB/s)
18:20:09 Progress (2): 1.0 MB | 184/200 kB
                                 
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:20:09 Progress (2): 1.0 MB | 188/200 kB
Progress (2): 1.0 MB | 192/200 kB
Progress (2): 1.0 MB | 196/200 kB
Progress (2): 1.0 MB | 200/200 kB
Progress (2): 1.0 MB | 200 kB    
Progress (3): 1.0 MB | 200 kB | 4.1/104 kB
Progress (3): 1.0 MB | 200 kB | 7.7/104 kB
Progress (3): 1.0 MB | 200 kB | 12/104 kB 
Progress (3): 1.0 MB | 200 kB | 16/104 kB
Progress (3): 1.0 MB | 200 kB | 20/104 kB
Progress (3): 1.0 MB | 200 kB | 24/104 kB
Progress (3): 1.0 MB | 200 kB | 28/104 kB
Progress (3): 1.0 MB | 200 kB | 32/104 kB
Progress (3): 1.0 MB | 200 kB | 36/104 kB
Progress (3): 1.0 MB | 200 kB | 40/104 kB
Progress (3): 1.0 MB | 200 kB | 45/104 kB
Progress (3): 1.0 MB | 200 kB | 49/104 kB
Progress (3): 1.0 MB | 200 kB | 53/104 kB
Progress (3): 1.0 MB | 200 kB | 57/104 kB
Progress (3): 1.0 MB | 200 kB | 61/104 kB
Progress (3): 1.0 MB | 200 kB | 65/104 kB
Progress (3): 1.0 MB | 200 kB | 69/104 kB
Progress (3): 1.0 MB | 200 kB | 73/104 kB
Progress (3): 1.0 MB | 200 kB | 77/104 kB
Progress (3): 1.0 MB | 200 kB | 81/104 kB
Progress (3): 1.0 MB | 200 kB | 85/104 kB
Progress (3): 1.0 MB | 200 kB | 90/104 kB
Progress (3): 1.0 MB | 200 kB | 94/104 kB
Progress (3): 1.0 MB | 200 kB | 98/104 kB
Progress (3): 1.0 MB | 200 kB | 102/104 kB
Progress (3): 1.0 MB | 200 kB | 104 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:20:09 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:20:09 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 742 kB/s)
18:20:09 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:20:09 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 77 kB/s)
18:20:09 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:20:09 Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
Progress (2): 11 kB | 4.1/29 kB
Progress (2): 11 kB | 7.7/29 kB
Progress (2): 11 kB | 12/29 kB 
Progress (2): 11 kB | 16/29 kB
Progress (2): 11 kB | 20/29 kB
Progress (2): 11 kB | 24/29 kB
Progress (2): 11 kB | 28/29 kB
Progress (2): 11 kB | 29 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.8 kB/s)
18:20:09 Progress (2): 29 kB | 4.1/33 kB
                               
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:20:09 Progress (2): 29 kB | 7.7/33 kB
Progress (2): 29 kB | 12/33 kB 
Progress (2): 29 kB | 16/33 kB
Progress (2): 29 kB | 20/33 kB
Progress (2): 29 kB | 24/33 kB
Progress (2): 29 kB | 28/33 kB
Progress (2): 29 kB | 32/33 kB
Progress (2): 29 kB | 33 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:20:09 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:20:09 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 24 kB/s)
18:20:09 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:20:09 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 (2): 28/288 kB | 4.1/64 kB
Progress (3): 28/288 kB | 4.1/64 kB | 4.1/35 kB
Progress (3): 28/288 kB | 7.7/64 kB | 4.1/35 kB
Progress (3): 32/288 kB | 7.7/64 kB | 4.1/35 kB
Progress (3): 32/288 kB | 12/64 kB | 4.1/35 kB 
Progress (3): 32/288 kB | 12/64 kB | 7.7/35 kB
Progress (3): 32/288 kB | 16/64 kB | 7.7/35 kB
Progress (3): 32/288 kB | 16/64 kB | 12/35 kB 
Progress (3): 32/288 kB | 16/64 kB | 16/35 kB
Progress (3): 32/288 kB | 20/64 kB | 16/35 kB
Progress (3): 36/288 kB | 20/64 kB | 16/35 kB
Progress (3): 36/288 kB | 24/64 kB | 16/35 kB
Progress (3): 40/288 kB | 24/64 kB | 16/35 kB
Progress (3): 40/288 kB | 28/64 kB | 16/35 kB
Progress (3): 40/288 kB | 28/64 kB | 20/35 kB
Progress (3): 45/288 kB | 28/64 kB | 20/35 kB
Progress (3): 45/288 kB | 28/64 kB | 24/35 kB
Progress (3): 45/288 kB | 28/64 kB | 28/35 kB
Progress (3): 45/288 kB | 32/64 kB | 28/35 kB
Progress (3): 45/288 kB | 32/64 kB | 32/35 kB
Progress (3): 49/288 kB | 32/64 kB | 32/35 kB
Progress (3): 49/288 kB | 32/64 kB | 35 kB   
Progress (3): 49/288 kB | 36/64 kB | 35 kB
Progress (3): 49/288 kB | 40/64 kB | 35 kB
Progress (3): 53/288 kB | 40/64 kB | 35 kB
Progress (3): 53/288 kB | 45/64 kB | 35 kB
Progress (3): 57/288 kB | 45/64 kB | 35 kB
Progress (3): 57/288 kB | 49/64 kB | 35 kB
Progress (3): 61/288 kB | 49/64 kB | 35 kB
Progress (3): 65/288 kB | 49/64 kB | 35 kB
Progress (3): 65/288 kB | 53/64 kB | 35 kB
Progress (3): 65/288 kB | 57/64 kB | 35 kB
Progress (3): 69/288 kB | 57/64 kB | 35 kB
Progress (3): 69/288 kB | 61/64 kB | 35 kB
Progress (3): 73/288 kB | 61/64 kB | 35 kB
Progress (3): 73/288 kB | 64 kB | 35 kB   
Progress (3): 77/288 kB | 64 kB | 35 kB
Progress (3): 81/288 kB | 64 kB | 35 kB
Progress (4): 81/288 kB | 64 kB | 35 kB | 4.1/200 kB
Progress (4): 81/288 kB | 64 kB | 35 kB | 7.7/200 kB
Progress (4): 85/288 kB | 64 kB | 35 kB | 7.7/200 kB
Progress (4): 85/288 kB | 64 kB | 35 kB | 12/200 kB 
Progress (4): 90/288 kB | 64 kB | 35 kB | 12/200 kB
Progress (4): 90/288 kB | 64 kB | 35 kB | 16/200 kB
Progress (4): 94/288 kB | 64 kB | 35 kB | 16/200 kB
Progress (4): 98/288 kB | 64 kB | 35 kB | 16/200 kB
Progress (4): 98/288 kB | 64 kB | 35 kB | 20/200 kB
Progress (4): 98/288 kB | 64 kB | 35 kB | 24/200 kB
Progress (4): 102/288 kB | 64 kB | 35 kB | 24/200 kB
Progress (4): 102/288 kB | 64 kB | 35 kB | 28/200 kB
Progress (4): 106/288 kB | 64 kB | 35 kB | 28/200 kB
Progress (4): 106/288 kB | 64 kB | 35 kB | 32/200 kB
Progress (4): 110/288 kB | 64 kB | 35 kB | 32/200 kB
Progress (4): 114/288 kB | 64 kB | 35 kB | 32/200 kB
Progress (4): 114/288 kB | 64 kB | 35 kB | 36/200 kB
Progress (4): 118/288 kB | 64 kB | 35 kB | 36/200 kB
Progress (4): 118/288 kB | 64 kB | 35 kB | 40/200 kB
Progress (4): 122/288 kB | 64 kB | 35 kB | 40/200 kB
Progress (4): 122/288 kB | 64 kB | 35 kB | 45/200 kB
Progress (4): 126/288 kB | 64 kB | 35 kB | 45/200 kB
Progress (4): 126/288 kB | 64 kB | 35 kB | 49/200 kB
Progress (4): 131/288 kB | 64 kB | 35 kB | 49/200 kB
Progress (4): 131/288 kB | 64 kB | 35 kB | 53/200 kB
Progress (4): 135/288 kB | 64 kB | 35 kB | 53/200 kB
Progress (4): 135/288 kB | 64 kB | 35 kB | 57/200 kB
Progress (4): 139/288 kB | 64 kB | 35 kB | 57/200 kB
Progress (4): 139/288 kB | 64 kB | 35 kB | 61/200 kB
Progress (4): 143/288 kB | 64 kB | 35 kB | 61/200 kB
Progress (4): 143/288 kB | 64 kB | 35 kB | 65/200 kB
Progress (4): 147/288 kB | 64 kB | 35 kB | 65/200 kB
Progress (4): 147/288 kB | 64 kB | 35 kB | 69/200 kB
Progress (4): 151/288 kB | 64 kB | 35 kB | 69/200 kB
Progress (4): 151/288 kB | 64 kB | 35 kB | 73/200 kB
Progress (4): 155/288 kB | 64 kB | 35 kB | 73/200 kB
Progress (4): 155/288 kB | 64 kB | 35 kB | 77/200 kB
Progress (4): 159/288 kB | 64 kB | 35 kB | 77/200 kB
Progress (4): 159/288 kB | 64 kB | 35 kB | 81/200 kB
Progress (4): 163/288 kB | 64 kB | 35 kB | 81/200 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.jar (35 kB at 24 kB/s)
18:20:09 Progress (3): 167/288 kB | 64 kB | 81/200 kB
Progress (3): 167/288 kB | 64 kB | 85/200 kB
Progress (3): 171/288 kB | 64 kB | 85/200 kB
Progress (3): 176/288 kB | 64 kB | 85/200 kB
                                            
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:20:09 Progress (3): 180/288 kB | 64 kB | 85/200 kB
Progress (3): 180/288 kB | 64 kB | 90/200 kB
Progress (3): 180/288 kB | 64 kB | 94/200 kB
Progress (3): 180/288 kB | 64 kB | 98/200 kB
Progress (3): 184/288 kB | 64 kB | 98/200 kB
Progress (3): 188/288 kB | 64 kB | 98/200 kB
Progress (3): 192/288 kB | 64 kB | 98/200 kB
Progress (3): 192/288 kB | 64 kB | 102/200 kB
Progress (3): 196/288 kB | 64 kB | 102/200 kB
Progress (3): 196/288 kB | 64 kB | 106/200 kB
Progress (3): 196/288 kB | 64 kB | 110/200 kB
Progress (3): 196/288 kB | 64 kB | 114/200 kB
Progress (3): 200/288 kB | 64 kB | 114/200 kB
Progress (3): 204/288 kB | 64 kB | 114/200 kB
Progress (3): 208/288 kB | 64 kB | 114/200 kB
Progress (3): 208/288 kB | 64 kB | 118/200 kB
Progress (3): 212/288 kB | 64 kB | 118/200 kB
Progress (3): 212/288 kB | 64 kB | 122/200 kB
Progress (3): 212/288 kB | 64 kB | 126/200 kB
Progress (3): 212/288 kB | 64 kB | 131/200 kB
Progress (3): 217/288 kB | 64 kB | 131/200 kB
Progress (3): 221/288 kB | 64 kB | 131/200 kB
Progress (3): 225/288 kB | 64 kB | 131/200 kB
Progress (3): 225/288 kB | 64 kB | 135/200 kB
Progress (3): 229/288 kB | 64 kB | 135/200 kB
Progress (3): 229/288 kB | 64 kB | 139/200 kB
Progress (3): 229/288 kB | 64 kB | 143/200 kB
Progress (3): 229/288 kB | 64 kB | 147/200 kB
Progress (3): 233/288 kB | 64 kB | 147/200 kB
Progress (3): 237/288 kB | 64 kB | 147/200 kB
Progress (3): 241/288 kB | 64 kB | 147/200 kB
Progress (3): 241/288 kB | 64 kB | 151/200 kB
Progress (3): 245/288 kB | 64 kB | 151/200 kB
Progress (3): 245/288 kB | 64 kB | 155/200 kB
Progress (3): 245/288 kB | 64 kB | 159/200 kB
Progress (3): 245/288 kB | 64 kB | 163/200 kB
Progress (3): 249/288 kB | 64 kB | 163/200 kB
Progress (3): 253/288 kB | 64 kB | 163/200 kB
Progress (3): 258/288 kB | 64 kB | 163/200 kB
Progress (3): 262/288 kB | 64 kB | 163/200 kB
Progress (3): 262/288 kB | 64 kB | 167/200 kB
Progress (3): 262/288 kB | 64 kB | 171/200 kB
Progress (3): 262/288 kB | 64 kB | 176/200 kB
Progress (4): 262/288 kB | 64 kB | 176/200 kB | 7.7/915 kB
Progress (4): 266/288 kB | 64 kB | 176/200 kB | 7.7/915 kB
Progress (4): 266/288 kB | 64 kB | 180/200 kB | 7.7/915 kB
Progress (4): 270/288 kB | 64 kB | 180/200 kB | 7.7/915 kB
Progress (4): 270/288 kB | 64 kB | 180/200 kB | 16/915 kB 
Progress (4): 274/288 kB | 64 kB | 180/200 kB | 16/915 kB
Progress (4): 278/288 kB | 64 kB | 180/200 kB | 16/915 kB
Progress (4): 278/288 kB | 64 kB | 184/200 kB | 16/915 kB
Progress (4): 278/288 kB | 64 kB | 188/200 kB | 16/915 kB
Progress (4): 278/288 kB | 64 kB | 192/200 kB | 16/915 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.jar (64 kB at 45 kB/s)
18:20:09 Progress (3): 282/288 kB | 192/200 kB | 16/915 kB
                                                 
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:20:09 Progress (3): 282/288 kB | 192/200 kB | 24/915 kB
Progress (3): 282/288 kB | 196/200 kB | 24/915 kB
Progress (3): 286/288 kB | 196/200 kB | 24/915 kB
Progress (3): 286/288 kB | 196/200 kB | 32/915 kB
Progress (3): 286/288 kB | 200 kB | 32/915 kB    
Progress (3): 288 kB | 200 kB | 32/915 kB    
Progress (3): 288 kB | 200 kB | 40/915 kB
Progress (3): 288 kB | 200 kB | 49/915 kB
Progress (3): 288 kB | 200 kB | 57/915 kB
Progress (3): 288 kB | 200 kB | 65/915 kB
Progress (3): 288 kB | 200 kB | 73/915 kB
Progress (3): 288 kB | 200 kB | 81/915 kB
Progress (3): 288 kB | 200 kB | 90/915 kB
Progress (3): 288 kB | 200 kB | 98/915 kB
Progress (3): 288 kB | 200 kB | 106/915 kB
Progress (3): 288 kB | 200 kB | 114/915 kB
Progress (3): 288 kB | 200 kB | 122/915 kB
Progress (3): 288 kB | 200 kB | 131/915 kB
Progress (3): 288 kB | 200 kB | 139/915 kB
Progress (3): 288 kB | 200 kB | 147/915 kB
Progress (3): 288 kB | 200 kB | 155/915 kB
Progress (3): 288 kB | 200 kB | 163/915 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 136 kB/s)
18:20:09 Progress (2): 288 kB | 171/915 kB
                                 
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:20:09 Progress (2): 288 kB | 180/915 kB
Progress (2): 288 kB | 188/915 kB
Progress (2): 288 kB | 196/915 kB
Progress (2): 288 kB | 204/915 kB
Progress (2): 288 kB | 212/915 kB
Progress (2): 288 kB | 221/915 kB
Progress (2): 288 kB | 229/915 kB
Progress (2): 288 kB | 237/915 kB
Progress (2): 288 kB | 245/915 kB
Progress (2): 288 kB | 253/915 kB
Progress (2): 288 kB | 262/915 kB
Progress (2): 288 kB | 270/915 kB
Progress (2): 288 kB | 278/915 kB
Progress (2): 288 kB | 286/915 kB
Progress (2): 288 kB | 294/915 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:20:09 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:20:09 Progress (2): 294/915 kB | 0/3.2 MB
Progress (3): 294/915 kB | 0/3.2 MB | 4.1/278 kB
Progress (3): 294/915 kB | 0/3.2 MB | 7.7/278 kB
Progress (3): 303/915 kB | 0/3.2 MB | 7.7/278 kB
Progress (3): 303/915 kB | 0/3.2 MB | 12/278 kB 
Progress (3): 311/915 kB | 0/3.2 MB | 12/278 kB
Progress (3): 311/915 kB | 0/3.2 MB | 16/278 kB
Progress (4): 311/915 kB | 0/3.2 MB | 16/278 kB | 0/1.4 MB
Progress (4): 311/915 kB | 0/3.2 MB | 16/278 kB | 0/1.4 MB
Progress (4): 311/915 kB | 0/3.2 MB | 20/278 kB | 0/1.4 MB
Progress (4): 319/915 kB | 0/3.2 MB | 20/278 kB | 0/1.4 MB
Progress (4): 319/915 kB | 0/3.2 MB | 20/278 kB | 0/1.4 MB
Progress (4): 327/915 kB | 0/3.2 MB | 20/278 kB | 0/1.4 MB
Progress (4): 327/915 kB | 0/3.2 MB | 24/278 kB | 0/1.4 MB
Progress (4): 327/915 kB | 0/3.2 MB | 28/278 kB | 0/1.4 MB
Progress (4): 327/915 kB | 0/3.2 MB | 32/278 kB | 0/1.4 MB
Progress (4): 327/915 kB | 0/3.2 MB | 32/278 kB | 0/1.4 MB
Progress (4): 335/915 kB | 0/3.2 MB | 32/278 kB | 0/1.4 MB
Progress (4): 335/915 kB | 0/3.2 MB | 32/278 kB | 0/1.4 MB
Progress (4): 335/915 kB | 0/3.2 MB | 36/278 kB | 0/1.4 MB
Progress (4): 344/915 kB | 0/3.2 MB | 36/278 kB | 0/1.4 MB
Progress (4): 344/915 kB | 0/3.2 MB | 40/278 kB | 0/1.4 MB
Progress (4): 344/915 kB | 0/3.2 MB | 40/278 kB | 0/1.4 MB
Progress (4): 344/915 kB | 0/3.2 MB | 45/278 kB | 0/1.4 MB
Progress (4): 344/915 kB | 0.1/3.2 MB | 45/278 kB | 0/1.4 MB
Progress (4): 344/915 kB | 0.1/3.2 MB | 49/278 kB | 0/1.4 MB
Progress (4): 352/915 kB | 0.1/3.2 MB | 49/278 kB | 0/1.4 MB
Progress (4): 360/915 kB | 0.1/3.2 MB | 49/278 kB | 0/1.4 MB
Progress (4): 360/915 kB | 0.1/3.2 MB | 49/278 kB | 0/1.4 MB
Progress (4): 360/915 kB | 0.1/3.2 MB | 53/278 kB | 0/1.4 MB
Progress (4): 360/915 kB | 0.1/3.2 MB | 53/278 kB | 0/1.4 MB
Progress (4): 360/915 kB | 0.1/3.2 MB | 53/278 kB | 0/1.4 MB
Progress (4): 360/915 kB | 0.1/3.2 MB | 57/278 kB | 0/1.4 MB
Progress (4): 368/915 kB | 0.1/3.2 MB | 57/278 kB | 0/1.4 MB
Progress (4): 368/915 kB | 0.1/3.2 MB | 61/278 kB | 0/1.4 MB
Progress (4): 376/915 kB | 0.1/3.2 MB | 61/278 kB | 0/1.4 MB
Progress (4): 376/915 kB | 0.1/3.2 MB | 65/278 kB | 0/1.4 MB
Progress (4): 376/915 kB | 0.1/3.2 MB | 65/278 kB | 0.1/1.4 MB
Progress (4): 384/915 kB | 0.1/3.2 MB | 65/278 kB | 0.1/1.4 MB
Progress (4): 384/915 kB | 0.1/3.2 MB | 65/278 kB | 0.1/1.4 MB
Progress (4): 384/915 kB | 0.1/3.2 MB | 65/278 kB | 0.1/1.4 MB
Progress (4): 384/915 kB | 0.1/3.2 MB | 69/278 kB | 0.1/1.4 MB
Progress (4): 393/915 kB | 0.1/3.2 MB | 69/278 kB | 0.1/1.4 MB
Progress (4): 393/915 kB | 0.1/3.2 MB | 73/278 kB | 0.1/1.4 MB
Progress (4): 393/915 kB | 0.1/3.2 MB | 77/278 kB | 0.1/1.4 MB
Progress (4): 393/915 kB | 0.1/3.2 MB | 81/278 kB | 0.1/1.4 MB
Progress (4): 393/915 kB | 0.1/3.2 MB | 81/278 kB | 0.1/1.4 MB
Progress (4): 393/915 kB | 0.1/3.2 MB | 81/278 kB | 0.1/1.4 MB
Progress (4): 401/915 kB | 0.1/3.2 MB | 81/278 kB | 0.1/1.4 MB
Progress (4): 401/915 kB | 0.1/3.2 MB | 85/278 kB | 0.1/1.4 MB
Progress (4): 401/915 kB | 0.1/3.2 MB | 85/278 kB | 0.1/1.4 MB
Progress (4): 401/915 kB | 0.1/3.2 MB | 90/278 kB | 0.1/1.4 MB
Progress (4): 409/915 kB | 0.1/3.2 MB | 90/278 kB | 0.1/1.4 MB
Progress (4): 409/915 kB | 0.1/3.2 MB | 94/278 kB | 0.1/1.4 MB
Progress (4): 409/915 kB | 0.1/3.2 MB | 94/278 kB | 0.1/1.4 MB
Progress (4): 409/915 kB | 0.1/3.2 MB | 98/278 kB | 0.1/1.4 MB
Progress (4): 417/915 kB | 0.1/3.2 MB | 98/278 kB | 0.1/1.4 MB
Progress (4): 417/915 kB | 0.1/3.2 MB | 98/278 kB | 0.1/1.4 MB
Progress (4): 425/915 kB | 0.1/3.2 MB | 98/278 kB | 0.1/1.4 MB
Progress (4): 425/915 kB | 0.1/3.2 MB | 98/278 kB | 0.1/1.4 MB
Progress (4): 425/915 kB | 0.1/3.2 MB | 102/278 kB | 0.1/1.4 MB
Progress (4): 425/915 kB | 0.1/3.2 MB | 102/278 kB | 0.1/1.4 MB
Progress (4): 425/915 kB | 0.1/3.2 MB | 106/278 kB | 0.1/1.4 MB
Progress (4): 434/915 kB | 0.1/3.2 MB | 106/278 kB | 0.1/1.4 MB
Progress (4): 434/915 kB | 0.1/3.2 MB | 110/278 kB | 0.1/1.4 MB
Progress (4): 442/915 kB | 0.1/3.2 MB | 110/278 kB | 0.1/1.4 MB
Progress (4): 442/915 kB | 0.1/3.2 MB | 114/278 kB | 0.1/1.4 MB
Progress (4): 442/915 kB | 0.1/3.2 MB | 114/278 kB | 0.1/1.4 MB
Progress (4): 442/915 kB | 0.2/3.2 MB | 114/278 kB | 0.1/1.4 MB
Progress (4): 442/915 kB | 0.2/3.2 MB | 114/278 kB | 0.1/1.4 MB
Progress (4): 442/915 kB | 0.2/3.2 MB | 118/278 kB | 0.1/1.4 MB
Progress (4): 450/915 kB | 0.2/3.2 MB | 118/278 kB | 0.1/1.4 MB
Progress (4): 450/915 kB | 0.2/3.2 MB | 122/278 kB | 0.1/1.4 MB
Progress (4): 458/915 kB | 0.2/3.2 MB | 122/278 kB | 0.1/1.4 MB
Progress (4): 458/915 kB | 0.2/3.2 MB | 126/278 kB | 0.1/1.4 MB
Progress (4): 458/915 kB | 0.2/3.2 MB | 126/278 kB | 0.1/1.4 MB
Progress (4): 458/915 kB | 0.2/3.2 MB | 131/278 kB | 0.1/1.4 MB
Progress (4): 458/915 kB | 0.2/3.2 MB | 131/278 kB | 0.1/1.4 MB
Progress (4): 466/915 kB | 0.2/3.2 MB | 131/278 kB | 0.1/1.4 MB
Progress (4): 466/915 kB | 0.2/3.2 MB | 131/278 kB | 0.1/1.4 MB
Progress (4): 466/915 kB | 0.2/3.2 MB | 135/278 kB | 0.1/1.4 MB
Progress (4): 475/915 kB | 0.2/3.2 MB | 135/278 kB | 0.1/1.4 MB
Progress (4): 475/915 kB | 0.2/3.2 MB | 135/278 kB | 0.1/1.4 MB
Progress (4): 475/915 kB | 0.2/3.2 MB | 139/278 kB | 0.1/1.4 MB
Progress (4): 475/915 kB | 0.2/3.2 MB | 143/278 kB | 0.1/1.4 MB
Progress (4): 475/915 kB | 0.2/3.2 MB | 147/278 kB | 0.1/1.4 MB
Progress (4): 483/915 kB | 0.2/3.2 MB | 147/278 kB | 0.1/1.4 MB
Progress (4): 483/915 kB | 0.2/3.2 MB | 147/278 kB | 0.1/1.4 MB
Progress (4): 491/915 kB | 0.2/3.2 MB | 147/278 kB | 0.1/1.4 MB
Progress (4): 491/915 kB | 0.2/3.2 MB | 147/278 kB | 0.1/1.4 MB
Progress (4): 491/915 kB | 0.2/3.2 MB | 151/278 kB | 0.1/1.4 MB
Progress (4): 491/915 kB | 0.2/3.2 MB | 151/278 kB | 0.1/1.4 MB
Progress (4): 499/915 kB | 0.2/3.2 MB | 151/278 kB | 0.1/1.4 MB
Progress (4): 499/915 kB | 0.2/3.2 MB | 155/278 kB | 0.1/1.4 MB
Progress (4): 507/915 kB | 0.2/3.2 MB | 155/278 kB | 0.1/1.4 MB
Progress (4): 507/915 kB | 0.2/3.2 MB | 159/278 kB | 0.1/1.4 MB
Progress (4): 507/915 kB | 0.2/3.2 MB | 163/278 kB | 0.1/1.4 MB
Progress (4): 507/915 kB | 0.2/3.2 MB | 163/278 kB | 0.2/1.4 MB
Progress (4): 516/915 kB | 0.2/3.2 MB | 163/278 kB | 0.2/1.4 MB
Progress (4): 516/915 kB | 0.2/3.2 MB | 163/278 kB | 0.2/1.4 MB
Progress (4): 516/915 kB | 0.2/3.2 MB | 163/278 kB | 0.2/1.4 MB
Progress (4): 516/915 kB | 0.2/3.2 MB | 167/278 kB | 0.2/1.4 MB
Progress (4): 524/915 kB | 0.2/3.2 MB | 167/278 kB | 0.2/1.4 MB
Progress (4): 524/915 kB | 0.2/3.2 MB | 171/278 kB | 0.2/1.4 MB
Progress (4): 524/915 kB | 0.2/3.2 MB | 176/278 kB | 0.2/1.4 MB
Progress (4): 524/915 kB | 0.2/3.2 MB | 180/278 kB | 0.2/1.4 MB
Progress (4): 532/915 kB | 0.2/3.2 MB | 180/278 kB | 0.2/1.4 MB
Progress (4): 532/915 kB | 0.2/3.2 MB | 180/278 kB | 0.2/1.4 MB
Progress (4): 540/915 kB | 0.2/3.2 MB | 180/278 kB | 0.2/1.4 MB
Progress (4): 540/915 kB | 0.2/3.2 MB | 180/278 kB | 0.2/1.4 MB
Progress (4): 540/915 kB | 0.2/3.2 MB | 180/278 kB | 0.2/1.4 MB
Progress (4): 540/915 kB | 0.2/3.2 MB | 184/278 kB | 0.2/1.4 MB
Progress (4): 540/915 kB | 0.2/3.2 MB | 188/278 kB | 0.2/1.4 MB
Progress (4): 548/915 kB | 0.2/3.2 MB | 188/278 kB | 0.2/1.4 MB
Progress (4): 548/915 kB | 0.2/3.2 MB | 192/278 kB | 0.2/1.4 MB
Progress (4): 557/915 kB | 0.2/3.2 MB | 192/278 kB | 0.2/1.4 MB
Progress (4): 557/915 kB | 0.2/3.2 MB | 196/278 kB | 0.2/1.4 MB
Progress (4): 557/915 kB | 0.2/3.2 MB | 196/278 kB | 0.2/1.4 MB
Progress (4): 557/915 kB | 0.3/3.2 MB | 196/278 kB | 0.2/1.4 MB
Progress (4): 565/915 kB | 0.3/3.2 MB | 196/278 kB | 0.2/1.4 MB
Progress (4): 565/915 kB | 0.3/3.2 MB | 196/278 kB | 0.2/1.4 MB
Progress (4): 573/915 kB | 0.3/3.2 MB | 196/278 kB | 0.2/1.4 MB
Progress (4): 573/915 kB | 0.3/3.2 MB | 200/278 kB | 0.2/1.4 MB
Progress (4): 573/915 kB | 0.3/3.2 MB | 204/278 kB | 0.2/1.4 MB
Progress (4): 573/915 kB | 0.3/3.2 MB | 208/278 kB | 0.2/1.4 MB
Progress (4): 573/915 kB | 0.3/3.2 MB | 208/278 kB | 0.2/1.4 MB
Progress (4): 581/915 kB | 0.3/3.2 MB | 208/278 kB | 0.2/1.4 MB
Progress (4): 581/915 kB | 0.3/3.2 MB | 212/278 kB | 0.2/1.4 MB
Progress (4): 589/915 kB | 0.3/3.2 MB | 212/278 kB | 0.2/1.4 MB
Progress (4): 589/915 kB | 0.3/3.2 MB | 212/278 kB | 0.2/1.4 MB
Progress (4): 589/915 kB | 0.3/3.2 MB | 212/278 kB | 0.2/1.4 MB
Progress (4): 597/915 kB | 0.3/3.2 MB | 212/278 kB | 0.2/1.4 MB
Progress (4): 597/915 kB | 0.3/3.2 MB | 217/278 kB | 0.2/1.4 MB
Progress (4): 606/915 kB | 0.3/3.2 MB | 217/278 kB | 0.2/1.4 MB
Progress (4): 606/915 kB | 0.3/3.2 MB | 217/278 kB | 0.2/1.4 MB
Progress (4): 606/915 kB | 0.3/3.2 MB | 221/278 kB | 0.2/1.4 MB
Progress (4): 606/915 kB | 0.3/3.2 MB | 225/278 kB | 0.2/1.4 MB
Progress (4): 614/915 kB | 0.3/3.2 MB | 225/278 kB | 0.2/1.4 MB
Progress (4): 614/915 kB | 0.3/3.2 MB | 225/278 kB | 0.2/1.4 MB
Progress (4): 622/915 kB | 0.3/3.2 MB | 225/278 kB | 0.2/1.4 MB
Progress (4): 622/915 kB | 0.3/3.2 MB | 229/278 kB | 0.2/1.4 MB
Progress (4): 622/915 kB | 0.3/3.2 MB | 229/278 kB | 0.2/1.4 MB
Progress (4): 622/915 kB | 0.3/3.2 MB | 229/278 kB | 0.2/1.4 MB
Progress (4): 630/915 kB | 0.3/3.2 MB | 229/278 kB | 0.2/1.4 MB
Progress (4): 630/915 kB | 0.3/3.2 MB | 233/278 kB | 0.2/1.4 MB
Progress (4): 638/915 kB | 0.3/3.2 MB | 233/278 kB | 0.2/1.4 MB
Progress (4): 638/915 kB | 0.3/3.2 MB | 237/278 kB | 0.2/1.4 MB
Progress (4): 638/915 kB | 0.3/3.2 MB | 241/278 kB | 0.2/1.4 MB
Progress (4): 638/915 kB | 0.3/3.2 MB | 245/278 kB | 0.2/1.4 MB
Progress (4): 647/915 kB | 0.3/3.2 MB | 245/278 kB | 0.2/1.4 MB
Progress (4): 647/915 kB | 0.3/3.2 MB | 245/278 kB | 0.2/1.4 MB
Progress (4): 655/915 kB | 0.3/3.2 MB | 245/278 kB | 0.2/1.4 MB
Progress (4): 655/915 kB | 0.3/3.2 MB | 245/278 kB | 0.2/1.4 MB
Progress (4): 655/915 kB | 0.3/3.2 MB | 245/278 kB | 0.2/1.4 MB
Progress (4): 655/915 kB | 0.3/3.2 MB | 249/278 kB | 0.2/1.4 MB
Progress (4): 663/915 kB | 0.3/3.2 MB | 249/278 kB | 0.2/1.4 MB
Progress (4): 663/915 kB | 0.3/3.2 MB | 253/278 kB | 0.2/1.4 MB
Progress (4): 671/915 kB | 0.3/3.2 MB | 253/278 kB | 0.2/1.4 MB
Progress (4): 671/915 kB | 0.3/3.2 MB | 258/278 kB | 0.2/1.4 MB
Progress (4): 671/915 kB | 0.3/3.2 MB | 262/278 kB | 0.2/1.4 MB
Progress (4): 671/915 kB | 0.3/3.2 MB | 262/278 kB | 0.3/1.4 MB
Progress (4): 671/915 kB | 0.3/3.2 MB | 262/278 kB | 0.3/1.4 MB
Progress (4): 671/915 kB | 0.3/3.2 MB | 262/278 kB | 0.3/1.4 MB
Progress (4): 679/915 kB | 0.3/3.2 MB | 262/278 kB | 0.3/1.4 MB
Progress (4): 679/915 kB | 0.3/3.2 MB | 266/278 kB | 0.3/1.4 MB
Progress (4): 688/915 kB | 0.3/3.2 MB | 266/278 kB | 0.3/1.4 MB
Progress (4): 688/915 kB | 0.3/3.2 MB | 270/278 kB | 0.3/1.4 MB
Progress (4): 688/915 kB | 0.3/3.2 MB | 274/278 kB | 0.3/1.4 MB
Progress (4): 688/915 kB | 0.3/3.2 MB | 278/278 kB | 0.3/1.4 MB
Progress (4): 696/915 kB | 0.3/3.2 MB | 278/278 kB | 0.3/1.4 MB
Progress (4): 696/915 kB | 0.4/3.2 MB | 278/278 kB | 0.3/1.4 MB
Progress (4): 704/915 kB | 0.4/3.2 MB | 278/278 kB | 0.3/1.4 MB
Progress (4): 704/915 kB | 0.4/3.2 MB | 278/278 kB | 0.3/1.4 MB
Progress (4): 704/915 kB | 0.4/3.2 MB | 278 kB | 0.3/1.4 MB    
Progress (4): 704/915 kB | 0.4/3.2 MB | 278 kB | 0.3/1.4 MB
Progress (4): 712/915 kB | 0.4/3.2 MB | 278 kB | 0.3/1.4 MB
Progress (4): 720/915 kB | 0.4/3.2 MB | 278 kB | 0.3/1.4 MB
Progress (4): 720/915 kB | 0.4/3.2 MB | 278 kB | 0.3/1.4 MB
Progress (4): 729/915 kB | 0.4/3.2 MB | 278 kB | 0.3/1.4 MB
Progress (4): 729/915 kB | 0.4/3.2 MB | 278 kB | 0.3/1.4 MB
                                                           
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 171 kB/s)
18:20:09 Progress (4): 729/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 4.1/37 kB
Progress (4): 729/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 4.1/37 kB
Progress (4): 737/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 4.1/37 kB
Progress (4): 737/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 7.7/37 kB
                                                              
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:20:09 Progress (4): 737/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 7.7/37 kB
Progress (4): 737/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 7.7/37 kB
Progress (4): 745/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 7.7/37 kB
Progress (4): 745/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 12/37 kB 
Progress (4): 753/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 12/37 kB
Progress (4): 753/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 16/37 kB
Progress (4): 753/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 16/37 kB
Progress (4): 761/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 16/37 kB
Progress (4): 761/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 16/37 kB
Progress (4): 761/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 20/37 kB
Progress (4): 770/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 20/37 kB
Progress (4): 770/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 20/37 kB
Progress (4): 770/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 24/37 kB
Progress (4): 770/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 28/37 kB
Progress (4): 778/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 28/37 kB
Progress (4): 778/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 32/37 kB
Progress (4): 786/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 32/37 kB
Progress (4): 786/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 32/37 kB
Progress (4): 786/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 36/37 kB
Progress (4): 786/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 36/37 kB
Progress (4): 794/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 36/37 kB
Progress (4): 794/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 37 kB   
Progress (4): 802/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 37 kB
Progress (4): 802/915 kB | 0.4/3.2 MB | 0.3/1.4 MB | 37 kB
Progress (4): 802/915 kB | 0.5/3.2 MB | 0.3/1.4 MB | 37 kB
Progress (4): 810/915 kB | 0.5/3.2 MB | 0.3/1.4 MB | 37 kB
Progress (4): 819/915 kB | 0.5/3.2 MB | 0.3/1.4 MB | 37 kB
Progress (4): 819/915 kB | 0.5/3.2 MB | 0.3/1.4 MB | 37 kB
Progress (4): 827/915 kB | 0.5/3.2 MB | 0.3/1.4 MB | 37 kB
Progress (4): 827/915 kB | 0.5/3.2 MB | 0.3/1.4 MB | 37 kB
Progress (4): 835/915 kB | 0.5/3.2 MB | 0.3/1.4 MB | 37 kB
Progress (4): 835/915 kB | 0.5/3.2 MB | 0.3/1.4 MB | 37 kB
Progress (4): 835/915 kB | 0.5/3.2 MB | 0.3/1.4 MB | 37 kB
Progress (4): 843/915 kB | 0.5/3.2 MB | 0.3/1.4 MB | 37 kB
Progress (4): 851/915 kB | 0.5/3.2 MB | 0.3/1.4 MB | 37 kB
Progress (4): 851/915 kB | 0.5/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 851/915 kB | 0.5/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 851/915 kB | 0.5/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 860/915 kB | 0.5/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 868/915 kB | 0.5/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 868/915 kB | 0.5/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 876/915 kB | 0.5/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 876/915 kB | 0.5/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 884/915 kB | 0.5/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 884/915 kB | 0.5/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 884/915 kB | 0.5/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 892/915 kB | 0.5/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 901/915 kB | 0.5/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 901/915 kB | 0.5/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 909/915 kB | 0.5/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 909/915 kB | 0.5/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 909/915 kB | 0.6/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 915 kB | 0.6/3.2 MB | 0.4/1.4 MB | 37 kB    
Progress (4): 915 kB | 0.6/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 915 kB | 0.6/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 915 kB | 0.6/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 915 kB | 0.6/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 915 kB | 0.6/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 915 kB | 0.6/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 915 kB | 0.6/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 915 kB | 0.6/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 915 kB | 0.6/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 915 kB | 0.6/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 915 kB | 0.6/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 915 kB | 0.7/3.2 MB | 0.4/1.4 MB | 37 kB
Progress (4): 915 kB | 0.7/3.2 MB | 0.5/1.4 MB | 37 kB
Progress (4): 915 kB | 0.7/3.2 MB | 0.5/1.4 MB | 37 kB
Progress (4): 915 kB | 0.7/3.2 MB | 0.5/1.4 MB | 37 kB
Progress (4): 915 kB | 0.7/3.2 MB | 0.5/1.4 MB | 37 kB
Progress (4): 915 kB | 0.7/3.2 MB | 0.5/1.4 MB | 37 kB
Progress (4): 915 kB | 0.7/3.2 MB | 0.5/1.4 MB | 37 kB
Progress (4): 915 kB | 0.7/3.2 MB | 0.5/1.4 MB | 37 kB
Progress (4): 915 kB | 0.7/3.2 MB | 0.5/1.4 MB | 37 kB
Progress (4): 915 kB | 0.7/3.2 MB | 0.5/1.4 MB | 37 kB
Progress (4): 915 kB | 0.7/3.2 MB | 0.5/1.4 MB | 37 kB
Progress (4): 915 kB | 0.7/3.2 MB | 0.5/1.4 MB | 37 kB
Progress (4): 915 kB | 0.7/3.2 MB | 0.5/1.4 MB | 37 kB
Progress (4): 915 kB | 0.7/3.2 MB | 0.5/1.4 MB | 37 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 557 kB/s)
18:20:09 Progress (3): 0.8/3.2 MB | 0.5/1.4 MB | 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 23 kB/s)
18:20:09 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:20:09 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:20:10 Progress (2): 0.8/3.2 MB | 0.5/1.4 MB
Progress (2): 0.8/3.2 MB | 0.5/1.4 MB
Progress (2): 0.8/3.2 MB | 0.5/1.4 MB
Progress (2): 0.8/3.2 MB | 0.5/1.4 MB
Progress (2): 0.8/3.2 MB | 0.5/1.4 MB
Progress (2): 0.8/3.2 MB | 0.5/1.4 MB
Progress (2): 0.8/3.2 MB | 0.5/1.4 MB
Progress (2): 0.8/3.2 MB | 0.5/1.4 MB
Progress (2): 0.8/3.2 MB | 0.5/1.4 MB
Progress (2): 0.8/3.2 MB | 0.6/1.4 MB
Progress (2): 0.8/3.2 MB | 0.6/1.4 MB
Progress (2): 0.8/3.2 MB | 0.6/1.4 MB
Progress (2): 0.9/3.2 MB | 0.6/1.4 MB
Progress (2): 0.9/3.2 MB | 0.6/1.4 MB
Progress (2): 0.9/3.2 MB | 0.6/1.4 MB
Progress (2): 0.9/3.2 MB | 0.6/1.4 MB
Progress (2): 0.9/3.2 MB | 0.6/1.4 MB
Progress (2): 0.9/3.2 MB | 0.6/1.4 MB
Progress (2): 0.9/3.2 MB | 0.6/1.4 MB
Progress (2): 0.9/3.2 MB | 0.6/1.4 MB
Progress (2): 0.9/3.2 MB | 0.6/1.4 MB
Progress (2): 0.9/3.2 MB | 0.6/1.4 MB
Progress (2): 0.9/3.2 MB | 0.6/1.4 MB
Progress (2): 0.9/3.2 MB | 0.6/1.4 MB
Progress (2): 0.9/3.2 MB | 0.6/1.4 MB
Progress (2): 0.9/3.2 MB | 0.6/1.4 MB
Progress (2): 0.9/3.2 MB | 0.6/1.4 MB
Progress (2): 0.9/3.2 MB | 0.6/1.4 MB
Progress (2): 1.0/3.2 MB | 0.6/1.4 MB
Progress (2): 1.0/3.2 MB | 0.6/1.4 MB
Progress (2): 1.0/3.2 MB | 0.6/1.4 MB
Progress (2): 1.0/3.2 MB | 0.7/1.4 MB
Progress (2): 1.0/3.2 MB | 0.7/1.4 MB
Progress (2): 1.0/3.2 MB | 0.7/1.4 MB
Progress (2): 1.0/3.2 MB | 0.7/1.4 MB
Progress (2): 1.0/3.2 MB | 0.7/1.4 MB
Progress (2): 1.0/3.2 MB | 0.7/1.4 MB
Progress (2): 1.0/3.2 MB | 0.7/1.4 MB
Progress (2): 1.0/3.2 MB | 0.7/1.4 MB
Progress (2): 1.0/3.2 MB | 0.7/1.4 MB
Progress (2): 1.1/3.2 MB | 0.7/1.4 MB
Progress (2): 1.1/3.2 MB | 0.7/1.4 MB
Progress (2): 1.1/3.2 MB | 0.7/1.4 MB
Progress (2): 1.1/3.2 MB | 0.7/1.4 MB
Progress (2): 1.1/3.2 MB | 0.7/1.4 MB
Progress (2): 1.1/3.2 MB | 0.7/1.4 MB
Progress (2): 1.1/3.2 MB | 0.7/1.4 MB
Progress (2): 1.1/3.2 MB | 0.7/1.4 MB
Progress (2): 1.1/3.2 MB | 0.7/1.4 MB
Progress (2): 1.1/3.2 MB | 0.7/1.4 MB
Progress (2): 1.1/3.2 MB | 0.7/1.4 MB
Progress (2): 1.1/3.2 MB | 0.7/1.4 MB
Progress (2): 1.1/3.2 MB | 0.7/1.4 MB
Progress (2): 1.1/3.2 MB | 0.8/1.4 MB
Progress (2): 1.2/3.2 MB | 0.8/1.4 MB
Progress (2): 1.2/3.2 MB | 0.8/1.4 MB
Progress (2): 1.2/3.2 MB | 0.8/1.4 MB
Progress (2): 1.2/3.2 MB | 0.8/1.4 MB
Progress (2): 1.2/3.2 MB | 0.8/1.4 MB
Progress (2): 1.2/3.2 MB | 0.8/1.4 MB
Progress (2): 1.2/3.2 MB | 0.8/1.4 MB
Progress (2): 1.2/3.2 MB | 0.8/1.4 MB
Progress (2): 1.2/3.2 MB | 0.8/1.4 MB
Progress (2): 1.2/3.2 MB | 0.8/1.4 MB
Progress (2): 1.2/3.2 MB | 0.8/1.4 MB
Progress (2): 1.2/3.2 MB | 0.8/1.4 MB
Progress (2): 1.2/3.2 MB | 0.8/1.4 MB
Progress (2): 1.2/3.2 MB | 0.8/1.4 MB
Progress (2): 1.2/3.2 MB | 0.8/1.4 MB
Progress (2): 1.3/3.2 MB | 0.8/1.4 MB
Progress (2): 1.3/3.2 MB | 0.8/1.4 MB
Progress (2): 1.3/3.2 MB | 0.8/1.4 MB
Progress (2): 1.3/3.2 MB | 0.8/1.4 MB
Progress (2): 1.3/3.2 MB | 0.9/1.4 MB
Progress (2): 1.3/3.2 MB | 0.9/1.4 MB
Progress (2): 1.3/3.2 MB | 0.9/1.4 MB
Progress (2): 1.3/3.2 MB | 0.9/1.4 MB
Progress (2): 1.3/3.2 MB | 0.9/1.4 MB
Progress (2): 1.3/3.2 MB | 0.9/1.4 MB
Progress (2): 1.3/3.2 MB | 0.9/1.4 MB
Progress (2): 1.3/3.2 MB | 0.9/1.4 MB
Progress (2): 1.3/3.2 MB | 0.9/1.4 MB
Progress (2): 1.4/3.2 MB | 0.9/1.4 MB
Progress (2): 1.4/3.2 MB | 0.9/1.4 MB
Progress (2): 1.4/3.2 MB | 0.9/1.4 MB
Progress (2): 1.4/3.2 MB | 0.9/1.4 MB
Progress (2): 1.4/3.2 MB | 0.9/1.4 MB
Progress (2): 1.4/3.2 MB | 0.9/1.4 MB
Progress (2): 1.4/3.2 MB | 0.9/1.4 MB
Progress (2): 1.4/3.2 MB | 0.9/1.4 MB
Progress (2): 1.4/3.2 MB | 0.9/1.4 MB
Progress (2): 1.4/3.2 MB | 0.9/1.4 MB
Progress (2): 1.4/3.2 MB | 0.9/1.4 MB
Progress (2): 1.4/3.2 MB | 0.9/1.4 MB
Progress (2): 1.4/3.2 MB | 0.9/1.4 MB
Progress (2): 1.4/3.2 MB | 0.9/1.4 MB
Progress (2): 1.5/3.2 MB | 0.9/1.4 MB
Progress (2): 1.5/3.2 MB | 0.9/1.4 MB
Progress (2): 1.5/3.2 MB | 1.0/1.4 MB
Progress (2): 1.5/3.2 MB | 1.0/1.4 MB
Progress (2): 1.5/3.2 MB | 1.0/1.4 MB
Progress (2): 1.5/3.2 MB | 1.0/1.4 MB
Progress (2): 1.5/3.2 MB | 1.0/1.4 MB
Progress (2): 1.5/3.2 MB | 1.0/1.4 MB
Progress (2): 1.5/3.2 MB | 1.0/1.4 MB
Progress (2): 1.5/3.2 MB | 1.0/1.4 MB
Progress (2): 1.5/3.2 MB | 1.0/1.4 MB
Progress (2): 1.5/3.2 MB | 1.0/1.4 MB
Progress (2): 1.6/3.2 MB | 1.0/1.4 MB
Progress (2): 1.6/3.2 MB | 1.0/1.4 MB
Progress (2): 1.6/3.2 MB | 1.0/1.4 MB
Progress (2): 1.6/3.2 MB | 1.0/1.4 MB
Progress (2): 1.6/3.2 MB | 1.0/1.4 MB
Progress (2): 1.6/3.2 MB | 1.0/1.4 MB
Progress (2): 1.6/3.2 MB | 1.0/1.4 MB
Progress (2): 1.6/3.2 MB | 1.0/1.4 MB
Progress (2): 1.6/3.2 MB | 1.0/1.4 MB
Progress (2): 1.6/3.2 MB | 1.0/1.4 MB
Progress (2): 1.6/3.2 MB | 1.0/1.4 MB
Progress (2): 1.6/3.2 MB | 1.0/1.4 MB
Progress (2): 1.6/3.2 MB | 1.1/1.4 MB
Progress (2): 1.6/3.2 MB | 1.1/1.4 MB
Progress (2): 1.7/3.2 MB | 1.1/1.4 MB
Progress (2): 1.7/3.2 MB | 1.1/1.4 MB
Progress (2): 1.7/3.2 MB | 1.1/1.4 MB
Progress (2): 1.7/3.2 MB | 1.1/1.4 MB
Progress (2): 1.7/3.2 MB | 1.1/1.4 MB
Progress (2): 1.7/3.2 MB | 1.1/1.4 MB
Progress (2): 1.7/3.2 MB | 1.1/1.4 MB
Progress (2): 1.7/3.2 MB | 1.1/1.4 MB
Progress (2): 1.7/3.2 MB | 1.1/1.4 MB
Progress (2): 1.7/3.2 MB | 1.1/1.4 MB
Progress (2): 1.7/3.2 MB | 1.1/1.4 MB
Progress (2): 1.7/3.2 MB | 1.1/1.4 MB
Progress (2): 1.7/3.2 MB | 1.1/1.4 MB
Progress (2): 1.8/3.2 MB | 1.1/1.4 MB
Progress (2): 1.8/3.2 MB | 1.1/1.4 MB
Progress (2): 1.8/3.2 MB | 1.1/1.4 MB
Progress (2): 1.8/3.2 MB | 1.1/1.4 MB
Progress (2): 1.8/3.2 MB | 1.1/1.4 MB
Progress (2): 1.8/3.2 MB | 1.1/1.4 MB
Progress (2): 1.8/3.2 MB | 1.1/1.4 MB
Progress (2): 1.8/3.2 MB | 1.2/1.4 MB
Progress (2): 1.8/3.2 MB | 1.2/1.4 MB
Progress (2): 1.8/3.2 MB | 1.2/1.4 MB
Progress (2): 1.8/3.2 MB | 1.2/1.4 MB
Progress (2): 1.8/3.2 MB | 1.2/1.4 MB
Progress (2): 1.8/3.2 MB | 1.2/1.4 MB
Progress (2): 1.9/3.2 MB | 1.2/1.4 MB
Progress (2): 1.9/3.2 MB | 1.2/1.4 MB
Progress (2): 1.9/3.2 MB | 1.2/1.4 MB
Progress (2): 1.9/3.2 MB | 1.2/1.4 MB
Progress (2): 1.9/3.2 MB | 1.2/1.4 MB
Progress (2): 1.9/3.2 MB | 1.2/1.4 MB
Progress (2): 1.9/3.2 MB | 1.2/1.4 MB
Progress (2): 1.9/3.2 MB | 1.2/1.4 MB
Progress (2): 1.9/3.2 MB | 1.2/1.4 MB
Progress (2): 1.9/3.2 MB | 1.2/1.4 MB
Progress (2): 1.9/3.2 MB | 1.2/1.4 MB
Progress (2): 1.9/3.2 MB | 1.2/1.4 MB
Progress (2): 1.9/3.2 MB | 1.2/1.4 MB
Progress (2): 1.9/3.2 MB | 1.2/1.4 MB
Progress (2): 1.9/3.2 MB | 1.2/1.4 MB
Progress (2): 2.0/3.2 MB | 1.2/1.4 MB
Progress (2): 2.0/3.2 MB | 1.3/1.4 MB
Progress (2): 2.0/3.2 MB | 1.3/1.4 MB
Progress (2): 2.0/3.2 MB | 1.3/1.4 MB
Progress (2): 2.0/3.2 MB | 1.3/1.4 MB
Progress (2): 2.0/3.2 MB | 1.3/1.4 MB
Progress (2): 2.0/3.2 MB | 1.3/1.4 MB
Progress (2): 2.0/3.2 MB | 1.3/1.4 MB
Progress (2): 2.0/3.2 MB | 1.3/1.4 MB
Progress (2): 2.0/3.2 MB | 1.3/1.4 MB
Progress (2): 2.0/3.2 MB | 1.3/1.4 MB
Progress (2): 2.0/3.2 MB | 1.3/1.4 MB
Progress (2): 2.0/3.2 MB | 1.3/1.4 MB
Progress (2): 2.0/3.2 MB | 1.3/1.4 MB
Progress (2): 2.1/3.2 MB | 1.3/1.4 MB
Progress (2): 2.1/3.2 MB | 1.3/1.4 MB
Progress (2): 2.1/3.2 MB | 1.3/1.4 MB
Progress (2): 2.1/3.2 MB | 1.3/1.4 MB
Progress (2): 2.1/3.2 MB | 1.3/1.4 MB
Progress (2): 2.1/3.2 MB | 1.3/1.4 MB
Progress (2): 2.1/3.2 MB | 1.3/1.4 MB
Progress (2): 2.1/3.2 MB | 1.3/1.4 MB
Progress (2): 2.1/3.2 MB | 1.3/1.4 MB
Progress (2): 2.1/3.2 MB | 1.4/1.4 MB
Progress (2): 2.1/3.2 MB | 1.4/1.4 MB
Progress (2): 2.1/3.2 MB | 1.4/1.4 MB
Progress (2): 2.1/3.2 MB | 1.4/1.4 MB
Progress (2): 2.2/3.2 MB | 1.4/1.4 MB
Progress (2): 2.2/3.2 MB | 1.4/1.4 MB
Progress (2): 2.2/3.2 MB | 1.4/1.4 MB
Progress (2): 2.2/3.2 MB | 1.4/1.4 MB
Progress (2): 2.2/3.2 MB | 1.4/1.4 MB
Progress (2): 2.2/3.2 MB | 1.4/1.4 MB
Progress (2): 2.2/3.2 MB | 1.4/1.4 MB
Progress (2): 2.2/3.2 MB | 1.4/1.4 MB
Progress (2): 2.2/3.2 MB | 1.4/1.4 MB
Progress (2): 2.2/3.2 MB | 1.4/1.4 MB
Progress (2): 2.2/3.2 MB | 1.4/1.4 MB
Progress (2): 2.2/3.2 MB | 1.4/1.4 MB
Progress (2): 2.2/3.2 MB | 1.4/1.4 MB
Progress (2): 2.2/3.2 MB | 1.4/1.4 MB
Progress (2): 2.2/3.2 MB | 1.4 MB    
Progress (2): 2.2/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 790 kB/s)
18:20:10 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:20:10 Progress (1): 2.3/3.2 MB
Progress (1): 2.3/3.2 MB
Progress (1): 2.3/3.2 MB
Progress (1): 2.3/3.2 MB
Progress (1): 2.3/3.2 MB
Progress (1): 2.3/3.2 MB
Progress (1): 2.4/3.2 MB
Progress (1): 2.4/3.2 MB
Progress (1): 2.4/3.2 MB
Progress (1): 2.4/3.2 MB
Progress (1): 2.4/3.2 MB
Progress (1): 2.4/3.2 MB
Progress (1): 2.5/3.2 MB
Progress (1): 2.5/3.2 MB
Progress (1): 2.5/3.2 MB
Progress (1): 2.5/3.2 MB
Progress (1): 2.5/3.2 MB
Progress (1): 2.5/3.2 MB
Progress (1): 2.6/3.2 MB
Progress (1): 2.6/3.2 MB
Progress (1): 2.6/3.2 MB
Progress (1): 2.6/3.2 MB
Progress (1): 2.6/3.2 MB
Progress (1): 2.6/3.2 MB
Progress (1): 2.7/3.2 MB
Progress (1): 2.7/3.2 MB
Progress (1): 2.7/3.2 MB
Progress (1): 2.7/3.2 MB
Progress (1): 2.7/3.2 MB
Progress (1): 2.7/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.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 (1): 3.0/3.2 MB
Progress (1): 3.0/3.2 MB
Progress (1): 3.0/3.2 MB
Progress (1): 3.0/3.2 MB
Progress (1): 3.0/3.2 MB
Progress (1): 3.1/3.2 MB
Progress (1): 3.1/3.2 MB
Progress (1): 3.1/3.2 MB
Progress (1): 3.1/3.2 MB
Progress (1): 3.1/3.2 MB
Progress (1): 3.1/3.2 MB
Progress (1): 3.2/3.2 MB
Progress (1): 3.2 MB    
Progress (2): 3.2 MB | 4.1/125 kB
Progress (2): 3.2 MB | 7.7/125 kB
Progress (2): 3.2 MB | 12/125 kB 
Progress (2): 3.2 MB | 16/125 kB
Progress (2): 3.2 MB | 20/125 kB
Progress (2): 3.2 MB | 24/125 kB
Progress (2): 3.2 MB | 28/125 kB
Progress (2): 3.2 MB | 32/125 kB
Progress (2): 3.2 MB | 36/125 kB
Progress (2): 3.2 MB | 40/125 kB
Progress (2): 3.2 MB | 45/125 kB
Progress (2): 3.2 MB | 49/125 kB
Progress (2): 3.2 MB | 53/125 kB
Progress (2): 3.2 MB | 57/125 kB
Progress (2): 3.2 MB | 61/125 kB
Progress (2): 3.2 MB | 65/125 kB
Progress (2): 3.2 MB | 69/125 kB
Progress (2): 3.2 MB | 73/125 kB
Progress (2): 3.2 MB | 77/125 kB
Progress (2): 3.2 MB | 81/125 kB
Progress (2): 3.2 MB | 85/125 kB
Progress (2): 3.2 MB | 90/125 kB
Progress (2): 3.2 MB | 94/125 kB
Progress (2): 3.2 MB | 98/125 kB
Progress (2): 3.2 MB | 102/125 kB
Progress (2): 3.2 MB | 106/125 kB
Progress (2): 3.2 MB | 110/125 kB
Progress (2): 3.2 MB | 114/125 kB
Progress (2): 3.2 MB | 118/125 kB
Progress (2): 3.2 MB | 122/125 kB
Progress (2): 3.2 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 67 kB/s)
18:20:10 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:20:10 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:20:10 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:20:10 Progress (1): 4.1/355 kB
Progress (1): 7.7/355 kB
Progress (1): 12/355 kB 
Progress (1): 16/355 kB
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 (2): 102/355 kB | 4.1/16 kB
Progress (2): 106/355 kB | 4.1/16 kB
Progress (2): 106/355 kB | 7.7/16 kB
Progress (2): 110/355 kB | 7.7/16 kB
Progress (2): 110/355 kB | 12/16 kB 
Progress (2): 114/355 kB | 12/16 kB
Progress (2): 114/355 kB | 16 kB   
Progress (2): 118/355 kB | 16 kB
Progress (2): 122/355 kB | 16 kB
Progress (2): 126/355 kB | 16 kB
Progress (2): 131/355 kB | 16 kB
Progress (2): 135/355 kB | 16 kB
Progress (2): 139/355 kB | 16 kB
Progress (2): 143/355 kB | 16 kB
Progress (2): 147/355 kB | 16 kB
Progress (2): 151/355 kB | 16 kB
Progress (2): 155/355 kB | 16 kB
Progress (2): 159/355 kB | 16 kB
Progress (2): 163/355 kB | 16 kB
Progress (2): 167/355 kB | 16 kB
Progress (2): 171/355 kB | 16 kB
Progress (2): 176/355 kB | 16 kB
Progress (2): 180/355 kB | 16 kB
Progress (2): 184/355 kB | 16 kB
Progress (2): 188/355 kB | 16 kB
Progress (2): 192/355 kB | 16 kB
Progress (2): 196/355 kB | 16 kB
Progress (2): 200/355 kB | 16 kB
Progress (2): 204/355 kB | 16 kB
Progress (2): 208/355 kB | 16 kB
Progress (2): 212/355 kB | 16 kB
                                
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 8.3 kB/s)
18:20:10 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:20:10 Progress (2): 212/355 kB | 0/1.0 MB
Progress (2): 212/355 kB | 0/1.0 MB
Progress (2): 217/355 kB | 0/1.0 MB
Progress (2): 221/355 kB | 0/1.0 MB
Progress (2): 225/355 kB | 0/1.0 MB
Progress (2): 229/355 kB | 0/1.0 MB
Progress (2): 229/355 kB | 0/1.0 MB
Progress (2): 229/355 kB | 0/1.0 MB
Progress (2): 233/355 kB | 0/1.0 MB
Progress (2): 237/355 kB | 0/1.0 MB
Progress (2): 241/355 kB | 0/1.0 MB
Progress (2): 241/355 kB | 0/1.0 MB
Progress (2): 245/355 kB | 0/1.0 MB
Progress (2): 245/355 kB | 0/1.0 MB
Progress (2): 249/355 kB | 0/1.0 MB
Progress (2): 249/355 kB | 0.1/1.0 MB
Progress (2): 253/355 kB | 0.1/1.0 MB
Progress (2): 253/355 kB | 0.1/1.0 MB
Progress (2): 258/355 kB | 0.1/1.0 MB
Progress (2): 262/355 kB | 0.1/1.0 MB
Progress (2): 262/355 kB | 0.1/1.0 MB
Progress (2): 262/355 kB | 0.1/1.0 MB
Progress (2): 266/355 kB | 0.1/1.0 MB
Progress (2): 270/355 kB | 0.1/1.0 MB
Progress (2): 274/355 kB | 0.1/1.0 MB
Progress (2): 278/355 kB | 0.1/1.0 MB
Progress (2): 278/355 kB | 0.1/1.0 MB
Progress (2): 278/355 kB | 0.1/1.0 MB
Progress (2): 282/355 kB | 0.1/1.0 MB
Progress (2): 286/355 kB | 0.1/1.0 MB
Progress (2): 290/355 kB | 0.1/1.0 MB
Progress (2): 290/355 kB | 0.1/1.0 MB
Progress (2): 294/355 kB | 0.1/1.0 MB
Progress (2): 294/355 kB | 0.1/1.0 MB
Progress (2): 298/355 kB | 0.1/1.0 MB
Progress (2): 298/355 kB | 0.1/1.0 MB
Progress (2): 303/355 kB | 0.1/1.0 MB
Progress (2): 303/355 kB | 0.1/1.0 MB
Progress (2): 307/355 kB | 0.1/1.0 MB
Progress (2): 311/355 kB | 0.1/1.0 MB
Progress (2): 311/355 kB | 0.1/1.0 MB
Progress (2): 315/355 kB | 0.1/1.0 MB
Progress (2): 315/355 kB | 0.1/1.0 MB
Progress (2): 319/355 kB | 0.1/1.0 MB
Progress (2): 323/355 kB | 0.1/1.0 MB
Progress (2): 327/355 kB | 0.1/1.0 MB
Progress (2): 331/355 kB | 0.1/1.0 MB
Progress (2): 335/355 kB | 0.1/1.0 MB
Progress (2): 339/355 kB | 0.1/1.0 MB
Progress (2): 344/355 kB | 0.1/1.0 MB
Progress (2): 348/355 kB | 0.1/1.0 MB
Progress (2): 352/355 kB | 0.1/1.0 MB
Progress (2): 355 kB | 0.1/1.0 MB    
Progress (3): 355 kB | 0.1/1.0 MB | 4.1/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 7.7/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 12/128 kB 
Progress (3): 355 kB | 0.1/1.0 MB | 16/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 20/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 24/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 28/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 32/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 36/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 40/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 45/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 49/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 53/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 57/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 61/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 65/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 69/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 73/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 77/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 81/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 85/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 90/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 94/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 98/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 102/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 106/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 110/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 114/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 118/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 122/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 126/128 kB
Progress (3): 355 kB | 0.1/1.0 MB | 128 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 181 kB/s)
18:20:10 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:20:10 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 65 kB/s)
18:20:10 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:20:10 Progress (2): 0.1/1.0 MB | 4.1/221 kB
Progress (2): 0.1/1.0 MB | 7.7/221 kB
Progress (2): 0.1/1.0 MB | 12/221 kB 
Progress (2): 0.1/1.0 MB | 16/221 kB
Progress (2): 0.1/1.0 MB | 20/221 kB
Progress (2): 0.1/1.0 MB | 24/221 kB
Progress (2): 0.1/1.0 MB | 28/221 kB
Progress (2): 0.1/1.0 MB | 32/221 kB
Progress (2): 0.1/1.0 MB | 36/221 kB
Progress (2): 0.1/1.0 MB | 40/221 kB
Progress (2): 0.1/1.0 MB | 45/221 kB
Progress (2): 0.1/1.0 MB | 49/221 kB
Progress (2): 0.1/1.0 MB | 53/221 kB
Progress (2): 0.1/1.0 MB | 57/221 kB
Progress (2): 0.1/1.0 MB | 61/221 kB
Progress (2): 0.1/1.0 MB | 65/221 kB
Progress (2): 0.1/1.0 MB | 69/221 kB
Progress (2): 0.1/1.0 MB | 73/221 kB
Progress (2): 0.1/1.0 MB | 77/221 kB
Progress (2): 0.1/1.0 MB | 81/221 kB
Progress (2): 0.1/1.0 MB | 85/221 kB
Progress (2): 0.1/1.0 MB | 90/221 kB
Progress (2): 0.1/1.0 MB | 94/221 kB
Progress (2): 0.1/1.0 MB | 98/221 kB
Progress (2): 0.1/1.0 MB | 102/221 kB
Progress (2): 0.1/1.0 MB | 106/221 kB
Progress (2): 0.1/1.0 MB | 110/221 kB
Progress (2): 0.1/1.0 MB | 114/221 kB
Progress (2): 0.1/1.0 MB | 118/221 kB
Progress (2): 0.1/1.0 MB | 122/221 kB
Progress (2): 0.1/1.0 MB | 126/221 kB
Progress (2): 0.1/1.0 MB | 131/221 kB
Progress (2): 0.1/1.0 MB | 135/221 kB
Progress (2): 0.1/1.0 MB | 139/221 kB
Progress (2): 0.1/1.0 MB | 143/221 kB
Progress (2): 0.1/1.0 MB | 147/221 kB
Progress (2): 0.1/1.0 MB | 151/221 kB
Progress (2): 0.1/1.0 MB | 155/221 kB
Progress (2): 0.1/1.0 MB | 159/221 kB
Progress (2): 0.1/1.0 MB | 163/221 kB
Progress (2): 0.1/1.0 MB | 167/221 kB
Progress (2): 0.1/1.0 MB | 171/221 kB
Progress (2): 0.1/1.0 MB | 176/221 kB
Progress (2): 0.1/1.0 MB | 180/221 kB
Progress (2): 0.1/1.0 MB | 184/221 kB
Progress (2): 0.1/1.0 MB | 188/221 kB
Progress (2): 0.1/1.0 MB | 192/221 kB
Progress (2): 0.1/1.0 MB | 196/221 kB
Progress (2): 0.1/1.0 MB | 200/221 kB
Progress (2): 0.1/1.0 MB | 204/221 kB
Progress (2): 0.1/1.0 MB | 208/221 kB
Progress (2): 0.1/1.0 MB | 212/221 kB
Progress (2): 0.1/1.0 MB | 217/221 kB
Progress (2): 0.1/1.0 MB | 221 kB    
Progress (3): 0.1/1.0 MB | 221 kB | 4.1/38 kB
Progress (3): 0.1/1.0 MB | 221 kB | 7.7/38 kB
Progress (3): 0.1/1.0 MB | 221 kB | 12/38 kB 
Progress (3): 0.1/1.0 MB | 221 kB | 16/38 kB
Progress (3): 0.1/1.0 MB | 221 kB | 20/38 kB
Progress (3): 0.1/1.0 MB | 221 kB | 24/38 kB
Progress (3): 0.1/1.0 MB | 221 kB | 28/38 kB
Progress (3): 0.1/1.0 MB | 221 kB | 32/38 kB
Progress (3): 0.1/1.0 MB | 221 kB | 36/38 kB
Progress (3): 0.1/1.0 MB | 221 kB | 38 kB   
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 4.1/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 7.7/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 12/249 kB 
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 16/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 20/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 24/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 28/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 32/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 36/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 40/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 45/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 49/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 53/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 57/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 61/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 65/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 69/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 73/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 77/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 81/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 85/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 90/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 94/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 98/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 102/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 106/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 110/249 kB
Progress (4): 0.1/1.0 MB | 221 kB | 38 kB | 114/249 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 19 kB/s)
18:20:10 Progress (3): 0.1/1.0 MB | 221 kB | 118/249 kB
                                              
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:20:10 Progress (3): 0.1/1.0 MB | 221 kB | 122/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 126/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 131/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 135/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 139/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 143/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 147/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 151/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 155/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 159/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 163/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 167/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 171/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 176/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 180/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 184/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 188/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 192/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 196/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 200/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 204/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 208/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 212/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 217/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 221/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 225/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 229/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 233/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 237/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 241/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 245/249 kB
Progress (3): 0.1/1.0 MB | 221 kB | 249 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 123 kB/s)
18:20:10 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:20:10 Progress (3): 0.1/1.0 MB | 221 kB | 4.1/22 kB
Progress (3): 0.1/1.0 MB | 221 kB | 7.7/22 kB
Progress (3): 0.1/1.0 MB | 221 kB | 12/22 kB 
Progress (3): 0.1/1.0 MB | 221 kB | 16/22 kB
Progress (3): 0.1/1.0 MB | 221 kB | 20/22 kB
Progress (3): 0.1/1.0 MB | 221 kB | 22 kB   
Progress (3): 0.2/1.0 MB | 221 kB | 22 kB
Progress (3): 0.2/1.0 MB | 221 kB | 22 kB
Progress (3): 0.2/1.0 MB | 221 kB | 22 kB
Progress (3): 0.2/1.0 MB | 221 kB | 22 kB
Progress (3): 0.2/1.0 MB | 221 kB | 22 kB
Progress (3): 0.2/1.0 MB | 221 kB | 22 kB
Progress (3): 0.2/1.0 MB | 221 kB | 22 kB
Progress (3): 0.2/1.0 MB | 221 kB | 22 kB
Progress (3): 0.2/1.0 MB | 221 kB | 22 kB
Progress (3): 0.2/1.0 MB | 221 kB | 22 kB
Progress (3): 0.2/1.0 MB | 221 kB | 22 kB
Progress (3): 0.2/1.0 MB | 221 kB | 22 kB
Progress (3): 0.3/1.0 MB | 221 kB | 22 kB
Progress (3): 0.3/1.0 MB | 221 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 11 kB/s)
18:20:10 Progress (2): 0.3/1.0 MB | 221 kB
                                 
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:20:10 Progress (2): 0.3/1.0 MB | 221 kB
Progress (2): 0.3/1.0 MB | 221 kB
Progress (2): 0.3/1.0 MB | 221 kB
Progress (2): 0.3/1.0 MB | 221 kB
Progress (2): 0.3/1.0 MB | 221 kB
Progress (2): 0.3/1.0 MB | 221 kB
Progress (2): 0.3/1.0 MB | 221 kB
Progress (2): 0.3/1.0 MB | 221 kB
Progress (2): 0.3/1.0 MB | 221 kB
Progress (2): 0.4/1.0 MB | 221 kB
Progress (2): 0.4/1.0 MB | 221 kB
Progress (2): 0.4/1.0 MB | 221 kB
Progress (2): 0.4/1.0 MB | 221 kB
Progress (2): 0.4/1.0 MB | 221 kB
Progress (2): 0.4/1.0 MB | 221 kB
Progress (2): 0.4/1.0 MB | 221 kB
Progress (2): 0.4/1.0 MB | 221 kB
Progress (2): 0.4/1.0 MB | 221 kB
Progress (2): 0.4/1.0 MB | 221 kB
Progress (2): 0.4/1.0 MB | 221 kB
Progress (2): 0.4/1.0 MB | 221 kB
Progress (2): 0.5/1.0 MB | 221 kB
Progress (2): 0.5/1.0 MB | 221 kB
Progress (2): 0.5/1.0 MB | 221 kB
Progress (2): 0.5/1.0 MB | 221 kB
Progress (2): 0.5/1.0 MB | 221 kB
Progress (2): 0.5/1.0 MB | 221 kB
Progress (2): 0.5/1.0 MB | 221 kB
Progress (2): 0.5/1.0 MB | 221 kB
Progress (2): 0.5/1.0 MB | 221 kB
Progress (2): 0.5/1.0 MB | 221 kB
Progress (2): 0.5/1.0 MB | 221 kB
Progress (2): 0.5/1.0 MB | 221 kB
Progress (2): 0.5/1.0 MB | 221 kB
Progress (2): 0.6/1.0 MB | 221 kB
Progress (2): 0.6/1.0 MB | 221 kB
Progress (2): 0.6/1.0 MB | 221 kB
Progress (2): 0.6/1.0 MB | 221 kB
Progress (2): 0.6/1.0 MB | 221 kB
Progress (2): 0.6/1.0 MB | 221 kB
Progress (2): 0.6/1.0 MB | 221 kB
Progress (2): 0.6/1.0 MB | 221 kB
Progress (2): 0.6/1.0 MB | 221 kB
Progress (2): 0.6/1.0 MB | 221 kB
Progress (2): 0.6/1.0 MB | 221 kB
Progress (2): 0.6/1.0 MB | 221 kB
Progress (2): 0.7/1.0 MB | 221 kB
Progress (2): 0.7/1.0 MB | 221 kB
Progress (2): 0.7/1.0 MB | 221 kB
Progress (2): 0.7/1.0 MB | 221 kB
Progress (2): 0.7/1.0 MB | 221 kB
Progress (2): 0.7/1.0 MB | 221 kB
Progress (2): 0.7/1.0 MB | 221 kB
Progress (2): 0.7/1.0 MB | 221 kB
Progress (2): 0.7/1.0 MB | 221 kB
Progress (2): 0.7/1.0 MB | 221 kB
Progress (2): 0.7/1.0 MB | 221 kB
Progress (2): 0.7/1.0 MB | 221 kB
Progress (2): 0.8/1.0 MB | 221 kB
Progress (2): 0.8/1.0 MB | 221 kB
Progress (2): 0.8/1.0 MB | 221 kB
Progress (2): 0.8/1.0 MB | 221 kB
Progress (2): 0.8/1.0 MB | 221 kB
Progress (2): 0.8/1.0 MB | 221 kB
Progress (2): 0.8/1.0 MB | 221 kB
Progress (2): 0.8/1.0 MB | 221 kB
Progress (2): 0.8/1.0 MB | 221 kB
Progress (2): 0.8/1.0 MB | 221 kB
Progress (2): 0.8/1.0 MB | 221 kB
Progress (2): 0.8/1.0 MB | 221 kB
Progress (2): 0.9/1.0 MB | 221 kB
Progress (2): 0.9/1.0 MB | 221 kB
Progress (2): 0.9/1.0 MB | 221 kB
Progress (2): 0.9/1.0 MB | 221 kB
Progress (2): 0.9/1.0 MB | 221 kB
Progress (2): 0.9/1.0 MB | 221 kB
Progress (2): 0.9/1.0 MB | 221 kB
Progress (2): 0.9/1.0 MB | 221 kB
Progress (2): 0.9/1.0 MB | 221 kB
Progress (2): 0.9/1.0 MB | 221 kB
Progress (2): 0.9/1.0 MB | 221 kB
Progress (2): 0.9/1.0 MB | 221 kB
Progress (2): 0.9/1.0 MB | 221 kB
Progress (2): 1.0/1.0 MB | 221 kB
Progress (2): 1.0/1.0 MB | 221 kB
Progress (2): 1.0/1.0 MB | 221 kB
Progress (2): 1.0/1.0 MB | 221 kB
Progress (2): 1.0/1.0 MB | 221 kB
Progress (2): 1.0/1.0 MB | 221 kB
Progress (2): 1.0/1.0 MB | 221 kB
Progress (2): 1.0/1.0 MB | 221 kB
Progress (2): 1.0/1.0 MB | 221 kB
Progress (2): 1.0 MB | 221 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.jar (1.0 MB at 491 kB/s)
18:20:10 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:20:10 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 105 kB/s)
18:20:10 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:20:10 Progress (1): 0/1.4 MB
Progress (1): 0/1.4 MB
Progress (1): 0/1.4 MB
Progress (1): 0/1.4 MB
Progress (1): 0/1.4 MB
Progress (1): 0/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (2): 0.2/1.4 MB | 4.1/356 kB
Progress (2): 0.2/1.4 MB | 7.7/356 kB
Progress (2): 0.2/1.4 MB | 12/356 kB 
Progress (2): 0.2/1.4 MB | 16/356 kB
Progress (2): 0.2/1.4 MB | 16/356 kB
Progress (2): 0.2/1.4 MB | 16/356 kB
Progress (2): 0.2/1.4 MB | 20/356 kB
Progress (2): 0.2/1.4 MB | 24/356 kB
Progress (2): 0.2/1.4 MB | 28/356 kB
Progress (2): 0.2/1.4 MB | 32/356 kB
Progress (2): 0.3/1.4 MB | 32/356 kB
Progress (2): 0.3/1.4 MB | 32/356 kB
Progress (2): 0.3/1.4 MB | 36/356 kB
Progress (2): 0.3/1.4 MB | 40/356 kB
Progress (2): 0.3/1.4 MB | 45/356 kB
Progress (2): 0.3/1.4 MB | 45/356 kB
Progress (2): 0.3/1.4 MB | 49/356 kB
Progress (2): 0.3/1.4 MB | 49/356 kB
Progress (2): 0.3/1.4 MB | 53/356 kB
Progress (2): 0.3/1.4 MB | 57/356 kB
Progress (2): 0.3/1.4 MB | 57/356 kB
Progress (2): 0.3/1.4 MB | 61/356 kB
Progress (2): 0.3/1.4 MB | 61/356 kB
Progress (2): 0.3/1.4 MB | 65/356 kB
Progress (2): 0.3/1.4 MB | 69/356 kB
Progress (2): 0.3/1.4 MB | 69/356 kB
Progress (2): 0.3/1.4 MB | 73/356 kB
Progress (2): 0.3/1.4 MB | 77/356 kB
Progress (2): 0.3/1.4 MB | 77/356 kB
Progress (2): 0.3/1.4 MB | 81/356 kB
Progress (2): 0.3/1.4 MB | 81/356 kB
Progress (2): 0.3/1.4 MB | 85/356 kB
Progress (2): 0.3/1.4 MB | 85/356 kB
Progress (2): 0.3/1.4 MB | 90/356 kB
Progress (2): 0.3/1.4 MB | 94/356 kB
Progress (2): 0.3/1.4 MB | 98/356 kB
Progress (2): 0.3/1.4 MB | 98/356 kB
Progress (2): 0.3/1.4 MB | 98/356 kB
Progress (2): 0.3/1.4 MB | 102/356 kB
Progress (2): 0.3/1.4 MB | 106/356 kB
Progress (2): 0.3/1.4 MB | 110/356 kB
Progress (2): 0.3/1.4 MB | 114/356 kB
Progress (2): 0.4/1.4 MB | 114/356 kB
Progress (2): 0.4/1.4 MB | 114/356 kB
Progress (2): 0.4/1.4 MB | 118/356 kB
Progress (2): 0.4/1.4 MB | 122/356 kB
Progress (2): 0.4/1.4 MB | 126/356 kB
Progress (2): 0.4/1.4 MB | 131/356 kB
Progress (2): 0.4/1.4 MB | 131/356 kB
Progress (2): 0.4/1.4 MB | 131/356 kB
Progress (2): 0.4/1.4 MB | 135/356 kB
Progress (2): 0.4/1.4 MB | 139/356 kB
Progress (2): 0.4/1.4 MB | 139/356 kB
Progress (2): 0.4/1.4 MB | 143/356 kB
Progress (2): 0.4/1.4 MB | 143/356 kB
Progress (2): 0.4/1.4 MB | 147/356 kB
Progress (2): 0.4/1.4 MB | 147/356 kB
Progress (2): 0.4/1.4 MB | 151/356 kB
Progress (2): 0.4/1.4 MB | 151/356 kB
Progress (2): 0.4/1.4 MB | 155/356 kB
Progress (2): 0.4/1.4 MB | 159/356 kB
Progress (2): 0.4/1.4 MB | 163/356 kB
Progress (2): 0.4/1.4 MB | 163/356 kB
Progress (2): 0.4/1.4 MB | 163/356 kB
Progress (2): 0.4/1.4 MB | 167/356 kB
Progress (2): 0.4/1.4 MB | 171/356 kB
Progress (2): 0.4/1.4 MB | 176/356 kB
Progress (2): 0.4/1.4 MB | 180/356 kB
Progress (2): 0.4/1.4 MB | 180/356 kB
Progress (2): 0.4/1.4 MB | 180/356 kB
Progress (2): 0.4/1.4 MB | 184/356 kB
Progress (2): 0.4/1.4 MB | 188/356 kB
Progress (2): 0.4/1.4 MB | 192/356 kB
Progress (2): 0.4/1.4 MB | 196/356 kB
Progress (2): 0.5/1.4 MB | 196/356 kB
Progress (2): 0.5/1.4 MB | 196/356 kB
Progress (2): 0.5/1.4 MB | 200/356 kB
Progress (2): 0.5/1.4 MB | 204/356 kB
Progress (2): 0.5/1.4 MB | 208/356 kB
Progress (2): 0.5/1.4 MB | 212/356 kB
Progress (2): 0.5/1.4 MB | 212/356 kB
Progress (2): 0.5/1.4 MB | 212/356 kB
Progress (2): 0.5/1.4 MB | 217/356 kB
Progress (2): 0.5/1.4 MB | 221/356 kB
Progress (2): 0.5/1.4 MB | 225/356 kB
Progress (2): 0.5/1.4 MB | 229/356 kB
Progress (2): 0.5/1.4 MB | 229/356 kB
Progress (2): 0.5/1.4 MB | 229/356 kB
Progress (2): 0.5/1.4 MB | 233/356 kB
Progress (2): 0.5/1.4 MB | 237/356 kB
Progress (2): 0.5/1.4 MB | 241/356 kB
Progress (2): 0.5/1.4 MB | 241/356 kB
Progress (2): 0.5/1.4 MB | 245/356 kB
Progress (2): 0.5/1.4 MB | 245/356 kB
Progress (2): 0.5/1.4 MB | 249/356 kB
Progress (2): 0.5/1.4 MB | 249/356 kB
Progress (2): 0.5/1.4 MB | 253/356 kB
Progress (2): 0.5/1.4 MB | 253/356 kB
Progress (2): 0.5/1.4 MB | 258/356 kB
Progress (2): 0.5/1.4 MB | 262/356 kB
Progress (2): 0.5/1.4 MB | 262/356 kB
Progress (2): 0.5/1.4 MB | 266/356 kB
Progress (2): 0.5/1.4 MB | 266/356 kB
Progress (2): 0.5/1.4 MB | 270/356 kB
Progress (2): 0.5/1.4 MB | 274/356 kB
Progress (2): 0.5/1.4 MB | 278/356 kB
Progress (2): 0.5/1.4 MB | 278/356 kB
Progress (2): 0.6/1.4 MB | 278/356 kB
Progress (2): 0.6/1.4 MB | 282/356 kB
Progress (2): 0.6/1.4 MB | 286/356 kB
Progress (2): 0.6/1.4 MB | 290/356 kB
Progress (2): 0.6/1.4 MB | 294/356 kB
Progress (2): 0.6/1.4 MB | 294/356 kB
Progress (2): 0.6/1.4 MB | 294/356 kB
Progress (2): 0.6/1.4 MB | 298/356 kB
Progress (2): 0.6/1.4 MB | 303/356 kB
Progress (2): 0.6/1.4 MB | 307/356 kB
Progress (2): 0.6/1.4 MB | 307/356 kB
Progress (2): 0.6/1.4 MB | 311/356 kB
Progress (2): 0.6/1.4 MB | 311/356 kB
Progress (2): 0.6/1.4 MB | 311/356 kB
Progress (3): 0.6/1.4 MB | 311/356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 315/356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 315/356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 319/356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 323/356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 327/356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 327/356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 327/356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 327/356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 331/356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 331/356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 335/356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 339/356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 344/356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 344/356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 344/356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 348/356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 352/356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 356 kB | 0/1.9 MB    
Progress (3): 0.6/1.4 MB | 356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 356 kB | 0/1.9 MB
Progress (3): 0.6/1.4 MB | 356 kB | 0/1.9 MB
Progress (3): 0.7/1.4 MB | 356 kB | 0/1.9 MB
Progress (3): 0.7/1.4 MB | 356 kB | 0/1.9 MB
Progress (3): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB
Progress (3): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB
Progress (3): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB
Progress (3): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB
Progress (3): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB
Progress (3): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB
Progress (3): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB
Progress (3): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB
Progress (3): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB
Progress (3): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB
Progress (4): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB | 4.1/490 kB
Progress (4): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB | 4.1/490 kB
Progress (4): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB | 7.7/490 kB
Progress (4): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB | 7.7/490 kB
Progress (4): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB | 12/490 kB 
Progress (4): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB | 12/490 kB
Progress (4): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB | 12/490 kB
Progress (4): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB | 12/490 kB
Progress (4): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB | 16/490 kB
Progress (4): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB | 16/490 kB
Progress (4): 0.7/1.4 MB | 356 kB | 0.1/1.9 MB | 20/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 20/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 24/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 24/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 28/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 28/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 32/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 32/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 32/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 36/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 40/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 45/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 45/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 45/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 49/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 49/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 49/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 53/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 57/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 57/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 61/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 61/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 65/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 65/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 65/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 69/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 69/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 73/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 73/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 77/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 81/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 81/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 81/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 85/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 90/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 94/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 98/490 kB
Progress (4): 0.8/1.4 MB | 356 kB | 0.1/1.9 MB | 98/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 98/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 102/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 106/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 110/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 110/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 114/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 114/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 118/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 122/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 122/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 126/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 126/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 131/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 131/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 135/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 135/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 139/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 143/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 147/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 147/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 147/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 151/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 155/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 159/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 159/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 163/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 163/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 167/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 171/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 171/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 176/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 176/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.1/1.9 MB | 180/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.2/1.9 MB | 180/490 kB
Progress (4): 0.9/1.4 MB | 356 kB | 0.2/1.9 MB | 180/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 180/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 184/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 184/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 188/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 192/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 192/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 196/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 196/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 196/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 196/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 200/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 204/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 208/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 208/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 208/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 212/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 212/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 212/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 217/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 221/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 221/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 225/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 225/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 229/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 229/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 229/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 229/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 233/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 233/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 237/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 241/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 245/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 245/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 245/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 245/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 245/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 249/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 253/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 258/490 kB
Progress (4): 1.0/1.4 MB | 356 kB | 0.2/1.9 MB | 262/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.2/1.9 MB | 262/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.2/1.9 MB | 262/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.2/1.9 MB | 262/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.2/1.9 MB | 262/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.2/1.9 MB | 266/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.2/1.9 MB | 270/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.2/1.9 MB | 274/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.2/1.9 MB | 274/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.2/1.9 MB | 278/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.2/1.9 MB | 278/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 278/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 282/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 282/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 282/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 286/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 286/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 290/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 294/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 294/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 294/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 294/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 298/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 298/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 303/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 303/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 307/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 307/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 307/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 311/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 311/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 311/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 315/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 315/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 315/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 319/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 319/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 323/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 323/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 327/490 kB
Progress (4): 1.1/1.4 MB | 356 kB | 0.3/1.9 MB | 327/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.3/1.9 MB | 327/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.3/1.9 MB | 327/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.3/1.9 MB | 331/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.3/1.9 MB | 331/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.3/1.9 MB | 335/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.3/1.9 MB | 335/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.3/1.9 MB | 339/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.3/1.9 MB | 339/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.3/1.9 MB | 344/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.3/1.9 MB | 344/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 344/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 344/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 348/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 348/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 352/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 352/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 352/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 356/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 356/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 360/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 360/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 360/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 364/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 364/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 368/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 368/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 368/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 372/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 372/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 376/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 376/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 376/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 376/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 380/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 380/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 384/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 389/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 393/490 kB
Progress (4): 1.2/1.4 MB | 356 kB | 0.4/1.9 MB | 393/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.4/1.9 MB | 393/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.4/1.9 MB | 393/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.4/1.9 MB | 397/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.4/1.9 MB | 397/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.4/1.9 MB | 401/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.4/1.9 MB | 405/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.4/1.9 MB | 409/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.4/1.9 MB | 409/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.4/1.9 MB | 409/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.4/1.9 MB | 409/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.4/1.9 MB | 409/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.4/1.9 MB | 413/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.4/1.9 MB | 417/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.4/1.9 MB | 421/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 421/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 425/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 425/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 425/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 425/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 430/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 434/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 438/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 438/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 442/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 442/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 442/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 442/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 446/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 446/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 450/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 450/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 454/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 454/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 458/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 458/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 458/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 458/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 462/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 466/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 466/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 471/490 kB
Progress (4): 1.3/1.4 MB | 356 kB | 0.5/1.9 MB | 471/490 kB
Progress (4): 1.4/1.4 MB | 356 kB | 0.5/1.9 MB | 471/490 kB
Progress (4): 1.4/1.4 MB | 356 kB | 0.5/1.9 MB | 475/490 kB
Progress (4): 1.4/1.4 MB | 356 kB | 0.5/1.9 MB | 475/490 kB
Progress (4): 1.4/1.4 MB | 356 kB | 0.5/1.9 MB | 475/490 kB
Progress (4): 1.4/1.4 MB | 356 kB | 0.5/1.9 MB | 475/490 kB
Progress (4): 1.4/1.4 MB | 356 kB | 0.5/1.9 MB | 475/490 kB
Progress (4): 1.4/1.4 MB | 356 kB | 0.5/1.9 MB | 479/490 kB
Progress (4): 1.4 MB | 356 kB | 0.5/1.9 MB | 479/490 kB    
Progress (4): 1.4 MB | 356 kB | 0.5/1.9 MB | 483/490 kB
Progress (4): 1.4 MB | 356 kB | 0.5/1.9 MB | 487/490 kB
Progress (4): 1.4 MB | 356 kB | 0.5/1.9 MB | 487/490 kB
Progress (4): 1.4 MB | 356 kB | 0.5/1.9 MB | 490 kB    
Progress (4): 1.4 MB | 356 kB | 0.5/1.9 MB | 490 kB
Progress (4): 1.4 MB | 356 kB | 0.5/1.9 MB | 490 kB
Progress (4): 1.4 MB | 356 kB | 0.6/1.9 MB | 490 kB
Progress (4): 1.4 MB | 356 kB | 0.6/1.9 MB | 490 kB
Progress (4): 1.4 MB | 356 kB | 0.6/1.9 MB | 490 kB
Progress (4): 1.4 MB | 356 kB | 0.6/1.9 MB | 490 kB
Progress (4): 1.4 MB | 356 kB | 0.6/1.9 MB | 490 kB
Progress (4): 1.4 MB | 356 kB | 0.6/1.9 MB | 490 kB
Progress (4): 1.4 MB | 356 kB | 0.6/1.9 MB | 490 kB
Progress (4): 1.4 MB | 356 kB | 0.6/1.9 MB | 490 kB
Progress (4): 1.4 MB | 356 kB | 0.6/1.9 MB | 490 kB
Progress (4): 1.4 MB | 356 kB | 0.6/1.9 MB | 490 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.jar (490 kB at 215 kB/s)
18:20:10 Progress (3): 1.4 MB | 356 kB | 0.6/1.9 MB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.4/xz-1.4.jar
18:20:10 Progress (3): 1.4 MB | 356 kB | 0.6/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.7/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.7/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.7/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.7/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.7/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.7/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.7/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.7/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.7/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.7/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.7/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.7/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.8/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.8/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.8/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.8/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.8/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.8/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.8/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.8/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.8/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.8/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.8/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.8/1.9 MB
Progress (3): 1.4 MB | 356 kB | 0.9/1.9 MB
                                          
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 586 kB/s)
18:20:10 Progress (2): 356 kB | 0.9/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:20:10 Progress (2): 356 kB | 0.9/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 152 kB/s)
18:20:10 Progress (1): 0.9/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:20:10 Progress (1): 0.9/1.9 MB
Progress (1): 0.9/1.9 MB
Progress (1): 0.9/1.9 MB
Progress (1): 0.9/1.9 MB
Progress (1): 0.9/1.9 MB
Progress (1): 0.9/1.9 MB
Progress (1): 0.9/1.9 MB
Progress (1): 0.9/1.9 MB
Progress (1): 0.9/1.9 MB
Progress (1): 1.0/1.9 MB
Progress (1): 1.0/1.9 MB
Progress (1): 1.0/1.9 MB
Progress (1): 1.0/1.9 MB
Progress (1): 1.0/1.9 MB
Progress (1): 1.0/1.9 MB
Progress (1): 1.0/1.9 MB
Progress (1): 1.0/1.9 MB
Progress (1): 1.0/1.9 MB
Progress (1): 1.0/1.9 MB
Progress (1): 1.0/1.9 MB
Progress (1): 1.0/1.9 MB
Progress (1): 1.1/1.9 MB
Progress (1): 1.1/1.9 MB
Progress (1): 1.1/1.9 MB
Progress (1): 1.1/1.9 MB
Progress (1): 1.1/1.9 MB
Progress (1): 1.1/1.9 MB
Progress (1): 1.1/1.9 MB
Progress (1): 1.1/1.9 MB
Progress (2): 1.1/1.9 MB | 4.1/32 kB
Progress (2): 1.1/1.9 MB | 7.7/32 kB
Progress (2): 1.1/1.9 MB | 7.7/32 kB
Progress (2): 1.1/1.9 MB | 12/32 kB 
Progress (2): 1.1/1.9 MB | 12/32 kB
Progress (2): 1.1/1.9 MB | 16/32 kB
Progress (2): 1.1/1.9 MB | 16/32 kB
Progress (2): 1.1/1.9 MB | 16/32 kB
Progress (2): 1.1/1.9 MB | 20/32 kB
Progress (2): 1.1/1.9 MB | 24/32 kB
Progress (2): 1.1/1.9 MB | 28/32 kB
Progress (2): 1.1/1.9 MB | 32/32 kB
Progress (2): 1.2/1.9 MB | 32/32 kB
Progress (2): 1.2/1.9 MB | 32 kB   
Progress (2): 1.2/1.9 MB | 32 kB
Progress (2): 1.2/1.9 MB | 32 kB
Progress (2): 1.2/1.9 MB | 32 kB
Progress (2): 1.2/1.9 MB | 32 kB
Progress (2): 1.2/1.9 MB | 32 kB
Progress (2): 1.2/1.9 MB | 32 kB
Progress (2): 1.2/1.9 MB | 32 kB
Progress (2): 1.2/1.9 MB | 32 kB
Progress (2): 1.2/1.9 MB | 32 kB
Progress (2): 1.2/1.9 MB | 32 kB
Progress (2): 1.2/1.9 MB | 32 kB
Progress (2): 1.3/1.9 MB | 32 kB
Progress (2): 1.3/1.9 MB | 32 kB
Progress (2): 1.3/1.9 MB | 32 kB
Progress (2): 1.3/1.9 MB | 32 kB
Progress (2): 1.3/1.9 MB | 32 kB
Progress (2): 1.3/1.9 MB | 32 kB
Progress (2): 1.3/1.9 MB | 32 kB
Progress (2): 1.3/1.9 MB | 32 kB
Progress (2): 1.3/1.9 MB | 32 kB
Progress (2): 1.3/1.9 MB | 32 kB
Progress (2): 1.3/1.9 MB | 32 kB
Progress (2): 1.3/1.9 MB | 32 kB
Progress (2): 1.4/1.9 MB | 32 kB
Progress (2): 1.4/1.9 MB | 32 kB
Progress (2): 1.4/1.9 MB | 32 kB
Progress (2): 1.4/1.9 MB | 32 kB
Progress (2): 1.4/1.9 MB | 32 kB
Progress (2): 1.4/1.9 MB | 32 kB
Progress (2): 1.4/1.9 MB | 32 kB
Progress (2): 1.4/1.9 MB | 32 kB
Progress (2): 1.4/1.9 MB | 32 kB
Progress (2): 1.4/1.9 MB | 32 kB
Progress (2): 1.4/1.9 MB | 32 kB
Progress (2): 1.4/1.9 MB | 32 kB
Progress (2): 1.4/1.9 MB | 32 kB
Progress (2): 1.5/1.9 MB | 32 kB
Progress (2): 1.5/1.9 MB | 32 kB
Progress (2): 1.5/1.9 MB | 32 kB
Progress (2): 1.5/1.9 MB | 32 kB
Progress (2): 1.5/1.9 MB | 32 kB
Progress (2): 1.5/1.9 MB | 32 kB
Progress (2): 1.5/1.9 MB | 32 kB
Progress (2): 1.5/1.9 MB | 32 kB
Progress (2): 1.5/1.9 MB | 32 kB
Progress (2): 1.5/1.9 MB | 32 kB
Progress (2): 1.5/1.9 MB | 32 kB
Progress (2): 1.5/1.9 MB | 32 kB
Progress (2): 1.6/1.9 MB | 32 kB
Progress (2): 1.6/1.9 MB | 32 kB
Progress (2): 1.6/1.9 MB | 32 kB
Progress (2): 1.6/1.9 MB | 32 kB
Progress (2): 1.6/1.9 MB | 32 kB
Progress (2): 1.6/1.9 MB | 32 kB
Progress (2): 1.6/1.9 MB | 32 kB
Progress (2): 1.6/1.9 MB | 32 kB
Progress (2): 1.6/1.9 MB | 32 kB
Progress (2): 1.6/1.9 MB | 32 kB
Progress (2): 1.6/1.9 MB | 32 kB
Progress (2): 1.6/1.9 MB | 32 kB
Progress (2): 1.7/1.9 MB | 32 kB
Progress (2): 1.7/1.9 MB | 32 kB
Progress (2): 1.7/1.9 MB | 32 kB
Progress (3): 1.7/1.9 MB | 32 kB | 4.1/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 7.7/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 12/66 kB 
Progress (3): 1.7/1.9 MB | 32 kB | 12/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 16/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 16/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 20/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 20/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 24/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 24/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 28/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 32/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 32/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 32/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 36/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 40/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 45/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 45/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 49/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 49/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 49/66 kB
Progress (3): 1.7/1.9 MB | 32 kB | 53/66 kB
Progress (3): 1.8/1.9 MB | 32 kB | 53/66 kB
Progress (3): 1.8/1.9 MB | 32 kB | 57/66 kB
Progress (3): 1.8/1.9 MB | 32 kB | 61/66 kB
Progress (3): 1.8/1.9 MB | 32 kB | 65/66 kB
Progress (3): 1.8/1.9 MB | 32 kB | 65/66 kB
Progress (3): 1.8/1.9 MB | 32 kB | 66 kB   
Progress (3): 1.8/1.9 MB | 32 kB | 66 kB
Progress (3): 1.8/1.9 MB | 32 kB | 66 kB
Progress (3): 1.8/1.9 MB | 32 kB | 66 kB
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 4.1/99 kB
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 4.1/99 kB
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 7.7/99 kB
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 7.7/99 kB
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 12/99 kB 
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 16/99 kB
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 16/99 kB
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 16/99 kB
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 20/99 kB
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 24/99 kB
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 28/99 kB
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 32/99 kB
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 32/99 kB
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 32/99 kB
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 36/99 kB
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 40/99 kB
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 45/99 kB
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 45/99 kB
Progress (4): 1.8/1.9 MB | 32 kB | 66 kB | 49/99 kB
Progress (4): 1.9/1.9 MB | 32 kB | 66 kB | 49/99 kB
Progress (4): 1.9/1.9 MB | 32 kB | 66 kB | 53/99 kB
Progress (4): 1.9/1.9 MB | 32 kB | 66 kB | 57/99 kB
Progress (4): 1.9/1.9 MB | 32 kB | 66 kB | 57/99 kB
Progress (4): 1.9/1.9 MB | 32 kB | 66 kB | 61/99 kB
Progress (4): 1.9/1.9 MB | 32 kB | 66 kB | 61/99 kB
Progress (4): 1.9/1.9 MB | 32 kB | 66 kB | 65/99 kB
Progress (4): 1.9/1.9 MB | 32 kB | 66 kB | 65/99 kB
Progress (4): 1.9 MB | 32 kB | 66 kB | 65/99 kB    
Progress (4): 1.9 MB | 32 kB | 66 kB | 69/99 kB
Progress (4): 1.9 MB | 32 kB | 66 kB | 73/99 kB
Progress (4): 1.9 MB | 32 kB | 66 kB | 77/99 kB
Progress (4): 1.9 MB | 32 kB | 66 kB | 81/99 kB
Progress (4): 1.9 MB | 32 kB | 66 kB | 85/99 kB
Progress (4): 1.9 MB | 32 kB | 66 kB | 90/99 kB
Progress (4): 1.9 MB | 32 kB | 66 kB | 94/99 kB
Progress (4): 1.9 MB | 32 kB | 66 kB | 98/99 kB
Progress (4): 1.9 MB | 32 kB | 66 kB | 99 kB   
                                            
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 786 kB/s)
18:20:10 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 14 kB/s)
18:20:10 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 42 kB/s)
18:20:10 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 28 kB/s)
18:20:10 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/de/schlichtherle/truezip/truezip-driver-file/7.7.6/truezip-driver-file-7.7.6.jar (46 kB at 19 kB/s)
18:20:11 [INFO] jetty-8.1.14.v20131031
18:20:11 [INFO] Started SelectChannelConnector@0.0.0.0:36038
18:20:11 [INFO] Executing Jasmine Specs
18:20:11 Apr 12, 2020 10:20:11 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
18:20:11 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:20:11 Apr 12, 2020 10:20:11 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
18:20:11 INFO: port: 14484
18:20:11 Apr 12, 2020 10:20:11 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
18:20:11 INFO: arguments: [--webdriver=14484, --webdriver-logfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/phantomjsdriver.log]
18:20:11 Apr 12, 2020 10:20:11 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
18:20:11 INFO: environment: {}
18:20:11 /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:20:31 Apr 12, 2020 10:20:31 PM org.openqa.selenium.os.UnixProcess checkForError
18:20:31 SEVERE: org.apache.commons.exec.ExecuteException: Process exited with an error: 139 (Exit value: 139)
18:20:31 [INFO] stopped o.e.j.s.h.ContextHandler{/webjars,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/}
18:20:31 [INFO] stopped o.e.j.s.h.ContextHandler{/classpath,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/}
18:20:31 [INFO] stopped o.e.j.s.h.ContextHandler{/,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/}
18:20:31 [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/}
18:20:31 [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/}
18:20:31 [INFO] stopped o.e.j.s.h.ContextHandler{/spec,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/}
18:20:31 [INFO] stopped o.e.j.s.h.ContextHandler{/src,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous/}
18:20:31 [INFO] ------------------------------------------------------------------------
18:20:31 [INFO] Reactor Summary for Eclipse Scout RT 6.0.300-SNAPSHOT:
18:20:31 [INFO] 
18:20:31 [INFO] Eclipse Scout RT ................................... SUCCESS [06:29 min]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.json ........ SUCCESS [ 32.397 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform . SUCCESS [ 22.869 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test SUCCESS [01:38 min]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared ... SUCCESS [  2.237 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test SUCCESS [  4.747 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons SUCCESS [  2.462 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test SUCCESS [  2.843 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server ... SUCCESS [  1.296 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test SUCCESS [  9.040 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms SUCCESS [  2.548 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws SUCCESS [  5.388 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt ... SUCCESS [  1.618 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test SUCCESS [ 45.175 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc SUCCESS [  2.484 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test SUCCESS [  3.840 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client ... SUCCESS [  3.799 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test SUCCESS [ 33.471 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client SUCCESS [  9.518 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test SUCCESS [  2.228 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge SUCCESS [  1.222 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor SUCCESS [ 22.654 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html .. SUCCESS [  5.096 s]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test FAILURE [02:12 min]
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test SKIPPED
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html SKIPPED
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty ... SKIPPED
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix SKIPPED
18:20:31 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test SKIPPED
18:20:31 [INFO] org.eclipse.scout.rt-settings ...................... SKIPPED
18:20:31 [INFO] ------------------------------------------------------------------------
18:20:31 [INFO] BUILD FAILURE
18:20:31 [INFO] ------------------------------------------------------------------------
18:20:31 [INFO] Total time:  13:58 min
18:20:31 [INFO] Finished at: 2020-04-12T22:20:31Z
18:20:31 [INFO] ------------------------------------------------------------------------
18:20:31 [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:20:31 [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:20:31 [ERROR] Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
18:20:31 [ERROR] System info: host: 'default-agent-zpl1v', ip: '10.130.4.150', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-1062.el7.x86_64', java.version: '1.8.0_202'
18:20:31 [ERROR] Driver info: driver.version: PhantomJSDriver
18:20:31 [ERROR] 	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:593)
18:20:31 [ERROR] 	at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:240)
18:20:31 [ERROR] 	at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:126)
18:20:31 [ERROR] 	at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:139)
18:20:31 [ERROR] 	at org.openqa.selenium.phantomjs.PhantomJSDriver.<init>(PhantomJSDriver.java:115)
18:20:31 [ERROR] 	at org.openqa.selenium.phantomjs.PhantomJSDriver.<init>(PhantomJSDriver.java:104)
18:20:31 [ERROR] 	at com.github.searls.jasmine.driver.WebDriverFactory.createPhantomJsWebDriver(WebDriverFactory.java:149)
18:20:31 [ERROR] 	at com.github.searls.jasmine.driver.WebDriverFactory.createWebDriver(WebDriverFactory.java:68)
18:20:31 [ERROR] 	at com.github.searls.jasmine.mojo.TestMojo.createDriver(TestMojo.java:260)
18:20:31 [ERROR] 	at com.github.searls.jasmine.mojo.TestMojo.executeSpecs(TestMojo.java:235)
18:20:31 [ERROR] 	at com.github.searls.jasmine.mojo.TestMojo.run(TestMojo.java:204)
18:20:31 [ERROR] 	at com.github.searls.jasmine.mojo.AbstractJasmineMojo.execute(AbstractJasmineMojo.java:385)
18:20:31 [ERROR] 	at com.github.searls.jasmine.mojo.TestMojo.execute(TestMojo.java:191)
18:20:31 [ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
18:20:31 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
18:20:31 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
18:20:31 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
18:20:31 [ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
18:20:31 [ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
18:20:31 [ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
18:20:31 [ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
18:20:31 [ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
18:20:31 [ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
18:20:31 [ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
18:20:31 [ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
18:20:31 [ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
18:20:31 [ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
18:20:31 [ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:20:31 [ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:20:31 [ERROR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:20:31 [ERROR] 	at java.lang.reflect.Method.invoke(Method.java:498)
18:20:31 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
18:20:31 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
18:20:31 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
18:20:31 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
18:20:31 [ERROR] Caused by: org.openqa.selenium.WebDriverException: Timed out waiting for driver server to start.
18:20:31 [ERROR] Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
18:20:31 [ERROR] System info: host: 'default-agent-zpl1v', ip: '10.130.4.150', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-1062.el7.x86_64', java.version: '1.8.0_202'
18:20:31 [ERROR] Driver info: driver.version: PhantomJSDriver
18:20:31 [ERROR] 	at org.openqa.selenium.remote.service.DriverService.start(DriverService.java:171)
18:20:31 [ERROR] 	at org.openqa.selenium.phantomjs.PhantomJSCommandExecutor.execute(PhantomJSCommandExecutor.java:78)
18:20:31 [ERROR] 	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:572)
18:20:31 [ERROR] 	... 34 more
18:20:31 [ERROR] Caused by: org.openqa.selenium.net.UrlChecker$TimeoutException: Timed out waiting for [http://localhost:14484/status] to be available after 20000 ms
18:20:31 [ERROR] 	at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:104)
18:20:31 [ERROR] 	at org.openqa.selenium.remote.service.DriverService.start(DriverService.java:168)
18:20:31 [ERROR] 	... 36 more
18:20:31 [ERROR] Caused by: com.google.common.util.concurrent.UncheckedTimeoutException: java.util.concurrent.TimeoutException
18:20:31 [ERROR] 	at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:143)
18:20:31 [ERROR] 	at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:79)
18:20:31 [ERROR] 	... 37 more
18:20:31 [ERROR] Caused by: java.util.concurrent.TimeoutException
18:20:31 [ERROR] 	at java.util.concurrent.FutureTask.get(FutureTask.java:205)
18:20:31 [ERROR] 	at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:130)
18:20:31 [ERROR] 	... 38 more
18:20:31 [ERROR] 
18:20:31 [ERROR] -> [Help 1]
18:20:31 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:20:31 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:20:31 Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
18:20:31 System info: host: 'default-agent-zpl1v', ip: '10.130.4.150', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-1062.el7.x86_64', java.version: '1.8.0_202'
18:20:31 Driver info: driver.version: PhantomJSDriver
18:20:31 	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:593)
18:20:31 	at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:240)
18:20:31 	at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:126)
18:20:31 	at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:139)
18:20:31 	at org.openqa.selenium.phantomjs.PhantomJSDriver.<init>(PhantomJSDriver.java:115)
18:20:31 	at org.openqa.selenium.phantomjs.PhantomJSDriver.<init>(PhantomJSDriver.java:104)
18:20:31 	at com.github.searls.jasmine.driver.WebDriverFactory.createPhantomJsWebDriver(WebDriverFactory.java:149)
18:20:31 	at com.github.searls.jasmine.driver.WebDriverFactory.createWebDriver(WebDriverFactory.java:68)
18:20:31 	at com.github.searls.jasmine.mojo.TestMojo.createDriver(TestMojo.java:260)
18:20:31 	at com.github.searls.jasmine.mojo.TestMojo.executeSpecs(TestMojo.java:235)
18:20:31 	at com.github.searls.jasmine.mojo.TestMojo.run(TestMojo.java:204)
18:20:31 	at com.github.searls.jasmine.mojo.AbstractJasmineMojo.execute(AbstractJasmineMojo.java:385)
18:20:31 	at com.github.searls.jasmine.mojo.TestMojo.execute(TestMojo.java:191)
18:20:31 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
18:20:31 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
18:20:31 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
18:20:31 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
18:20:31 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
18:20:31 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
18:20:31 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
18:20:31 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
18:20:31 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
18:20:31 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
18:20:31 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
18:20:31 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
18:20:31 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
18:20:31 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
18:20:31 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:20:31 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:20:31 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:20:31 	at java.lang.reflect.Method.invoke(Method.java:498)
18:20:31 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
18:20:31 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
18:20:31 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
18:20:31 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
18:20:31 Caused by: org.openqa.selenium.WebDriverException: Timed out waiting for driver server to start.
18:20:31 Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
18:20:31 System info: host: 'default-agent-zpl1v', ip: '10.130.4.150', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-1062.el7.x86_64', java.version: '1.8.0_202'
18:20:31 Driver info: driver.version: PhantomJSDriver
18:20:31 	at org.openqa.selenium.remote.service.DriverService.start(DriverService.java:171)
18:20:31 	at org.openqa.selenium.phantomjs.PhantomJSCommandExecutor.execute(PhantomJSCommandExecutor.java:78)
18:20:31 	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:572)
18:20:31 	... 34 more
18:20:31 Caused by: org.openqa.selenium.net.UrlChecker$TimeoutException: Timed out waiting for [http://localhost:14484/status] to be available after 20000 ms
18:20:31 	at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:104)
18:20:31 	at org.openqa.selenium.remote.service.DriverService.start(DriverService.java:168)
18:20:31 	... 36 more
18:20:31 Caused by: com.google.common.util.concurrent.UncheckedTimeoutException: java.util.concurrent.TimeoutException
18:20:31 	at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:143)
18:20:31 	at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:79)
18:20:31 	... 37 more
18:20:31 Caused by: java.util.concurrent.TimeoutException
18:20:31 	at java.util.concurrent.FutureTask.get(FutureTask.java:205)
18:20:31 	at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:130)
18:20:31 	... 38 more
18:20:31 
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
18:20:31     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
18:20:31     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
18:20:31     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
18:20:31     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
18:20:31     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
18:20:31     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
18:20:31     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
18:20:31     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:20:31     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
18:20:31     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:20:31     at java.lang.reflect.Method.invoke (Method.java:498)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
18:20:31 Caused by: org.apache.maven.plugin.MojoExecutionException: The jasmine-maven-plugin encountered an exception: 
18:20:31 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:20:31 Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
18:20:31 System info: host: 'default-agent-zpl1v', ip: '10.130.4.150', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-1062.el7.x86_64', java.version: '1.8.0_202'
18:20:31 Driver info: driver.version: PhantomJSDriver
18:20:31 	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:593)
18:20:31 	at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:240)
18:20:31 	at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:126)
18:20:31 	at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:139)
18:20:31 	at org.openqa.selenium.phantomjs.PhantomJSDriver.<init>(PhantomJSDriver.java:115)
18:20:31 	at org.openqa.selenium.phantomjs.PhantomJSDriver.<init>(PhantomJSDriver.java:104)
18:20:31 	at com.github.searls.jasmine.driver.WebDriverFactory.createPhantomJsWebDriver(WebDriverFactory.java:149)
18:20:31 	at com.github.searls.jasmine.driver.WebDriverFactory.createWebDriver(WebDriverFactory.java:68)
18:20:31 	at com.github.searls.jasmine.mojo.TestMojo.createDriver(TestMojo.java:260)
18:20:31 	at com.github.searls.jasmine.mojo.TestMojo.executeSpecs(TestMojo.java:235)
18:20:31 	at com.github.searls.jasmine.mojo.TestMojo.run(TestMojo.java:204)
18:20:31 	at com.github.searls.jasmine.mojo.AbstractJasmineMojo.execute(AbstractJasmineMojo.java:385)
18:20:31 	at com.github.searls.jasmine.mojo.TestMojo.execute(TestMojo.java:191)
18:20:31 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
18:20:31 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
18:20:31 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
18:20:31 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
18:20:31 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
18:20:31 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
18:20:31 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
18:20:31 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
18:20:31 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
18:20:31 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
18:20:31 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
18:20:31 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
18:20:31 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
18:20:31 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
18:20:31 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:20:31 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:20:31 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:20:31 	at java.lang.reflect.Method.invoke(Method.java:498)
18:20:31 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
18:20:31 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
18:20:31 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
18:20:31 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
18:20:31 Caused by: org.openqa.selenium.WebDriverException: Timed out waiting for driver server to start.
18:20:31 Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
18:20:31 System info: host: 'default-agent-zpl1v', ip: '10.130.4.150', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-1062.el7.x86_64', java.version: '1.8.0_202'
18:20:31 Driver info: driver.version: PhantomJSDriver
18:20:31 	at org.openqa.selenium.remote.service.DriverService.start(DriverService.java:171)
18:20:31 	at org.openqa.selenium.phantomjs.PhantomJSCommandExecutor.execute(PhantomJSCommandExecutor.java:78)
18:20:31 	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:572)
18:20:31 	... 34 more
18:20:31 Caused by: org.openqa.selenium.net.UrlChecker$TimeoutException: Timed out waiting for [http://localhost:14484/status] to be available after 20000 ms
18:20:31 	at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:104)
18:20:31 	at org.openqa.selenium.remote.service.DriverService.start(DriverService.java:168)
18:20:31 	... 36 more
18:20:31 Caused by: com.google.common.util.concurrent.UncheckedTimeoutException: java.util.concurrent.TimeoutException
18:20:31 	at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:143)
18:20:31 	at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:79)
18:20:31 	... 37 more
18:20:31 Caused by: java.util.concurrent.TimeoutException
18:20:31 	at java.util.concurrent.FutureTask.get(FutureTask.java:205)
18:20:31 	at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:130)
18:20:31 	... 38 more
18:20:31 
18:20:31     at com.github.searls.jasmine.mojo.AbstractJasmineMojo.execute (AbstractJasmineMojo.java:389)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.execute (TestMojo.java:191)
18:20:31     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
18:20:31     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
18:20:31     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
18:20:31     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
18:20:31     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
18:20:31     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
18:20:31     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
18:20:31     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
18:20:31     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:20:31     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
18:20:31     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:20:31     at java.lang.reflect.Method.invoke (Method.java:498)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
18:20:31 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:20:31 Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
18:20:31 System info: host: 'default-agent-zpl1v', ip: '10.130.4.150', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-1062.el7.x86_64', java.version: '1.8.0_202'
18:20:31 Driver info: driver.version: PhantomJSDriver
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.execute (RemoteWebDriver.java:593)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.startSession (RemoteWebDriver.java:240)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:126)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:139)
18:20:31     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:115)
18:20:31     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:104)
18:20:31     at com.github.searls.jasmine.driver.WebDriverFactory.createPhantomJsWebDriver (WebDriverFactory.java:149)
18:20:31     at com.github.searls.jasmine.driver.WebDriverFactory.createWebDriver (WebDriverFactory.java:68)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.createDriver (TestMojo.java:260)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.executeSpecs (TestMojo.java:235)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.run (TestMojo.java:204)
18:20:31     at com.github.searls.jasmine.mojo.AbstractJasmineMojo.execute (AbstractJasmineMojo.java:385)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.execute (TestMojo.java:191)
18:20:31     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
18:20:31     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
18:20:31     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
18:20:31     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
18:20:31     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
18:20:31     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
18:20:31     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
18:20:31     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
18:20:31     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:20:31     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
18:20:31     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:20:31     at java.lang.reflect.Method.invoke (Method.java:498)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
18:20:31 Caused by: org.openqa.selenium.WebDriverException: Timed out waiting for driver server to start.
18:20:31 Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
18:20:31 System info: host: 'default-agent-zpl1v', ip: '10.130.4.150', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-1062.el7.x86_64', java.version: '1.8.0_202'
18:20:31 Driver info: driver.version: PhantomJSDriver
18:20:31     at org.openqa.selenium.remote.service.DriverService.start (DriverService.java:171)
18:20:31     at org.openqa.selenium.phantomjs.PhantomJSCommandExecutor.execute (PhantomJSCommandExecutor.java:78)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.execute (RemoteWebDriver.java:572)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.startSession (RemoteWebDriver.java:240)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:126)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:139)
18:20:31     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:115)
18:20:31     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:104)
18:20:31     at com.github.searls.jasmine.driver.WebDriverFactory.createPhantomJsWebDriver (WebDriverFactory.java:149)
18:20:31     at com.github.searls.jasmine.driver.WebDriverFactory.createWebDriver (WebDriverFactory.java:68)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.createDriver (TestMojo.java:260)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.executeSpecs (TestMojo.java:235)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.run (TestMojo.java:204)
18:20:31     at com.github.searls.jasmine.mojo.AbstractJasmineMojo.execute (AbstractJasmineMojo.java:385)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.execute (TestMojo.java:191)
18:20:31     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
18:20:31     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
18:20:31     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
18:20:31     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
18:20:31     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
18:20:31     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
18:20:31     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
18:20:31     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
18:20:31     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:20:31     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
18:20:31     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:20:31     at java.lang.reflect.Method.invoke (Method.java:498)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
18:20:31 Caused by: org.openqa.selenium.net.UrlChecker$TimeoutException: Timed out waiting for [http://localhost:14484/status] to be available after 20000 ms
18:20:31     at org.openqa.selenium.net.UrlChecker.waitUntilAvailable (UrlChecker.java:104)
18:20:31     at org.openqa.selenium.remote.service.DriverService.start (DriverService.java:168)
18:20:31     at org.openqa.selenium.phantomjs.PhantomJSCommandExecutor.execute (PhantomJSCommandExecutor.java:78)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.execute (RemoteWebDriver.java:572)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.startSession (RemoteWebDriver.java:240)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:126)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:139)
18:20:31     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:115)
18:20:31     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:104)
18:20:31     at com.github.searls.jasmine.driver.WebDriverFactory.createPhantomJsWebDriver (WebDriverFactory.java:149)
18:20:31     at com.github.searls.jasmine.driver.WebDriverFactory.createWebDriver (WebDriverFactory.java:68)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.createDriver (TestMojo.java:260)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.executeSpecs (TestMojo.java:235)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.run (TestMojo.java:204)
18:20:31     at com.github.searls.jasmine.mojo.AbstractJasmineMojo.execute (AbstractJasmineMojo.java:385)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.execute (TestMojo.java:191)
18:20:31     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
18:20:31     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
18:20:31     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
18:20:31     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
18:20:31     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
18:20:31     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
18:20:31     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
18:20:31     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
18:20:31     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:20:31     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
18:20:31     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:20:31     at java.lang.reflect.Method.invoke (Method.java:498)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
18:20:31 Caused by: com.google.common.util.concurrent.UncheckedTimeoutException: java.util.concurrent.TimeoutException
18:20:31     at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout (SimpleTimeLimiter.java:143)
18:20:31     at org.openqa.selenium.net.UrlChecker.waitUntilAvailable (UrlChecker.java:79)
18:20:31     at org.openqa.selenium.remote.service.DriverService.start (DriverService.java:168)
18:20:31     at org.openqa.selenium.phantomjs.PhantomJSCommandExecutor.execute (PhantomJSCommandExecutor.java:78)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.execute (RemoteWebDriver.java:572)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.startSession (RemoteWebDriver.java:240)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:126)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:139)
18:20:31     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:115)
18:20:31     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:104)
18:20:31     at com.github.searls.jasmine.driver.WebDriverFactory.createPhantomJsWebDriver (WebDriverFactory.java:149)
18:20:31     at com.github.searls.jasmine.driver.WebDriverFactory.createWebDriver (WebDriverFactory.java:68)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.createDriver (TestMojo.java:260)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.executeSpecs (TestMojo.java:235)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.run (TestMojo.java:204)
18:20:31     at com.github.searls.jasmine.mojo.AbstractJasmineMojo.execute (AbstractJasmineMojo.java:385)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.execute (TestMojo.java:191)
18:20:31     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
18:20:31     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
18:20:31     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
18:20:31     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
18:20:31     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
18:20:31     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
18:20:31     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
18:20:31     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
18:20:31     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:20:31     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
18:20:31     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:20:31     at java.lang.reflect.Method.invoke (Method.java:498)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
18:20:31 Caused by: java.util.concurrent.TimeoutException
18:20:31     at java.util.concurrent.FutureTask.get (FutureTask.java:205)
18:20:31     at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout (SimpleTimeLimiter.java:130)
18:20:31     at org.openqa.selenium.net.UrlChecker.waitUntilAvailable (UrlChecker.java:79)
18:20:31     at org.openqa.selenium.remote.service.DriverService.start (DriverService.java:168)
18:20:31     at org.openqa.selenium.phantomjs.PhantomJSCommandExecutor.execute (PhantomJSCommandExecutor.java:78)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.execute (RemoteWebDriver.java:572)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.startSession (RemoteWebDriver.java:240)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:126)
18:20:31     at org.openqa.selenium.remote.RemoteWebDriver.<init> (RemoteWebDriver.java:139)
18:20:31     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:115)
18:20:31     at org.openqa.selenium.phantomjs.PhantomJSDriver.<init> (PhantomJSDriver.java:104)
18:20:31     at com.github.searls.jasmine.driver.WebDriverFactory.createPhantomJsWebDriver (WebDriverFactory.java:149)
18:20:31     at com.github.searls.jasmine.driver.WebDriverFactory.createWebDriver (WebDriverFactory.java:68)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.createDriver (TestMojo.java:260)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.executeSpecs (TestMojo.java:235)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.run (TestMojo.java:204)
18:20:31     at com.github.searls.jasmine.mojo.AbstractJasmineMojo.execute (AbstractJasmineMojo.java:385)
18:20:31     at com.github.searls.jasmine.mojo.TestMojo.execute (TestMojo.java:191)
18:20:31     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
18:20:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
18:20:31     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
18:20:31     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
18:20:31     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
18:20:31     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
18:20:31     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
18:20:31     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
18:20:31     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
18:20:31     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
18:20:31     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
18:20:31     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
18:20:31     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
18:20:31     at java.lang.reflect.Method.invoke (Method.java:498)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
18:20:31     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
18:20:31 [ERROR] 
18:20:31 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
18:20:31 [ERROR] 
18:20:31 [ERROR] For more information about the errors and possible solutions, please read the following articles:
18:20:31 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
18:20:31 [ERROR] 
18:20:31 [ERROR] After correcting the problems, you can resume the build with the command
18:20:31 [ERROR]   mvn <args> -rf :org.eclipse.scout.rt.ui.html.test
18:20:31 Build step 'Invoke top-level Maven targets' marked build as failure
18:20:32 Sending e-mails to: Arthur.vanDorp@bsi-software.com
18:20:32 ERROR: Invalid Addresses
18:20:32 javax.mail.SendFailedException: Invalid Addresses;
18:20:32   nested exception is:
18:20:32 	com.sun.mail.smtp.SMTPAddressFailedException: 451 4.3.0 <ci-admin@eclipse.org>: Temporary lookup failure
18:20:32 
18:20:32 	at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1835)
18:20:32 	at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1098)
18:20:32 	at javax.mail.Transport.send0(Transport.java:195)
18:20:32 	at javax.mail.Transport.send(Transport.java:124)
18:20:32 	at hudson.tasks.MailSender.run(MailSender.java:130)
18:20:32 	at hudson.tasks.Mailer.perform(Mailer.java:175)
18:20:32 	at hudson.tasks.Mailer.perform(Mailer.java:138)
18:20:32 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
18:20:32 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
18:20:32 	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
18:20:32 	at hudson.model.Build$BuildExecution.post2(Build.java:186)
18:20:32 	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
18:20:32 	at hudson.model.Run.execute(Run.java:1840)
18:20:32 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
18:20:32 	at hudson.model.ResourceController.execute(ResourceController.java:97)
18:20:32 	at hudson.model.Executor.run(Executor.java:429)
18:20:32 Caused by: com.sun.mail.smtp.SMTPAddressFailedException: 451 4.3.0 <ci-admin@eclipse.org>: Temporary lookup failure
18:20:32 
18:20:32 	at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1700)
18:20:32 	... 15 more
18:20:32 Recording test results
18:20:34 Finished: FAILURE